Started by user Ondrej Dockal Running as Ondrej Dockal Agent ui-test-agent-v4w8v is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/ui-test: "true" name: "ui-test-agent-v4w8v" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.reddeer.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "ui-test-agent-v4w8v" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "ui-test-agent-v4w8v" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.reddeer.svc.cluster.local/reddeer/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/ui-test-agent:3.29@sha256:b5f847bd86f2761b7c8487e8b97fc5925d9aba6382c88a68fea1aaa01e12db59" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-reddeer" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Building remotely on ui-test-agent-v4w8v (ui-test) in workspace /home/jenkins/agent/workspace/reddeer.jacoco-report No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/reddeer.git > git init /home/jenkins/agent/workspace/reddeer.jacoco-report # timeout=10 Fetching upstream changes from https://github.com/eclipse/reddeer.git > git --version # timeout=10 > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/reddeer.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/reddeer.git > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer.git +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 07de73244a6ff3fdef775962d3b40b658f2d2042 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 07de73244a6ff3fdef775962d3b40b658f2d2042 Commit message: "Fixing feature.properties license info, fixes #2039" > git rev-list --no-walk b5f1f7fda2877aee6e7415d6f02cf21174e14916 # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" Starting xvnc [reddeer.jacoco-report] $ Xvnc :46 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. Xvnc TigerVNC 1.9.0 - built Sep 25 2018 10:38:14 Copyright (C) 1999-2018 TigerVNC Team and many others (see README.rst) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12001000, The X.Org Foundation Mon Oct 21 11:27:40 2019 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5946 vncext: created VNC server for screen 0 [reddeer.jacoco-report] $ /bin/sh -xe /tmp/jenkins9182985650821848585.sh + metacity --sm-disable --replace /tmp/jenkins9182985650821848585.sh: line 2: metacity: command not found The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Unsupported high keycode 372 for name ignored > X11 cannot support keycodes above 255. > This warning only shows for the first high keycode. Errors from xkbcomp are not fatal to the X server [reddeer.jacoco-report] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/reddeer.jacoco-report/pom.xml -Dmaven.test.failure.ignore=true clean verify -Pjacoco [INFO] Scanning for projects... Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom (2.1 kB at 18 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom (20 kB at 310 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom (4.5 kB at 102 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 174 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 413 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 400 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 291 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 86 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 60 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 457 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 289 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 52 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 60 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Progress (1): 910 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 16 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 99 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 455 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Progress (1): 770 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 12 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 103 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 80 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 28 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 179 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 107 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 204 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 220 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 41 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 47 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 65 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 99 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 82 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 72 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 37 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 194 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 307 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 56 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 419 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 127 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 316 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 75 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 51 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 48 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Progress (1): 4.1/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 221 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 61 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 97 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 46 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 130 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 95 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 457 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 199 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 290 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (1): 36/47 kB Progress (1): 40/47 kB Progress (1): 44/47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.1 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 389 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 341 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom Progress (1): 4.1/62 kB Progress (1): 7.7/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 24/62 kB Progress (1): 28/62 kB Progress (1): 32/62 kB Progress (1): 36/62 kB Progress (1): 40/62 kB Progress (1): 44/62 kB Progress (1): 48/62 kB Progress (1): 52/62 kB Progress (1): 56/62 kB Progress (1): 60/62 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.5 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 440 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 421 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom Progress (1): 4.1/68 kB Progress (1): 7.7/68 kB Progress (1): 12/68 kB Progress (1): 16/68 kB Progress (1): 20/68 kB Progress (1): 24/68 kB Progress (1): 28/68 kB Progress (1): 32/68 kB Progress (1): 36/68 kB Progress (1): 40/68 kB Progress (1): 44/68 kB Progress (1): 48/68 kB Progress (1): 52/68 kB Progress (1): 56/68 kB Progress (1): 60/68 kB Progress (1): 64/68 kB Progress (1): 68/68 kB Progress (1): 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.7 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 423 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 75 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 486 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 393 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 44 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom (2.0 kB at 61 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 31 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom (1.8 kB at 37 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom (1.0 kB at 31 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom (1.7 kB at 54 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom (1.3 kB at 22 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 196 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom (2.1 kB at 36 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom (1.1 kB at 23 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom (3.3 kB at 99 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom (1.0 kB at 29 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 115 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 37 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 364 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 926 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 114 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom (2.1 kB at 61 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom (1.1 kB at 35 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom (1.1 kB at 27 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom (1.1 kB at 31 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Progress (1): 4.1/200 kB Progress (1): 7.7/200 kB Progress (1): 12/200 kB Progress (1): 16/200 kB Progress (1): 20/200 kB Progress (1): 24/200 kB Progress (1): 28/200 kB Progress (1): 32/200 kB Progress (1): 33/200 kB Progress (1): 37/200 kB Progress (1): 41/200 kB Progress (2): 41/200 kB | 4.1/5.5 kB Progress (2): 45/200 kB | 4.1/5.5 kB Progress (2): 45/200 kB | 5.5 kB Progress (2): 49/200 kB | 5.5 kB Progress (3): 49/200 kB | 5.5 kB | 4.1/47 kB Progress (3): 49/200 kB | 5.5 kB | 7.7/47 kB Progress (3): 53/200 kB | 5.5 kB | 7.7/47 kB Progress (3): 57/200 kB | 5.5 kB | 7.7/47 kB Progress (3): 57/200 kB | 5.5 kB | 12/47 kB Progress (3): 61/200 kB | 5.5 kB | 12/47 kB Progress (4): 61/200 kB | 5.5 kB | 12/47 kB | 4.1/527 kB Progress (5): 61/200 kB | 5.5 kB | 12/47 kB | 4.1/527 kB | 4.1/165 kB Progress (5): 61/200 kB | 5.5 kB | 12/47 kB | 7.7/527 kB | 4.1/165 kB Progress (5): 65/200 kB | 5.5 kB | 12/47 kB | 7.7/527 kB | 4.1/165 kB Progress (5): 65/200 kB | 5.5 kB | 16/47 kB | 7.7/527 kB | 4.1/165 kB Progress (5): 69/200 kB | 5.5 kB | 16/47 kB | 7.7/527 kB | 4.1/165 kB Progress (5): 69/200 kB | 5.5 kB | 16/47 kB | 12/527 kB | 4.1/165 kB Progress (5): 69/200 kB | 5.5 kB | 16/47 kB | 12/527 kB | 7.7/165 kB Progress (5): 69/200 kB | 5.5 kB | 16/47 kB | 16/527 kB | 7.7/165 kB Progress (5): 73/200 kB | 5.5 kB | 16/47 kB | 16/527 kB | 7.7/165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar (5.5 kB at 133 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (4): 73/200 kB | 20/47 kB | 16/527 kB | 7.7/165 kB Progress (4): 73/200 kB | 24/47 kB | 16/527 kB | 7.7/165 kB Progress (4): 73/200 kB | 28/47 kB | 16/527 kB | 7.7/165 kB Progress (4): 73/200 kB | 32/47 kB | 16/527 kB | 7.7/165 kB Progress (4): 77/200 kB | 32/47 kB | 16/527 kB | 7.7/165 kB Progress (4): 81/200 kB | 32/47 kB | 16/527 kB | 7.7/165 kB Progress (4): 81/200 kB | 32/47 kB | 20/527 kB | 7.7/165 kB Progress (4): 81/200 kB | 32/47 kB | 20/527 kB | 12/165 kB Progress (4): 81/200 kB | 32/47 kB | 24/527 kB | 12/165 kB Progress (4): 85/200 kB | 32/47 kB | 24/527 kB | 12/165 kB Progress (4): 85/200 kB | 36/47 kB | 24/527 kB | 12/165 kB Progress (4): 89/200 kB | 36/47 kB | 24/527 kB | 12/165 kB Progress (4): 89/200 kB | 36/47 kB | 28/527 kB | 12/165 kB Progress (4): 89/200 kB | 36/47 kB | 28/527 kB | 16/165 kB Progress (4): 89/200 kB | 36/47 kB | 32/527 kB | 16/165 kB Progress (4): 93/200 kB | 36/47 kB | 32/527 kB | 16/165 kB Progress (4): 93/200 kB | 36/47 kB | 36/527 kB | 16/165 kB Progress (4): 93/200 kB | 40/47 kB | 36/527 kB | 16/165 kB Progress (5): 93/200 kB | 40/47 kB | 36/527 kB | 16/165 kB | 4.1/38 kB Progress (5): 93/200 kB | 40/47 kB | 40/527 kB | 16/165 kB | 4.1/38 kB Progress (5): 97/200 kB | 40/47 kB | 40/527 kB | 16/165 kB | 4.1/38 kB Progress (5): 97/200 kB | 40/47 kB | 40/527 kB | 20/165 kB | 4.1/38 kB Progress (5): 101/200 kB | 40/47 kB | 40/527 kB | 20/165 kB | 4.1/38 kB Progress (5): 101/200 kB | 40/47 kB | 44/527 kB | 20/165 kB | 4.1/38 kB Progress (5): 101/200 kB | 40/47 kB | 44/527 kB | 20/165 kB | 7.7/38 kB Progress (5): 101/200 kB | 44/47 kB | 44/527 kB | 20/165 kB | 7.7/38 kB Progress (5): 101/200 kB | 44/47 kB | 44/527 kB | 20/165 kB | 12/38 kB Progress (5): 101/200 kB | 44/47 kB | 48/527 kB | 20/165 kB | 12/38 kB Progress (5): 105/200 kB | 44/47 kB | 48/527 kB | 20/165 kB | 12/38 kB Progress (5): 105/200 kB | 44/47 kB | 48/527 kB | 24/165 kB | 12/38 kB Progress (5): 109/200 kB | 44/47 kB | 48/527 kB | 24/165 kB | 12/38 kB Progress (5): 109/200 kB | 44/47 kB | 52/527 kB | 24/165 kB | 12/38 kB Progress (5): 109/200 kB | 44/47 kB | 52/527 kB | 24/165 kB | 16/38 kB Progress (5): 109/200 kB | 47 kB | 52/527 kB | 24/165 kB | 16/38 kB Progress (5): 109/200 kB | 47 kB | 52/527 kB | 24/165 kB | 20/38 kB Progress (5): 109/200 kB | 47 kB | 56/527 kB | 24/165 kB | 20/38 kB Progress (5): 113/200 kB | 47 kB | 56/527 kB | 24/165 kB | 20/38 kB Progress (5): 113/200 kB | 47 kB | 56/527 kB | 28/165 kB | 20/38 kB Progress (5): 117/200 kB | 47 kB | 56/527 kB | 28/165 kB | 20/38 kB Progress (5): 117/200 kB | 47 kB | 60/527 kB | 28/165 kB | 20/38 kB Progress (5): 117/200 kB | 47 kB | 60/527 kB | 28/165 kB | 24/38 kB Progress (5): 117/200 kB | 47 kB | 64/527 kB | 28/165 kB | 24/38 kB Progress (5): 121/200 kB | 47 kB | 64/527 kB | 28/165 kB | 24/38 kB Progress (5): 121/200 kB | 47 kB | 64/527 kB | 32/165 kB | 24/38 kB Progress (5): 125/200 kB | 47 kB | 64/527 kB | 32/165 kB | 24/38 kB Progress (5): 125/200 kB | 47 kB | 66/527 kB | 32/165 kB | 24/38 kB Progress (5): 125/200 kB | 47 kB | 66/527 kB | 32/165 kB | 28/38 kB Progress (5): 125/200 kB | 47 kB | 70/527 kB | 32/165 kB | 28/38 kB Progress (5): 129/200 kB | 47 kB | 70/527 kB | 32/165 kB | 28/38 kB Progress (5): 129/200 kB | 47 kB | 70/527 kB | 36/165 kB | 28/38 kB Progress (5): 133/200 kB | 47 kB | 70/527 kB | 36/165 kB | 28/38 kB Progress (5): 133/200 kB | 47 kB | 74/527 kB | 36/165 kB | 28/38 kB Progress (5): 133/200 kB | 47 kB | 74/527 kB | 36/165 kB | 32/38 kB Progress (5): 133/200 kB | 47 kB | 78/527 kB | 36/165 kB | 32/38 kB Progress (5): 137/200 kB | 47 kB | 78/527 kB | 36/165 kB | 32/38 kB Progress (5): 137/200 kB | 47 kB | 78/527 kB | 40/165 kB | 32/38 kB Progress (5): 141/200 kB | 47 kB | 78/527 kB | 40/165 kB | 32/38 kB Progress (5): 141/200 kB | 47 kB | 82/527 kB | 40/165 kB | 32/38 kB Progress (5): 141/200 kB | 47 kB | 82/527 kB | 40/165 kB | 36/38 kB Progress (5): 141/200 kB | 47 kB | 86/527 kB | 40/165 kB | 36/38 kB Progress (5): 145/200 kB | 47 kB | 86/527 kB | 40/165 kB | 36/38 kB Progress (5): 145/200 kB | 47 kB | 86/527 kB | 44/165 kB | 36/38 kB Progress (5): 149/200 kB | 47 kB | 86/527 kB | 44/165 kB | 36/38 kB Progress (5): 149/200 kB | 47 kB | 90/527 kB | 44/165 kB | 36/38 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 399 kB/s) Progress (4): 149/200 kB | 90/527 kB | 44/165 kB | 38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (4): 149/200 kB | 94/527 kB | 44/165 kB | 38 kB Progress (4): 153/200 kB | 94/527 kB | 44/165 kB | 38 kB Progress (4): 153/200 kB | 94/527 kB | 48/165 kB | 38 kB Progress (4): 157/200 kB | 94/527 kB | 48/165 kB | 38 kB Progress (4): 157/200 kB | 98/527 kB | 48/165 kB | 38 kB Progress (4): 161/200 kB | 98/527 kB | 48/165 kB | 38 kB Progress (4): 161/200 kB | 102/527 kB | 48/165 kB | 38 kB Progress (4): 161/200 kB | 102/527 kB | 52/165 kB | 38 kB Progress (4): 161/200 kB | 106/527 kB | 52/165 kB | 38 kB Progress (4): 165/200 kB | 106/527 kB | 52/165 kB | 38 kB Progress (4): 165/200 kB | 110/527 kB | 52/165 kB | 38 kB Progress (4): 165/200 kB | 110/527 kB | 56/165 kB | 38 kB Progress (4): 165/200 kB | 114/527 kB | 56/165 kB | 38 kB Progress (4): 169/200 kB | 114/527 kB | 56/165 kB | 38 kB Progress (4): 169/200 kB | 118/527 kB | 56/165 kB | 38 kB Progress (4): 169/200 kB | 118/527 kB | 60/165 kB | 38 kB Progress (4): 169/200 kB | 122/527 kB | 60/165 kB | 38 kB Progress (4): 173/200 kB | 122/527 kB | 60/165 kB | 38 kB Progress (4): 173/200 kB | 126/527 kB | 60/165 kB | 38 kB Progress (4): 173/200 kB | 130/527 kB | 60/165 kB | 38 kB Progress (4): 173/200 kB | 130/527 kB | 64/165 kB | 38 kB Progress (4): 173/200 kB | 134/527 kB | 64/165 kB | 38 kB Progress (4): 177/200 kB | 134/527 kB | 64/165 kB | 38 kB Progress (4): 177/200 kB | 138/527 kB | 64/165 kB | 38 kB Progress (4): 177/200 kB | 138/527 kB | 68/165 kB | 38 kB Progress (4): 181/200 kB | 138/527 kB | 68/165 kB | 38 kB Progress (4): 181/200 kB | 138/527 kB | 72/165 kB | 38 kB Progress (4): 181/200 kB | 142/527 kB | 72/165 kB | 38 kB Progress (4): 181/200 kB | 142/527 kB | 76/165 kB | 38 kB Progress (4): 185/200 kB | 142/527 kB | 76/165 kB | 38 kB Progress (4): 185/200 kB | 142/527 kB | 80/165 kB | 38 kB Progress (4): 185/200 kB | 146/527 kB | 80/165 kB | 38 kB Progress (4): 185/200 kB | 146/527 kB | 84/165 kB | 38 kB Progress (4): 189/200 kB | 146/527 kB | 84/165 kB | 38 kB Progress (4): 189/200 kB | 146/527 kB | 88/165 kB | 38 kB Progress (4): 189/200 kB | 150/527 kB | 88/165 kB | 38 kB Progress (4): 189/200 kB | 150/527 kB | 92/165 kB | 38 kB Progress (4): 193/200 kB | 150/527 kB | 92/165 kB | 38 kB Progress (4): 193/200 kB | 150/527 kB | 96/165 kB | 38 kB Progress (4): 193/200 kB | 154/527 kB | 96/165 kB | 38 kB Progress (4): 193/200 kB | 154/527 kB | 100/165 kB | 38 kB Progress (4): 197/200 kB | 154/527 kB | 100/165 kB | 38 kB Progress (4): 197/200 kB | 154/527 kB | 104/165 kB | 38 kB Progress (4): 197/200 kB | 158/527 kB | 104/165 kB | 38 kB Progress (4): 197/200 kB | 158/527 kB | 108/165 kB | 38 kB Progress (4): 200 kB | 158/527 kB | 108/165 kB | 38 kB Progress (5): 200 kB | 158/527 kB | 108/165 kB | 38 kB | 4.1/30 kB Progress (5): 200 kB | 158/527 kB | 112/165 kB | 38 kB | 4.1/30 kB Progress (5): 200 kB | 162/527 kB | 112/165 kB | 38 kB | 4.1/30 kB Progress (5): 200 kB | 162/527 kB | 116/165 kB | 38 kB | 4.1/30 kB Progress (5): 200 kB | 162/527 kB | 116/165 kB | 38 kB | 7.7/30 kB Progress (5): 200 kB | 162/527 kB | 116/165 kB | 38 kB | 12/30 kB Progress (5): 200 kB | 162/527 kB | 116/165 kB | 38 kB | 16/30 kB Progress (5): 200 kB | 162/527 kB | 116/165 kB | 38 kB | 20/30 kB Progress (5): 200 kB | 162/527 kB | 116/165 kB | 38 kB | 24/30 kB Progress (5): 200 kB | 162/527 kB | 120/165 kB | 38 kB | 24/30 kB Progress (5): 200 kB | 166/527 kB | 120/165 kB | 38 kB | 24/30 kB Progress (5): 200 kB | 166/527 kB | 124/165 kB | 38 kB | 24/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 186 kB/s) Progress (4): 200 kB | 166/527 kB | 124/165 kB | 28/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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar (200 kB at 975 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Progress (3): 166/527 kB | 128/165 kB | 28/30 kB Progress (3): 170/527 kB | 128/165 kB | 28/30 kB Progress (3): 170/527 kB | 132/165 kB | 28/30 kB Progress (3): 170/527 kB | 132/165 kB | 30 kB Progress (3): 170/527 kB | 136/165 kB | 30 kB Progress (3): 170/527 kB | 140/165 kB | 30 kB Progress (3): 174/527 kB | 140/165 kB | 30 kB Progress (3): 174/527 kB | 144/165 kB | 30 kB Progress (3): 178/527 kB | 144/165 kB | 30 kB Progress (3): 178/527 kB | 148/165 kB | 30 kB Progress (3): 182/527 kB | 148/165 kB | 30 kB Progress (3): 182/527 kB | 152/165 kB | 30 kB Progress (3): 186/527 kB | 152/165 kB | 30 kB Progress (3): 186/527 kB | 156/165 kB | 30 kB Progress (3): 190/527 kB | 156/165 kB | 30 kB Progress (3): 190/527 kB | 160/165 kB | 30 kB Progress (3): 194/527 kB | 160/165 kB | 30 kB Progress (3): 194/527 kB | 164/165 kB | 30 kB Progress (3): 198/527 kB | 164/165 kB | 30 kB Progress (3): 198/527 kB | 165 kB | 30 kB Progress (3): 202/527 kB | 165 kB | 30 kB Progress (3): 206/527 kB | 165 kB | 30 kB Progress (3): 210/527 kB | 165 kB | 30 kB Progress (3): 214/527 kB | 165 kB | 30 kB Progress (3): 218/527 kB | 165 kB | 30 kB Progress (3): 222/527 kB | 165 kB | 30 kB Progress (3): 226/527 kB | 165 kB | 30 kB Progress (3): 230/527 kB | 165 kB | 30 kB Progress (3): 234/527 kB | 165 kB | 30 kB Progress (3): 238/527 kB | 165 kB | 30 kB Progress (3): 242/527 kB | 165 kB | 30 kB Progress (3): 246/527 kB | 165 kB | 30 kB Progress (3): 250/527 kB | 165 kB | 30 kB Progress (3): 254/527 kB | 165 kB | 30 kB Progress (3): 258/527 kB | 165 kB | 30 kB Progress (3): 262/527 kB | 165 kB | 30 kB Progress (3): 266/527 kB | 165 kB | 30 kB Progress (4): 266/527 kB | 165 kB | 30 kB | 4.1/52 kB Progress (4): 270/527 kB | 165 kB | 30 kB | 4.1/52 kB Progress (4): 270/527 kB | 165 kB | 30 kB | 7.7/52 kB Progress (4): 274/527 kB | 165 kB | 30 kB | 7.7/52 kB Progress (4): 274/527 kB | 165 kB | 30 kB | 12/52 kB Progress (4): 278/527 kB | 165 kB | 30 kB | 12/52 kB Progress (4): 278/527 kB | 165 kB | 30 kB | 16/52 kB Progress (4): 278/527 kB | 165 kB | 30 kB | 20/52 kB Progress (4): 278/527 kB | 165 kB | 30 kB | 24/52 kB Progress (4): 282/527 kB | 165 kB | 30 kB | 24/52 kB Progress (4): 282/527 kB | 165 kB | 30 kB | 28/52 kB Progress (5): 282/527 kB | 165 kB | 30 kB | 28/52 kB | 4.1/148 kB Progress (5): 282/527 kB | 165 kB | 30 kB | 32/52 kB | 4.1/148 kB Progress (5): 286/527 kB | 165 kB | 30 kB | 32/52 kB | 4.1/148 kB Progress (5): 286/527 kB | 165 kB | 30 kB | 36/52 kB | 4.1/148 kB Progress (5): 286/527 kB | 165 kB | 30 kB | 36/52 kB | 7.7/148 kB Progress (5): 286/527 kB | 165 kB | 30 kB | 40/52 kB | 7.7/148 kB Progress (5): 290/527 kB | 165 kB | 30 kB | 40/52 kB | 7.7/148 kB Progress (5): 290/527 kB | 165 kB | 30 kB | 44/52 kB | 7.7/148 kB Progress (5): 290/527 kB | 165 kB | 30 kB | 44/52 kB | 12/148 kB Progress (5): 290/527 kB | 165 kB | 30 kB | 48/52 kB | 12/148 kB Progress (5): 294/527 kB | 165 kB | 30 kB | 48/52 kB | 12/148 kB Progress (5): 294/527 kB | 165 kB | 30 kB | 52/52 kB | 12/148 kB Progress (5): 294/527 kB | 165 kB | 30 kB | 52/52 kB | 16/148 kB Progress (5): 294/527 kB | 165 kB | 30 kB | 52 kB | 16/148 kB Progress (5): 298/527 kB | 165 kB | 30 kB | 52 kB | 16/148 kB Progress (5): 298/527 kB | 165 kB | 30 kB | 52 kB | 20/148 kB Progress (5): 302/527 kB | 165 kB | 30 kB | 52 kB | 20/148 kB Progress (5): 306/527 kB | 165 kB | 30 kB | 52 kB | 20/148 kB Progress (5): 306/527 kB | 165 kB | 30 kB | 52 kB | 24/148 kB Progress (5): 310/527 kB | 165 kB | 30 kB | 52 kB | 24/148 kB Progress (5): 310/527 kB | 165 kB | 30 kB | 52 kB | 28/148 kB Progress (5): 314/527 kB | 165 kB | 30 kB | 52 kB | 28/148 kB Progress (5): 314/527 kB | 165 kB | 30 kB | 52 kB | 32/148 kB Progress (5): 318/527 kB | 165 kB | 30 kB | 52 kB | 32/148 kB Progress (5): 318/527 kB | 165 kB | 30 kB | 52 kB | 33/148 kB Progress (5): 322/527 kB | 165 kB | 30 kB | 52 kB | 33/148 kB Progress (5): 322/527 kB | 165 kB | 30 kB | 52 kB | 37/148 kB Progress (5): 326/527 kB | 165 kB | 30 kB | 52 kB | 37/148 kB Progress (5): 326/527 kB | 165 kB | 30 kB | 52 kB | 41/148 kB Progress (5): 330/527 kB | 165 kB | 30 kB | 52 kB | 41/148 kB Progress (5): 330/527 kB | 165 kB | 30 kB | 52 kB | 45/148 kB Progress (5): 334/527 kB | 165 kB | 30 kB | 52 kB | 45/148 kB Progress (5): 334/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 338/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 342/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 346/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 350/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 354/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 358/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 362/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 366/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 370/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 374/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 378/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 382/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 386/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 390/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 394/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 398/527 kB | 165 kB | 30 kB | 52 kB | 49/148 kB Progress (5): 402/527 kB | 165 kB | 30 kB | 52 kB | 49/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 172 kB/s) Progress (4): 406/527 kB | 165 kB | 30 kB | 49/148 kB Progress (4): 406/527 kB | 165 kB | 30 kB | 53/148 kB Progress (4): 406/527 kB | 165 kB | 30 kB | 57/148 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 94 kB/s) Progress (3): 406/527 kB | 165 kB | 61/148 kB Progress (3): 410/527 kB | 165 kB | 61/148 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (3): 414/527 kB | 165 kB | 61/148 kB Progress (3): 418/527 kB | 165 kB | 61/148 kB Progress (3): 422/527 kB | 165 kB | 61/148 kB Progress (3): 426/527 kB | 165 kB | 61/148 kB Progress (3): 430/527 kB | 165 kB | 61/148 kB Progress (3): 434/527 kB | 165 kB | 61/148 kB Progress (3): 438/527 kB | 165 kB | 61/148 kB Progress (3): 442/527 kB | 165 kB | 61/148 kB Progress (3): 442/527 kB | 165 kB | 65/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 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 504 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (2): 442/527 kB | 66/148 kB Progress (2): 442/527 kB | 70/148 kB Progress (2): 442/527 kB | 74/148 kB Progress (2): 442/527 kB | 78/148 kB Progress (2): 442/527 kB | 82/148 kB Progress (2): 442/527 kB | 86/148 kB Progress (2): 442/527 kB | 90/148 kB Progress (2): 442/527 kB | 94/148 kB Progress (2): 442/527 kB | 98/148 kB Progress (2): 442/527 kB | 98/148 kB Progress (2): 442/527 kB | 102/148 kB Progress (2): 442/527 kB | 106/148 kB Progress (2): 446/527 kB | 106/148 kB Progress (2): 446/527 kB | 110/148 kB Progress (2): 450/527 kB | 110/148 kB Progress (2): 450/527 kB | 114/148 kB Progress (2): 454/527 kB | 114/148 kB Progress (2): 454/527 kB | 118/148 kB Progress (2): 458/527 kB | 118/148 kB Progress (2): 458/527 kB | 122/148 kB Progress (2): 462/527 kB | 122/148 kB Progress (2): 462/527 kB | 126/148 kB Progress (2): 466/527 kB | 126/148 kB Progress (2): 466/527 kB | 130/148 kB Progress (2): 470/527 kB | 130/148 kB Progress (2): 474/527 kB | 130/148 kB Progress (2): 474/527 kB | 134/148 kB Progress (2): 474/527 kB | 138/148 kB Progress (2): 478/527 kB | 138/148 kB Progress (2): 478/527 kB | 142/148 kB Progress (2): 482/527 kB | 142/148 kB Progress (2): 482/527 kB | 146/148 kB Progress (2): 482/527 kB | 148 kB Progress (2): 486/527 kB | 148 kB Progress (2): 490/527 kB | 148 kB Progress (2): 494/527 kB | 148 kB Progress (2): 498/527 kB | 148 kB Progress (2): 502/527 kB | 148 kB Progress (2): 506/527 kB | 148 kB Progress (2): 510/527 kB | 148 kB Progress (2): 514/527 kB | 148 kB Progress (2): 518/527 kB | 148 kB Progress (2): 522/527 kB | 148 kB Progress (3): 522/527 kB | 148 kB | 4.1/106 kB Progress (3): 522/527 kB | 148 kB | 7.7/106 kB Progress (3): 522/527 kB | 148 kB | 12/106 kB Progress (3): 522/527 kB | 148 kB | 16/106 kB Progress (3): 522/527 kB | 148 kB | 20/106 kB Progress (3): 522/527 kB | 148 kB | 24/106 kB Progress (3): 522/527 kB | 148 kB | 28/106 kB Progress (3): 522/527 kB | 148 kB | 32/106 kB Progress (3): 522/527 kB | 148 kB | 33/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 435 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (3): 522/527 kB | 33/106 kB | 4.1/14 kB Progress (3): 522/527 kB | 37/106 kB | 4.1/14 kB Progress (3): 522/527 kB | 41/106 kB | 4.1/14 kB Progress (3): 522/527 kB | 45/106 kB | 4.1/14 kB Progress (3): 522/527 kB | 49/106 kB | 4.1/14 kB Progress (3): 522/527 kB | 53/106 kB | 4.1/14 kB Progress (3): 522/527 kB | 57/106 kB | 4.1/14 kB Progress (3): 522/527 kB | 61/106 kB | 4.1/14 kB Progress (3): 522/527 kB | 65/106 kB | 4.1/14 kB Progress (3): 522/527 kB | 66/106 kB | 4.1/14 kB Progress (3): 522/527 kB | 66/106 kB | 7.7/14 kB Progress (3): 522/527 kB | 70/106 kB | 7.7/14 kB Progress (3): 522/527 kB | 70/106 kB | 12/14 kB Progress (4): 522/527 kB | 70/106 kB | 12/14 kB | 4.1/51 kB Progress (4): 522/527 kB | 74/106 kB | 12/14 kB | 4.1/51 kB Progress (4): 522/527 kB | 74/106 kB | 12/14 kB | 7.7/51 kB Progress (5): 522/527 kB | 74/106 kB | 12/14 kB | 7.7/51 kB | 4.1/74 kB Progress (5): 522/527 kB | 74/106 kB | 12/14 kB | 12/51 kB | 4.1/74 kB Progress (5): 522/527 kB | 74/106 kB | 12/14 kB | 16/51 kB | 4.1/74 kB Progress (5): 522/527 kB | 74/106 kB | 14 kB | 16/51 kB | 4.1/74 kB Progress (5): 522/527 kB | 74/106 kB | 14 kB | 20/51 kB | 4.1/74 kB Progress (5): 522/527 kB | 74/106 kB | 14 kB | 24/51 kB | 4.1/74 kB Progress (5): 522/527 kB | 74/106 kB | 14 kB | 24/51 kB | 7.7/74 kB Progress (5): 522/527 kB | 78/106 kB | 14 kB | 24/51 kB | 7.7/74 kB Progress (5): 522/527 kB | 78/106 kB | 14 kB | 24/51 kB | 12/74 kB Progress (5): 522/527 kB | 78/106 kB | 14 kB | 28/51 kB | 12/74 kB Progress (5): 522/527 kB | 78/106 kB | 14 kB | 28/51 kB | 16/74 kB Progress (5): 522/527 kB | 82/106 kB | 14 kB | 28/51 kB | 16/74 kB Progress (5): 522/527 kB | 82/106 kB | 14 kB | 28/51 kB | 20/74 kB Progress (5): 522/527 kB | 82/106 kB | 14 kB | 28/51 kB | 24/74 kB Progress (5): 522/527 kB | 82/106 kB | 14 kB | 28/51 kB | 28/74 kB Progress (5): 522/527 kB | 82/106 kB | 14 kB | 32/51 kB | 28/74 kB Progress (5): 522/527 kB | 82/106 kB | 14 kB | 32/51 kB | 32/74 kB Progress (5): 522/527 kB | 86/106 kB | 14 kB | 32/51 kB | 32/74 kB Progress (5): 522/527 kB | 86/106 kB | 14 kB | 32/51 kB | 33/74 kB Progress (5): 522/527 kB | 86/106 kB | 14 kB | 33/51 kB | 33/74 kB Progress (5): 522/527 kB | 86/106 kB | 14 kB | 33/51 kB | 37/74 kB Progress (5): 522/527 kB | 90/106 kB | 14 kB | 33/51 kB | 37/74 kB Progress (5): 522/527 kB | 90/106 kB | 14 kB | 33/51 kB | 41/74 kB Progress (5): 522/527 kB | 90/106 kB | 14 kB | 37/51 kB | 41/74 kB Progress (5): 522/527 kB | 90/106 kB | 14 kB | 37/51 kB | 45/74 kB Progress (5): 522/527 kB | 94/106 kB | 14 kB | 37/51 kB | 45/74 kB Progress (5): 522/527 kB | 94/106 kB | 14 kB | 37/51 kB | 49/74 kB Progress (5): 522/527 kB | 94/106 kB | 14 kB | 41/51 kB | 49/74 kB Progress (5): 522/527 kB | 94/106 kB | 14 kB | 41/51 kB | 53/74 kB Progress (5): 522/527 kB | 94/106 kB | 14 kB | 41/51 kB | 57/74 kB Progress (5): 522/527 kB | 98/106 kB | 14 kB | 41/51 kB | 57/74 kB Progress (5): 522/527 kB | 102/106 kB | 14 kB | 41/51 kB | 57/74 kB Progress (5): 522/527 kB | 106/106 kB | 14 kB | 41/51 kB | 57/74 kB Progress (5): 522/527 kB | 106 kB | 14 kB | 41/51 kB | 57/74 kB Progress (5): 522/527 kB | 106 kB | 14 kB | 41/51 kB | 61/74 kB Progress (5): 522/527 kB | 106 kB | 14 kB | 41/51 kB | 65/74 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 33 kB/s) Progress (4): 522/527 kB | 106 kB | 45/51 kB | 65/74 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 Progress (4): 522/527 kB | 106 kB | 45/51 kB | 69/74 kB Progress (4): 522/527 kB | 106 kB | 49/51 kB | 69/74 kB Progress (4): 522/527 kB | 106 kB | 49/51 kB | 73/74 kB Progress (4): 522/527 kB | 106 kB | 51 kB | 73/74 kB Progress (4): 522/527 kB | 106 kB | 51 kB | 74 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 251 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Progress (4): 522/527 kB | 51 kB | 74 kB | 4.1/108 kB Progress (4): 522/527 kB | 51 kB | 74 kB | 7.7/108 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 119 kB/s) Progress (3): 522/527 kB | 74 kB | 12/108 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Progress (3): 522/527 kB | 74 kB | 16/108 kB Progress (3): 522/527 kB | 74 kB | 20/108 kB Progress (3): 522/527 kB | 74 kB | 24/108 kB Progress (3): 522/527 kB | 74 kB | 28/108 kB Progress (3): 522/527 kB | 74 kB | 32/108 kB Progress (3): 522/527 kB | 74 kB | 33/108 kB Progress (3): 522/527 kB | 74 kB | 37/108 kB Progress (3): 522/527 kB | 74 kB | 41/108 kB Progress (3): 522/527 kB | 74 kB | 45/108 kB Progress (3): 522/527 kB | 74 kB | 49/108 kB Progress (3): 522/527 kB | 74 kB | 53/108 kB Progress (3): 522/527 kB | 74 kB | 57/108 kB Progress (3): 522/527 kB | 74 kB | 61/108 kB Progress (3): 522/527 kB | 74 kB | 65/108 kB Progress (3): 522/527 kB | 74 kB | 66/108 kB Progress (3): 522/527 kB | 74 kB | 70/108 kB Progress (3): 522/527 kB | 74 kB | 74/108 kB Progress (3): 522/527 kB | 74 kB | 78/108 kB Progress (3): 522/527 kB | 74 kB | 82/108 kB Progress (3): 522/527 kB | 74 kB | 86/108 kB Progress (3): 522/527 kB | 74 kB | 90/108 kB Progress (3): 522/527 kB | 74 kB | 94/108 kB Progress (3): 522/527 kB | 74 kB | 98/108 kB Progress (3): 522/527 kB | 74 kB | 102/108 kB Progress (3): 526/527 kB | 74 kB | 102/108 kB Progress (3): 526/527 kB | 74 kB | 106/108 kB Progress (3): 527 kB | 74 kB | 106/108 kB Progress (3): 527 kB | 74 kB | 108 kB Progress (4): 527 kB | 74 kB | 108 kB | 4.1/153 kB Progress (4): 527 kB | 74 kB | 108 kB | 7.7/153 kB Progress (4): 527 kB | 74 kB | 108 kB | 12/153 kB Progress (4): 527 kB | 74 kB | 108 kB | 16/153 kB Progress (4): 527 kB | 74 kB | 108 kB | 20/153 kB Progress (4): 527 kB | 74 kB | 108 kB | 24/153 kB Progress (4): 527 kB | 74 kB | 108 kB | 28/153 kB Progress (4): 527 kB | 74 kB | 108 kB | 32/153 kB Progress (4): 527 kB | 74 kB | 108 kB | 33/153 kB Progress (4): 527 kB | 74 kB | 108 kB | 37/153 kB Progress (4): 527 kB | 74 kB | 108 kB | 41/153 kB Progress (4): 527 kB | 74 kB | 108 kB | 45/153 kB Progress (4): 527 kB | 74 kB | 108 kB | 49/153 kB Progress (4): 527 kB | 74 kB | 108 kB | 53/153 kB Progress (4): 527 kB | 74 kB | 108 kB | 57/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 240 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Progress (3): 527 kB | 74 kB | 61/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.0 MB/s) Progress (2): 74 kB | 65/153 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 147 kB/s) Progress (1): 66/153 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Progress (1): 70/153 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (1): 74/153 kB Progress (1): 78/153 kB Progress (1): 82/153 kB Progress (1): 86/153 kB Progress (1): 90/153 kB Progress (1): 94/153 kB Progress (1): 98/153 kB Progress (1): 98/153 kB Progress (1): 102/153 kB Progress (1): 106/153 kB Progress (1): 110/153 kB Progress (1): 114/153 kB Progress (1): 118/153 kB Progress (1): 122/153 kB Progress (1): 126/153 kB Progress (1): 130/153 kB Progress (1): 134/153 kB Progress (1): 138/153 kB Progress (1): 142/153 kB Progress (1): 146/153 kB Progress (1): 150/153 kB Progress (1): 153 kB Progress (2): 153 kB | 4.1/472 kB Progress (2): 153 kB | 7.7/472 kB Progress (2): 153 kB | 12/472 kB Progress (2): 153 kB | 16/472 kB Progress (2): 153 kB | 20/472 kB Progress (2): 153 kB | 24/472 kB Progress (2): 153 kB | 28/472 kB Progress (2): 153 kB | 32/472 kB Progress (2): 153 kB | 33/472 kB Progress (2): 153 kB | 37/472 kB Progress (2): 153 kB | 41/472 kB Progress (2): 153 kB | 45/472 kB Progress (2): 153 kB | 49/472 kB Progress (2): 153 kB | 53/472 kB Progress (2): 153 kB | 57/472 kB Progress (2): 153 kB | 61/472 kB Progress (2): 153 kB | 65/472 kB Progress (2): 153 kB | 66/472 kB Progress (2): 153 kB | 70/472 kB Progress (2): 153 kB | 74/472 kB Progress (2): 153 kB | 78/472 kB Progress (2): 153 kB | 82/472 kB Progress (2): 153 kB | 86/472 kB Progress (2): 153 kB | 90/472 kB Progress (2): 153 kB | 94/472 kB Progress (2): 153 kB | 98/472 kB Progress (2): 153 kB | 98/472 kB Progress (2): 153 kB | 102/472 kB Progress (2): 153 kB | 106/472 kB Progress (2): 153 kB | 110/472 kB Progress (3): 153 kB | 110/472 kB | 4.1/202 kB Progress (3): 153 kB | 114/472 kB | 4.1/202 kB Progress (3): 153 kB | 114/472 kB | 7.7/202 kB Progress (3): 153 kB | 114/472 kB | 12/202 kB Progress (3): 153 kB | 114/472 kB | 16/202 kB Progress (3): 153 kB | 118/472 kB | 16/202 kB Progress (3): 153 kB | 118/472 kB | 20/202 kB Progress (3): 153 kB | 122/472 kB | 20/202 kB Progress (3): 153 kB | 122/472 kB | 24/202 kB Progress (3): 153 kB | 126/472 kB | 24/202 kB Progress (3): 153 kB | 130/472 kB | 24/202 kB Progress (3): 153 kB | 130/472 kB | 28/202 kB Progress (3): 153 kB | 131/472 kB | 28/202 kB Progress (3): 153 kB | 131/472 kB | 32/202 kB Progress (3): 153 kB | 135/472 kB | 32/202 kB Progress (3): 153 kB | 135/472 kB | 33/202 kB Progress (3): 153 kB | 139/472 kB | 33/202 kB Progress (3): 153 kB | 139/472 kB | 37/202 kB Progress (3): 153 kB | 143/472 kB | 37/202 kB Progress (3): 153 kB | 143/472 kB | 41/202 kB Progress (3): 153 kB | 147/472 kB | 41/202 kB Progress (3): 153 kB | 147/472 kB | 45/202 kB Progress (3): 153 kB | 151/472 kB | 45/202 kB Progress (3): 153 kB | 151/472 kB | 49/202 kB Progress (3): 153 kB | 155/472 kB | 49/202 kB Progress (3): 153 kB | 155/472 kB | 53/202 kB Progress (3): 153 kB | 159/472 kB | 53/202 kB Progress (3): 153 kB | 159/472 kB | 57/202 kB Progress (3): 153 kB | 163/472 kB | 57/202 kB Progress (3): 153 kB | 163/472 kB | 61/202 kB Progress (3): 153 kB | 167/472 kB | 61/202 kB Progress (3): 153 kB | 167/472 kB | 65/202 kB Progress (3): 153 kB | 171/472 kB | 65/202 kB Progress (3): 153 kB | 171/472 kB | 66/202 kB Progress (3): 153 kB | 175/472 kB | 66/202 kB Progress (3): 153 kB | 179/472 kB | 66/202 kB Progress (3): 153 kB | 179/472 kB | 70/202 kB Progress (3): 153 kB | 183/472 kB | 70/202 kB Progress (3): 153 kB | 183/472 kB | 74/202 kB Progress (3): 153 kB | 187/472 kB | 74/202 kB Progress (3): 153 kB | 187/472 kB | 78/202 kB Progress (3): 153 kB | 191/472 kB | 78/202 kB Progress (3): 153 kB | 191/472 kB | 82/202 kB Progress (3): 153 kB | 195/472 kB | 82/202 kB Progress (3): 153 kB | 195/472 kB | 86/202 kB Progress (3): 153 kB | 199/472 kB | 86/202 kB Progress (3): 153 kB | 199/472 kB | 90/202 kB Progress (3): 153 kB | 203/472 kB | 90/202 kB Progress (3): 153 kB | 203/472 kB | 94/202 kB Progress (3): 153 kB | 207/472 kB | 94/202 kB Progress (3): 153 kB | 207/472 kB | 98/202 kB Progress (3): 153 kB | 211/472 kB | 98/202 kB Progress (3): 153 kB | 211/472 kB | 98/202 kB Progress (3): 153 kB | 215/472 kB | 98/202 kB Progress (3): 153 kB | 219/472 kB | 98/202 kB Progress (3): 153 kB | 219/472 kB | 102/202 kB Progress (3): 153 kB | 223/472 kB | 102/202 kB Progress (3): 153 kB | 223/472 kB | 106/202 kB Progress (3): 153 kB | 227/472 kB | 106/202 kB Progress (3): 153 kB | 227/472 kB | 110/202 kB Progress (3): 153 kB | 231/472 kB | 110/202 kB Progress (3): 153 kB | 231/472 kB | 114/202 kB Progress (3): 153 kB | 235/472 kB | 114/202 kB Progress (3): 153 kB | 235/472 kB | 118/202 kB Progress (3): 153 kB | 239/472 kB | 118/202 kB Progress (3): 153 kB | 239/472 kB | 122/202 kB Progress (3): 153 kB | 243/472 kB | 122/202 kB Progress (3): 153 kB | 243/472 kB | 126/202 kB Progress (3): 153 kB | 247/472 kB | 126/202 kB Progress (3): 153 kB | 247/472 kB | 130/202 kB Progress (3): 153 kB | 251/472 kB | 130/202 kB Progress (3): 153 kB | 251/472 kB | 134/202 kB Progress (3): 153 kB | 255/472 kB | 134/202 kB Progress (3): 153 kB | 255/472 kB | 138/202 kB Progress (3): 153 kB | 259/472 kB | 138/202 kB Progress (3): 153 kB | 259/472 kB | 142/202 kB Progress (3): 153 kB | 263/472 kB | 142/202 kB Progress (3): 153 kB | 263/472 kB | 146/202 kB Progress (3): 153 kB | 267/472 kB | 146/202 kB Progress (3): 153 kB | 267/472 kB | 150/202 kB Progress (3): 153 kB | 267/472 kB | 154/202 kB Progress (3): 153 kB | 267/472 kB | 158/202 kB Progress (3): 153 kB | 267/472 kB | 162/202 kB Progress (3): 153 kB | 267/472 kB | 166/202 kB Progress (3): 153 kB | 267/472 kB | 170/202 kB Progress (3): 153 kB | 267/472 kB | 174/202 kB Progress (3): 153 kB | 267/472 kB | 178/202 kB Progress (3): 153 kB | 267/472 kB | 182/202 kB Progress (3): 153 kB | 267/472 kB | 186/202 kB Progress (3): 153 kB | 267/472 kB | 190/202 kB Progress (3): 153 kB | 267/472 kB | 194/202 kB Progress (3): 153 kB | 267/472 kB | 198/202 kB Progress (3): 153 kB | 267/472 kB | 202 kB Progress (3): 153 kB | 271/472 kB | 202 kB Progress (3): 153 kB | 275/472 kB | 202 kB Progress (3): 153 kB | 279/472 kB | 202 kB Progress (3): 153 kB | 283/472 kB | 202 kB Progress (3): 153 kB | 287/472 kB | 202 kB Progress (3): 153 kB | 291/472 kB | 202 kB Progress (3): 153 kB | 295/472 kB | 202 kB Progress (3): 153 kB | 299/472 kB | 202 kB Progress (3): 153 kB | 303/472 kB | 202 kB Progress (3): 153 kB | 307/472 kB | 202 kB Progress (3): 153 kB | 311/472 kB | 202 kB Progress (3): 153 kB | 315/472 kB | 202 kB Progress (3): 153 kB | 319/472 kB | 202 kB Progress (3): 153 kB | 323/472 kB | 202 kB Progress (3): 153 kB | 327/472 kB | 202 kB Progress (3): 153 kB | 331/472 kB | 202 kB Progress (3): 153 kB | 335/472 kB | 202 kB Progress (3): 153 kB | 339/472 kB | 202 kB Progress (3): 153 kB | 343/472 kB | 202 kB Progress (3): 153 kB | 347/472 kB | 202 kB Progress (3): 153 kB | 351/472 kB | 202 kB Progress (3): 153 kB | 355/472 kB | 202 kB Progress (3): 153 kB | 359/472 kB | 202 kB Progress (3): 153 kB | 363/472 kB | 202 kB Progress (3): 153 kB | 367/472 kB | 202 kB Progress (3): 153 kB | 371/472 kB | 202 kB Progress (3): 153 kB | 375/472 kB | 202 kB Progress (3): 153 kB | 379/472 kB | 202 kB Progress (3): 153 kB | 383/472 kB | 202 kB Progress (3): 153 kB | 387/472 kB | 202 kB Progress (3): 153 kB | 391/472 kB | 202 kB Progress (3): 153 kB | 395/472 kB | 202 kB Progress (3): 153 kB | 399/472 kB | 202 kB Progress (3): 153 kB | 403/472 kB | 202 kB Progress (3): 153 kB | 407/472 kB | 202 kB Progress (3): 153 kB | 411/472 kB | 202 kB Progress (3): 153 kB | 415/472 kB | 202 kB Progress (3): 153 kB | 419/472 kB | 202 kB Progress (3): 153 kB | 423/472 kB | 202 kB Progress (3): 153 kB | 427/472 kB | 202 kB Progress (3): 153 kB | 431/472 kB | 202 kB Progress (3): 153 kB | 435/472 kB | 202 kB Progress (3): 153 kB | 439/472 kB | 202 kB Progress (3): 153 kB | 443/472 kB | 202 kB Progress (3): 153 kB | 447/472 kB | 202 kB Progress (3): 153 kB | 451/472 kB | 202 kB Progress (3): 153 kB | 455/472 kB | 202 kB Progress (3): 153 kB | 459/472 kB | 202 kB Progress (3): 153 kB | 463/472 kB | 202 kB Progress (3): 153 kB | 467/472 kB | 202 kB Progress (3): 153 kB | 471/472 kB | 202 kB Progress (3): 153 kB | 472 kB | 202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 758 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (3): 153 kB | 202 kB | 4.1/29 kB Progress (3): 153 kB | 202 kB | 7.7/29 kB Progress (3): 153 kB | 202 kB | 12/29 kB Progress (3): 153 kB | 202 kB | 16/29 kB Progress (3): 153 kB | 202 kB | 20/29 kB Progress (3): 153 kB | 202 kB | 24/29 kB Progress (3): 153 kB | 202 kB | 28/29 kB Progress (3): 153 kB | 202 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 45 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Progress (3): 153 kB | 202 kB | 4.1/13 kB Progress (3): 153 kB | 202 kB | 7.7/13 kB Progress (3): 153 kB | 202 kB | 12/13 kB Progress (3): 153 kB | 202 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 20 kB/s) 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 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 298 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar 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 225 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Progress (1): 4.1/46 kB Progress (1): 7.7/46 kB Progress (1): 12/46 kB Progress (1): 16/46 kB Progress (1): 20/46 kB Progress (2): 20/46 kB | 4.1/61 kB Progress (3): 20/46 kB | 4.1/61 kB | 4.1/247 kB Progress (4): 20/46 kB | 4.1/61 kB | 4.1/247 kB | 4.1/49 kB Progress (4): 20/46 kB | 4.1/61 kB | 4.1/247 kB | 7.7/49 kB Progress (4): 24/46 kB | 4.1/61 kB | 4.1/247 kB | 7.7/49 kB Progress (4): 24/46 kB | 4.1/61 kB | 4.1/247 kB | 12/49 kB Progress (5): 24/46 kB | 4.1/61 kB | 4.1/247 kB | 12/49 kB | 4.1/187 kB Progress (5): 24/46 kB | 4.1/61 kB | 7.7/247 kB | 12/49 kB | 4.1/187 kB Progress (5): 24/46 kB | 7.7/61 kB | 7.7/247 kB | 12/49 kB | 4.1/187 kB Progress (5): 24/46 kB | 7.7/61 kB | 12/247 kB | 12/49 kB | 4.1/187 kB Progress (5): 24/46 kB | 7.7/61 kB | 12/247 kB | 12/49 kB | 7.7/187 kB Progress (5): 24/46 kB | 7.7/61 kB | 12/247 kB | 16/49 kB | 7.7/187 kB Progress (5): 28/46 kB | 7.7/61 kB | 12/247 kB | 16/49 kB | 7.7/187 kB Progress (5): 28/46 kB | 7.7/61 kB | 12/247 kB | 20/49 kB | 7.7/187 kB Progress (5): 28/46 kB | 7.7/61 kB | 12/247 kB | 20/49 kB | 12/187 kB Progress (5): 28/46 kB | 7.7/61 kB | 16/247 kB | 20/49 kB | 12/187 kB Progress (5): 28/46 kB | 12/61 kB | 16/247 kB | 20/49 kB | 12/187 kB Progress (5): 28/46 kB | 12/61 kB | 20/247 kB | 20/49 kB | 12/187 kB Progress (5): 28/46 kB | 12/61 kB | 20/247 kB | 20/49 kB | 16/187 kB Progress (5): 28/46 kB | 12/61 kB | 20/247 kB | 24/49 kB | 16/187 kB Progress (5): 32/46 kB | 12/61 kB | 20/247 kB | 24/49 kB | 16/187 kB Progress (5): 32/46 kB | 12/61 kB | 20/247 kB | 28/49 kB | 16/187 kB Progress (5): 32/46 kB | 12/61 kB | 20/247 kB | 32/49 kB | 16/187 kB Progress (5): 32/46 kB | 12/61 kB | 20/247 kB | 32/49 kB | 20/187 kB Progress (5): 32/46 kB | 12/61 kB | 24/247 kB | 32/49 kB | 20/187 kB Progress (5): 32/46 kB | 16/61 kB | 24/247 kB | 32/49 kB | 20/187 kB Progress (5): 32/46 kB | 16/61 kB | 28/247 kB | 32/49 kB | 20/187 kB Progress (5): 32/46 kB | 16/61 kB | 28/247 kB | 32/49 kB | 24/187 kB Progress (5): 32/46 kB | 16/61 kB | 28/247 kB | 33/49 kB | 24/187 kB Progress (5): 36/46 kB | 16/61 kB | 28/247 kB | 33/49 kB | 24/187 kB Progress (5): 36/46 kB | 16/61 kB | 28/247 kB | 37/49 kB | 24/187 kB Progress (5): 36/46 kB | 16/61 kB | 28/247 kB | 37/49 kB | 28/187 kB Progress (5): 36/46 kB | 16/61 kB | 32/247 kB | 37/49 kB | 28/187 kB Progress (5): 36/46 kB | 20/61 kB | 32/247 kB | 37/49 kB | 28/187 kB Progress (5): 36/46 kB | 20/61 kB | 36/247 kB | 37/49 kB | 28/187 kB Progress (5): 36/46 kB | 20/61 kB | 36/247 kB | 37/49 kB | 32/187 kB Progress (5): 36/46 kB | 20/61 kB | 36/247 kB | 41/49 kB | 32/187 kB Progress (5): 40/46 kB | 20/61 kB | 36/247 kB | 41/49 kB | 32/187 kB Progress (5): 40/46 kB | 20/61 kB | 36/247 kB | 45/49 kB | 32/187 kB Progress (5): 40/46 kB | 20/61 kB | 36/247 kB | 45/49 kB | 33/187 kB Progress (5): 40/46 kB | 20/61 kB | 40/247 kB | 45/49 kB | 33/187 kB Progress (5): 40/46 kB | 24/61 kB | 40/247 kB | 45/49 kB | 33/187 kB Progress (5): 40/46 kB | 24/61 kB | 44/247 kB | 45/49 kB | 33/187 kB Progress (5): 40/46 kB | 24/61 kB | 44/247 kB | 45/49 kB | 37/187 kB Progress (5): 40/46 kB | 24/61 kB | 44/247 kB | 49/49 kB | 37/187 kB Progress (5): 40/46 kB | 24/61 kB | 44/247 kB | 49 kB | 37/187 kB Progress (5): 44/46 kB | 24/61 kB | 44/247 kB | 49 kB | 37/187 kB Progress (5): 46 kB | 24/61 kB | 44/247 kB | 49 kB | 37/187 kB Progress (5): 46 kB | 24/61 kB | 44/247 kB | 49 kB | 41/187 kB Progress (5): 46 kB | 24/61 kB | 44/247 kB | 49 kB | 45/187 kB Progress (5): 46 kB | 24/61 kB | 48/247 kB | 49 kB | 45/187 kB Progress (5): 46 kB | 28/61 kB | 48/247 kB | 49 kB | 45/187 kB Progress (5): 46 kB | 28/61 kB | 52/247 kB | 49 kB | 45/187 kB Progress (5): 46 kB | 28/61 kB | 52/247 kB | 49 kB | 49/187 kB Progress (5): 46 kB | 28/61 kB | 56/247 kB | 49 kB | 49/187 kB Progress (5): 46 kB | 32/61 kB | 56/247 kB | 49 kB | 49/187 kB Progress (5): 46 kB | 32/61 kB | 60/247 kB | 49 kB | 49/187 kB Progress (5): 46 kB | 32/61 kB | 60/247 kB | 49 kB | 53/187 kB Progress (5): 46 kB | 32/61 kB | 64/247 kB | 49 kB | 53/187 kB Progress (5): 46 kB | 36/61 kB | 64/247 kB | 49 kB | 53/187 kB Progress (5): 46 kB | 36/61 kB | 68/247 kB | 49 kB | 53/187 kB Progress (5): 46 kB | 36/61 kB | 72/247 kB | 49 kB | 53/187 kB Progress (5): 46 kB | 36/61 kB | 76/247 kB | 49 kB | 53/187 kB Progress (5): 46 kB | 36/61 kB | 80/247 kB | 49 kB | 53/187 kB Progress (5): 46 kB | 36/61 kB | 80/247 kB | 49 kB | 57/187 kB Progress (5): 46 kB | 36/61 kB | 84/247 kB | 49 kB | 57/187 kB Progress (5): 46 kB | 40/61 kB | 84/247 kB | 49 kB | 57/187 kB Progress (5): 46 kB | 40/61 kB | 88/247 kB | 49 kB | 57/187 kB Progress (5): 46 kB | 40/61 kB | 88/247 kB | 49 kB | 61/187 kB Progress (5): 46 kB | 40/61 kB | 92/247 kB | 49 kB | 61/187 kB Progress (5): 46 kB | 44/61 kB | 92/247 kB | 49 kB | 61/187 kB Progress (5): 46 kB | 44/61 kB | 96/247 kB | 49 kB | 61/187 kB Progress (5): 46 kB | 44/61 kB | 100/247 kB | 49 kB | 61/187 kB Progress (5): 46 kB | 44/61 kB | 100/247 kB | 49 kB | 65/187 kB Progress (5): 46 kB | 44/61 kB | 104/247 kB | 49 kB | 65/187 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 68 kB/s) Progress (4): 46 kB | 48/61 kB | 104/247 kB | 65/187 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 Progress (4): 46 kB | 48/61 kB | 108/247 kB | 65/187 kB Progress (4): 46 kB | 48/61 kB | 112/247 kB | 65/187 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 63 kB/s) 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 Progress (3): 48/61 kB | 112/247 kB | 66/187 kB Progress (3): 48/61 kB | 116/247 kB | 66/187 kB Progress (3): 48/61 kB | 116/247 kB | 70/187 kB Progress (3): 52/61 kB | 116/247 kB | 70/187 kB Progress (3): 52/61 kB | 116/247 kB | 74/187 kB Progress (3): 52/61 kB | 120/247 kB | 74/187 kB Progress (3): 52/61 kB | 120/247 kB | 78/187 kB Progress (3): 56/61 kB | 120/247 kB | 78/187 kB Progress (3): 56/61 kB | 124/247 kB | 78/187 kB Progress (3): 56/61 kB | 124/247 kB | 82/187 kB Progress (3): 56/61 kB | 128/247 kB | 82/187 kB Progress (3): 56/61 kB | 128/247 kB | 86/187 kB Progress (3): 60/61 kB | 128/247 kB | 86/187 kB Progress (3): 60/61 kB | 128/247 kB | 90/187 kB Progress (3): 60/61 kB | 132/247 kB | 90/187 kB Progress (3): 60/61 kB | 132/247 kB | 94/187 kB Progress (3): 61 kB | 132/247 kB | 94/187 kB Progress (3): 61 kB | 132/247 kB | 98/187 kB Progress (3): 61 kB | 136/247 kB | 98/187 kB Progress (3): 61 kB | 136/247 kB | 102/187 kB Progress (3): 61 kB | 140/247 kB | 102/187 kB Progress (3): 61 kB | 140/247 kB | 106/187 kB Progress (3): 61 kB | 144/247 kB | 106/187 kB Progress (3): 61 kB | 144/247 kB | 110/187 kB Progress (3): 61 kB | 148/247 kB | 110/187 kB Progress (3): 61 kB | 148/247 kB | 114/187 kB Progress (3): 61 kB | 152/247 kB | 114/187 kB Progress (3): 61 kB | 152/247 kB | 118/187 kB Progress (3): 61 kB | 152/247 kB | 122/187 kB Progress (3): 61 kB | 156/247 kB | 122/187 kB Progress (3): 61 kB | 156/247 kB | 126/187 kB Progress (3): 61 kB | 160/247 kB | 126/187 kB Progress (3): 61 kB | 160/247 kB | 130/187 kB Progress (4): 61 kB | 160/247 kB | 130/187 kB | 4.1/86 kB Progress (4): 61 kB | 160/247 kB | 134/187 kB | 4.1/86 kB Progress (4): 61 kB | 164/247 kB | 134/187 kB | 4.1/86 kB Progress (4): 61 kB | 164/247 kB | 138/187 kB | 4.1/86 kB Progress (4): 61 kB | 164/247 kB | 138/187 kB | 7.7/86 kB Progress (4): 61 kB | 164/247 kB | 142/187 kB | 7.7/86 kB Progress (4): 61 kB | 164/247 kB | 142/187 kB | 12/86 kB Progress (5): 61 kB | 164/247 kB | 142/187 kB | 12/86 kB | 4.1/209 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 76 kB/s) Progress (4): 168/247 kB | 142/187 kB | 12/86 kB | 4.1/209 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Progress (4): 168/247 kB | 142/187 kB | 12/86 kB | 7.7/209 kB Progress (4): 168/247 kB | 142/187 kB | 16/86 kB | 7.7/209 kB Progress (4): 168/247 kB | 146/187 kB | 16/86 kB | 7.7/209 kB Progress (4): 168/247 kB | 146/187 kB | 20/86 kB | 7.7/209 kB Progress (4): 168/247 kB | 150/187 kB | 20/86 kB | 7.7/209 kB Progress (4): 168/247 kB | 150/187 kB | 20/86 kB | 12/209 kB Progress (4): 172/247 kB | 150/187 kB | 20/86 kB | 12/209 kB Progress (4): 172/247 kB | 150/187 kB | 20/86 kB | 16/209 kB Progress (4): 172/247 kB | 154/187 kB | 20/86 kB | 16/209 kB Progress (4): 172/247 kB | 154/187 kB | 24/86 kB | 16/209 kB Progress (4): 172/247 kB | 158/187 kB | 24/86 kB | 16/209 kB Progress (4): 172/247 kB | 158/187 kB | 24/86 kB | 20/209 kB Progress (4): 176/247 kB | 158/187 kB | 24/86 kB | 20/209 kB Progress (4): 176/247 kB | 158/187 kB | 24/86 kB | 24/209 kB Progress (4): 176/247 kB | 162/187 kB | 24/86 kB | 24/209 kB Progress (4): 176/247 kB | 162/187 kB | 28/86 kB | 24/209 kB Progress (4): 176/247 kB | 166/187 kB | 28/86 kB | 24/209 kB Progress (4): 176/247 kB | 166/187 kB | 28/86 kB | 28/209 kB Progress (4): 180/247 kB | 166/187 kB | 28/86 kB | 28/209 kB Progress (4): 180/247 kB | 166/187 kB | 28/86 kB | 32/209 kB Progress (4): 180/247 kB | 170/187 kB | 28/86 kB | 32/209 kB Progress (4): 180/247 kB | 170/187 kB | 32/86 kB | 32/209 kB Progress (4): 180/247 kB | 174/187 kB | 32/86 kB | 32/209 kB Progress (4): 180/247 kB | 174/187 kB | 32/86 kB | 33/209 kB Progress (4): 184/247 kB | 174/187 kB | 32/86 kB | 33/209 kB Progress (4): 184/247 kB | 174/187 kB | 32/86 kB | 37/209 kB Progress (4): 184/247 kB | 178/187 kB | 32/86 kB | 37/209 kB Progress (4): 184/247 kB | 178/187 kB | 33/86 kB | 37/209 kB Progress (4): 184/247 kB | 182/187 kB | 33/86 kB | 37/209 kB Progress (4): 184/247 kB | 182/187 kB | 33/86 kB | 41/209 kB Progress (4): 188/247 kB | 182/187 kB | 33/86 kB | 41/209 kB Progress (4): 188/247 kB | 182/187 kB | 33/86 kB | 45/209 kB Progress (4): 188/247 kB | 186/187 kB | 33/86 kB | 45/209 kB Progress (4): 188/247 kB | 186/187 kB | 37/86 kB | 45/209 kB Progress (4): 188/247 kB | 187 kB | 37/86 kB | 45/209 kB Progress (4): 188/247 kB | 187 kB | 37/86 kB | 49/209 kB Progress (5): 188/247 kB | 187 kB | 37/86 kB | 49/209 kB | 4.1/532 kB Progress (5): 192/247 kB | 187 kB | 37/86 kB | 49/209 kB | 4.1/532 kB Progress (5): 192/247 kB | 187 kB | 37/86 kB | 49/209 kB | 7.7/532 kB Progress (5): 192/247 kB | 187 kB | 37/86 kB | 53/209 kB | 7.7/532 kB Progress (5): 192/247 kB | 187 kB | 41/86 kB | 53/209 kB | 7.7/532 kB Progress (5): 192/247 kB | 187 kB | 41/86 kB | 57/209 kB | 7.7/532 kB Progress (5): 192/247 kB | 187 kB | 41/86 kB | 57/209 kB | 12/532 kB Progress (5): 196/247 kB | 187 kB | 41/86 kB | 57/209 kB | 12/532 kB Progress (5): 196/247 kB | 187 kB | 41/86 kB | 57/209 kB | 16/532 kB Progress (5): 196/247 kB | 187 kB | 41/86 kB | 61/209 kB | 16/532 kB Progress (5): 196/247 kB | 187 kB | 45/86 kB | 61/209 kB | 16/532 kB Progress (5): 196/247 kB | 187 kB | 45/86 kB | 65/209 kB | 16/532 kB Progress (5): 196/247 kB | 187 kB | 45/86 kB | 65/209 kB | 20/532 kB Progress (5): 200/247 kB | 187 kB | 45/86 kB | 65/209 kB | 20/532 kB Progress (5): 200/247 kB | 187 kB | 45/86 kB | 65/209 kB | 24/532 kB Progress (5): 200/247 kB | 187 kB | 45/86 kB | 66/209 kB | 24/532 kB Progress (5): 200/247 kB | 187 kB | 49/86 kB | 66/209 kB | 24/532 kB Progress (5): 200/247 kB | 187 kB | 49/86 kB | 70/209 kB | 24/532 kB Progress (5): 200/247 kB | 187 kB | 49/86 kB | 70/209 kB | 28/532 kB Progress (5): 204/247 kB | 187 kB | 49/86 kB | 70/209 kB | 28/532 kB Progress (5): 204/247 kB | 187 kB | 49/86 kB | 70/209 kB | 32/532 kB Progress (5): 204/247 kB | 187 kB | 49/86 kB | 74/209 kB | 32/532 kB Progress (5): 204/247 kB | 187 kB | 53/86 kB | 74/209 kB | 32/532 kB Progress (5): 204/247 kB | 187 kB | 53/86 kB | 78/209 kB | 32/532 kB Progress (5): 204/247 kB | 187 kB | 53/86 kB | 78/209 kB | 33/532 kB Progress (5): 208/247 kB | 187 kB | 53/86 kB | 78/209 kB | 33/532 kB Progress (5): 208/247 kB | 187 kB | 53/86 kB | 78/209 kB | 37/532 kB Progress (5): 208/247 kB | 187 kB | 53/86 kB | 82/209 kB | 37/532 kB Progress (5): 208/247 kB | 187 kB | 57/86 kB | 82/209 kB | 37/532 kB Progress (5): 208/247 kB | 187 kB | 57/86 kB | 86/209 kB | 37/532 kB Progress (5): 208/247 kB | 187 kB | 57/86 kB | 86/209 kB | 41/532 kB Progress (5): 212/247 kB | 187 kB | 57/86 kB | 86/209 kB | 41/532 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 227 kB/s) Progress (4): 216/247 kB | 57/86 kB | 86/209 kB | 41/532 kB Progress (4): 216/247 kB | 57/86 kB | 86/209 kB | 45/532 kB Progress (4): 220/247 kB | 57/86 kB | 86/209 kB | 45/532 kB Progress (4): 220/247 kB | 57/86 kB | 90/209 kB | 45/532 kB Progress (4): 220/247 kB | 61/86 kB | 90/209 kB | 45/532 kB Progress (4): 220/247 kB | 61/86 kB | 94/209 kB | 45/532 kB Progress (4): 224/247 kB | 61/86 kB | 94/209 kB | 45/532 kB Progress (4): 224/247 kB | 61/86 kB | 94/209 kB | 49/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar Progress (4): 224/247 kB | 61/86 kB | 94/209 kB | 53/532 kB Progress (4): 228/247 kB | 61/86 kB | 94/209 kB | 53/532 kB Progress (4): 232/247 kB | 61/86 kB | 94/209 kB | 53/532 kB Progress (4): 232/247 kB | 61/86 kB | 98/209 kB | 53/532 kB Progress (4): 232/247 kB | 65/86 kB | 98/209 kB | 53/532 kB Progress (4): 232/247 kB | 65/86 kB | 102/209 kB | 53/532 kB Progress (4): 232/247 kB | 65/86 kB | 106/209 kB | 53/532 kB Progress (4): 232/247 kB | 65/86 kB | 110/209 kB | 53/532 kB Progress (4): 232/247 kB | 65/86 kB | 114/209 kB | 53/532 kB Progress (4): 232/247 kB | 65/86 kB | 118/209 kB | 53/532 kB Progress (4): 232/247 kB | 65/86 kB | 122/209 kB | 53/532 kB Progress (4): 232/247 kB | 65/86 kB | 126/209 kB | 53/532 kB Progress (4): 232/247 kB | 65/86 kB | 130/209 kB | 53/532 kB Progress (4): 232/247 kB | 65/86 kB | 134/209 kB | 53/532 kB Progress (4): 232/247 kB | 65/86 kB | 138/209 kB | 53/532 kB Progress (4): 236/247 kB | 65/86 kB | 138/209 kB | 53/532 kB Progress (4): 236/247 kB | 65/86 kB | 138/209 kB | 57/532 kB Progress (4): 240/247 kB | 65/86 kB | 138/209 kB | 57/532 kB Progress (4): 240/247 kB | 65/86 kB | 138/209 kB | 61/532 kB Progress (4): 240/247 kB | 65/86 kB | 142/209 kB | 61/532 kB Progress (4): 240/247 kB | 65/86 kB | 146/209 kB | 61/532 kB Progress (4): 240/247 kB | 66/86 kB | 146/209 kB | 61/532 kB Progress (4): 240/247 kB | 66/86 kB | 150/209 kB | 61/532 kB Progress (4): 240/247 kB | 66/86 kB | 154/209 kB | 61/532 kB Progress (4): 240/247 kB | 66/86 kB | 158/209 kB | 61/532 kB Progress (5): 240/247 kB | 66/86 kB | 158/209 kB | 61/532 kB | 4.1/56 kB Progress (5): 240/247 kB | 66/86 kB | 158/209 kB | 61/532 kB | 7.7/56 kB Progress (5): 240/247 kB | 66/86 kB | 158/209 kB | 61/532 kB | 12/56 kB Progress (5): 240/247 kB | 66/86 kB | 158/209 kB | 61/532 kB | 16/56 kB Progress (5): 240/247 kB | 66/86 kB | 158/209 kB | 65/532 kB | 16/56 kB Progress (5): 244/247 kB | 66/86 kB | 158/209 kB | 65/532 kB | 16/56 kB Progress (5): 244/247 kB | 66/86 kB | 158/209 kB | 66/532 kB | 16/56 kB Progress (5): 244/247 kB | 66/86 kB | 158/209 kB | 66/532 kB | 20/56 kB Progress (5): 244/247 kB | 66/86 kB | 162/209 kB | 66/532 kB | 20/56 kB Progress (5): 244/247 kB | 70/86 kB | 162/209 kB | 66/532 kB | 20/56 kB Progress (5): 244/247 kB | 70/86 kB | 166/209 kB | 66/532 kB | 20/56 kB Progress (5): 244/247 kB | 70/86 kB | 170/209 kB | 66/532 kB | 20/56 kB Progress (5): 244/247 kB | 70/86 kB | 170/209 kB | 66/532 kB | 24/56 kB Progress (5): 244/247 kB | 70/86 kB | 170/209 kB | 70/532 kB | 24/56 kB Progress (5): 247 kB | 70/86 kB | 170/209 kB | 70/532 kB | 24/56 kB Progress (5): 247 kB | 70/86 kB | 170/209 kB | 74/532 kB | 24/56 kB Progress (5): 247 kB | 70/86 kB | 170/209 kB | 74/532 kB | 28/56 kB Progress (5): 247 kB | 70/86 kB | 170/209 kB | 74/532 kB | 32/56 kB Progress (5): 247 kB | 70/86 kB | 174/209 kB | 74/532 kB | 32/56 kB Progress (5): 247 kB | 74/86 kB | 174/209 kB | 74/532 kB | 32/56 kB Progress (5): 247 kB | 74/86 kB | 178/209 kB | 74/532 kB | 32/56 kB Progress (5): 247 kB | 74/86 kB | 182/209 kB | 74/532 kB | 32/56 kB Progress (5): 247 kB | 74/86 kB | 182/209 kB | 74/532 kB | 33/56 kB Progress (5): 247 kB | 74/86 kB | 182/209 kB | 78/532 kB | 33/56 kB Progress (5): 247 kB | 74/86 kB | 182/209 kB | 78/532 kB | 37/56 kB Progress (5): 247 kB | 74/86 kB | 186/209 kB | 78/532 kB | 37/56 kB Progress (5): 247 kB | 78/86 kB | 186/209 kB | 78/532 kB | 37/56 kB Progress (5): 247 kB | 78/86 kB | 186/209 kB | 78/532 kB | 41/56 kB Progress (5): 247 kB | 78/86 kB | 186/209 kB | 82/532 kB | 41/56 kB Progress (5): 247 kB | 78/86 kB | 190/209 kB | 82/532 kB | 41/56 kB Progress (5): 247 kB | 82/86 kB | 190/209 kB | 82/532 kB | 41/56 kB Progress (5): 247 kB | 82/86 kB | 194/209 kB | 82/532 kB | 41/56 kB Progress (5): 247 kB | 82/86 kB | 194/209 kB | 86/532 kB | 41/56 kB Progress (5): 247 kB | 82/86 kB | 194/209 kB | 86/532 kB | 45/56 kB Progress (5): 247 kB | 82/86 kB | 194/209 kB | 90/532 kB | 45/56 kB Progress (5): 247 kB | 82/86 kB | 198/209 kB | 90/532 kB | 45/56 kB Progress (5): 247 kB | 86/86 kB | 198/209 kB | 90/532 kB | 45/56 kB Progress (5): 247 kB | 86 kB | 198/209 kB | 90/532 kB | 45/56 kB Progress (5): 247 kB | 86 kB | 202/209 kB | 90/532 kB | 45/56 kB Progress (5): 247 kB | 86 kB | 202/209 kB | 94/532 kB | 45/56 kB Progress (5): 247 kB | 86 kB | 202/209 kB | 94/532 kB | 49/56 kB Progress (5): 247 kB | 86 kB | 202/209 kB | 98/532 kB | 49/56 kB Progress (5): 247 kB | 86 kB | 206/209 kB | 98/532 kB | 49/56 kB Progress (5): 247 kB | 86 kB | 206/209 kB | 98/532 kB | 49/56 kB Progress (5): 247 kB | 86 kB | 206/209 kB | 98/532 kB | 53/56 kB Progress (5): 247 kB | 86 kB | 206/209 kB | 102/532 kB | 53/56 kB Progress (5): 247 kB | 86 kB | 209 kB | 102/532 kB | 53/56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 271 kB/s) Progress (4): 86 kB | 209 kB | 106/532 kB | 53/56 kB Progress (4): 86 kB | 209 kB | 106/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 110/532 kB | 56 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (4): 86 kB | 209 kB | 114/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 118/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 122/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 126/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 130/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 134/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 138/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 142/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 146/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 150/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 154/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 158/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 162/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 164/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 168/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 172/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 176/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 180/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 184/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 188/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 192/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 196/532 kB | 56 kB Progress (4): 86 kB | 209 kB | 197/532 kB | 56 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 227 kB/s) 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 93 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar Progress (2): 201/532 kB | 56 kB Progress (2): 205/532 kB | 56 kB Progress (2): 209/532 kB | 56 kB Progress (2): 213/532 kB | 56 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar Progress (2): 217/532 kB | 56 kB Progress (2): 221/532 kB | 56 kB Progress (2): 225/532 kB | 56 kB Progress (2): 229/532 kB | 56 kB Progress (2): 233/532 kB | 56 kB Progress (2): 237/532 kB | 56 kB Progress (2): 241/532 kB | 56 kB Progress (2): 245/532 kB | 56 kB Progress (2): 249/532 kB | 56 kB Progress (2): 253/532 kB | 56 kB Progress (2): 257/532 kB | 56 kB Progress (2): 261/532 kB | 56 kB Progress (2): 265/532 kB | 56 kB Progress (2): 269/532 kB | 56 kB Progress (2): 273/532 kB | 56 kB Progress (2): 277/532 kB | 56 kB Progress (2): 281/532 kB | 56 kB Progress (2): 285/532 kB | 56 kB Progress (2): 289/532 kB | 56 kB Progress (2): 293/532 kB | 56 kB Progress (2): 297/532 kB | 56 kB Progress (2): 301/532 kB | 56 kB Progress (2): 305/532 kB | 56 kB Progress (2): 309/532 kB | 56 kB Progress (2): 313/532 kB | 56 kB Progress (2): 317/532 kB | 56 kB Progress (2): 321/532 kB | 56 kB Progress (2): 325/532 kB | 56 kB Progress (2): 329/532 kB | 56 kB Progress (2): 333/532 kB | 56 kB Progress (2): 337/532 kB | 56 kB Progress (3): 337/532 kB | 56 kB | 4.1/58 kB Progress (3): 341/532 kB | 56 kB | 4.1/58 kB Progress (3): 341/532 kB | 56 kB | 7.7/58 kB Progress (3): 345/532 kB | 56 kB | 7.7/58 kB Progress (4): 345/532 kB | 56 kB | 7.7/58 kB | 4.1/245 kB Progress (5): 345/532 kB | 56 kB | 7.7/58 kB | 4.1/245 kB | 4.1/100 kB Progress (5): 345/532 kB | 56 kB | 7.7/58 kB | 4.1/245 kB | 7.7/100 kB Progress (5): 345/532 kB | 56 kB | 7.7/58 kB | 4.1/245 kB | 12/100 kB Progress (5): 345/532 kB | 56 kB | 7.7/58 kB | 4.1/245 kB | 16/100 kB Progress (5): 345/532 kB | 56 kB | 7.7/58 kB | 7.7/245 kB | 16/100 kB Progress (5): 349/532 kB | 56 kB | 7.7/58 kB | 7.7/245 kB | 16/100 kB Progress (5): 349/532 kB | 56 kB | 12/58 kB | 7.7/245 kB | 16/100 kB Progress (5): 353/532 kB | 56 kB | 12/58 kB | 7.7/245 kB | 16/100 kB Progress (5): 353/532 kB | 56 kB | 12/58 kB | 12/245 kB | 16/100 kB Progress (5): 353/532 kB | 56 kB | 12/58 kB | 12/245 kB | 20/100 kB Progress (5): 353/532 kB | 56 kB | 12/58 kB | 16/245 kB | 20/100 kB Progress (5): 357/532 kB | 56 kB | 12/58 kB | 16/245 kB | 20/100 kB Progress (5): 357/532 kB | 56 kB | 16/58 kB | 16/245 kB | 20/100 kB Progress (5): 361/532 kB | 56 kB | 16/58 kB | 16/245 kB | 20/100 kB Progress (5): 361/532 kB | 56 kB | 16/58 kB | 20/245 kB | 20/100 kB Progress (5): 361/532 kB | 56 kB | 16/58 kB | 20/245 kB | 24/100 kB Progress (5): 361/532 kB | 56 kB | 16/58 kB | 24/245 kB | 24/100 kB Progress (5): 365/532 kB | 56 kB | 16/58 kB | 24/245 kB | 24/100 kB Progress (5): 365/532 kB | 56 kB | 20/58 kB | 24/245 kB | 24/100 kB Progress (5): 369/532 kB | 56 kB | 20/58 kB | 24/245 kB | 24/100 kB Progress (5): 369/532 kB | 56 kB | 20/58 kB | 28/245 kB | 24/100 kB Progress (5): 369/532 kB | 56 kB | 20/58 kB | 28/245 kB | 28/100 kB Progress (5): 369/532 kB | 56 kB | 20/58 kB | 32/245 kB | 28/100 kB Progress (5): 373/532 kB | 56 kB | 20/58 kB | 32/245 kB | 28/100 kB Progress (5): 373/532 kB | 56 kB | 24/58 kB | 32/245 kB | 28/100 kB Progress (5): 377/532 kB | 56 kB | 24/58 kB | 32/245 kB | 28/100 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 55 kB/s) Progress (4): 377/532 kB | 24/58 kB | 33/245 kB | 28/100 kB Progress (4): 377/532 kB | 24/58 kB | 33/245 kB | 32/100 kB Progress (4): 377/532 kB | 24/58 kB | 37/245 kB | 32/100 kB Progress (4): 377/532 kB | 24/58 kB | 41/245 kB | 32/100 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar Progress (4): 381/532 kB | 24/58 kB | 41/245 kB | 32/100 kB Progress (4): 381/532 kB | 28/58 kB | 41/245 kB | 32/100 kB Progress (4): 385/532 kB | 28/58 kB | 41/245 kB | 32/100 kB Progress (4): 385/532 kB | 28/58 kB | 45/245 kB | 32/100 kB Progress (4): 385/532 kB | 28/58 kB | 45/245 kB | 33/100 kB Progress (4): 385/532 kB | 28/58 kB | 49/245 kB | 33/100 kB Progress (4): 389/532 kB | 28/58 kB | 49/245 kB | 33/100 kB Progress (4): 389/532 kB | 32/58 kB | 49/245 kB | 33/100 kB Progress (4): 393/532 kB | 32/58 kB | 49/245 kB | 33/100 kB Progress (4): 393/532 kB | 32/58 kB | 53/245 kB | 33/100 kB Progress (4): 393/532 kB | 32/58 kB | 57/245 kB | 33/100 kB Progress (4): 393/532 kB | 32/58 kB | 57/245 kB | 37/100 kB Progress (4): 393/532 kB | 32/58 kB | 61/245 kB | 37/100 kB Progress (4): 397/532 kB | 32/58 kB | 61/245 kB | 37/100 kB Progress (4): 397/532 kB | 33/58 kB | 61/245 kB | 37/100 kB Progress (4): 401/532 kB | 33/58 kB | 61/245 kB | 37/100 kB Progress (4): 401/532 kB | 37/58 kB | 61/245 kB | 37/100 kB Progress (4): 401/532 kB | 37/58 kB | 65/245 kB | 37/100 kB Progress (4): 401/532 kB | 37/58 kB | 65/245 kB | 41/100 kB Progress (4): 401/532 kB | 37/58 kB | 66/245 kB | 41/100 kB Progress (4): 401/532 kB | 41/58 kB | 66/245 kB | 41/100 kB Progress (4): 401/532 kB | 41/58 kB | 70/245 kB | 41/100 kB Progress (4): 405/532 kB | 41/58 kB | 70/245 kB | 41/100 kB Progress (4): 405/532 kB | 41/58 kB | 74/245 kB | 41/100 kB Progress (4): 409/532 kB | 41/58 kB | 74/245 kB | 41/100 kB Progress (4): 409/532 kB | 45/58 kB | 74/245 kB | 41/100 kB Progress (4): 409/532 kB | 45/58 kB | 74/245 kB | 45/100 kB Progress (4): 409/532 kB | 49/58 kB | 74/245 kB | 45/100 kB Progress (4): 413/532 kB | 49/58 kB | 74/245 kB | 45/100 kB Progress (4): 413/532 kB | 53/58 kB | 74/245 kB | 45/100 kB Progress (4): 413/532 kB | 53/58 kB | 78/245 kB | 45/100 kB Progress (4): 413/532 kB | 57/58 kB | 78/245 kB | 45/100 kB Progress (4): 417/532 kB | 57/58 kB | 78/245 kB | 45/100 kB Progress (4): 417/532 kB | 57/58 kB | 78/245 kB | 49/100 kB Progress (4): 421/532 kB | 57/58 kB | 78/245 kB | 49/100 kB Progress (4): 421/532 kB | 58 kB | 78/245 kB | 49/100 kB Progress (4): 421/532 kB | 58 kB | 82/245 kB | 49/100 kB Progress (5): 421/532 kB | 58 kB | 82/245 kB | 49/100 kB | 0/1.4 MB Progress (5): 425/532 kB | 58 kB | 82/245 kB | 49/100 kB | 0/1.4 MB Progress (5): 425/532 kB | 58 kB | 82/245 kB | 53/100 kB | 0/1.4 MB Progress (5): 425/532 kB | 58 kB | 82/245 kB | 57/100 kB | 0/1.4 MB Progress (5): 425/532 kB | 58 kB | 82/245 kB | 61/100 kB | 0/1.4 MB Progress (5): 425/532 kB | 58 kB | 82/245 kB | 65/100 kB | 0/1.4 MB Progress (5): 429/532 kB | 58 kB | 82/245 kB | 65/100 kB | 0/1.4 MB Progress (5): 433/532 kB | 58 kB | 82/245 kB | 65/100 kB | 0/1.4 MB Progress (5): 437/532 kB | 58 kB | 82/245 kB | 65/100 kB | 0/1.4 MB Progress (5): 441/532 kB | 58 kB | 82/245 kB | 65/100 kB | 0/1.4 MB Progress (5): 445/532 kB | 58 kB | 82/245 kB | 65/100 kB | 0/1.4 MB Progress (5): 445/532 kB | 58 kB | 82/245 kB | 65/100 kB | 0/1.4 MB Progress (5): 445/532 kB | 58 kB | 82/245 kB | 65/100 kB | 0/1.4 MB Progress (5): 445/532 kB | 58 kB | 82/245 kB | 65/100 kB | 0/1.4 MB Progress (5): 445/532 kB | 58 kB | 82/245 kB | 65/100 kB | 0/1.4 MB Progress (5): 445/532 kB | 58 kB | 82/245 kB | 65/100 kB | 0/1.4 MB Progress (5): 445/532 kB | 58 kB | 86/245 kB | 65/100 kB | 0/1.4 MB Progress (5): 445/532 kB | 58 kB | 86/245 kB | 65/100 kB | 0/1.4 MB Progress (5): 449/532 kB | 58 kB | 86/245 kB | 65/100 kB | 0/1.4 MB Progress (5): 449/532 kB | 58 kB | 86/245 kB | 66/100 kB | 0/1.4 MB Progress (5): 453/532 kB | 58 kB | 86/245 kB | 66/100 kB | 0/1.4 MB Progress (5): 453/532 kB | 58 kB | 86/245 kB | 66/100 kB | 0/1.4 MB Progress (5): 453/532 kB | 58 kB | 90/245 kB | 66/100 kB | 0/1.4 MB Progress (5): 453/532 kB | 58 kB | 90/245 kB | 66/100 kB | 0/1.4 MB Progress (5): 457/532 kB | 58 kB | 90/245 kB | 66/100 kB | 0/1.4 MB Progress (5): 457/532 kB | 58 kB | 90/245 kB | 70/100 kB | 0/1.4 MB Progress (5): 461/532 kB | 58 kB | 90/245 kB | 70/100 kB | 0/1.4 MB Progress (5): 461/532 kB | 58 kB | 90/245 kB | 70/100 kB | 0/1.4 MB Progress (5): 461/532 kB | 58 kB | 94/245 kB | 70/100 kB | 0/1.4 MB Progress (5): 461/532 kB | 58 kB | 94/245 kB | 70/100 kB | 0/1.4 MB Progress (5): 465/532 kB | 58 kB | 94/245 kB | 70/100 kB | 0/1.4 MB Progress (5): 465/532 kB | 58 kB | 94/245 kB | 74/100 kB | 0/1.4 MB Progress (5): 469/532 kB | 58 kB | 94/245 kB | 74/100 kB | 0/1.4 MB Progress (5): 469/532 kB | 58 kB | 94/245 kB | 74/100 kB | 0/1.4 MB Progress (5): 469/532 kB | 58 kB | 98/245 kB | 74/100 kB | 0/1.4 MB Progress (5): 469/532 kB | 58 kB | 98/245 kB | 74/100 kB | 0/1.4 MB Progress (5): 473/532 kB | 58 kB | 98/245 kB | 74/100 kB | 0/1.4 MB Progress (5): 473/532 kB | 58 kB | 98/245 kB | 74/100 kB | 0.1/1.4 MB Progress (5): 473/532 kB | 58 kB | 98/245 kB | 78/100 kB | 0.1/1.4 MB Progress (5): 473/532 kB | 58 kB | 102/245 kB | 78/100 kB | 0.1/1.4 MB Progress (5): 473/532 kB | 58 kB | 102/245 kB | 78/100 kB | 0.1/1.4 MB Progress (5): 477/532 kB | 58 kB | 102/245 kB | 78/100 kB | 0.1/1.4 MB Progress (5): 477/532 kB | 58 kB | 102/245 kB | 78/100 kB | 0.1/1.4 MB Progress (5): 477/532 kB | 58 kB | 106/245 kB | 78/100 kB | 0.1/1.4 MB Progress (5): 477/532 kB | 58 kB | 106/245 kB | 82/100 kB | 0.1/1.4 MB Progress (5): 477/532 kB | 58 kB | 110/245 kB | 82/100 kB | 0.1/1.4 MB Progress (5): 477/532 kB | 58 kB | 110/245 kB | 82/100 kB | 0.1/1.4 MB Progress (5): 477/532 kB | 58 kB | 110/245 kB | 82/100 kB | 0.1/1.4 MB Progress (5): 477/532 kB | 58 kB | 110/245 kB | 82/100 kB | 0.1/1.4 MB Progress (5): 477/532 kB | 58 kB | 110/245 kB | 82/100 kB | 0.1/1.4 MB Progress (5): 477/532 kB | 58 kB | 110/245 kB | 82/100 kB | 0.1/1.4 MB Progress (5): 477/532 kB | 58 kB | 110/245 kB | 82/100 kB | 0.1/1.4 MB Progress (5): 481/532 kB | 58 kB | 110/245 kB | 82/100 kB | 0.1/1.4 MB Progress (5): 481/532 kB | 58 kB | 110/245 kB | 82/100 kB | 0.1/1.4 MB Progress (5): 481/532 kB | 58 kB | 114/245 kB | 82/100 kB | 0.1/1.4 MB Progress (5): 481/532 kB | 58 kB | 114/245 kB | 86/100 kB | 0.1/1.4 MB Progress (5): 481/532 kB | 58 kB | 118/245 kB | 86/100 kB | 0.1/1.4 MB Progress (5): 481/532 kB | 58 kB | 118/245 kB | 86/100 kB | 0.1/1.4 MB Progress (5): 485/532 kB | 58 kB | 118/245 kB | 86/100 kB | 0.1/1.4 MB Progress (5): 485/532 kB | 58 kB | 118/245 kB | 86/100 kB | 0.1/1.4 MB Progress (5): 485/532 kB | 58 kB | 122/245 kB | 86/100 kB | 0.1/1.4 MB Progress (5): 485/532 kB | 58 kB | 122/245 kB | 90/100 kB | 0.1/1.4 MB Progress (5): 485/532 kB | 58 kB | 126/245 kB | 90/100 kB | 0.1/1.4 MB Progress (5): 485/532 kB | 58 kB | 126/245 kB | 90/100 kB | 0.1/1.4 MB Progress (5): 489/532 kB | 58 kB | 126/245 kB | 90/100 kB | 0.1/1.4 MB Progress (5): 489/532 kB | 58 kB | 126/245 kB | 90/100 kB | 0.1/1.4 MB Progress (5): 489/532 kB | 58 kB | 130/245 kB | 90/100 kB | 0.1/1.4 MB Progress (5): 489/532 kB | 58 kB | 130/245 kB | 94/100 kB | 0.1/1.4 MB Progress (5): 489/532 kB | 58 kB | 134/245 kB | 94/100 kB | 0.1/1.4 MB Progress (5): 489/532 kB | 58 kB | 134/245 kB | 94/100 kB | 0.1/1.4 MB Progress (5): 493/532 kB | 58 kB | 134/245 kB | 94/100 kB | 0.1/1.4 MB Progress (5): 493/532 kB | 58 kB | 134/245 kB | 94/100 kB | 0.1/1.4 MB Progress (5): 493/532 kB | 58 kB | 138/245 kB | 94/100 kB | 0.1/1.4 MB Progress (5): 493/532 kB | 58 kB | 138/245 kB | 98/100 kB | 0.1/1.4 MB Progress (5): 493/532 kB | 58 kB | 142/245 kB | 98/100 kB | 0.1/1.4 MB Progress (5): 493/532 kB | 58 kB | 142/245 kB | 98/100 kB | 0.1/1.4 MB Progress (5): 497/532 kB | 58 kB | 142/245 kB | 98/100 kB | 0.1/1.4 MB Progress (5): 497/532 kB | 58 kB | 142/245 kB | 98/100 kB | 0.1/1.4 MB Progress (5): 497/532 kB | 58 kB | 146/245 kB | 98/100 kB | 0.1/1.4 MB Progress (5): 497/532 kB | 58 kB | 146/245 kB | 98/100 kB | 0.1/1.4 MB Progress (5): 497/532 kB | 58 kB | 146/245 kB | 100 kB | 0.1/1.4 MB Progress (5): 497/532 kB | 58 kB | 146/245 kB | 100 kB | 0.1/1.4 MB Progress (5): 497/532 kB | 58 kB | 150/245 kB | 100 kB | 0.1/1.4 MB Progress (5): 497/532 kB | 58 kB | 150/245 kB | 100 kB | 0.1/1.4 MB Progress (5): 501/532 kB | 58 kB | 150/245 kB | 100 kB | 0.1/1.4 MB Progress (5): 501/532 kB | 58 kB | 150/245 kB | 100 kB | 0.1/1.4 MB Progress (5): 501/532 kB | 58 kB | 154/245 kB | 100 kB | 0.1/1.4 MB 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 52 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar Progress (4): 501/532 kB | 158/245 kB | 100 kB | 0.1/1.4 MB Progress (4): 501/532 kB | 158/245 kB | 100 kB | 0.1/1.4 MB Progress (4): 501/532 kB | 158/245 kB | 100 kB | 0.1/1.4 MB Progress (4): 501/532 kB | 158/245 kB | 100 kB | 0.1/1.4 MB Progress (4): 501/532 kB | 158/245 kB | 100 kB | 0.1/1.4 MB Progress (4): 501/532 kB | 158/245 kB | 100 kB | 0.1/1.4 MB Progress (4): 505/532 kB | 158/245 kB | 100 kB | 0.1/1.4 MB Progress (4): 505/532 kB | 158/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 505/532 kB | 162/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 505/532 kB | 162/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 509/532 kB | 162/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 509/532 kB | 166/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 513/532 kB | 166/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 513/532 kB | 166/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 517/532 kB | 166/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 517/532 kB | 170/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 521/532 kB | 170/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 521/532 kB | 170/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 525/532 kB | 170/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 525/532 kB | 170/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 525/532 kB | 174/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 525/532 kB | 174/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 529/532 kB | 174/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 529/532 kB | 178/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 529/532 kB | 178/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 178/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 178/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 182/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 182/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 186/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 186/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 190/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 190/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 194/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 194/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 198/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 198/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 202/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 202/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 206/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 206/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 210/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 210/245 kB | 100 kB | 0.2/1.4 MB Progress (4): 532 kB | 214/245 kB | 100 kB | 0.2/1.4 MB Progress (5): 532 kB | 214/245 kB | 100 kB | 0.2/1.4 MB | 4.1/13 kB Progress (5): 532 kB | 218/245 kB | 100 kB | 0.2/1.4 MB | 4.1/13 kB Progress (5): 532 kB | 218/245 kB | 100 kB | 0.2/1.4 MB | 4.1/13 kB Progress (5): 532 kB | 222/245 kB | 100 kB | 0.2/1.4 MB | 4.1/13 kB Progress (5): 532 kB | 222/245 kB | 100 kB | 0.2/1.4 MB | 7.7/13 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 88 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar Progress (4): 532 kB | 226/245 kB | 0.2/1.4 MB | 7.7/13 kB Progress (4): 532 kB | 226/245 kB | 0.2/1.4 MB | 7.7/13 kB Progress (4): 532 kB | 230/245 kB | 0.2/1.4 MB | 7.7/13 kB Progress (4): 532 kB | 230/245 kB | 0.2/1.4 MB | 12/13 kB Progress (4): 532 kB | 230/245 kB | 0.2/1.4 MB | 12/13 kB Progress (4): 532 kB | 234/245 kB | 0.2/1.4 MB | 12/13 kB Progress (4): 532 kB | 234/245 kB | 0.2/1.4 MB | 12/13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 443 kB/s) Progress (3): 234/245 kB | 0.2/1.4 MB | 13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar Progress (3): 234/245 kB | 0.2/1.4 MB | 13 kB Progress (3): 238/245 kB | 0.2/1.4 MB | 13 kB Progress (3): 238/245 kB | 0.2/1.4 MB | 13 kB Progress (3): 242/245 kB | 0.2/1.4 MB | 13 kB Progress (3): 242/245 kB | 0.2/1.4 MB | 13 kB Progress (3): 245 kB | 0.2/1.4 MB | 13 kB Progress (3): 245 kB | 0.2/1.4 MB | 13 kB Progress (3): 245 kB | 0.2/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.3/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Progress (3): 245 kB | 0.4/1.4 MB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar (245 kB at 201 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar Progress (2): 0.4/1.4 MB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar (13 kB at 11 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar Progress (2): 0.4/1.4 MB | 3.1 kB Progress (2): 0.5/1.4 MB | 3.1 kB Progress (2): 0.5/1.4 MB | 3.1 kB Progress (2): 0.5/1.4 MB | 3.1 kB Progress (2): 0.5/1.4 MB | 3.1 kB Progress (2): 0.5/1.4 MB | 3.1 kB Progress (2): 0.5/1.4 MB | 3.1 kB Progress (2): 0.5/1.4 MB | 3.1 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 4.1/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 4.1/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 7.7/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 7.7/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 12/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 12/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 16/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 16/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 20/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 20/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 24/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 24/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 28/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 28/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 28/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 28/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 32/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 33/36 kB Progress (3): 0.5/1.4 MB | 3.1 kB | 33/36 kB Progress (4): 0.5/1.4 MB | 3.1 kB | 33/36 kB | 4.1/112 kB Progress (5): 0.5/1.4 MB | 3.1 kB | 33/36 kB | 4.1/112 kB | 4.1/7.0 kB Progress (5): 0.5/1.4 MB | 3.1 kB | 33/36 kB | 7.7/112 kB | 4.1/7.0 kB Progress (5): 0.5/1.4 MB | 3.1 kB | 33/36 kB | 7.7/112 kB | 4.1/7.0 kB Progress (5): 0.5/1.4 MB | 3.1 kB | 33/36 kB | 7.7/112 kB | 4.1/7.0 kB Progress (5): 0.5/1.4 MB | 3.1 kB | 36 kB | 7.7/112 kB | 4.1/7.0 kB Progress (5): 0.5/1.4 MB | 3.1 kB | 36 kB | 7.7/112 kB | 4.1/7.0 kB Progress (5): 0.5/1.4 MB | 3.1 kB | 36 kB | 12/112 kB | 4.1/7.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar (3.1 kB at 2.4 kB/s) Progress (4): 0.5/1.4 MB | 36 kB | 12/112 kB | 7.0 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar Progress (4): 0.5/1.4 MB | 36 kB | 16/112 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 36 kB | 16/112 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 36 kB | 20/112 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 36 kB | 24/112 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 36 kB | 24/112 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 36 kB | 28/112 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 36 kB | 32/112 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 36 kB | 32/112 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 36 kB | 33/112 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 36 kB | 33/112 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 36 kB | 37/112 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 36 kB | 37/112 kB | 7.0 kB Progress (4): 0.5/1.4 MB | 36 kB | 41/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 41/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 45/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 45/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 49/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 49/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 53/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 53/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 57/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 57/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 61/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 61/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 65/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 65/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 66/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 70/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 74/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 78/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 82/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 82/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 86/112 kB | 7.0 kB Progress (4): 0.6/1.4 MB | 36 kB | 86/112 kB | 7.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar (36 kB at 28 kB/s) Progress (3): 0.6/1.4 MB | 86/112 kB | 7.0 kB Progress (3): 0.6/1.4 MB | 90/112 kB | 7.0 kB Progress (3): 0.6/1.4 MB | 90/112 kB | 7.0 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar Progress (3): 0.6/1.4 MB | 90/112 kB | 7.0 kB Progress (3): 0.6/1.4 MB | 90/112 kB | 7.0 kB Progress (3): 0.6/1.4 MB | 90/112 kB | 7.0 kB Progress (3): 0.6/1.4 MB | 90/112 kB | 7.0 kB Progress (3): 0.6/1.4 MB | 90/112 kB | 7.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar (7.0 kB at 5.3 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Progress (2): 0.6/1.4 MB | 94/112 kB Progress (2): 0.6/1.4 MB | 94/112 kB Progress (2): 0.6/1.4 MB | 98/112 kB Progress (2): 0.6/1.4 MB | 98/112 kB Progress (2): 0.6/1.4 MB | 102/112 kB Progress (2): 0.6/1.4 MB | 106/112 kB Progress (2): 0.6/1.4 MB | 106/112 kB Progress (2): 0.6/1.4 MB | 110/112 kB Progress (2): 0.6/1.4 MB | 110/112 kB Progress (2): 0.6/1.4 MB | 112 kB Progress (2): 0.6/1.4 MB | 112 kB Progress (2): 0.6/1.4 MB | 112 kB Progress (2): 0.6/1.4 MB | 112 kB Progress (2): 0.6/1.4 MB | 112 kB Progress (2): 0.6/1.4 MB | 112 kB Progress (2): 0.7/1.4 MB | 112 kB Progress (2): 0.7/1.4 MB | 112 kB Progress (2): 0.7/1.4 MB | 112 kB Progress (3): 0.7/1.4 MB | 112 kB | 4.1/9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 4.1/9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 7.7/9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 7.7/9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.7/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.8/1.4 MB | 112 kB | 9.4 kB Progress (3): 0.8/1.4 MB | 112 kB | 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 84 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Progress (2): 0.8/1.4 MB | 9.4 kB Progress (2): 0.8/1.4 MB | 9.4 kB Progress (2): 0.8/1.4 MB | 9.4 kB Progress (2): 0.8/1.4 MB | 9.4 kB Progress (3): 0.8/1.4 MB | 9.4 kB | 4.1/285 kB Progress (3): 0.8/1.4 MB | 9.4 kB | 4.1/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.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar (9.4 kB at 6.7 kB/s) Progress (2): 0.8/1.4 MB | 4.1/285 kB Progress (2): 0.8/1.4 MB | 7.7/285 kB Progress (2): 0.8/1.4 MB | 7.7/285 kB Progress (2): 0.8/1.4 MB | 7.7/285 kB Progress (2): 0.8/1.4 MB | 7.7/285 kB Progress (2): 0.8/1.4 MB | 7.7/285 kB Progress (3): 0.8/1.4 MB | 7.7/285 kB | 4.1/37 kB Progress (3): 0.8/1.4 MB | 12/285 kB | 4.1/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar Progress (3): 0.8/1.4 MB | 16/285 kB | 4.1/37 kB Progress (3): 0.8/1.4 MB | 16/285 kB | 7.7/37 kB Progress (3): 0.8/1.4 MB | 16/285 kB | 7.7/37 kB Progress (3): 0.8/1.4 MB | 16/285 kB | 12/37 kB Progress (3): 0.8/1.4 MB | 20/285 kB | 12/37 kB Progress (3): 0.8/1.4 MB | 20/285 kB | 16/37 kB Progress (3): 0.8/1.4 MB | 20/285 kB | 16/37 kB Progress (3): 0.8/1.4 MB | 20/285 kB | 20/37 kB Progress (3): 0.8/1.4 MB | 24/285 kB | 20/37 kB Progress (3): 0.8/1.4 MB | 24/285 kB | 20/37 kB Progress (3): 0.8/1.4 MB | 28/285 kB | 20/37 kB Progress (3): 0.8/1.4 MB | 28/285 kB | 24/37 kB Progress (3): 0.8/1.4 MB | 32/285 kB | 24/37 kB Progress (3): 0.8/1.4 MB | 32/285 kB | 28/37 kB Progress (3): 0.8/1.4 MB | 32/285 kB | 28/37 kB Progress (3): 0.8/1.4 MB | 32/285 kB | 32/37 kB Progress (3): 0.8/1.4 MB | 33/285 kB | 32/37 kB Progress (3): 0.8/1.4 MB | 33/285 kB | 36/37 kB Progress (3): 0.8/1.4 MB | 33/285 kB | 36/37 kB Progress (3): 0.8/1.4 MB | 37/285 kB | 36/37 kB Progress (3): 0.8/1.4 MB | 37/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 41/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 41/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 45/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 45/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 49/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 49/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 53/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 57/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 57/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 57/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 61/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 61/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 65/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 65/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 66/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 66/285 kB | 37 kB Progress (3): 0.8/1.4 MB | 70/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 70/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 74/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 74/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 78/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 78/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 82/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 82/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 86/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 86/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 90/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 90/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 94/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 94/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 98/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 98/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 98/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 102/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 102/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 106/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 106/285 kB | 37 kB Progress (3): 0.9/1.4 MB | 110/285 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar (37 kB at 26 kB/s) Progress (2): 0.9/1.4 MB | 114/285 kB Progress (2): 0.9/1.4 MB | 114/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 Progress (2): 0.9/1.4 MB | 114/285 kB Progress (2): 0.9/1.4 MB | 118/285 kB Progress (2): 0.9/1.4 MB | 118/285 kB Progress (2): 0.9/1.4 MB | 122/285 kB Progress (2): 0.9/1.4 MB | 122/285 kB Progress (2): 0.9/1.4 MB | 126/285 kB Progress (2): 0.9/1.4 MB | 126/285 kB Progress (2): 0.9/1.4 MB | 130/285 kB Progress (2): 0.9/1.4 MB | 131/285 kB Progress (2): 0.9/1.4 MB | 131/285 kB Progress (2): 0.9/1.4 MB | 135/285 kB Progress (2): 0.9/1.4 MB | 135/285 kB Progress (2): 0.9/1.4 MB | 139/285 kB Progress (2): 0.9/1.4 MB | 139/285 kB Progress (2): 0.9/1.4 MB | 143/285 kB Progress (2): 0.9/1.4 MB | 143/285 kB Progress (2): 0.9/1.4 MB | 147/285 kB Progress (2): 0.9/1.4 MB | 147/285 kB Progress (2): 0.9/1.4 MB | 151/285 kB Progress (2): 0.9/1.4 MB | 151/285 kB Progress (2): 0.9/1.4 MB | 155/285 kB Progress (2): 0.9/1.4 MB | 155/285 kB Progress (2): 0.9/1.4 MB | 159/285 kB Progress (2): 0.9/1.4 MB | 159/285 kB Progress (2): 0.9/1.4 MB | 163/285 kB Progress (2): 0.9/1.4 MB | 163/285 kB Progress (2): 0.9/1.4 MB | 167/285 kB Progress (2): 0.9/1.4 MB | 167/285 kB Progress (2): 0.9/1.4 MB | 171/285 kB Progress (2): 1.0/1.4 MB | 171/285 kB Progress (2): 1.0/1.4 MB | 175/285 kB Progress (2): 1.0/1.4 MB | 175/285 kB Progress (2): 1.0/1.4 MB | 179/285 kB Progress (2): 1.0/1.4 MB | 179/285 kB Progress (2): 1.0/1.4 MB | 183/285 kB Progress (2): 1.0/1.4 MB | 183/285 kB Progress (2): 1.0/1.4 MB | 187/285 kB Progress (2): 1.0/1.4 MB | 187/285 kB Progress (2): 1.0/1.4 MB | 191/285 kB Progress (2): 1.0/1.4 MB | 191/285 kB Progress (2): 1.0/1.4 MB | 195/285 kB Progress (2): 1.0/1.4 MB | 195/285 kB Progress (2): 1.0/1.4 MB | 199/285 kB Progress (2): 1.0/1.4 MB | 199/285 kB Progress (2): 1.0/1.4 MB | 203/285 kB Progress (2): 1.0/1.4 MB | 203/285 kB Progress (2): 1.0/1.4 MB | 207/285 kB Progress (2): 1.0/1.4 MB | 207/285 kB Progress (2): 1.0/1.4 MB | 211/285 kB Progress (2): 1.0/1.4 MB | 211/285 kB Progress (2): 1.0/1.4 MB | 215/285 kB Progress (2): 1.0/1.4 MB | 215/285 kB Progress (2): 1.0/1.4 MB | 219/285 kB Progress (2): 1.0/1.4 MB | 219/285 kB Progress (2): 1.0/1.4 MB | 223/285 kB Progress (2): 1.0/1.4 MB | 223/285 kB Progress (2): 1.0/1.4 MB | 227/285 kB Progress (2): 1.0/1.4 MB | 227/285 kB Progress (2): 1.0/1.4 MB | 231/285 kB Progress (2): 1.0/1.4 MB | 231/285 kB Progress (2): 1.0/1.4 MB | 235/285 kB Progress (2): 1.0/1.4 MB | 235/285 kB Progress (2): 1.0/1.4 MB | 239/285 kB Progress (2): 1.0/1.4 MB | 239/285 kB Progress (2): 1.0/1.4 MB | 243/285 kB Progress (2): 1.0/1.4 MB | 243/285 kB Progress (2): 1.0/1.4 MB | 247/285 kB Progress (2): 1.0/1.4 MB | 247/285 kB Progress (2): 1.0/1.4 MB | 247/285 kB Progress (2): 1.0/1.4 MB | 247/285 kB Progress (2): 1.0/1.4 MB | 251/285 kB Progress (2): 1.0/1.4 MB | 255/285 kB Progress (3): 1.0/1.4 MB | 255/285 kB | 4.1/4.3 kB Progress (3): 1.0/1.4 MB | 259/285 kB | 4.1/4.3 kB Progress (3): 1.0/1.4 MB | 259/285 kB | 4.1/4.3 kB Progress (3): 1.0/1.4 MB | 259/285 kB | 4.3 kB Progress (3): 1.0/1.4 MB | 259/285 kB | 4.3 kB Progress (3): 1.0/1.4 MB | 263/285 kB | 4.3 kB Progress (3): 1.0/1.4 MB | 263/285 kB | 4.3 kB Progress (3): 1.0/1.4 MB | 267/285 kB | 4.3 kB Progress (3): 1.0/1.4 MB | 271/285 kB | 4.3 kB Progress (3): 1.0/1.4 MB | 275/285 kB | 4.3 kB Progress (3): 1.0/1.4 MB | 279/285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 279/285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 283/285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 283/285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.1/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 2.8 kB/s) Progress (2): 1.2/1.4 MB | 285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar Progress (2): 1.2/1.4 MB | 285 kB Progress (2): 1.2/1.4 MB | 285 kB Progress (2): 1.2/1.4 MB | 285 kB Progress (2): 1.2/1.4 MB | 285 kB Progress (2): 1.2/1.4 MB | 285 kB Progress (2): 1.2/1.4 MB | 285 kB Progress (2): 1.2/1.4 MB | 285 kB Progress (3): 1.2/1.4 MB | 285 kB | 4.1/37 kB Progress (3): 1.2/1.4 MB | 285 kB | 4.1/37 kB Progress (3): 1.2/1.4 MB | 285 kB | 7.7/37 kB Progress (3): 1.2/1.4 MB | 285 kB | 7.7/37 kB Progress (4): 1.2/1.4 MB | 285 kB | 7.7/37 kB | 4.1/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 12/37 kB | 4.1/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 12/37 kB | 4.1/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 16/37 kB | 4.1/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 16/37 kB | 7.7/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 20/37 kB | 7.7/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 20/37 kB | 7.7/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 24/37 kB | 7.7/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 24/37 kB | 12/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 28/37 kB | 12/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 28/37 kB | 12/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 32/37 kB | 12/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 32/37 kB | 16/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 36/37 kB | 16/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 36/37 kB | 16/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 36/37 kB | 20/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 20/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 24/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 28/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 32/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 32/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 33/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 33/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 33/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 37/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 37/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 41/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 41/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 45/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 45/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 49/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 49/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 53/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 53/53 kB Progress (4): 1.2/1.4 MB | 285 kB | 37 kB | 53 kB Progress (4): 1.3/1.4 MB | 285 kB | 37 kB | 53 kB Progress (4): 1.3/1.4 MB | 285 kB | 37 kB | 53 kB Progress (4): 1.3/1.4 MB | 285 kB | 37 kB | 53 kB Progress (4): 1.3/1.4 MB | 285 kB | 37 kB | 53 kB Progress (4): 1.3/1.4 MB | 285 kB | 37 kB | 53 kB Progress (4): 1.3/1.4 MB | 285 kB | 37 kB | 53 kB Progress (4): 1.3/1.4 MB | 285 kB | 37 kB | 53 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 187 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar Progress (3): 1.3/1.4 MB | 37 kB | 53 kB Progress (4): 1.3/1.4 MB | 37 kB | 53 kB | 4.1/29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar (37 kB at 24 kB/s) Progress (3): 1.3/1.4 MB | 53 kB | 7.7/29 kB Progress (3): 1.3/1.4 MB | 53 kB | 7.7/29 kB Progress (3): 1.3/1.4 MB | 53 kB | 12/29 kB Progress (3): 1.3/1.4 MB | 53 kB | 12/29 kB Progress (3): 1.3/1.4 MB | 53 kB | 16/29 kB Progress (3): 1.3/1.4 MB | 53 kB | 16/29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 35 kB/s) Progress (2): 1.3/1.4 MB | 16/29 kB Progress (2): 1.3/1.4 MB | 20/29 kB Progress (2): 1.3/1.4 MB | 20/29 kB Progress (2): 1.3/1.4 MB | 24/29 kB Progress (2): 1.3/1.4 MB | 24/29 kB Progress (2): 1.3/1.4 MB | 28/29 kB Progress (2): 1.3/1.4 MB | 28/29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.3/1.4 MB | 29 kB Progress (2): 1.4/1.4 MB | 29 kB Progress (2): 1.4/1.4 MB | 29 kB Progress (3): 1.4/1.4 MB | 29 kB | 4.1/21 kB Progress (3): 1.4/1.4 MB | 29 kB | 4.1/21 kB Progress (3): 1.4/1.4 MB | 29 kB | 7.7/21 kB Progress (3): 1.4/1.4 MB | 29 kB | 7.7/21 kB Progress (3): 1.4/1.4 MB | 29 kB | 12/21 kB Progress (3): 1.4/1.4 MB | 29 kB | 12/21 kB Progress (3): 1.4/1.4 MB | 29 kB | 16/21 kB Progress (3): 1.4/1.4 MB | 29 kB | 16/21 kB Progress (3): 1.4/1.4 MB | 29 kB | 20/21 kB Progress (3): 1.4/1.4 MB | 29 kB | 20/21 kB Progress (3): 1.4/1.4 MB | 29 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar (29 kB at 19 kB/s) Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Progress (2): 1.4/1.4 MB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar (21 kB at 13 kB/s) Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar (1.4 MB at 899 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-packaging/2.1/archetype-packaging-2.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-packaging/2.1/archetype-packaging-2.1.pom (1.5 kB at 64 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/2.1/maven-archetype-2.1.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/2.1/maven-archetype-2.1.pom (14 kB at 505 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom Progress (1): 4.1/26 kB Progress (1): 7.7/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 673 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-packaging/2.1/archetype-packaging-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Progress (2): 7.9 kB | 4.1/169 kB Progress (2): 7.9 kB | 7.7/169 kB Progress (2): 7.9 kB | 12/169 kB Progress (2): 7.9 kB | 16/169 kB Progress (2): 7.9 kB | 20/169 kB Progress (2): 7.9 kB | 24/169 kB Progress (2): 7.9 kB | 28/169 kB Progress (2): 7.9 kB | 32/169 kB Progress (2): 7.9 kB | 33/169 kB Progress (2): 7.9 kB | 37/169 kB Progress (2): 7.9 kB | 41/169 kB Progress (2): 7.9 kB | 45/169 kB Progress (2): 7.9 kB | 49/169 kB Progress (2): 7.9 kB | 53/169 kB Progress (2): 7.9 kB | 57/169 kB Progress (2): 7.9 kB | 61/169 kB Progress (2): 7.9 kB | 65/169 kB Progress (2): 7.9 kB | 66/169 kB Progress (2): 7.9 kB | 70/169 kB Progress (2): 7.9 kB | 74/169 kB Progress (2): 7.9 kB | 78/169 kB Progress (2): 7.9 kB | 82/169 kB Progress (2): 7.9 kB | 86/169 kB Progress (2): 7.9 kB | 90/169 kB Progress (2): 7.9 kB | 94/169 kB Progress (2): 7.9 kB | 98/169 kB Progress (2): 7.9 kB | 98/169 kB Progress (2): 7.9 kB | 102/169 kB Progress (2): 7.9 kB | 106/169 kB Progress (2): 7.9 kB | 110/169 kB Progress (2): 7.9 kB | 114/169 kB Progress (2): 7.9 kB | 118/169 kB Progress (2): 7.9 kB | 122/169 kB Progress (2): 7.9 kB | 126/169 kB Progress (2): 7.9 kB | 130/169 kB Progress (2): 7.9 kB | 131/169 kB Progress (2): 7.9 kB | 135/169 kB Progress (2): 7.9 kB | 139/169 kB Progress (2): 7.9 kB | 143/169 kB Progress (2): 7.9 kB | 147/169 kB Progress (2): 7.9 kB | 151/169 kB Progress (2): 7.9 kB | 155/169 kB Progress (2): 7.9 kB | 159/169 kB Progress (2): 7.9 kB | 163/169 kB Progress (2): 7.9 kB | 167/169 kB Progress (2): 7.9 kB | 169 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 4.8 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-packaging/2.1/archetype-packaging-2.1.jar (7.9 kB at 183 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.0.0/maven-archetype-plugin-3.0.0.pom 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/apache/maven/plugins/maven-archetype-plugin/3.0.0/maven-archetype-plugin-3.0.0.pom (8.5 kB at 181 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/3.0.0/maven-archetype-3.0.0.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/maven-archetype/3.0.0/maven-archetype-3.0.0.pom (13 kB at 712 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 33/41 kB Progress (1): 37/41 kB Progress (1): 41/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.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/3.0.0/archetype-catalog-3.0.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/3.0.0/archetype-catalog-3.0.0.pom (2.0 kB at 116 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-models/3.0.0/archetype-models-3.0.0.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-models/3.0.0/archetype-models-3.0.0.pom (2.8 kB at 117 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 224 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 818 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/3.0.0/archetype-descriptor-3.0.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/3.0.0/archetype-descriptor-3.0.0.pom (2.0 kB at 110 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.pom (19 kB at 805 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.pom (1.3 kB at 70 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom Progress (1): 748 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 42 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 188 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 376 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 125 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom (1.2 kB at 69 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 121 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom (5.9 kB at 344 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 300 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 36/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 952 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.pom 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/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.pom (7.6 kB at 422 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Progress (1): 4.1/4.6 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 241 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 229 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 284 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (1): 16/41 kB Progress (1): 20/41 kB Progress (1): 24/41 kB Progress (1): 28/41 kB Progress (1): 32/41 kB Progress (1): 36/41 kB Progress (1): 40/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/27/maven-parent-27.pom (41 kB at 2.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 845 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Progress (1): 4.1/5.6 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 279 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Progress (1): 965 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 44 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 620 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 4.1/42 kB Progress (1): 7.7/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 24/42 kB Progress (1): 28/42 kB Progress (1): 32/42 kB Progress (1): 36/42 kB Progress (1): 40/42 kB Progress (1): 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 2.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 149 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 621 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (1.9 kB at 113 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 142 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 859 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 658 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 250 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 543 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 736 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom (1.7 kB at 102 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom (19 kB at 757 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 33/37 kB Progress (1): 37/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 734 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.pom Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.pom (32 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom Progress (1): 632 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 37 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.pom Progress (1): 264 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.pom (264 B at 16 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.2/asm-parent-3.2.pom Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.2/asm-parent-3.2.pom (4.4 kB at 242 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.pom Progress (1): 415 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.pom (415 B at 23 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.pom Progress (1): 404 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.pom (404 B at 18 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-util/3.2/asm-util-3.2.pom Progress (1): 409 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-util/3.2/asm-util-3.2.pom (409 B at 26 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-analysis/3.2/asm-analysis-3.2.pom Progress (1): 417 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-analysis/3.2/asm-analysis-3.2.pom (417 B at 32 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom Progress (1): 726 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 40 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 60 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 128 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Progress (1): 4.1/8.2 kB Progress (1): 7.7/8.2 kB Progress (1): 8.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 458 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.pom (3.8 kB at 214 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Progress (1): 4.1/8.7 kB Progress (1): 7.7/8.7 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 335 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 60 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 78 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom Progress (1): 4.1/8.8 kB Progress (1): 7.7/8.8 kB Progress (1): 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (8.8 kB at 367 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (4.3 kB at 238 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.0.0/maven-archetype-plugin-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/3.0.0/archetype-descriptor-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/3.0.0/archetype-catalog-3.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.jar Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Progress (2): 27 kB | 4.1/95 kB Progress (2): 27 kB | 7.7/95 kB Progress (3): 27 kB | 7.7/95 kB | 4.1/19 kB Progress (3): 27 kB | 12/95 kB | 4.1/19 kB Progress (3): 27 kB | 12/95 kB | 7.7/19 kB Progress (4): 27 kB | 12/95 kB | 7.7/19 kB | 4.1/24 kB Progress (4): 27 kB | 16/95 kB | 7.7/19 kB | 4.1/24 kB Progress (4): 27 kB | 16/95 kB | 7.7/19 kB | 7.7/24 kB Progress (4): 27 kB | 16/95 kB | 12/19 kB | 7.7/24 kB Progress (4): 27 kB | 20/95 kB | 12/19 kB | 7.7/24 kB Progress (4): 27 kB | 20/95 kB | 16/19 kB | 7.7/24 kB Progress (4): 27 kB | 20/95 kB | 16/19 kB | 12/24 kB Progress (4): 27 kB | 20/95 kB | 19 kB | 12/24 kB Progress (4): 27 kB | 24/95 kB | 19 kB | 12/24 kB Progress (4): 27 kB | 24/95 kB | 19 kB | 16/24 kB Progress (4): 27 kB | 28/95 kB | 19 kB | 16/24 kB Progress (4): 27 kB | 28/95 kB | 19 kB | 20/24 kB Progress (4): 27 kB | 32/95 kB | 19 kB | 20/24 kB Progress (4): 27 kB | 32/95 kB | 19 kB | 24/24 kB Progress (4): 27 kB | 33/95 kB | 19 kB | 24/24 kB Progress (4): 27 kB | 33/95 kB | 19 kB | 24 kB Progress (4): 27 kB | 37/95 kB | 19 kB | 24 kB Progress (4): 27 kB | 41/95 kB | 19 kB | 24 kB Progress (4): 27 kB | 45/95 kB | 19 kB | 24 kB Progress (4): 27 kB | 49/95 kB | 19 kB | 24 kB Progress (4): 27 kB | 53/95 kB | 19 kB | 24 kB Progress (4): 27 kB | 57/95 kB | 19 kB | 24 kB Progress (4): 27 kB | 61/95 kB | 19 kB | 24 kB Progress (4): 27 kB | 65/95 kB | 19 kB | 24 kB Progress (4): 27 kB | 69/95 kB | 19 kB | 24 kB Progress (4): 27 kB | 73/95 kB | 19 kB | 24 kB Progress (4): 27 kB | 77/95 kB | 19 kB | 24 kB Progress (4): 27 kB | 81/95 kB | 19 kB | 24 kB Progress (5): 27 kB | 81/95 kB | 19 kB | 24 kB | 4.1/331 kB Progress (5): 27 kB | 85/95 kB | 19 kB | 24 kB | 4.1/331 kB Progress (5): 27 kB | 85/95 kB | 19 kB | 24 kB | 7.7/331 kB Progress (5): 27 kB | 89/95 kB | 19 kB | 24 kB | 7.7/331 kB Progress (5): 27 kB | 89/95 kB | 19 kB | 24 kB | 12/331 kB Progress (5): 27 kB | 93/95 kB | 19 kB | 24 kB | 12/331 kB Progress (5): 27 kB | 93/95 kB | 19 kB | 24 kB | 16/331 kB Progress (5): 27 kB | 95 kB | 19 kB | 24 kB | 16/331 kB Progress (5): 27 kB | 95 kB | 19 kB | 24 kB | 20/331 kB Progress (5): 27 kB | 95 kB | 19 kB | 24 kB | 24/331 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/jchardet/jchardet/1.0/jchardet-1.0.jar (27 kB at 554 kB/s) Progress (4): 95 kB | 19 kB | 24 kB | 28/331 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar Progress (4): 95 kB | 19 kB | 24 kB | 32/331 kB Progress (4): 95 kB | 19 kB | 24 kB | 36/331 kB Progress (4): 95 kB | 19 kB | 24 kB | 40/331 kB Progress (4): 95 kB | 19 kB | 24 kB | 44/331 kB Progress (4): 95 kB | 19 kB | 24 kB | 48/331 kB Progress (4): 95 kB | 19 kB | 24 kB | 52/331 kB Progress (4): 95 kB | 19 kB | 24 kB | 56/331 kB Progress (4): 95 kB | 19 kB | 24 kB | 60/331 kB Progress (4): 95 kB | 19 kB | 24 kB | 64/331 kB Progress (4): 95 kB | 19 kB | 24 kB | 68/331 kB Progress (4): 95 kB | 19 kB | 24 kB | 72/331 kB Progress (4): 95 kB | 19 kB | 24 kB | 76/331 kB Progress (4): 95 kB | 19 kB | 24 kB | 80/331 kB Progress (4): 95 kB | 19 kB | 24 kB | 84/331 kB Progress (4): 95 kB | 19 kB | 24 kB | 88/331 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-archetype-plugin/3.0.0/maven-archetype-plugin-3.0.0.jar (95 kB at 1.7 MB/s) Progress (3): 19 kB | 24 kB | 92/331 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar Progress (3): 19 kB | 24 kB | 96/331 kB Progress (3): 19 kB | 24 kB | 100/331 kB Progress (3): 19 kB | 24 kB | 104/331 kB Progress (3): 19 kB | 24 kB | 108/331 kB Progress (4): 19 kB | 24 kB | 108/331 kB | 4.1/4.3 kB Progress (4): 19 kB | 24 kB | 112/331 kB | 4.1/4.3 kB Progress (4): 19 kB | 24 kB | 112/331 kB | 4.3 kB Progress (5): 19 kB | 24 kB | 112/331 kB | 4.3 kB | 4.1/314 kB Progress (5): 19 kB | 24 kB | 112/331 kB | 4.3 kB | 7.7/314 kB Progress (5): 19 kB | 24 kB | 112/331 kB | 4.3 kB | 12/314 kB Progress (5): 19 kB | 24 kB | 112/331 kB | 4.3 kB | 16/314 kB Progress (5): 19 kB | 24 kB | 116/331 kB | 4.3 kB | 16/314 kB Progress (5): 19 kB | 24 kB | 116/331 kB | 4.3 kB | 20/314 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-descriptor/3.0.0/archetype-descriptor-3.0.0.jar (24 kB at 203 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-catalog/3.0.0/archetype-catalog-3.0.0.jar (19 kB at 161 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Progress (3): 116/331 kB | 4.3 kB | 24/314 kB Progress (3): 120/331 kB | 4.3 kB | 24/314 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 35 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar Progress (2): 124/331 kB | 24/314 kB Progress (2): 128/331 kB | 24/314 kB Progress (2): 128/331 kB | 28/314 kB Progress (2): 128/331 kB | 32/314 kB Progress (2): 132/331 kB | 32/314 kB Progress (2): 132/331 kB | 33/314 kB Progress (2): 136/331 kB | 33/314 kB Progress (2): 136/331 kB | 37/314 kB Progress (2): 136/331 kB | 41/314 kB Progress (2): 140/331 kB | 41/314 kB Progress (2): 144/331 kB | 41/314 kB Progress (2): 144/331 kB | 45/314 kB Progress (2): 144/331 kB | 49/314 kB Progress (2): 148/331 kB | 49/314 kB Progress (2): 152/331 kB | 49/314 kB Progress (2): 152/331 kB | 53/314 kB Progress (2): 156/331 kB | 53/314 kB Progress (2): 156/331 kB | 57/314 kB Progress (2): 160/331 kB | 57/314 kB Progress (2): 160/331 kB | 61/314 kB Progress (2): 160/331 kB | 65/314 kB Progress (2): 164/331 kB | 65/314 kB Progress (2): 164/331 kB | 66/314 kB Progress (2): 168/331 kB | 66/314 kB Progress (2): 168/331 kB | 70/314 kB Progress (2): 168/331 kB | 74/314 kB Progress (2): 172/331 kB | 74/314 kB Progress (2): 172/331 kB | 78/314 kB Progress (2): 176/331 kB | 78/314 kB Progress (2): 176/331 kB | 82/314 kB Progress (2): 180/331 kB | 82/314 kB Progress (2): 180/331 kB | 86/314 kB Progress (2): 184/331 kB | 86/314 kB Progress (2): 184/331 kB | 90/314 kB Progress (2): 188/331 kB | 90/314 kB Progress (2): 188/331 kB | 94/314 kB Progress (2): 192/331 kB | 94/314 kB Progress (2): 192/331 kB | 98/314 kB Progress (2): 192/331 kB | 98/314 kB Progress (2): 196/331 kB | 98/314 kB Progress (2): 196/331 kB | 102/314 kB Progress (2): 200/331 kB | 102/314 kB Progress (2): 200/331 kB | 106/314 kB Progress (2): 204/331 kB | 106/314 kB Progress (2): 204/331 kB | 110/314 kB Progress (2): 208/331 kB | 110/314 kB Progress (2): 208/331 kB | 114/314 kB Progress (2): 212/331 kB | 114/314 kB Progress (2): 212/331 kB | 118/314 kB Progress (2): 216/331 kB | 118/314 kB Progress (3): 216/331 kB | 118/314 kB | 4.1/174 kB Progress (3): 216/331 kB | 122/314 kB | 4.1/174 kB Progress (3): 220/331 kB | 122/314 kB | 4.1/174 kB Progress (3): 220/331 kB | 122/314 kB | 7.7/174 kB Progress (4): 220/331 kB | 122/314 kB | 7.7/174 kB | 4.1/109 kB Progress (4): 220/331 kB | 122/314 kB | 12/174 kB | 4.1/109 kB Progress (4): 224/331 kB | 122/314 kB | 12/174 kB | 4.1/109 kB Progress (4): 224/331 kB | 126/314 kB | 12/174 kB | 4.1/109 kB Progress (4): 224/331 kB | 126/314 kB | 16/174 kB | 4.1/109 kB Progress (4): 224/331 kB | 126/314 kB | 16/174 kB | 7.7/109 kB Progress (4): 224/331 kB | 126/314 kB | 20/174 kB | 7.7/109 kB Progress (4): 224/331 kB | 126/314 kB | 20/174 kB | 12/109 kB Progress (4): 228/331 kB | 126/314 kB | 20/174 kB | 12/109 kB Progress (4): 228/331 kB | 130/314 kB | 20/174 kB | 12/109 kB Progress (4): 232/331 kB | 130/314 kB | 20/174 kB | 12/109 kB Progress (4): 232/331 kB | 130/314 kB | 20/174 kB | 16/109 kB Progress (4): 232/331 kB | 130/314 kB | 24/174 kB | 16/109 kB Progress (4): 236/331 kB | 130/314 kB | 24/174 kB | 16/109 kB Progress (4): 236/331 kB | 130/314 kB | 28/174 kB | 16/109 kB Progress (4): 236/331 kB | 131/314 kB | 28/174 kB | 16/109 kB Progress (4): 236/331 kB | 131/314 kB | 32/174 kB | 16/109 kB Progress (4): 240/331 kB | 131/314 kB | 32/174 kB | 16/109 kB Progress (5): 240/331 kB | 131/314 kB | 32/174 kB | 16/109 kB | 4.1/153 kB Progress (5): 240/331 kB | 131/314 kB | 32/174 kB | 20/109 kB | 4.1/153 kB Progress (5): 240/331 kB | 131/314 kB | 32/174 kB | 20/109 kB | 7.7/153 kB Progress (5): 244/331 kB | 131/314 kB | 32/174 kB | 20/109 kB | 7.7/153 kB Progress (5): 244/331 kB | 131/314 kB | 33/174 kB | 20/109 kB | 7.7/153 kB Progress (5): 244/331 kB | 135/314 kB | 33/174 kB | 20/109 kB | 7.7/153 kB Progress (5): 244/331 kB | 135/314 kB | 37/174 kB | 20/109 kB | 7.7/153 kB Progress (5): 244/331 kB | 135/314 kB | 37/174 kB | 20/109 kB | 12/153 kB Progress (5): 248/331 kB | 135/314 kB | 37/174 kB | 20/109 kB | 12/153 kB Progress (5): 248/331 kB | 135/314 kB | 37/174 kB | 24/109 kB | 12/153 kB Progress (5): 252/331 kB | 135/314 kB | 37/174 kB | 24/109 kB | 12/153 kB Progress (5): 252/331 kB | 135/314 kB | 37/174 kB | 28/109 kB | 12/153 kB Progress (5): 252/331 kB | 135/314 kB | 37/174 kB | 28/109 kB | 16/153 kB Progress (5): 252/331 kB | 135/314 kB | 41/174 kB | 28/109 kB | 16/153 kB Progress (5): 252/331 kB | 139/314 kB | 41/174 kB | 28/109 kB | 16/153 kB Progress (5): 252/331 kB | 139/314 kB | 45/174 kB | 28/109 kB | 16/153 kB Progress (5): 252/331 kB | 139/314 kB | 45/174 kB | 28/109 kB | 20/153 kB Progress (5): 252/331 kB | 139/314 kB | 45/174 kB | 32/109 kB | 20/153 kB Progress (5): 256/331 kB | 139/314 kB | 45/174 kB | 32/109 kB | 20/153 kB Progress (5): 256/331 kB | 139/314 kB | 45/174 kB | 33/109 kB | 20/153 kB Progress (5): 256/331 kB | 139/314 kB | 45/174 kB | 33/109 kB | 24/153 kB Progress (5): 256/331 kB | 139/314 kB | 49/174 kB | 33/109 kB | 24/153 kB Progress (5): 256/331 kB | 143/314 kB | 49/174 kB | 33/109 kB | 24/153 kB Progress (5): 256/331 kB | 143/314 kB | 53/174 kB | 33/109 kB | 24/153 kB Progress (5): 256/331 kB | 143/314 kB | 53/174 kB | 33/109 kB | 28/153 kB Progress (5): 256/331 kB | 143/314 kB | 53/174 kB | 37/109 kB | 28/153 kB Progress (5): 260/331 kB | 143/314 kB | 53/174 kB | 37/109 kB | 28/153 kB Progress (5): 260/331 kB | 143/314 kB | 53/174 kB | 41/109 kB | 28/153 kB Progress (5): 260/331 kB | 143/314 kB | 53/174 kB | 41/109 kB | 32/153 kB Progress (5): 260/331 kB | 143/314 kB | 57/174 kB | 41/109 kB | 32/153 kB Progress (5): 260/331 kB | 147/314 kB | 57/174 kB | 41/109 kB | 32/153 kB Progress (5): 260/331 kB | 147/314 kB | 61/174 kB | 41/109 kB | 32/153 kB Progress (5): 260/331 kB | 147/314 kB | 65/174 kB | 41/109 kB | 32/153 kB Progress (5): 260/331 kB | 147/314 kB | 65/174 kB | 41/109 kB | 33/153 kB Progress (5): 260/331 kB | 147/314 kB | 65/174 kB | 45/109 kB | 33/153 kB Progress (5): 264/331 kB | 147/314 kB | 65/174 kB | 45/109 kB | 33/153 kB Progress (5): 264/331 kB | 147/314 kB | 65/174 kB | 49/109 kB | 33/153 kB Progress (5): 264/331 kB | 147/314 kB | 65/174 kB | 49/109 kB | 37/153 kB Progress (5): 264/331 kB | 147/314 kB | 66/174 kB | 49/109 kB | 37/153 kB Progress (5): 264/331 kB | 151/314 kB | 66/174 kB | 49/109 kB | 37/153 kB Progress (5): 264/331 kB | 151/314 kB | 70/174 kB | 49/109 kB | 37/153 kB Progress (5): 264/331 kB | 151/314 kB | 74/174 kB | 49/109 kB | 37/153 kB Progress (5): 264/331 kB | 151/314 kB | 74/174 kB | 49/109 kB | 41/153 kB Progress (5): 264/331 kB | 151/314 kB | 74/174 kB | 53/109 kB | 41/153 kB Progress (5): 268/331 kB | 151/314 kB | 74/174 kB | 53/109 kB | 41/153 kB Progress (5): 268/331 kB | 151/314 kB | 74/174 kB | 57/109 kB | 41/153 kB Progress (5): 268/331 kB | 151/314 kB | 74/174 kB | 57/109 kB | 45/153 kB Progress (5): 268/331 kB | 151/314 kB | 78/174 kB | 57/109 kB | 45/153 kB Progress (5): 268/331 kB | 155/314 kB | 78/174 kB | 57/109 kB | 45/153 kB Progress (5): 268/331 kB | 155/314 kB | 82/174 kB | 57/109 kB | 45/153 kB Progress (5): 268/331 kB | 155/314 kB | 82/174 kB | 57/109 kB | 49/153 kB Progress (5): 268/331 kB | 155/314 kB | 82/174 kB | 61/109 kB | 49/153 kB Progress (5): 272/331 kB | 155/314 kB | 82/174 kB | 61/109 kB | 49/153 kB Progress (5): 272/331 kB | 155/314 kB | 82/174 kB | 65/109 kB | 49/153 kB Progress (5): 272/331 kB | 155/314 kB | 82/174 kB | 65/109 kB | 53/153 kB Progress (5): 272/331 kB | 155/314 kB | 86/174 kB | 65/109 kB | 53/153 kB Progress (5): 272/331 kB | 159/314 kB | 86/174 kB | 65/109 kB | 53/153 kB Progress (5): 272/331 kB | 159/314 kB | 90/174 kB | 65/109 kB | 53/153 kB Progress (5): 272/331 kB | 159/314 kB | 90/174 kB | 65/109 kB | 57/153 kB Progress (5): 272/331 kB | 159/314 kB | 90/174 kB | 66/109 kB | 57/153 kB Progress (5): 272/331 kB | 159/314 kB | 90/174 kB | 66/109 kB | 61/153 kB Progress (5): 276/331 kB | 159/314 kB | 90/174 kB | 66/109 kB | 61/153 kB Progress (5): 276/331 kB | 159/314 kB | 90/174 kB | 66/109 kB | 65/153 kB Progress (5): 276/331 kB | 159/314 kB | 90/174 kB | 70/109 kB | 65/153 kB Progress (5): 276/331 kB | 159/314 kB | 94/174 kB | 70/109 kB | 65/153 kB Progress (5): 276/331 kB | 163/314 kB | 94/174 kB | 70/109 kB | 65/153 kB Progress (5): 276/331 kB | 163/314 kB | 98/174 kB | 70/109 kB | 65/153 kB Progress (5): 276/331 kB | 163/314 kB | 98/174 kB | 74/109 kB | 65/153 kB Progress (5): 276/331 kB | 163/314 kB | 98/174 kB | 74/109 kB | 66/153 kB Progress (5): 280/331 kB | 163/314 kB | 98/174 kB | 74/109 kB | 66/153 kB Progress (5): 280/331 kB | 163/314 kB | 98/174 kB | 74/109 kB | 70/153 kB Progress (5): 280/331 kB | 163/314 kB | 98/174 kB | 78/109 kB | 70/153 kB Progress (5): 280/331 kB | 163/314 kB | 98/174 kB | 78/109 kB | 70/153 kB Progress (5): 280/331 kB | 167/314 kB | 98/174 kB | 78/109 kB | 70/153 kB Progress (5): 280/331 kB | 167/314 kB | 102/174 kB | 78/109 kB | 70/153 kB Progress (5): 280/331 kB | 167/314 kB | 102/174 kB | 82/109 kB | 70/153 kB Progress (5): 280/331 kB | 167/314 kB | 102/174 kB | 82/109 kB | 74/153 kB Progress (5): 284/331 kB | 167/314 kB | 102/174 kB | 82/109 kB | 74/153 kB Progress (5): 284/331 kB | 167/314 kB | 102/174 kB | 82/109 kB | 78/153 kB Progress (5): 284/331 kB | 167/314 kB | 102/174 kB | 86/109 kB | 78/153 kB Progress (5): 284/331 kB | 167/314 kB | 106/174 kB | 86/109 kB | 78/153 kB Progress (5): 284/331 kB | 171/314 kB | 106/174 kB | 86/109 kB | 78/153 kB Progress (5): 284/331 kB | 171/314 kB | 110/174 kB | 86/109 kB | 78/153 kB Progress (5): 284/331 kB | 171/314 kB | 110/174 kB | 90/109 kB | 78/153 kB Progress (5): 284/331 kB | 171/314 kB | 110/174 kB | 90/109 kB | 82/153 kB Progress (5): 288/331 kB | 171/314 kB | 110/174 kB | 90/109 kB | 82/153 kB Progress (5): 288/331 kB | 171/314 kB | 110/174 kB | 90/109 kB | 86/153 kB Progress (5): 288/331 kB | 171/314 kB | 110/174 kB | 94/109 kB | 86/153 kB Progress (5): 288/331 kB | 171/314 kB | 114/174 kB | 94/109 kB | 86/153 kB Progress (5): 288/331 kB | 175/314 kB | 114/174 kB | 94/109 kB | 86/153 kB Progress (5): 288/331 kB | 175/314 kB | 114/174 kB | 98/109 kB | 86/153 kB Progress (5): 288/331 kB | 175/314 kB | 114/174 kB | 98/109 kB | 90/153 kB Progress (5): 292/331 kB | 175/314 kB | 114/174 kB | 98/109 kB | 90/153 kB Progress (5): 292/331 kB | 175/314 kB | 114/174 kB | 102/109 kB | 90/153 kB Progress (5): 292/331 kB | 175/314 kB | 118/174 kB | 102/109 kB | 90/153 kB Progress (5): 292/331 kB | 179/314 kB | 118/174 kB | 102/109 kB | 90/153 kB Progress (5): 292/331 kB | 179/314 kB | 122/174 kB | 102/109 kB | 90/153 kB Progress (5): 292/331 kB | 179/314 kB | 126/174 kB | 102/109 kB | 90/153 kB Progress (5): 292/331 kB | 179/314 kB | 130/174 kB | 102/109 kB | 90/153 kB Progress (5): 292/331 kB | 179/314 kB | 130/174 kB | 106/109 kB | 90/153 kB Progress (5): 296/331 kB | 179/314 kB | 130/174 kB | 106/109 kB | 90/153 kB Progress (5): 296/331 kB | 179/314 kB | 130/174 kB | 106/109 kB | 94/153 kB Progress (5): 300/331 kB | 179/314 kB | 130/174 kB | 106/109 kB | 94/153 kB Progress (5): 300/331 kB | 179/314 kB | 130/174 kB | 109 kB | 94/153 kB Progress (5): 300/331 kB | 179/314 kB | 131/174 kB | 109 kB | 94/153 kB Progress (5): 300/331 kB | 183/314 kB | 131/174 kB | 109 kB | 94/153 kB Progress (5): 300/331 kB | 183/314 kB | 135/174 kB | 109 kB | 94/153 kB Progress (5): 300/331 kB | 183/314 kB | 139/174 kB | 109 kB | 94/153 kB Progress (5): 304/331 kB | 183/314 kB | 139/174 kB | 109 kB | 94/153 kB Progress (5): 304/331 kB | 183/314 kB | 139/174 kB | 109 kB | 98/153 kB Progress (5): 304/331 kB | 183/314 kB | 143/174 kB | 109 kB | 98/153 kB Progress (5): 304/331 kB | 183/314 kB | 147/174 kB | 109 kB | 98/153 kB Progress (5): 304/331 kB | 183/314 kB | 151/174 kB | 109 kB | 98/153 kB Progress (5): 304/331 kB | 183/314 kB | 155/174 kB | 109 kB | 98/153 kB Progress (5): 304/331 kB | 183/314 kB | 159/174 kB | 109 kB | 98/153 kB Progress (5): 304/331 kB | 183/314 kB | 163/174 kB | 109 kB | 98/153 kB Progress (5): 304/331 kB | 183/314 kB | 167/174 kB | 109 kB | 98/153 kB Progress (5): 304/331 kB | 187/314 kB | 167/174 kB | 109 kB | 98/153 kB Progress (5): 304/331 kB | 187/314 kB | 171/174 kB | 109 kB | 98/153 kB Progress (5): 304/331 kB | 187/314 kB | 171/174 kB | 109 kB | 98/153 kB Progress (5): 308/331 kB | 187/314 kB | 171/174 kB | 109 kB | 98/153 kB Progress (5): 308/331 kB | 187/314 kB | 171/174 kB | 109 kB | 102/153 kB Progress (5): 308/331 kB | 187/314 kB | 174 kB | 109 kB | 102/153 kB Progress (5): 308/331 kB | 191/314 kB | 174 kB | 109 kB | 102/153 kB Progress (5): 308/331 kB | 191/314 kB | 174 kB | 109 kB | 106/153 kB Progress (5): 312/331 kB | 191/314 kB | 174 kB | 109 kB | 106/153 kB Progress (5): 312/331 kB | 191/314 kB | 174 kB | 109 kB | 110/153 kB Progress (5): 316/331 kB | 191/314 kB | 174 kB | 109 kB | 110/153 kB Progress (5): 316/331 kB | 195/314 kB | 174 kB | 109 kB | 110/153 kB Progress (5): 320/331 kB | 195/314 kB | 174 kB | 109 kB | 110/153 kB Progress (5): 320/331 kB | 195/314 kB | 174 kB | 109 kB | 114/153 kB Progress (5): 324/331 kB | 195/314 kB | 174 kB | 109 kB | 114/153 kB Progress (5): 324/331 kB | 199/314 kB | 174 kB | 109 kB | 114/153 kB Progress (5): 328/331 kB | 199/314 kB | 174 kB | 109 kB | 114/153 kB Progress (5): 328/331 kB | 199/314 kB | 174 kB | 109 kB | 118/153 kB Progress (5): 331 kB | 199/314 kB | 174 kB | 109 kB | 118/153 kB Progress (5): 331 kB | 203/314 kB | 174 kB | 109 kB | 118/153 kB Progress (5): 331 kB | 203/314 kB | 174 kB | 109 kB | 122/153 kB Progress (5): 331 kB | 207/314 kB | 174 kB | 109 kB | 122/153 kB Progress (5): 331 kB | 207/314 kB | 174 kB | 109 kB | 126/153 kB Progress (5): 331 kB | 207/314 kB | 174 kB | 109 kB | 130/153 kB Progress (5): 331 kB | 211/314 kB | 174 kB | 109 kB | 130/153 kB Progress (5): 331 kB | 211/314 kB | 174 kB | 109 kB | 134/153 kB Progress (5): 331 kB | 215/314 kB | 174 kB | 109 kB | 134/153 kB Progress (5): 331 kB | 219/314 kB | 174 kB | 109 kB | 134/153 kB Progress (5): 331 kB | 219/314 kB | 174 kB | 109 kB | 138/153 kB Progress (5): 331 kB | 219/314 kB | 174 kB | 109 kB | 142/153 kB Progress (5): 331 kB | 219/314 kB | 174 kB | 109 kB | 146/153 kB Progress (5): 331 kB | 223/314 kB | 174 kB | 109 kB | 146/153 kB Progress (5): 331 kB | 223/314 kB | 174 kB | 109 kB | 150/153 kB Progress (5): 331 kB | 227/314 kB | 174 kB | 109 kB | 150/153 kB Progress (5): 331 kB | 227/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 231/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 235/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 239/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 243/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 247/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 251/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 255/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 259/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 263/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 267/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 271/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 275/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 279/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 283/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 287/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 291/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 295/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 299/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 303/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 307/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 311/314 kB | 174 kB | 109 kB | 153 kB Progress (5): 331 kB | 314 kB | 174 kB | 109 kB | 153 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.jar (174 kB at 575 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 1.0 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar (153 kB at 504 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar Progress (3): 331 kB | 109 kB | 4.1/7.9 kB Progress (3): 331 kB | 109 kB | 7.7/7.9 kB Progress (3): 331 kB | 109 kB | 7.9 kB Progress (4): 331 kB | 109 kB | 7.9 kB | 4.1/262 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 4.1/262 kB | 4.1/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 7.7/262 kB | 4.1/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 7.7/262 kB | 7.7/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 12/262 kB | 7.7/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 12/262 kB | 12/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 16/262 kB | 12/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 16/262 kB | 16/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 20/262 kB | 16/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 20/262 kB | 20/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 24/262 kB | 20/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 24/262 kB | 24/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 28/262 kB | 24/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 28/262 kB | 28/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 32/262 kB | 28/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 32/262 kB | 32/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 33/262 kB | 32/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 33/262 kB | 33/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 37/262 kB | 33/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 37/262 kB | 37/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 41/262 kB | 37/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 41/262 kB | 41/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 45/262 kB | 41/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 45/262 kB | 45/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 49/262 kB | 45/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 49/262 kB | 49/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 53/262 kB | 49/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 53/262 kB | 53/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 57/262 kB | 53/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 57/262 kB | 57/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 61/262 kB | 57/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 61/262 kB | 61/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 65/262 kB | 61/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 65/262 kB | 65/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 66/262 kB | 65/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 70/262 kB | 65/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 74/262 kB | 65/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 74/262 kB | 66/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 78/262 kB | 66/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 78/262 kB | 70/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 82/262 kB | 70/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 82/262 kB | 74/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 86/262 kB | 74/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 86/262 kB | 78/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 90/262 kB | 78/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 90/262 kB | 82/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 94/262 kB | 82/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 94/262 kB | 86/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 98/262 kB | 86/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 98/262 kB | 90/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 98/262 kB | 90/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 98/262 kB | 94/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 102/262 kB | 94/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 102/262 kB | 98/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 106/262 kB | 98/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 106/262 kB | 98/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 110/262 kB | 98/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 114/262 kB | 98/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 114/262 kB | 102/450 kB Progress (5): 331 kB | 109 kB | 7.9 kB | 118/262 kB | 102/450 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 285 kB/s) Progress (4): 331 kB | 7.9 kB | 122/262 kB | 102/450 kB Progress (4): 331 kB | 7.9 kB | 122/262 kB | 106/450 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar Progress (4): 331 kB | 7.9 kB | 122/262 kB | 110/450 kB Progress (4): 331 kB | 7.9 kB | 126/262 kB | 110/450 kB Progress (4): 331 kB | 7.9 kB | 126/262 kB | 114/450 kB Progress (4): 331 kB | 7.9 kB | 130/262 kB | 114/450 kB Progress (4): 331 kB | 7.9 kB | 130/262 kB | 118/450 kB Progress (4): 331 kB | 7.9 kB | 131/262 kB | 118/450 kB Progress (4): 331 kB | 7.9 kB | 131/262 kB | 122/450 kB Progress (4): 331 kB | 7.9 kB | 135/262 kB | 122/450 kB Progress (4): 331 kB | 7.9 kB | 135/262 kB | 126/450 kB Progress (4): 331 kB | 7.9 kB | 139/262 kB | 126/450 kB Progress (4): 331 kB | 7.9 kB | 139/262 kB | 130/450 kB Progress (4): 331 kB | 7.9 kB | 143/262 kB | 130/450 kB Progress (4): 331 kB | 7.9 kB | 143/262 kB | 131/450 kB Progress (4): 331 kB | 7.9 kB | 147/262 kB | 131/450 kB Progress (4): 331 kB | 7.9 kB | 147/262 kB | 135/450 kB Progress (4): 331 kB | 7.9 kB | 151/262 kB | 135/450 kB Progress (4): 331 kB | 7.9 kB | 151/262 kB | 139/450 kB Progress (4): 331 kB | 7.9 kB | 155/262 kB | 139/450 kB Progress (4): 331 kB | 7.9 kB | 155/262 kB | 143/450 kB Progress (4): 331 kB | 7.9 kB | 159/262 kB | 143/450 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/archetype/archetype-common/3.0.0/archetype-common-3.0.0.jar (331 kB at 848 kB/s) Progress (3): 7.9 kB | 159/262 kB | 147/450 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.jar Progress (3): 7.9 kB | 163/262 kB | 147/450 kB Progress (3): 7.9 kB | 163/262 kB | 151/450 kB Progress (3): 7.9 kB | 164/262 kB | 151/450 kB Progress (3): 7.9 kB | 164/262 kB | 155/450 kB Progress (3): 7.9 kB | 168/262 kB | 155/450 kB Progress (3): 7.9 kB | 172/262 kB | 155/450 kB Progress (3): 7.9 kB | 172/262 kB | 159/450 kB Progress (3): 7.9 kB | 172/262 kB | 163/450 kB Progress (3): 7.9 kB | 176/262 kB | 163/450 kB Progress (3): 7.9 kB | 176/262 kB | 164/450 kB Progress (3): 7.9 kB | 180/262 kB | 164/450 kB Progress (3): 7.9 kB | 180/262 kB | 168/450 kB Progress (3): 7.9 kB | 184/262 kB | 168/450 kB Progress (3): 7.9 kB | 184/262 kB | 172/450 kB Progress (3): 7.9 kB | 188/262 kB | 172/450 kB Progress (3): 7.9 kB | 188/262 kB | 176/450 kB Progress (3): 7.9 kB | 192/262 kB | 176/450 kB Progress (3): 7.9 kB | 192/262 kB | 180/450 kB Progress (3): 7.9 kB | 196/262 kB | 180/450 kB Progress (3): 7.9 kB | 196/262 kB | 184/450 kB Progress (3): 7.9 kB | 200/262 kB | 184/450 kB Progress (3): 7.9 kB | 200/262 kB | 188/450 kB Progress (3): 7.9 kB | 204/262 kB | 188/450 kB Progress (3): 7.9 kB | 204/262 kB | 192/450 kB Progress (3): 7.9 kB | 208/262 kB | 192/450 kB Progress (3): 7.9 kB | 208/262 kB | 196/450 kB Progress (3): 7.9 kB | 212/262 kB | 196/450 kB Progress (3): 7.9 kB | 212/262 kB | 200/450 kB Progress (3): 7.9 kB | 216/262 kB | 200/450 kB Progress (3): 7.9 kB | 216/262 kB | 204/450 kB Progress (3): 7.9 kB | 220/262 kB | 204/450 kB Progress (3): 7.9 kB | 220/262 kB | 208/450 kB Progress (3): 7.9 kB | 224/262 kB | 208/450 kB Progress (3): 7.9 kB | 224/262 kB | 212/450 kB Progress (3): 7.9 kB | 228/262 kB | 212/450 kB Progress (3): 7.9 kB | 228/262 kB | 216/450 kB Progress (3): 7.9 kB | 232/262 kB | 216/450 kB Progress (3): 7.9 kB | 232/262 kB | 220/450 kB Progress (3): 7.9 kB | 236/262 kB | 220/450 kB Progress (3): 7.9 kB | 236/262 kB | 224/450 kB Progress (3): 7.9 kB | 240/262 kB | 224/450 kB Progress (3): 7.9 kB | 240/262 kB | 228/450 kB Progress (3): 7.9 kB | 244/262 kB | 228/450 kB Progress (3): 7.9 kB | 244/262 kB | 232/450 kB Progress (4): 7.9 kB | 244/262 kB | 232/450 kB | 4.1/53 kB Progress (4): 7.9 kB | 244/262 kB | 236/450 kB | 4.1/53 kB Progress (4): 7.9 kB | 248/262 kB | 236/450 kB | 4.1/53 kB Progress (4): 7.9 kB | 248/262 kB | 236/450 kB | 7.7/53 kB Progress (4): 7.9 kB | 252/262 kB | 236/450 kB | 7.7/53 kB Progress (4): 7.9 kB | 252/262 kB | 236/450 kB | 12/53 kB Progress (4): 7.9 kB | 252/262 kB | 240/450 kB | 12/53 kB Progress (4): 7.9 kB | 252/262 kB | 240/450 kB | 16/53 kB Progress (4): 7.9 kB | 256/262 kB | 240/450 kB | 16/53 kB Progress (4): 7.9 kB | 256/262 kB | 244/450 kB | 16/53 kB Progress (4): 7.9 kB | 256/262 kB | 244/450 kB | 20/53 kB Progress (4): 7.9 kB | 260/262 kB | 244/450 kB | 20/53 kB Progress (4): 7.9 kB | 260/262 kB | 244/450 kB | 24/53 kB Progress (4): 7.9 kB | 260/262 kB | 248/450 kB | 24/53 kB Progress (4): 7.9 kB | 262 kB | 248/450 kB | 24/53 kB Progress (4): 7.9 kB | 262 kB | 252/450 kB | 24/53 kB Progress (4): 7.9 kB | 262 kB | 252/450 kB | 28/53 kB Progress (4): 7.9 kB | 262 kB | 256/450 kB | 28/53 kB Progress (4): 7.9 kB | 262 kB | 256/450 kB | 32/53 kB Progress (4): 7.9 kB | 262 kB | 260/450 kB | 32/53 kB Progress (5): 7.9 kB | 262 kB | 260/450 kB | 32/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 260/450 kB | 33/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 260/450 kB | 33/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 264/450 kB | 33/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 264/450 kB | 37/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 268/450 kB | 37/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 268/450 kB | 37/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 272/450 kB | 37/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 272/450 kB | 41/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 276/450 kB | 41/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 276/450 kB | 45/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 276/450 kB | 45/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 280/450 kB | 45/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 280/450 kB | 45/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 280/450 kB | 49/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 280/450 kB | 49/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 284/450 kB | 49/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 284/450 kB | 49/53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 284/450 kB | 53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 284/450 kB | 53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 288/450 kB | 53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 288/450 kB | 53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 292/450 kB | 53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 292/450 kB | 53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 296/450 kB | 53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 296/450 kB | 53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 300/450 kB | 53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 300/450 kB | 53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 304/450 kB | 53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 304/450 kB | 53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 308/450 kB | 53 kB | 0/5.5 MB Progress (5): 7.9 kB | 262 kB | 308/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 312/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 312/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 316/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 316/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 320/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 320/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 324/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 324/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 328/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 328/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 332/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 332/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 336/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 336/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 340/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 340/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 344/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 344/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 348/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 348/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 352/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 356/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 356/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 360/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 360/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 364/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 364/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 368/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 372/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 372/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 376/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 376/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 380/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 380/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 384/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 384/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 388/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 388/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 392/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 392/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 396/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 396/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 400/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 400/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 404/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 404/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 408/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 408/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 412/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 412/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 416/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 416/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 420/450 kB | 53 kB | 0.1/5.5 MB Progress (5): 7.9 kB | 262 kB | 420/450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 424/450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 424/450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 428/450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 428/450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 432/450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 432/450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 436/450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 436/450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 440/450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 440/450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 444/450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 444/450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 448/450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 448/450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Progress (5): 7.9 kB | 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (7.9 kB at 16 kB/s) Progress (4): 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar Progress (4): 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.2/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Progress (4): 262 kB | 450 kB | 53 kB | 0.3/5.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 892 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.jar Progress (3): 262 kB | 53 kB | 0.3/5.5 MB Progress (3): 262 kB | 53 kB | 0.3/5.5 MB Progress (3): 262 kB | 53 kB | 0.3/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (3): 262 kB | 53 kB | 0.4/5.5 MB Progress (4): 262 kB | 53 kB | 0.4/5.5 MB | 4.1/445 kB Progress (4): 262 kB | 53 kB | 0.4/5.5 MB | 4.1/445 kB Progress (4): 262 kB | 53 kB | 0.4/5.5 MB | 7.7/445 kB Progress (4): 262 kB | 53 kB | 0.4/5.5 MB | 7.7/445 kB Progress (4): 262 kB | 53 kB | 0.4/5.5 MB | 12/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 12/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 16/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 16/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 20/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 20/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 24/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 24/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 28/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 28/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 32/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 32/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 36/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 40/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 44/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 48/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 48/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 52/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 56/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 56/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 60/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 60/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 64/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 64/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 68/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 68/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 72/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 72/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 76/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 80/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 80/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 84/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 88/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 88/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 92/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 96/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 96/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 100/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 104/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 108/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 112/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 112/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 116/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 116/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 120/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 120/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 124/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 128/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 128/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 132/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 136/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 136/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 140/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 140/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 144/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 144/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 148/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 148/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 152/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 152/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 156/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 156/445 kB Progress (4): 262 kB | 53 kB | 0.5/5.5 MB | 160/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 160/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 164/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 164/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 168/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 168/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 172/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 172/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 176/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 176/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 180/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 180/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 184/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 184/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 188/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 188/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 192/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 196/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 200/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 200/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 204/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 204/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 208/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 208/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 212/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 212/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 216/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 216/445 kB Progress (4): 262 kB | 53 kB | 0.6/5.5 MB | 220/445 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 437 kB/s) Progress (3): 53 kB | 0.6/5.5 MB | 224/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 224/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 228/445 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.jar Progress (3): 53 kB | 0.6/5.5 MB | 228/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 232/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 232/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 236/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 236/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 240/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 240/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 244/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 244/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 248/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 248/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 252/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 252/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 256/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 256/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 260/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 260/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 264/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 264/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 268/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 268/445 kB Progress (3): 53 kB | 0.6/5.5 MB | 272/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 272/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 276/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 276/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 280/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 280/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 284/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 284/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 288/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 288/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 292/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 292/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 296/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 296/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 300/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 300/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 304/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 304/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 308/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 312/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 312/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 316/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 316/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 320/445 kB Progress (3): 53 kB | 0.7/5.5 MB | 320/445 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar (53 kB at 86 kB/s) Progress (2): 0.7/5.5 MB | 324/445 kB Progress (2): 0.7/5.5 MB | 324/445 kB Progress (2): 0.7/5.5 MB | 328/445 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-util/3.2/asm-util-3.2.jar Progress (2): 0.7/5.5 MB | 332/445 kB Progress (2): 0.7/5.5 MB | 332/445 kB Progress (2): 0.7/5.5 MB | 336/445 kB Progress (2): 0.7/5.5 MB | 336/445 kB Progress (2): 0.7/5.5 MB | 340/445 kB Progress (2): 0.7/5.5 MB | 340/445 kB Progress (2): 0.7/5.5 MB | 344/445 kB Progress (2): 0.7/5.5 MB | 344/445 kB Progress (2): 0.7/5.5 MB | 348/445 kB Progress (2): 0.7/5.5 MB | 348/445 kB Progress (2): 0.7/5.5 MB | 352/445 kB Progress (2): 0.7/5.5 MB | 352/445 kB Progress (2): 0.7/5.5 MB | 356/445 kB Progress (2): 0.7/5.5 MB | 356/445 kB Progress (2): 0.7/5.5 MB | 360/445 kB Progress (2): 0.7/5.5 MB | 360/445 kB Progress (2): 0.7/5.5 MB | 364/445 kB Progress (2): 0.7/5.5 MB | 364/445 kB Progress (2): 0.7/5.5 MB | 368/445 kB Progress (2): 0.7/5.5 MB | 368/445 kB Progress (2): 0.7/5.5 MB | 372/445 kB Progress (2): 0.7/5.5 MB | 372/445 kB Progress (2): 0.7/5.5 MB | 376/445 kB Progress (2): 0.7/5.5 MB | 376/445 kB Progress (2): 0.8/5.5 MB | 376/445 kB Progress (2): 0.8/5.5 MB | 376/445 kB Progress (2): 0.8/5.5 MB | 376/445 kB Progress (2): 0.8/5.5 MB | 376/445 kB Progress (2): 0.8/5.5 MB | 380/445 kB Progress (2): 0.8/5.5 MB | 380/445 kB Progress (2): 0.8/5.5 MB | 384/445 kB Progress (2): 0.8/5.5 MB | 384/445 kB Progress (3): 0.8/5.5 MB | 384/445 kB | 4.1/43 kB Progress (3): 0.8/5.5 MB | 384/445 kB | 4.1/43 kB Progress (3): 0.8/5.5 MB | 384/445 kB | 4.1/43 kB Progress (4): 0.8/5.5 MB | 384/445 kB | 4.1/43 kB | 4.1/33 kB Progress (5): 0.8/5.5 MB | 384/445 kB | 4.1/43 kB | 4.1/33 kB | 4.1/37 kB Progress (5): 0.8/5.5 MB | 388/445 kB | 4.1/43 kB | 4.1/33 kB | 4.1/37 kB Progress (5): 0.8/5.5 MB | 392/445 kB | 4.1/43 kB | 4.1/33 kB | 4.1/37 kB Progress (5): 0.8/5.5 MB | 392/445 kB | 4.1/43 kB | 4.1/33 kB | 7.7/37 kB Progress (5): 0.8/5.5 MB | 396/445 kB | 4.1/43 kB | 4.1/33 kB | 7.7/37 kB Progress (5): 0.8/5.5 MB | 396/445 kB | 4.1/43 kB | 7.7/33 kB | 7.7/37 kB Progress (5): 0.8/5.5 MB | 396/445 kB | 4.1/43 kB | 7.7/33 kB | 7.7/37 kB Progress (5): 0.8/5.5 MB | 396/445 kB | 7.7/43 kB | 7.7/33 kB | 7.7/37 kB Progress (5): 0.8/5.5 MB | 396/445 kB | 7.7/43 kB | 7.7/33 kB | 7.7/37 kB Progress (5): 0.8/5.5 MB | 396/445 kB | 12/43 kB | 7.7/33 kB | 7.7/37 kB Progress (5): 0.8/5.5 MB | 396/445 kB | 12/43 kB | 12/33 kB | 7.7/37 kB Progress (5): 0.8/5.5 MB | 400/445 kB | 12/43 kB | 12/33 kB | 7.7/37 kB Progress (5): 0.8/5.5 MB | 400/445 kB | 12/43 kB | 12/33 kB | 12/37 kB Progress (5): 0.8/5.5 MB | 404/445 kB | 12/43 kB | 12/33 kB | 12/37 kB Progress (5): 0.8/5.5 MB | 404/445 kB | 12/43 kB | 16/33 kB | 12/37 kB Progress (5): 0.8/5.5 MB | 404/445 kB | 16/43 kB | 16/33 kB | 12/37 kB Progress (5): 0.8/5.5 MB | 404/445 kB | 16/43 kB | 20/33 kB | 12/37 kB Progress (5): 0.8/5.5 MB | 404/445 kB | 16/43 kB | 20/33 kB | 12/37 kB Progress (5): 0.8/5.5 MB | 404/445 kB | 16/43 kB | 24/33 kB | 12/37 kB Progress (5): 0.8/5.5 MB | 404/445 kB | 20/43 kB | 24/33 kB | 12/37 kB Progress (5): 0.8/5.5 MB | 404/445 kB | 24/43 kB | 24/33 kB | 12/37 kB Progress (5): 0.8/5.5 MB | 404/445 kB | 28/43 kB | 24/33 kB | 12/37 kB Progress (5): 0.8/5.5 MB | 404/445 kB | 32/43 kB | 24/33 kB | 12/37 kB Progress (5): 0.8/5.5 MB | 404/445 kB | 36/43 kB | 24/33 kB | 12/37 kB Progress (5): 0.8/5.5 MB | 404/445 kB | 40/43 kB | 24/33 kB | 12/37 kB Progress (5): 0.8/5.5 MB | 404/445 kB | 43 kB | 24/33 kB | 12/37 kB Progress (5): 0.8/5.5 MB | 408/445 kB | 43 kB | 24/33 kB | 12/37 kB Progress (5): 0.8/5.5 MB | 408/445 kB | 43 kB | 24/33 kB | 16/37 kB Progress (5): 0.8/5.5 MB | 412/445 kB | 43 kB | 24/33 kB | 16/37 kB Progress (5): 0.8/5.5 MB | 412/445 kB | 43 kB | 24/33 kB | 20/37 kB Progress (5): 0.8/5.5 MB | 412/445 kB | 43 kB | 28/33 kB | 20/37 kB Progress (5): 0.8/5.5 MB | 412/445 kB | 43 kB | 28/33 kB | 20/37 kB Progress (5): 0.8/5.5 MB | 412/445 kB | 43 kB | 32/33 kB | 20/37 kB Progress (5): 0.8/5.5 MB | 412/445 kB | 43 kB | 32/33 kB | 24/37 kB Progress (5): 0.8/5.5 MB | 416/445 kB | 43 kB | 32/33 kB | 24/37 kB Progress (5): 0.8/5.5 MB | 416/445 kB | 43 kB | 32/33 kB | 28/37 kB Progress (5): 0.8/5.5 MB | 420/445 kB | 43 kB | 32/33 kB | 28/37 kB Progress (5): 0.8/5.5 MB | 420/445 kB | 43 kB | 33 kB | 28/37 kB Progress (5): 0.8/5.5 MB | 420/445 kB | 43 kB | 33 kB | 28/37 kB Progress (5): 0.8/5.5 MB | 424/445 kB | 43 kB | 33 kB | 28/37 kB Progress (5): 0.8/5.5 MB | 424/445 kB | 43 kB | 33 kB | 32/37 kB Progress (5): 0.8/5.5 MB | 428/445 kB | 43 kB | 33 kB | 32/37 kB Progress (5): 0.8/5.5 MB | 428/445 kB | 43 kB | 33 kB | 32/37 kB Progress (5): 0.8/5.5 MB | 432/445 kB | 43 kB | 33 kB | 32/37 kB Progress (5): 0.8/5.5 MB | 432/445 kB | 43 kB | 33 kB | 33/37 kB Progress (5): 0.8/5.5 MB | 436/445 kB | 43 kB | 33 kB | 33/37 kB Progress (5): 0.8/5.5 MB | 436/445 kB | 43 kB | 33 kB | 33/37 kB Progress (5): 0.8/5.5 MB | 440/445 kB | 43 kB | 33 kB | 33/37 kB Progress (5): 0.8/5.5 MB | 440/445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.8/5.5 MB | 444/445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.8/5.5 MB | 444/445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.8/5.5 MB | 445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.8/5.5 MB | 445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.8/5.5 MB | 445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.8/5.5 MB | 445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.8/5.5 MB | 445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.8/5.5 MB | 445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.8/5.5 MB | 445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.8/5.5 MB | 445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.8/5.5 MB | 445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.8/5.5 MB | 445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.9/5.5 MB | 445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.9/5.5 MB | 445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.9/5.5 MB | 445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.9/5.5 MB | 445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.9/5.5 MB | 445 kB | 43 kB | 33 kB | 37 kB Progress (5): 0.9/5.5 MB | 445 kB | 43 kB | 33 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.2/asm-3.2.jar (43 kB at 62 kB/s) Progress (4): 0.9/5.5 MB | 445 kB | 33 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-util/3.2/asm-util-3.2.jar (37 kB at 52 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.2/asm-commons-3.2.jar (33 kB at 47 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-analysis/3.2/asm-analysis-3.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.jar Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 0.9/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Progress (2): 1.0/5.5 MB | 445 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 626 kB/s) Progress (2): 1.0/5.5 MB | 4.1/245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar Progress (2): 1.0/5.5 MB | 4.1/245 kB Progress (3): 1.0/5.5 MB | 4.1/245 kB | 4.1/18 kB Progress (3): 1.0/5.5 MB | 7.7/245 kB | 4.1/18 kB Progress (3): 1.0/5.5 MB | 7.7/245 kB | 7.7/18 kB Progress (3): 1.0/5.5 MB | 7.7/245 kB | 7.7/18 kB Progress (3): 1.0/5.5 MB | 7.7/245 kB | 12/18 kB Progress (3): 1.0/5.5 MB | 12/245 kB | 12/18 kB Progress (3): 1.0/5.5 MB | 12/245 kB | 16/18 kB Progress (3): 1.0/5.5 MB | 12/245 kB | 16/18 kB Progress (3): 1.0/5.5 MB | 12/245 kB | 18 kB Progress (3): 1.0/5.5 MB | 16/245 kB | 18 kB Progress (4): 1.0/5.5 MB | 16/245 kB | 18 kB | 4.1/22 kB Progress (4): 1.0/5.5 MB | 16/245 kB | 18 kB | 4.1/22 kB Progress (4): 1.0/5.5 MB | 16/245 kB | 18 kB | 7.7/22 kB Progress (4): 1.0/5.5 MB | 20/245 kB | 18 kB | 7.7/22 kB Progress (4): 1.0/5.5 MB | 20/245 kB | 18 kB | 7.7/22 kB Progress (4): 1.0/5.5 MB | 20/245 kB | 18 kB | 12/22 kB Progress (4): 1.0/5.5 MB | 24/245 kB | 18 kB | 12/22 kB Progress (4): 1.0/5.5 MB | 24/245 kB | 18 kB | 16/22 kB Progress (4): 1.0/5.5 MB | 24/245 kB | 18 kB | 16/22 kB Progress (4): 1.0/5.5 MB | 28/245 kB | 18 kB | 16/22 kB Progress (4): 1.0/5.5 MB | 28/245 kB | 18 kB | 20/22 kB Progress (4): 1.0/5.5 MB | 28/245 kB | 18 kB | 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-analysis/3.2/asm-analysis-3.2.jar (18 kB at 25 kB/s) Progress (3): 1.0/5.5 MB | 28/245 kB | 22 kB 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 Progress (3): 1.0/5.5 MB | 32/245 kB | 22 kB Progress (3): 1.0/5.5 MB | 32/245 kB | 22 kB Progress (3): 1.0/5.5 MB | 33/245 kB | 22 kB Progress (3): 1.1/5.5 MB | 33/245 kB | 22 kB Progress (3): 1.1/5.5 MB | 37/245 kB | 22 kB Progress (3): 1.1/5.5 MB | 37/245 kB | 22 kB Progress (3): 1.1/5.5 MB | 37/245 kB | 22 kB Progress (3): 1.1/5.5 MB | 41/245 kB | 22 kB Progress (4): 1.1/5.5 MB | 41/245 kB | 22 kB | 4.1/12 kB Progress (4): 1.1/5.5 MB | 41/245 kB | 22 kB | 4.1/12 kB Progress (4): 1.1/5.5 MB | 41/245 kB | 22 kB | 7.7/12 kB Progress (4): 1.1/5.5 MB | 45/245 kB | 22 kB | 7.7/12 kB Progress (4): 1.1/5.5 MB | 45/245 kB | 22 kB | 12/12 kB Progress (4): 1.1/5.5 MB | 45/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 45/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 49/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 49/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 53/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 53/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 57/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 57/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 57/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 61/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 61/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 65/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 65/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 66/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 66/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 70/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 70/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 74/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 74/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 78/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 78/245 kB | 22 kB | 12 kB Progress (4): 1.1/5.5 MB | 82/245 kB | 22 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.2/asm-tree-3.2.jar (22 kB at 28 kB/s) Progress (3): 1.1/5.5 MB | 86/245 kB | 12 kB Progress (3): 1.1/5.5 MB | 86/245 kB | 12 kB Progress (3): 1.1/5.5 MB | 90/245 kB | 12 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar Progress (3): 1.1/5.5 MB | 94/245 kB | 12 kB Progress (3): 1.1/5.5 MB | 94/245 kB | 12 kB Progress (3): 1.1/5.5 MB | 98/245 kB | 12 kB Progress (3): 1.1/5.5 MB | 98/245 kB | 12 kB Progress (3): 1.1/5.5 MB | 98/245 kB | 12 kB Progress (3): 1.1/5.5 MB | 98/245 kB | 12 kB Progress (3): 1.1/5.5 MB | 102/245 kB | 12 kB Progress (3): 1.1/5.5 MB | 106/245 kB | 12 kB Progress (3): 1.1/5.5 MB | 106/245 kB | 12 kB Progress (3): 1.1/5.5 MB | 110/245 kB | 12 kB Progress (3): 1.1/5.5 MB | 110/245 kB | 12 kB Progress (3): 1.1/5.5 MB | 114/245 kB | 12 kB Progress (3): 1.1/5.5 MB | 114/245 kB | 12 kB Progress (3): 1.1/5.5 MB | 118/245 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 15 kB/s) Progress (2): 1.1/5.5 MB | 122/245 kB Progress (2): 1.1/5.5 MB | 122/245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.jar Progress (2): 1.1/5.5 MB | 122/245 kB Progress (2): 1.1/5.5 MB | 126/245 kB Progress (2): 1.1/5.5 MB | 126/245 kB Progress (2): 1.1/5.5 MB | 130/245 kB Progress (2): 1.2/5.5 MB | 130/245 kB Progress (2): 1.2/5.5 MB | 134/245 kB Progress (2): 1.2/5.5 MB | 134/245 kB Progress (2): 1.2/5.5 MB | 138/245 kB Progress (2): 1.2/5.5 MB | 138/245 kB Progress (2): 1.2/5.5 MB | 142/245 kB Progress (2): 1.2/5.5 MB | 142/245 kB Progress (2): 1.2/5.5 MB | 146/245 kB Progress (2): 1.2/5.5 MB | 146/245 kB Progress (2): 1.2/5.5 MB | 150/245 kB Progress (2): 1.2/5.5 MB | 150/245 kB Progress (2): 1.2/5.5 MB | 154/245 kB Progress (2): 1.2/5.5 MB | 154/245 kB Progress (2): 1.2/5.5 MB | 158/245 kB Progress (2): 1.2/5.5 MB | 158/245 kB Progress (2): 1.2/5.5 MB | 162/245 kB Progress (2): 1.2/5.5 MB | 162/245 kB Progress (2): 1.2/5.5 MB | 166/245 kB Progress (2): 1.2/5.5 MB | 170/245 kB Progress (2): 1.2/5.5 MB | 170/245 kB Progress (2): 1.2/5.5 MB | 174/245 kB Progress (2): 1.2/5.5 MB | 178/245 kB Progress (2): 1.2/5.5 MB | 178/245 kB Progress (2): 1.2/5.5 MB | 182/245 kB Progress (2): 1.2/5.5 MB | 186/245 kB Progress (2): 1.2/5.5 MB | 186/245 kB Progress (2): 1.2/5.5 MB | 190/245 kB Progress (2): 1.2/5.5 MB | 190/245 kB Progress (2): 1.2/5.5 MB | 190/245 kB Progress (2): 1.2/5.5 MB | 194/245 kB Progress (2): 1.2/5.5 MB | 194/245 kB Progress (2): 1.2/5.5 MB | 198/245 kB Progress (2): 1.2/5.5 MB | 198/245 kB Progress (2): 1.2/5.5 MB | 202/245 kB Progress (2): 1.2/5.5 MB | 202/245 kB Progress (2): 1.2/5.5 MB | 206/245 kB Progress (2): 1.2/5.5 MB | 206/245 kB Progress (2): 1.2/5.5 MB | 210/245 kB Progress (2): 1.2/5.5 MB | 210/245 kB Progress (2): 1.2/5.5 MB | 214/245 kB Progress (2): 1.2/5.5 MB | 214/245 kB Progress (2): 1.2/5.5 MB | 218/245 kB Progress (2): 1.2/5.5 MB | 218/245 kB Progress (2): 1.2/5.5 MB | 222/245 kB Progress (2): 1.2/5.5 MB | 222/245 kB Progress (2): 1.2/5.5 MB | 226/245 kB Progress (2): 1.2/5.5 MB | 226/245 kB Progress (2): 1.2/5.5 MB | 230/245 kB Progress (2): 1.2/5.5 MB | 230/245 kB Progress (2): 1.2/5.5 MB | 234/245 kB Progress (2): 1.2/5.5 MB | 234/245 kB Progress (2): 1.2/5.5 MB | 238/245 kB Progress (2): 1.3/5.5 MB | 238/245 kB Progress (2): 1.3/5.5 MB | 242/245 kB Progress (2): 1.3/5.5 MB | 242/245 kB Progress (2): 1.3/5.5 MB | 245 kB Progress (2): 1.3/5.5 MB | 245 kB Progress (2): 1.3/5.5 MB | 245 kB Progress (3): 1.3/5.5 MB | 245 kB | 4.1/13 kB Progress (3): 1.3/5.5 MB | 245 kB | 4.1/13 kB Progress (3): 1.3/5.5 MB | 245 kB | 7.7/13 kB Progress (3): 1.3/5.5 MB | 245 kB | 7.7/13 kB Progress (3): 1.3/5.5 MB | 245 kB | 12/13 kB Progress (3): 1.3/5.5 MB | 245 kB | 12/13 kB Progress (3): 1.3/5.5 MB | 245 kB | 13 kB Progress (3): 1.3/5.5 MB | 245 kB | 13 kB Progress (3): 1.3/5.5 MB | 245 kB | 13 kB Progress (3): 1.3/5.5 MB | 245 kB | 13 kB Progress (3): 1.3/5.5 MB | 245 kB | 13 kB Progress (3): 1.3/5.5 MB | 245 kB | 13 kB Progress (4): 1.3/5.5 MB | 245 kB | 13 kB | 4.1/30 kB Progress (4): 1.3/5.5 MB | 245 kB | 13 kB | 4.1/30 kB Progress (4): 1.3/5.5 MB | 245 kB | 13 kB | 7.7/30 kB Progress (4): 1.3/5.5 MB | 245 kB | 13 kB | 7.7/30 kB Progress (4): 1.3/5.5 MB | 245 kB | 13 kB | 12/30 kB Progress (4): 1.3/5.5 MB | 245 kB | 13 kB | 12/30 kB Progress (4): 1.3/5.5 MB | 245 kB | 13 kB | 16/30 kB Progress (4): 1.3/5.5 MB | 245 kB | 13 kB | 16/30 kB Progress (4): 1.3/5.5 MB | 245 kB | 13 kB | 20/30 kB Progress (4): 1.3/5.5 MB | 245 kB | 13 kB | 20/30 kB Progress (4): 1.3/5.5 MB | 245 kB | 13 kB | 24/30 kB Progress (4): 1.3/5.5 MB | 245 kB | 13 kB | 24/30 kB Progress (4): 1.3/5.5 MB | 245 kB | 13 kB | 28/30 kB Progress (4): 1.3/5.5 MB | 245 kB | 13 kB | 28/30 kB Progress (4): 1.3/5.5 MB | 245 kB | 13 kB | 30 kB Progress (5): 1.3/5.5 MB | 245 kB | 13 kB | 30 kB | 4.1/123 kB Progress (5): 1.3/5.5 MB | 245 kB | 13 kB | 30 kB | 4.1/123 kB Progress (5): 1.3/5.5 MB | 245 kB | 13 kB | 30 kB | 7.7/123 kB Progress (5): 1.3/5.5 MB | 245 kB | 13 kB | 30 kB | 7.7/123 kB Progress (5): 1.3/5.5 MB | 245 kB | 13 kB | 30 kB | 12/123 kB Progress (5): 1.3/5.5 MB | 245 kB | 13 kB | 30 kB | 12/123 kB Progress (5): 1.3/5.5 MB | 245 kB | 13 kB | 30 kB | 16/123 kB Progress (5): 1.3/5.5 MB | 245 kB | 13 kB | 30 kB | 16/123 kB Progress (5): 1.3/5.5 MB | 245 kB | 13 kB | 30 kB | 20/123 kB Progress (5): 1.3/5.5 MB | 245 kB | 13 kB | 30 kB | 20/123 kB Progress (5): 1.3/5.5 MB | 245 kB | 13 kB | 30 kB | 24/123 kB Progress (5): 1.3/5.5 MB | 245 kB | 13 kB | 30 kB | 24/123 kB Progress (5): 1.3/5.5 MB | 245 kB | 13 kB | 30 kB | 28/123 kB Progress (5): 1.4/5.5 MB | 245 kB | 13 kB | 30 kB | 28/123 kB Progress (5): 1.4/5.5 MB | 245 kB | 13 kB | 30 kB | 32/123 kB Progress (5): 1.4/5.5 MB | 245 kB | 13 kB | 30 kB | 32/123 kB Progress (5): 1.4/5.5 MB | 245 kB | 13 kB | 30 kB | 33/123 kB Progress (5): 1.4/5.5 MB | 245 kB | 13 kB | 30 kB | 33/123 kB Progress (5): 1.4/5.5 MB | 245 kB | 13 kB | 30 kB | 33/123 kB Progress (5): 1.4/5.5 MB | 245 kB | 13 kB | 30 kB | 33/123 kB Progress (5): 1.4/5.5 MB | 245 kB | 13 kB | 30 kB | 33/123 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 297 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 37/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 37/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 41/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 41/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 45/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 45/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 49/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 49/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 53/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 53/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 57/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 57/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 61/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 61/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 65/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 65/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 66/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 66/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 70/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 70/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 74/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 74/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 78/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 78/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 82/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 82/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 86/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 86/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 90/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 90/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 94/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 94/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 98/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 98/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 98/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 102/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 102/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 106/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 106/123 kB Progress (4): 1.4/5.5 MB | 13 kB | 30 kB | 110/123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 110/123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 114/123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 114/123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 118/123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 118/123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 122/123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 122/123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 123 kB Progress (4): 1.5/5.5 MB | 13 kB | 30 kB | 123 kB Progress (5): 1.5/5.5 MB | 13 kB | 30 kB | 123 kB | 4.1/57 kB Progress (5): 1.5/5.5 MB | 13 kB | 30 kB | 123 kB | 4.1/57 kB Progress (5): 1.5/5.5 MB | 13 kB | 30 kB | 123 kB | 7.7/57 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 15 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar (30 kB at 34 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Progress (3): 1.5/5.5 MB | 123 kB | 12/57 kB Progress (3): 1.5/5.5 MB | 123 kB | 12/57 kB Progress (3): 1.5/5.5 MB | 123 kB | 16/57 kB Progress (3): 1.5/5.5 MB | 123 kB | 16/57 kB Progress (3): 1.5/5.5 MB | 123 kB | 20/57 kB Progress (3): 1.5/5.5 MB | 123 kB | 24/57 kB Progress (3): 1.5/5.5 MB | 123 kB | 24/57 kB Progress (3): 1.5/5.5 MB | 123 kB | 28/57 kB Progress (3): 1.5/5.5 MB | 123 kB | 28/57 kB Progress (3): 1.5/5.5 MB | 123 kB | 32/57 kB Progress (3): 1.5/5.5 MB | 123 kB | 32/57 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.0/maven-artifact-transfer-0.9.0.jar (123 kB at 137 kB/s) Progress (2): 1.5/5.5 MB | 32/57 kB Progress (2): 1.5/5.5 MB | 36/57 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar Progress (2): 1.5/5.5 MB | 36/57 kB Progress (2): 1.5/5.5 MB | 40/57 kB Progress (2): 1.5/5.5 MB | 40/57 kB Progress (2): 1.5/5.5 MB | 44/57 kB Progress (2): 1.6/5.5 MB | 44/57 kB Progress (2): 1.6/5.5 MB | 48/57 kB Progress (2): 1.6/5.5 MB | 48/57 kB Progress (2): 1.6/5.5 MB | 52/57 kB Progress (2): 1.6/5.5 MB | 56/57 kB Progress (2): 1.6/5.5 MB | 56/57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.6/5.5 MB | 57 kB Progress (2): 1.7/5.5 MB | 57 kB Progress (3): 1.7/5.5 MB | 57 kB | 4.1/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 4.1/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 7.7/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 7.7/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 12/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 12/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 16/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 16/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 20/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 20/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 24/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 24/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 28/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 32/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 33/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 33/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 37/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 37/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 41/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 41/155 kB Progress (3): 1.7/5.5 MB | 57 kB | 45/155 kB Progress (4): 1.7/5.5 MB | 57 kB | 45/155 kB | 4.1/32 kB Progress (4): 1.7/5.5 MB | 57 kB | 49/155 kB | 4.1/32 kB Progress (4): 1.7/5.5 MB | 57 kB | 49/155 kB | 4.1/32 kB Progress (4): 1.7/5.5 MB | 57 kB | 53/155 kB | 4.1/32 kB Progress (4): 1.7/5.5 MB | 57 kB | 53/155 kB | 7.7/32 kB Progress (4): 1.7/5.5 MB | 57 kB | 53/155 kB | 7.7/32 kB Progress (4): 1.7/5.5 MB | 57 kB | 57/155 kB | 7.7/32 kB Progress (4): 1.7/5.5 MB | 57 kB | 57/155 kB | 7.7/32 kB Progress (4): 1.7/5.5 MB | 57 kB | 61/155 kB | 7.7/32 kB Progress (4): 1.7/5.5 MB | 57 kB | 65/155 kB | 7.7/32 kB Progress (4): 1.7/5.5 MB | 57 kB | 66/155 kB | 7.7/32 kB Progress (4): 1.7/5.5 MB | 57 kB | 70/155 kB | 7.7/32 kB Progress (4): 1.7/5.5 MB | 57 kB | 74/155 kB | 7.7/32 kB Progress (4): 1.7/5.5 MB | 57 kB | 74/155 kB | 12/32 kB Progress (4): 1.7/5.5 MB | 57 kB | 74/155 kB | 12/32 kB Progress (5): 1.7/5.5 MB | 57 kB | 74/155 kB | 12/32 kB | 4.1/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 74/155 kB | 12/32 kB | 4.1/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 78/155 kB | 12/32 kB | 4.1/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 78/155 kB | 16/32 kB | 4.1/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 82/155 kB | 16/32 kB | 4.1/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 82/155 kB | 20/32 kB | 4.1/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 82/155 kB | 20/32 kB | 4.1/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 82/155 kB | 20/32 kB | 7.7/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 82/155 kB | 20/32 kB | 7.7/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 82/155 kB | 24/32 kB | 7.7/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 86/155 kB | 24/32 kB | 7.7/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 86/155 kB | 28/32 kB | 7.7/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 86/155 kB | 28/32 kB | 7.7/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 86/155 kB | 28/32 kB | 12/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 86/155 kB | 28/32 kB | 12/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 86/155 kB | 32/32 kB | 12/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 90/155 kB | 32/32 kB | 12/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 90/155 kB | 32 kB | 12/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 90/155 kB | 32 kB | 12/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 90/155 kB | 32 kB | 16/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 90/155 kB | 32 kB | 16/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 94/155 kB | 32 kB | 16/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 94/155 kB | 32 kB | 16/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 94/155 kB | 32 kB | 20/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 94/155 kB | 32 kB | 20/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 98/155 kB | 32 kB | 20/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 98/155 kB | 32 kB | 20/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 98/155 kB | 32 kB | 24/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 98/155 kB | 32 kB | 24/233 kB Progress (5): 1.7/5.5 MB | 57 kB | 98/155 kB | 32 kB | 24/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 98/155 kB | 32 kB | 24/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 98/155 kB | 32 kB | 28/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 98/155 kB | 32 kB | 28/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 102/155 kB | 32 kB | 28/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 102/155 kB | 32 kB | 32/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 106/155 kB | 32 kB | 32/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 106/155 kB | 32 kB | 32/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 110/155 kB | 32 kB | 32/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 110/155 kB | 32 kB | 33/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 114/155 kB | 32 kB | 33/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 114/155 kB | 32 kB | 33/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 118/155 kB | 32 kB | 33/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 118/155 kB | 32 kB | 37/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 122/155 kB | 32 kB | 37/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 122/155 kB | 32 kB | 37/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 122/155 kB | 32 kB | 41/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 122/155 kB | 32 kB | 41/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 126/155 kB | 32 kB | 41/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 126/155 kB | 32 kB | 41/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 126/155 kB | 32 kB | 45/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 126/155 kB | 32 kB | 45/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 130/155 kB | 32 kB | 45/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 130/155 kB | 32 kB | 45/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 130/155 kB | 32 kB | 49/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 130/155 kB | 32 kB | 49/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 134/155 kB | 32 kB | 49/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 134/155 kB | 32 kB | 49/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 134/155 kB | 32 kB | 53/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 134/155 kB | 32 kB | 53/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 138/155 kB | 32 kB | 53/233 kB Progress (5): 1.8/5.5 MB | 57 kB | 138/155 kB | 32 kB | 53/233 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 32 kB/s) Progress (4): 1.8/5.5 MB | 57 kB | 138/155 kB | 57/233 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar Progress (4): 1.8/5.5 MB | 57 kB | 138/155 kB | 57/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 142/155 kB | 57/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 142/155 kB | 61/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 146/155 kB | 61/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 146/155 kB | 61/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 146/155 kB | 65/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 146/155 kB | 65/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 150/155 kB | 65/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 150/155 kB | 65/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 150/155 kB | 66/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 150/155 kB | 66/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 154/155 kB | 66/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 154/155 kB | 66/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 154/155 kB | 70/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 154/155 kB | 70/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 155 kB | 70/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 155 kB | 70/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 155 kB | 74/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 155 kB | 74/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 155 kB | 78/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 155 kB | 78/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 155 kB | 82/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 155 kB | 82/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 155 kB | 86/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 155 kB | 86/233 kB Progress (4): 1.8/5.5 MB | 57 kB | 155 kB | 90/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 90/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 94/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 94/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 98/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 98/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 98/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 98/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 102/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 102/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 106/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 106/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 110/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 110/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 114/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 114/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 118/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 118/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 122/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 122/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 126/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 126/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 130/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 130/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 134/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 134/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 138/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 138/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 142/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 142/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 146/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 146/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 150/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 150/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 154/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 154/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 158/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 158/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 162/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 162/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 166/233 kB Progress (4): 1.9/5.5 MB | 57 kB | 155 kB | 166/233 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 154 kB/s) Progress (3): 1.9/5.5 MB | 57 kB | 170/233 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar Progress (3): 1.9/5.5 MB | 57 kB | 170/233 kB Progress (3): 1.9/5.5 MB | 57 kB | 174/233 kB Progress (3): 1.9/5.5 MB | 57 kB | 174/233 kB Progress (3): 1.9/5.5 MB | 57 kB | 178/233 kB Progress (3): 1.9/5.5 MB | 57 kB | 178/233 kB Progress (3): 1.9/5.5 MB | 57 kB | 182/233 kB Progress (3): 1.9/5.5 MB | 57 kB | 182/233 kB Progress (3): 1.9/5.5 MB | 57 kB | 186/233 kB Progress (3): 1.9/5.5 MB | 57 kB | 190/233 kB Progress (3): 1.9/5.5 MB | 57 kB | 194/233 kB Progress (3): 1.9/5.5 MB | 57 kB | 197/233 kB Progress (3): 1.9/5.5 MB | 57 kB | 201/233 kB Progress (3): 1.9/5.5 MB | 57 kB | 205/233 kB Progress (3): 2.0/5.5 MB | 57 kB | 205/233 kB Progress (3): 2.0/5.5 MB | 57 kB | 205/233 kB Progress (3): 2.0/5.5 MB | 57 kB | 209/233 kB Progress (3): 2.0/5.5 MB | 57 kB | 213/233 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 53 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar Progress (2): 2.0/5.5 MB | 213/233 kB Progress (2): 2.0/5.5 MB | 213/233 kB Progress (3): 2.0/5.5 MB | 213/233 kB | 4.1/575 kB Progress (3): 2.0/5.5 MB | 213/233 kB | 4.1/575 kB Progress (3): 2.0/5.5 MB | 217/233 kB | 4.1/575 kB Progress (3): 2.0/5.5 MB | 217/233 kB | 4.1/575 kB Progress (3): 2.0/5.5 MB | 217/233 kB | 7.7/575 kB Progress (3): 2.0/5.5 MB | 221/233 kB | 7.7/575 kB Progress (3): 2.0/5.5 MB | 221/233 kB | 7.7/575 kB Progress (3): 2.0/5.5 MB | 221/233 kB | 12/575 kB Progress (3): 2.0/5.5 MB | 225/233 kB | 12/575 kB Progress (3): 2.0/5.5 MB | 225/233 kB | 12/575 kB Progress (3): 2.0/5.5 MB | 229/233 kB | 12/575 kB Progress (3): 2.0/5.5 MB | 229/233 kB | 16/575 kB Progress (3): 2.0/5.5 MB | 229/233 kB | 16/575 kB Progress (3): 2.0/5.5 MB | 233/233 kB | 16/575 kB Progress (3): 2.0/5.5 MB | 233/233 kB | 16/575 kB Progress (3): 2.0/5.5 MB | 233/233 kB | 20/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 20/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 24/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 24/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 28/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 28/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 32/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 33/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 33/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 37/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 37/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 41/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 41/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 45/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 45/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 49/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 49/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 53/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 53/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 57/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 57/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 61/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 61/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 65/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 65/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 66/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 66/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 70/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 70/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 74/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 74/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 78/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 78/575 kB Progress (3): 2.0/5.5 MB | 233 kB | 82/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 82/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 86/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 86/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 90/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 90/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 94/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 94/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 98/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 98/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 98/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 98/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 102/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 102/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 106/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 106/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 110/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 110/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 114/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 114/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 118/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 118/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 122/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 122/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 126/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 126/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 130/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 130/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 131/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 131/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 135/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 135/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 139/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 139/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 143/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 143/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 147/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 147/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 151/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 151/575 kB Progress (3): 2.1/5.5 MB | 233 kB | 155/575 kB Progress (4): 2.1/5.5 MB | 233 kB | 155/575 kB | 4.1/26 kB Progress (4): 2.1/5.5 MB | 233 kB | 155/575 kB | 4.1/26 kB Progress (4): 2.1/5.5 MB | 233 kB | 155/575 kB | 7.7/26 kB Progress (4): 2.1/5.5 MB | 233 kB | 155/575 kB | 7.7/26 kB Progress (4): 2.1/5.5 MB | 233 kB | 159/575 kB | 7.7/26 kB Progress (4): 2.1/5.5 MB | 233 kB | 159/575 kB | 12/26 kB Progress (4): 2.1/5.5 MB | 233 kB | 159/575 kB | 12/26 kB Progress (4): 2.1/5.5 MB | 233 kB | 159/575 kB | 16/26 kB Progress (4): 2.1/5.5 MB | 233 kB | 159/575 kB | 16/26 kB Progress (4): 2.1/5.5 MB | 233 kB | 163/575 kB | 16/26 kB Progress (4): 2.1/5.5 MB | 233 kB | 163/575 kB | 20/26 kB Progress (4): 2.1/5.5 MB | 233 kB | 163/575 kB | 20/26 kB Progress (4): 2.1/5.5 MB | 233 kB | 163/575 kB | 24/26 kB Progress (4): 2.1/5.5 MB | 233 kB | 167/575 kB | 24/26 kB Progress (4): 2.1/5.5 MB | 233 kB | 167/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 167/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 171/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 171/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 175/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 175/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 179/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 179/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 183/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 183/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 187/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 187/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 191/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 191/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 195/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 195/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 199/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 199/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 203/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 203/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 207/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 207/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 211/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 211/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 215/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 215/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 219/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 219/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 223/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 223/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 227/575 kB | 26 kB Progress (4): 2.2/5.5 MB | 233 kB | 227/575 kB | 26 kB Progress (5): 2.2/5.5 MB | 233 kB | 227/575 kB | 26 kB | 4.1/21 kB Progress (5): 2.2/5.5 MB | 233 kB | 227/575 kB | 26 kB | 4.1/21 kB Progress (5): 2.2/5.5 MB | 233 kB | 231/575 kB | 26 kB | 4.1/21 kB Progress (5): 2.2/5.5 MB | 233 kB | 231/575 kB | 26 kB | 4.1/21 kB Progress (5): 2.2/5.5 MB | 233 kB | 231/575 kB | 26 kB | 7.7/21 kB Progress (5): 2.2/5.5 MB | 233 kB | 231/575 kB | 26 kB | 7.7/21 kB Progress (5): 2.2/5.5 MB | 233 kB | 235/575 kB | 26 kB | 7.7/21 kB Progress (5): 2.2/5.5 MB | 233 kB | 235/575 kB | 26 kB | 7.7/21 kB Progress (5): 2.2/5.5 MB | 233 kB | 239/575 kB | 26 kB | 7.7/21 kB Progress (5): 2.2/5.5 MB | 233 kB | 243/575 kB | 26 kB | 7.7/21 kB Progress (5): 2.2/5.5 MB | 233 kB | 247/575 kB | 26 kB | 7.7/21 kB Progress (5): 2.2/5.5 MB | 233 kB | 251/575 kB | 26 kB | 7.7/21 kB Progress (5): 2.2/5.5 MB | 233 kB | 255/575 kB | 26 kB | 7.7/21 kB Progress (5): 2.2/5.5 MB | 233 kB | 259/575 kB | 26 kB | 7.7/21 kB Progress (5): 2.2/5.5 MB | 233 kB | 263/575 kB | 26 kB | 7.7/21 kB Progress (5): 2.2/5.5 MB | 233 kB | 263/575 kB | 26 kB | 12/21 kB Progress (5): 2.2/5.5 MB | 233 kB | 267/575 kB | 26 kB | 12/21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 210 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Progress (4): 2.2/5.5 MB | 267/575 kB | 26 kB | 12/21 kB Progress (4): 2.2/5.5 MB | 271/575 kB | 26 kB | 12/21 kB Progress (4): 2.2/5.5 MB | 271/575 kB | 26 kB | 16/21 kB Progress (4): 2.2/5.5 MB | 275/575 kB | 26 kB | 16/21 kB Progress (4): 2.2/5.5 MB | 275/575 kB | 26 kB | 16/21 kB Progress (4): 2.2/5.5 MB | 279/575 kB | 26 kB | 16/21 kB Progress (4): 2.2/5.5 MB | 279/575 kB | 26 kB | 20/21 kB Progress (4): 2.2/5.5 MB | 279/575 kB | 26 kB | 20/21 kB Progress (4): 2.2/5.5 MB | 283/575 kB | 26 kB | 20/21 kB Progress (4): 2.2/5.5 MB | 283/575 kB | 26 kB | 20/21 kB Progress (4): 2.2/5.5 MB | 283/575 kB | 26 kB | 21 kB Progress (4): 2.2/5.5 MB | 287/575 kB | 26 kB | 21 kB Progress (4): 2.2/5.5 MB | 287/575 kB | 26 kB | 21 kB Progress (4): 2.2/5.5 MB | 291/575 kB | 26 kB | 21 kB Progress (4): 2.2/5.5 MB | 295/575 kB | 26 kB | 21 kB Progress (4): 2.2/5.5 MB | 299/575 kB | 26 kB | 21 kB Progress (4): 2.2/5.5 MB | 303/575 kB | 26 kB | 21 kB Progress (4): 2.2/5.5 MB | 307/575 kB | 26 kB | 21 kB Progress (4): 2.3/5.5 MB | 307/575 kB | 26 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 22 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar Progress (4): 2.3/5.5 MB | 307/575 kB | 21 kB | 4.1/282 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.0/maven-script-interpreter-1.0.jar (21 kB at 18 kB/s) Progress (3): 2.3/5.5 MB | 307/575 kB | 4.1/282 kB Progress (3): 2.3/5.5 MB | 311/575 kB | 4.1/282 kB Progress (3): 2.3/5.5 MB | 311/575 kB | 4.1/282 kB Progress (3): 2.3/5.5 MB | 311/575 kB | 7.7/282 kB Progress (3): 2.3/5.5 MB | 311/575 kB | 7.7/282 kB Progress (3): 2.3/5.5 MB | 315/575 kB | 7.7/282 kB Progress (3): 2.3/5.5 MB | 315/575 kB | 7.7/282 kB Progress (3): 2.3/5.5 MB | 315/575 kB | 12/282 kB Progress (3): 2.3/5.5 MB | 315/575 kB | 12/282 kB Progress (3): 2.3/5.5 MB | 319/575 kB | 12/282 kB Progress (3): 2.3/5.5 MB | 319/575 kB | 12/282 kB Progress (3): 2.3/5.5 MB | 319/575 kB | 16/282 kB Progress (3): 2.3/5.5 MB | 323/575 kB | 16/282 kB Progress (3): 2.3/5.5 MB | 323/575 kB | 16/282 kB Progress (3): 2.3/5.5 MB | 323/575 kB | 20/282 kB Progress (3): 2.3/5.5 MB | 323/575 kB | 20/282 kB Progress (3): 2.3/5.5 MB | 327/575 kB | 20/282 kB Progress (3): 2.3/5.5 MB | 327/575 kB | 24/282 kB Progress (3): 2.3/5.5 MB | 327/575 kB | 24/282 kB Progress (3): 2.3/5.5 MB | 331/575 kB | 24/282 kB Progress (3): 2.3/5.5 MB | 331/575 kB | 24/282 kB Progress (3): 2.3/5.5 MB | 331/575 kB | 28/282 kB Progress (3): 2.3/5.5 MB | 335/575 kB | 28/282 kB Progress (3): 2.3/5.5 MB | 335/575 kB | 32/282 kB Progress (3): 2.3/5.5 MB | 335/575 kB | 32/282 kB Progress (3): 2.3/5.5 MB | 335/575 kB | 33/282 kB Progress (3): 2.3/5.5 MB | 339/575 kB | 33/282 kB Progress (3): 2.3/5.5 MB | 339/575 kB | 37/282 kB Progress (3): 2.3/5.5 MB | 339/575 kB | 37/282 kB Progress (3): 2.3/5.5 MB | 339/575 kB | 41/282 kB Progress (3): 2.3/5.5 MB | 343/575 kB | 41/282 kB Progress (3): 2.3/5.5 MB | 343/575 kB | 41/282 kB Progress (3): 2.3/5.5 MB | 347/575 kB | 41/282 kB Progress (3): 2.3/5.5 MB | 347/575 kB | 41/282 kB Progress (3): 2.3/5.5 MB | 351/575 kB | 41/282 kB Progress (3): 2.3/5.5 MB | 351/575 kB | 45/282 kB Progress (3): 2.3/5.5 MB | 351/575 kB | 45/282 kB Progress (3): 2.3/5.5 MB | 355/575 kB | 45/282 kB Progress (3): 2.3/5.5 MB | 355/575 kB | 45/282 kB Progress (3): 2.3/5.5 MB | 359/575 kB | 45/282 kB Progress (3): 2.3/5.5 MB | 359/575 kB | 45/282 kB Progress (3): 2.3/5.5 MB | 359/575 kB | 45/282 kB Progress (3): 2.3/5.5 MB | 359/575 kB | 45/282 kB Progress (3): 2.3/5.5 MB | 359/575 kB | 45/282 kB Progress (3): 2.3/5.5 MB | 359/575 kB | 45/282 kB Progress (3): 2.3/5.5 MB | 359/575 kB | 49/282 kB Progress (3): 2.3/5.5 MB | 359/575 kB | 49/282 kB Progress (3): 2.3/5.5 MB | 363/575 kB | 49/282 kB Progress (3): 2.3/5.5 MB | 363/575 kB | 49/282 kB Progress (3): 2.3/5.5 MB | 363/575 kB | 49/282 kB Progress (3): 2.4/5.5 MB | 363/575 kB | 49/282 kB Progress (3): 2.4/5.5 MB | 363/575 kB | 49/282 kB Progress (3): 2.4/5.5 MB | 363/575 kB | 53/282 kB Progress (3): 2.4/5.5 MB | 363/575 kB | 53/282 kB Progress (3): 2.4/5.5 MB | 363/575 kB | 53/282 kB Progress (3): 2.4/5.5 MB | 367/575 kB | 53/282 kB Progress (3): 2.4/5.5 MB | 367/575 kB | 53/282 kB Progress (3): 2.4/5.5 MB | 367/575 kB | 57/282 kB Progress (3): 2.4/5.5 MB | 367/575 kB | 57/282 kB Progress (3): 2.4/5.5 MB | 371/575 kB | 57/282 kB Progress (3): 2.4/5.5 MB | 371/575 kB | 61/282 kB Progress (3): 2.4/5.5 MB | 371/575 kB | 61/282 kB Progress (3): 2.4/5.5 MB | 371/575 kB | 65/282 kB Progress (3): 2.4/5.5 MB | 375/575 kB | 65/282 kB Progress (3): 2.4/5.5 MB | 375/575 kB | 66/282 kB Progress (3): 2.4/5.5 MB | 375/575 kB | 66/282 kB Progress (3): 2.4/5.5 MB | 379/575 kB | 66/282 kB Progress (3): 2.4/5.5 MB | 379/575 kB | 70/282 kB Progress (3): 2.4/5.5 MB | 379/575 kB | 70/282 kB Progress (3): 2.4/5.5 MB | 379/575 kB | 74/282 kB Progress (3): 2.4/5.5 MB | 383/575 kB | 74/282 kB Progress (3): 2.4/5.5 MB | 383/575 kB | 74/282 kB Progress (3): 2.4/5.5 MB | 383/575 kB | 78/282 kB Progress (3): 2.4/5.5 MB | 387/575 kB | 78/282 kB Progress (3): 2.4/5.5 MB | 387/575 kB | 82/282 kB Progress (3): 2.4/5.5 MB | 387/575 kB | 82/282 kB Progress (3): 2.4/5.5 MB | 391/575 kB | 82/282 kB Progress (3): 2.4/5.5 MB | 391/575 kB | 86/282 kB Progress (3): 2.4/5.5 MB | 391/575 kB | 86/282 kB Progress (3): 2.4/5.5 MB | 391/575 kB | 90/282 kB Progress (3): 2.4/5.5 MB | 391/575 kB | 90/282 kB Progress (3): 2.4/5.5 MB | 395/575 kB | 90/282 kB Progress (3): 2.4/5.5 MB | 395/575 kB | 90/282 kB Progress (3): 2.4/5.5 MB | 395/575 kB | 94/282 kB Progress (3): 2.4/5.5 MB | 399/575 kB | 94/282 kB Progress (3): 2.4/5.5 MB | 399/575 kB | 98/282 kB Progress (3): 2.4/5.5 MB | 399/575 kB | 98/282 kB Progress (3): 2.4/5.5 MB | 399/575 kB | 98/282 kB Progress (3): 2.4/5.5 MB | 403/575 kB | 98/282 kB Progress (3): 2.4/5.5 MB | 403/575 kB | 102/282 kB Progress (3): 2.4/5.5 MB | 403/575 kB | 102/282 kB Progress (3): 2.4/5.5 MB | 403/575 kB | 106/282 kB Progress (3): 2.4/5.5 MB | 407/575 kB | 106/282 kB Progress (3): 2.4/5.5 MB | 407/575 kB | 106/282 kB Progress (3): 2.4/5.5 MB | 407/575 kB | 110/282 kB Progress (3): 2.4/5.5 MB | 411/575 kB | 110/282 kB Progress (3): 2.4/5.5 MB | 411/575 kB | 114/282 kB Progress (3): 2.4/5.5 MB | 415/575 kB | 114/282 kB Progress (3): 2.4/5.5 MB | 415/575 kB | 114/282 kB Progress (3): 2.4/5.5 MB | 415/575 kB | 118/282 kB Progress (3): 2.4/5.5 MB | 419/575 kB | 118/282 kB Progress (3): 2.4/5.5 MB | 419/575 kB | 122/282 kB Progress (3): 2.4/5.5 MB | 419/575 kB | 122/282 kB Progress (3): 2.4/5.5 MB | 423/575 kB | 122/282 kB Progress (3): 2.4/5.5 MB | 423/575 kB | 122/282 kB Progress (3): 2.4/5.5 MB | 423/575 kB | 126/282 kB Progress (3): 2.4/5.5 MB | 427/575 kB | 126/282 kB Progress (3): 2.4/5.5 MB | 427/575 kB | 130/282 kB Progress (3): 2.4/5.5 MB | 427/575 kB | 130/282 kB Progress (3): 2.4/5.5 MB | 427/575 kB | 131/282 kB Progress (3): 2.4/5.5 MB | 431/575 kB | 131/282 kB Progress (3): 2.4/5.5 MB | 431/575 kB | 131/282 kB Progress (3): 2.4/5.5 MB | 435/575 kB | 131/282 kB Progress (3): 2.4/5.5 MB | 435/575 kB | 135/282 kB Progress (3): 2.4/5.5 MB | 439/575 kB | 135/282 kB Progress (3): 2.4/5.5 MB | 439/575 kB | 135/282 kB Progress (3): 2.4/5.5 MB | 443/575 kB | 135/282 kB Progress (3): 2.4/5.5 MB | 443/575 kB | 139/282 kB Progress (3): 2.4/5.5 MB | 447/575 kB | 139/282 kB Progress (3): 2.4/5.5 MB | 447/575 kB | 139/282 kB Progress (3): 2.4/5.5 MB | 447/575 kB | 143/282 kB Progress (3): 2.4/5.5 MB | 451/575 kB | 143/282 kB Progress (3): 2.4/5.5 MB | 451/575 kB | 147/282 kB Progress (3): 2.4/5.5 MB | 451/575 kB | 147/282 kB Progress (3): 2.4/5.5 MB | 455/575 kB | 147/282 kB Progress (3): 2.5/5.5 MB | 455/575 kB | 147/282 kB Progress (3): 2.5/5.5 MB | 455/575 kB | 151/282 kB Progress (3): 2.5/5.5 MB | 459/575 kB | 151/282 kB Progress (3): 2.5/5.5 MB | 459/575 kB | 151/282 kB Progress (3): 2.5/5.5 MB | 459/575 kB | 155/282 kB Progress (3): 2.5/5.5 MB | 459/575 kB | 155/282 kB Progress (3): 2.5/5.5 MB | 463/575 kB | 155/282 kB Progress (4): 2.5/5.5 MB | 463/575 kB | 155/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 463/575 kB | 159/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 463/575 kB | 159/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 467/575 kB | 159/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 467/575 kB | 159/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 471/575 kB | 159/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 471/575 kB | 159/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 471/575 kB | 163/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 471/575 kB | 163/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 475/575 kB | 163/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 475/575 kB | 163/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 479/575 kB | 163/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 479/575 kB | 163/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 479/575 kB | 164/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 479/575 kB | 164/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 479/575 kB | 168/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 479/575 kB | 168/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 479/575 kB | 168/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 483/575 kB | 168/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 483/575 kB | 168/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 483/575 kB | 168/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 483/575 kB | 172/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 483/575 kB | 172/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 483/575 kB | 176/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 487/575 kB | 176/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 491/575 kB | 176/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 491/575 kB | 176/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 495/575 kB | 176/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 495/575 kB | 180/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 495/575 kB | 180/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 495/575 kB | 184/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 499/575 kB | 184/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 499/575 kB | 184/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 503/575 kB | 184/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 503/575 kB | 184/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 503/575 kB | 184/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 503/575 kB | 188/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 503/575 kB | 188/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 503/575 kB | 192/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 507/575 kB | 192/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 507/575 kB | 192/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 511/575 kB | 192/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 511/575 kB | 196/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 511/575 kB | 196/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 511/575 kB | 200/282 kB | 0/1.5 MB Progress (4): 2.5/5.5 MB | 511/575 kB | 200/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 511/575 kB | 200/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 515/575 kB | 200/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 515/575 kB | 200/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 515/575 kB | 200/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 515/575 kB | 200/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 515/575 kB | 204/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 515/575 kB | 204/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 515/575 kB | 204/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 519/575 kB | 204/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 519/575 kB | 204/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 519/575 kB | 204/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 519/575 kB | 208/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 519/575 kB | 208/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 519/575 kB | 208/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 523/575 kB | 208/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 523/575 kB | 208/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 527/575 kB | 208/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 527/575 kB | 208/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 527/575 kB | 212/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 527/575 kB | 212/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 531/575 kB | 212/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 531/575 kB | 212/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 535/575 kB | 212/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 535/575 kB | 212/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 535/575 kB | 216/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 535/575 kB | 216/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 535/575 kB | 216/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 535/575 kB | 216/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 539/575 kB | 216/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 539/575 kB | 216/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 539/575 kB | 216/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 539/575 kB | 220/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 539/575 kB | 220/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 539/575 kB | 224/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 543/575 kB | 224/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 543/575 kB | 228/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 543/575 kB | 228/282 kB | 0.1/1.5 MB Progress (4): 2.5/5.5 MB | 543/575 kB | 228/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 543/575 kB | 228/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 543/575 kB | 232/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 543/575 kB | 236/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 547/575 kB | 236/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 547/575 kB | 240/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 547/575 kB | 240/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 547/575 kB | 240/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 547/575 kB | 240/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 551/575 kB | 240/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 551/575 kB | 244/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 555/575 kB | 244/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 555/575 kB | 244/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 555/575 kB | 244/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 555/575 kB | 244/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 559/575 kB | 244/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 559/575 kB | 248/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 563/575 kB | 248/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 563/575 kB | 248/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 563/575 kB | 248/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 563/575 kB | 248/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 567/575 kB | 248/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 567/575 kB | 252/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 571/575 kB | 252/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 571/575 kB | 256/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 571/575 kB | 256/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 571/575 kB | 256/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 571/575 kB | 256/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 571/575 kB | 260/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575/575 kB | 260/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575/575 kB | 264/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575/575 kB | 268/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575/575 kB | 268/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575/575 kB | 268/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575/575 kB | 272/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575/575 kB | 276/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 276/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 280/282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.1/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.6/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.7/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.7/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.7/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.7/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.7/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.7/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.7/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.7/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.7/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.7/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.7/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.7/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.7/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.7/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.7/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Progress (4): 2.7/5.5 MB | 575 kB | 282 kB | 0.2/1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 442 kB/s) Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.2/1.5 MB Progress (3): 2.7/5.5 MB | 282 kB | 0.3/1.5 MB 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 216 kB/s) Progress (2): 2.7/5.5 MB | 0.3/1.5 MB Progress (2): 2.7/5.5 MB | 0.3/1.5 MB Progress (2): 2.7/5.5 MB | 0.3/1.5 MB Progress (2): 2.7/5.5 MB | 0.3/1.5 MB Progress (2): 2.7/5.5 MB | 0.3/1.5 MB Progress (2): 2.7/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.3/1.5 MB Progress (2): 2.8/5.5 MB | 0.4/1.5 MB Progress (2): 2.8/5.5 MB | 0.4/1.5 MB Progress (2): 2.8/5.5 MB | 0.4/1.5 MB Progress (2): 2.8/5.5 MB | 0.4/1.5 MB Progress (2): 2.8/5.5 MB | 0.4/1.5 MB Progress (2): 2.8/5.5 MB | 0.4/1.5 MB Progress (2): 2.8/5.5 MB | 0.4/1.5 MB Progress (2): 2.8/5.5 MB | 0.4/1.5 MB Progress (2): 2.8/5.5 MB | 0.4/1.5 MB Progress (2): 2.8/5.5 MB | 0.4/1.5 MB Progress (2): 2.8/5.5 MB | 0.4/1.5 MB Progress (2): 2.8/5.5 MB | 0.4/1.5 MB Progress (2): 2.8/5.5 MB | 0.4/1.5 MB Progress (2): 2.8/5.5 MB | 0.4/1.5 MB Progress (2): 2.8/5.5 MB | 0.4/1.5 MB Progress (2): 2.8/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.4/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 2.9/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.5/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.0/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.6/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.1/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.7/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.2/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.8/1.5 MB Progress (2): 3.3/5.5 MB | 0.9/1.5 MB Progress (2): 3.3/5.5 MB | 0.9/1.5 MB Progress (2): 3.3/5.5 MB | 0.9/1.5 MB Progress (2): 3.3/5.5 MB | 0.9/1.5 MB Progress (2): 3.3/5.5 MB | 0.9/1.5 MB Progress (2): 3.3/5.5 MB | 0.9/1.5 MB Progress (2): 3.3/5.5 MB | 0.9/1.5 MB Progress (2): 3.3/5.5 MB | 0.9/1.5 MB Progress (2): 3.3/5.5 MB | 0.9/1.5 MB Progress (2): 3.3/5.5 MB | 0.9/1.5 MB Progress (2): 3.3/5.5 MB | 0.9/1.5 MB Progress (2): 3.3/5.5 MB | 0.9/1.5 MB Progress (2): 3.3/5.5 MB | 0.9/1.5 MB Progress (2): 3.3/5.5 MB | 0.9/1.5 MB Progress (2): 3.3/5.5 MB | 0.9/1.5 MB Progress (2): 3.3/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 0.9/1.5 MB Progress (2): 3.4/5.5 MB | 1.0/1.5 MB Progress (2): 3.4/5.5 MB | 1.0/1.5 MB Progress (2): 3.4/5.5 MB | 1.0/1.5 MB Progress (2): 3.4/5.5 MB | 1.0/1.5 MB Progress (2): 3.4/5.5 MB | 1.0/1.5 MB Progress (2): 3.4/5.5 MB | 1.0/1.5 MB Progress (2): 3.4/5.5 MB | 1.0/1.5 MB Progress (2): 3.4/5.5 MB | 1.0/1.5 MB Progress (2): 3.4/5.5 MB | 1.0/1.5 MB Progress (2): 3.4/5.5 MB | 1.0/1.5 MB Progress (2): 3.4/5.5 MB | 1.0/1.5 MB Progress (2): 3.4/5.5 MB | 1.0/1.5 MB Progress (2): 3.4/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.0/1.5 MB Progress (2): 3.5/5.5 MB | 1.1/1.5 MB Progress (2): 3.5/5.5 MB | 1.1/1.5 MB Progress (2): 3.5/5.5 MB | 1.1/1.5 MB Progress (2): 3.5/5.5 MB | 1.1/1.5 MB Progress (2): 3.5/5.5 MB | 1.1/1.5 MB Progress (2): 3.5/5.5 MB | 1.1/1.5 MB Progress (2): 3.5/5.5 MB | 1.1/1.5 MB Progress (2): 3.5/5.5 MB | 1.1/1.5 MB Progress (2): 3.5/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.1/1.5 MB Progress (2): 3.6/5.5 MB | 1.2/1.5 MB Progress (2): 3.6/5.5 MB | 1.2/1.5 MB Progress (2): 3.6/5.5 MB | 1.2/1.5 MB Progress (2): 3.6/5.5 MB | 1.2/1.5 MB Progress (2): 3.6/5.5 MB | 1.2/1.5 MB Progress (2): 3.6/5.5 MB | 1.2/1.5 MB Progress (2): 3.6/5.5 MB | 1.2/1.5 MB Progress (2): 3.6/5.5 MB | 1.2/1.5 MB Progress (2): 3.6/5.5 MB | 1.2/1.5 MB Progress (2): 3.6/5.5 MB | 1.2/1.5 MB Progress (2): 3.6/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.2/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.3/1.5 MB Progress (2): 3.7/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.4/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.8/5.5 MB | 1.5/1.5 MB Progress (2): 3.9/5.5 MB | 1.5/1.5 MB Progress (2): 3.9/5.5 MB | 1.5/1.5 MB Progress (2): 3.9/5.5 MB | 1.5/1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 3.9/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Progress (2): 4.0/5.5 MB | 1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1.5 MB at 948 kB/s) Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.0/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.1/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.2/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.3/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.4/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.5/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.6/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.7/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.8/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 4.9/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.0/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.1/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.2/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.3/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.4/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5/5.5 MB Progress (1): 5.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/1.8.3/groovy-1.8.3.jar (5.5 MB at 3.1 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip (8.1 MB at 6.0 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar Progress (1): 4.1/218 kB Progress (1): 7.7/218 kB Progress (1): 12/218 kB Progress (1): 16/218 kB Progress (1): 20/218 kB Progress (1): 24/218 kB Progress (1): 28/218 kB Progress (1): 32/218 kB Progress (1): 33/218 kB Progress (1): 37/218 kB Progress (1): 41/218 kB Progress (1): 45/218 kB Progress (1): 49/218 kB Progress (1): 53/218 kB Progress (1): 57/218 kB Progress (1): 61/218 kB Progress (1): 65/218 kB Progress (1): 66/218 kB Progress (1): 70/218 kB Progress (1): 74/218 kB Progress (1): 78/218 kB Progress (1): 82/218 kB Progress (1): 86/218 kB Progress (1): 90/218 kB Progress (1): 94/218 kB Progress (1): 98/218 kB Progress (1): 98/218 kB Progress (1): 102/218 kB Progress (1): 106/218 kB Progress (1): 110/218 kB Progress (1): 114/218 kB Progress (1): 118/218 kB Progress (1): 122/218 kB Progress (1): 126/218 kB Progress (1): 130/218 kB Progress (1): 131/218 kB Progress (1): 135/218 kB Progress (1): 139/218 kB Progress (1): 143/218 kB Progress (1): 147/218 kB Progress (1): 151/218 kB Progress (1): 155/218 kB Progress (1): 159/218 kB Progress (1): 163/218 kB Progress (1): 167/218 kB Progress (1): 171/218 kB Progress (1): 175/218 kB Progress (1): 179/218 kB Progress (1): 183/218 kB Progress (1): 187/218 kB Progress (1): 191/218 kB Progress (1): 195/218 kB Progress (1): 199/218 kB Progress (1): 203/218 kB Progress (1): 207/218 kB Progress (1): 211/218 kB Progress (1): 215/218 kB Progress (1): 218 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar (218 kB at 5.6 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar Progress (1): 4.1/148 kB Progress (1): 7.7/148 kB Progress (1): 12/148 kB Progress (1): 16/148 kB Progress (1): 20/148 kB Progress (1): 24/148 kB Progress (1): 28/148 kB Progress (1): 32/148 kB Progress (1): 33/148 kB Progress (1): 37/148 kB Progress (1): 41/148 kB Progress (1): 45/148 kB Progress (1): 49/148 kB Progress (1): 53/148 kB Progress (1): 57/148 kB Progress (1): 61/148 kB Progress (1): 65/148 kB Progress (1): 66/148 kB Progress (1): 70/148 kB Progress (1): 74/148 kB Progress (1): 78/148 kB Progress (1): 82/148 kB Progress (1): 86/148 kB Progress (1): 90/148 kB Progress (1): 94/148 kB Progress (1): 98/148 kB Progress (1): 98/148 kB Progress (1): 102/148 kB Progress (1): 106/148 kB Progress (1): 110/148 kB Progress (1): 114/148 kB Progress (1): 118/148 kB Progress (1): 122/148 kB Progress (1): 126/148 kB Progress (1): 130/148 kB Progress (1): 134/148 kB Progress (1): 138/148 kB Progress (1): 142/148 kB Progress (1): 146/148 kB Progress (1): 148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar (148 kB at 2.1 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 44/48 kB Progress (1): 48/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar (48 kB at 2.2 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom (2.7 kB at 57 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar Progress (1): 4.1/128 kB Progress (1): 7.7/128 kB Progress (1): 12/128 kB Progress (1): 16/128 kB Progress (1): 20/128 kB Progress (1): 24/128 kB Progress (1): 28/128 kB Progress (1): 32/128 kB Progress (1): 36/128 kB Progress (1): 40/128 kB Progress (1): 44/128 kB Progress (1): 48/128 kB Progress (1): 52/128 kB Progress (1): 56/128 kB Progress (1): 60/128 kB Progress (1): 64/128 kB Progress (1): 68/128 kB Progress (1): 72/128 kB Progress (1): 76/128 kB Progress (1): 80/128 kB Progress (1): 84/128 kB Progress (1): 88/128 kB Progress (1): 92/128 kB Progress (1): 96/128 kB Progress (1): 100/128 kB Progress (1): 104/128 kB Progress (1): 108/128 kB Progress (1): 112/128 kB Progress (1): 116/128 kB Progress (1): 120/128 kB Progress (1): 124/128 kB Progress (1): 128/128 kB Progress (1): 128 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar (128 kB at 479 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom (1.7 kB at 44 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar Progress (1): 4.1/7.6 kB Progress (1): 7.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar (7.6 kB at 206 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom (2.9 kB at 52 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar (23 kB at 581 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 132 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 281 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 126 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 19 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 517 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Progress (2): 24 kB | 4.1/22 kB Progress (2): 24 kB | 7.7/22 kB Progress (2): 24 kB | 12/22 kB Progress (2): 24 kB | 16/22 kB Progress (2): 24 kB | 20/22 kB Progress (2): 24 kB | 22 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 611 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 507 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.pom (16 kB at 300 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 277 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 958 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 423 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar Progress (1): 4.1/368 kB Progress (1): 7.7/368 kB Progress (1): 12/368 kB Progress (1): 16/368 kB Progress (1): 20/368 kB Progress (1): 24/368 kB Progress (1): 28/368 kB Progress (1): 32/368 kB Progress (1): 36/368 kB Progress (1): 40/368 kB Progress (1): 44/368 kB Progress (1): 48/368 kB Progress (1): 52/368 kB Progress (1): 56/368 kB Progress (1): 60/368 kB Progress (1): 64/368 kB Progress (1): 68/368 kB Progress (1): 72/368 kB Progress (1): 76/368 kB Progress (1): 80/368 kB Progress (1): 84/368 kB Progress (1): 88/368 kB Progress (1): 92/368 kB Progress (1): 96/368 kB Progress (1): 100/368 kB Progress (1): 104/368 kB Progress (1): 108/368 kB Progress (1): 112/368 kB Progress (1): 116/368 kB Progress (1): 120/368 kB Progress (1): 124/368 kB Progress (1): 128/368 kB Progress (1): 132/368 kB Progress (1): 136/368 kB Progress (1): 140/368 kB Progress (1): 144/368 kB Progress (1): 148/368 kB Progress (1): 152/368 kB Progress (1): 156/368 kB Progress (1): 160/368 kB Progress (1): 164/368 kB Progress (1): 168/368 kB Progress (1): 172/368 kB Progress (1): 176/368 kB Progress (1): 180/368 kB Progress (1): 184/368 kB Progress (1): 188/368 kB Progress (1): 192/368 kB Progress (1): 196/368 kB Progress (1): 200/368 kB Progress (1): 204/368 kB Progress (1): 208/368 kB Progress (1): 212/368 kB Progress (1): 216/368 kB Progress (1): 220/368 kB Progress (1): 224/368 kB Progress (1): 228/368 kB Progress (1): 232/368 kB Progress (1): 236/368 kB Progress (1): 240/368 kB Progress (1): 244/368 kB Progress (1): 248/368 kB Progress (1): 252/368 kB Progress (1): 256/368 kB Progress (1): 260/368 kB Progress (1): 264/368 kB Progress (1): 268/368 kB Progress (1): 272/368 kB Progress (1): 276/368 kB Progress (1): 280/368 kB Progress (1): 284/368 kB Progress (1): 288/368 kB Progress (1): 292/368 kB Progress (1): 296/368 kB Progress (1): 300/368 kB Progress (1): 304/368 kB Progress (1): 308/368 kB Progress (1): 312/368 kB Progress (1): 316/368 kB Progress (1): 320/368 kB Progress (1): 324/368 kB Progress (1): 328/368 kB Progress (1): 332/368 kB Progress (1): 336/368 kB Progress (1): 340/368 kB Progress (1): 344/368 kB Progress (1): 348/368 kB Progress (1): 352/368 kB Progress (1): 356/368 kB Progress (1): 360/368 kB Progress (1): 364/368 kB Progress (1): 368/368 kB Progress (1): 368 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9.1/maven-javadoc-plugin-2.9.1.jar (368 kB at 73 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.pom (4.9 kB at 76 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.build/0.8.2/org.jacoco.build-0.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.2/org.jacoco.build-0.8.2.pom Progress (1): 4.1/40 kB Progress (1): 7.7/40 kB Progress (1): 12/40 kB Progress (1): 16/40 kB Progress (1): 20/40 kB Progress (1): 24/40 kB Progress (1): 28/40 kB Progress (1): 32/40 kB Progress (1): 36/40 kB Progress (1): 40 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.2/org.jacoco.build-0.8.2.pom (40 kB at 1.2 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.jar Progress (1): 4.1/54 kB Progress (1): 7.7/54 kB Progress (1): 12/54 kB Progress (1): 16/54 kB Progress (1): 20/54 kB Progress (1): 24/54 kB Progress (1): 28/54 kB Progress (1): 32/54 kB Progress (1): 36/54 kB Progress (1): 40/54 kB Progress (1): 44/54 kB Progress (1): 48/54 kB Progress (1): 52/54 kB Progress (1): 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.2/jacoco-maven-plugin-0.8.2.jar (54 kB at 779 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 103 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 334 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 746 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 124 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 406 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 727 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 401 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 400 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom (2.2 kB at 71 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar (28 kB at 766 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom (2.7 kB at 39 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 341 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom Progress (1): 4.1/53 kB Progress (1): 7.7/53 kB Progress (1): 12/53 kB Progress (1): 16/53 kB Progress (1): 20/53 kB Progress (1): 24/53 kB Progress (1): 28/53 kB Progress (1): 32/53 kB Progress (1): 36/53 kB Progress (1): 40/53 kB Progress (1): 44/53 kB Progress (1): 48/53 kB Progress (1): 52/53 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.4 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom (2.1 kB at 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (3.1 kB at 84 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 362 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 95 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom (3.6 kB at 107 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (3.2 kB at 64 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar Progress (1): 4.1/114 kB Progress (2): 4.1/114 kB | 4.1/54 kB Progress (2): 7.7/114 kB | 4.1/54 kB Progress (2): 7.7/114 kB | 7.7/54 kB Progress (2): 12/114 kB | 7.7/54 kB Progress (2): 12/114 kB | 12/54 kB Progress (2): 16/114 kB | 12/54 kB Progress (3): 16/114 kB | 12/54 kB | 4.1/50 kB Progress (3): 20/114 kB | 12/54 kB | 4.1/50 kB Progress (3): 20/114 kB | 16/54 kB | 4.1/50 kB Progress (3): 24/114 kB | 16/54 kB | 4.1/50 kB Progress (3): 24/114 kB | 16/54 kB | 7.7/50 kB Progress (3): 28/114 kB | 16/54 kB | 7.7/50 kB Progress (3): 28/114 kB | 20/54 kB | 7.7/50 kB Progress (3): 28/114 kB | 20/54 kB | 12/50 kB Progress (3): 32/114 kB | 20/54 kB | 12/50 kB Progress (3): 32/114 kB | 20/54 kB | 16/50 kB Progress (3): 32/114 kB | 24/54 kB | 16/50 kB Progress (3): 32/114 kB | 24/54 kB | 20/50 kB Progress (3): 36/114 kB | 24/54 kB | 20/50 kB Progress (3): 36/114 kB | 24/54 kB | 24/50 kB Progress (3): 36/114 kB | 28/54 kB | 24/50 kB Progress (3): 36/114 kB | 28/54 kB | 28/50 kB Progress (3): 40/114 kB | 28/54 kB | 28/50 kB Progress (3): 40/114 kB | 28/54 kB | 32/50 kB Progress (3): 40/114 kB | 32/54 kB | 32/50 kB Progress (3): 40/114 kB | 32/54 kB | 36/50 kB Progress (3): 44/114 kB | 32/54 kB | 36/50 kB Progress (3): 44/114 kB | 32/54 kB | 40/50 kB Progress (3): 44/114 kB | 36/54 kB | 40/50 kB Progress (3): 44/114 kB | 36/54 kB | 44/50 kB Progress (3): 48/114 kB | 36/54 kB | 44/50 kB Progress (4): 48/114 kB | 36/54 kB | 44/50 kB | 4.1/20 kB Progress (4): 48/114 kB | 36/54 kB | 48/50 kB | 4.1/20 kB Progress (4): 48/114 kB | 40/54 kB | 48/50 kB | 4.1/20 kB Progress (4): 48/114 kB | 40/54 kB | 50 kB | 4.1/20 kB Progress (4): 48/114 kB | 40/54 kB | 50 kB | 7.7/20 kB Progress (4): 48/114 kB | 40/54 kB | 50 kB | 12/20 kB Progress (4): 52/114 kB | 40/54 kB | 50 kB | 12/20 kB Progress (5): 52/114 kB | 40/54 kB | 50 kB | 12/20 kB | 4.1/28 kB Progress (5): 52/114 kB | 40/54 kB | 50 kB | 16/20 kB | 4.1/28 kB Progress (5): 52/114 kB | 44/54 kB | 50 kB | 16/20 kB | 4.1/28 kB Progress (5): 52/114 kB | 44/54 kB | 50 kB | 20 kB | 4.1/28 kB Progress (5): 52/114 kB | 44/54 kB | 50 kB | 20 kB | 7.7/28 kB Progress (5): 56/114 kB | 44/54 kB | 50 kB | 20 kB | 7.7/28 kB Progress (5): 56/114 kB | 44/54 kB | 50 kB | 20 kB | 12/28 kB Progress (5): 60/114 kB | 44/54 kB | 50 kB | 20 kB | 12/28 kB Progress (5): 60/114 kB | 48/54 kB | 50 kB | 20 kB | 12/28 kB Progress (5): 64/114 kB | 48/54 kB | 50 kB | 20 kB | 12/28 kB Progress (5): 64/114 kB | 48/54 kB | 50 kB | 20 kB | 16/28 kB Progress (5): 68/114 kB | 48/54 kB | 50 kB | 20 kB | 16/28 kB Progress (5): 68/114 kB | 52/54 kB | 50 kB | 20 kB | 16/28 kB Progress (5): 72/114 kB | 52/54 kB | 50 kB | 20 kB | 16/28 kB Progress (5): 72/114 kB | 52/54 kB | 50 kB | 20 kB | 20/28 kB Progress (5): 76/114 kB | 52/54 kB | 50 kB | 20 kB | 20/28 kB Progress (5): 76/114 kB | 54 kB | 50 kB | 20 kB | 20/28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 710 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar (20 kB at 267 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar Progress (3): 80/114 kB | 54 kB | 20/28 kB Progress (3): 80/114 kB | 54 kB | 24/28 kB Progress (3): 84/114 kB | 54 kB | 24/28 kB Progress (3): 84/114 kB | 54 kB | 28 kB Progress (3): 88/114 kB | 54 kB | 28 kB Progress (3): 92/114 kB | 54 kB | 28 kB Progress (3): 96/114 kB | 54 kB | 28 kB Progress (3): 98/114 kB | 54 kB | 28 kB Progress (3): 102/114 kB | 54 kB | 28 kB Progress (3): 106/114 kB | 54 kB | 28 kB Progress (3): 110/114 kB | 54 kB | 28 kB Progress (3): 114 kB | 54 kB | 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 683 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar (28 kB at 266 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 1.1 MB/s) Progress (1): 4.1/81 kB Progress (1): 7.7/81 kB Progress (2): 7.7/81 kB | 4.1/33 kB Progress (2): 12/81 kB | 4.1/33 kB Progress (2): 12/81 kB | 7.7/33 kB Progress (2): 16/81 kB | 7.7/33 kB Progress (2): 16/81 kB | 12/33 kB Progress (2): 20/81 kB | 12/33 kB Progress (2): 20/81 kB | 16/33 kB Progress (2): 24/81 kB | 16/33 kB Progress (2): 28/81 kB | 16/33 kB Progress (2): 32/81 kB | 16/33 kB Progress (2): 33/81 kB | 16/33 kB Progress (2): 33/81 kB | 20/33 kB Progress (2): 33/81 kB | 24/33 kB Progress (2): 37/81 kB | 24/33 kB Progress (2): 37/81 kB | 28/33 kB Progress (2): 41/81 kB | 28/33 kB Progress (2): 45/81 kB | 28/33 kB Progress (2): 49/81 kB | 28/33 kB Progress (2): 53/81 kB | 28/33 kB Progress (2): 57/81 kB | 28/33 kB Progress (2): 61/81 kB | 28/33 kB Progress (2): 61/81 kB | 32/33 kB Progress (2): 65/81 kB | 32/33 kB Progress (2): 65/81 kB | 33/33 kB Progress (2): 65/81 kB | 33 kB Progress (2): 69/81 kB | 33 kB Progress (2): 73/81 kB | 33 kB Progress (2): 77/81 kB | 33 kB Progress (2): 81/81 kB | 33 kB Progress (2): 81 kB | 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 282 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar (81 kB at 603 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom (2.5 kB at 126 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar (33 kB at 1.9 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 39 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 785 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 178 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 418 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 700 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 578 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Progress (1): 4.1/124 kB Progress (1): 7.7/124 kB Progress (1): 12/124 kB Progress (1): 16/124 kB Progress (1): 20/124 kB Progress (1): 24/124 kB Progress (1): 28/124 kB Progress (1): 32/124 kB Progress (1): 36/124 kB Progress (1): 40/124 kB Progress (1): 44/124 kB Progress (1): 48/124 kB Progress (1): 52/124 kB Progress (1): 56/124 kB Progress (1): 60/124 kB Progress (1): 64/124 kB Progress (1): 68/124 kB Progress (1): 72/124 kB Progress (1): 76/124 kB Progress (1): 80/124 kB Progress (1): 84/124 kB Progress (1): 88/124 kB Progress (1): 92/124 kB Progress (1): 96/124 kB Progress (1): 100/124 kB Progress (1): 104/124 kB Progress (1): 108/124 kB Progress (1): 112/124 kB Progress (1): 116/124 kB Progress (1): 120/124 kB Progress (1): 124/124 kB Progress (1): 124 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 3.3 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom (4.8 kB at 74 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar Progress (1): 4.1/57 kB Progress (1): 7.7/57 kB Progress (1): 12/57 kB Progress (1): 16/57 kB Progress (1): 20/57 kB Progress (1): 24/57 kB Progress (1): 28/57 kB Progress (1): 32/57 kB Progress (1): 36/57 kB Progress (1): 40/57 kB Progress (1): 44/57 kB Progress (1): 48/57 kB Progress (1): 52/57 kB Progress (1): 56/57 kB Progress (1): 57 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar (57 kB at 906 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom (3.3 kB at 38 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom (1.5 kB at 51 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.0.pom (3.0 kB at 97 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.pom (1.5 kB at 53 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.pom (1.9 kB at 14 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom (3.3 kB at 106 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom (2.1 kB at 67 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 111 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 781 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom Progress (1): 4.1/43 kB Progress (1): 7.7/43 kB Progress (1): 12/43 kB Progress (1): 16/43 kB Progress (1): 20/43 kB Progress (1): 24/43 kB Progress (1): 28/43 kB Progress (1): 32/43 kB Progress (1): 36/43 kB Progress (1): 40/43 kB Progress (1): 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.3 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 456 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 48 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 223 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 39 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 357 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Progress (1): 4.1/7.4 kB Progress (1): 7.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 205 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 53 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 640 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 41 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 19 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 83 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 106 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 343 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 166 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 302 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 558 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 71 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/1/google-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 52 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 68 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 70 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 15 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 108 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 237 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 62 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 31 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Progress (1): 880 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 17 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 38 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 108 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 65 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 61 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 70 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 396 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 160 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (2): 12/25 kB | 4.1/924 kB Progress (2): 16/25 kB | 4.1/924 kB Progress (2): 16/25 kB | 7.7/924 kB Progress (2): 20/25 kB | 7.7/924 kB Progress (2): 20/25 kB | 12/924 kB Progress (2): 24/25 kB | 12/924 kB Progress (2): 24/25 kB | 16/924 kB Progress (2): 25 kB | 16/924 kB Progress (2): 25 kB | 20/924 kB Progress (2): 25 kB | 24/924 kB Progress (2): 25 kB | 28/924 kB Progress (2): 25 kB | 32/924 kB Progress (2): 25 kB | 36/924 kB Progress (2): 25 kB | 40/924 kB Progress (2): 25 kB | 44/924 kB Progress (2): 25 kB | 48/924 kB Progress (3): 25 kB | 48/924 kB | 4.1/65 kB Progress (3): 25 kB | 52/924 kB | 4.1/65 kB Progress (3): 25 kB | 52/924 kB | 7.7/65 kB Progress (3): 25 kB | 56/924 kB | 7.7/65 kB Progress (3): 25 kB | 56/924 kB | 12/65 kB Progress (4): 25 kB | 56/924 kB | 12/65 kB | 4.1/185 kB Progress (4): 25 kB | 60/924 kB | 12/65 kB | 4.1/185 kB Progress (4): 25 kB | 60/924 kB | 16/65 kB | 4.1/185 kB Progress (4): 25 kB | 64/924 kB | 16/65 kB | 4.1/185 kB Progress (4): 25 kB | 64/924 kB | 16/65 kB | 7.7/185 kB Progress (4): 25 kB | 64/924 kB | 20/65 kB | 7.7/185 kB Progress (4): 25 kB | 68/924 kB | 20/65 kB | 7.7/185 kB Progress (4): 25 kB | 68/924 kB | 24/65 kB | 7.7/185 kB Progress (4): 25 kB | 68/924 kB | 24/65 kB | 12/185 kB Progress (4): 25 kB | 68/924 kB | 28/65 kB | 12/185 kB Progress (4): 25 kB | 68/924 kB | 32/65 kB | 12/185 kB Progress (4): 25 kB | 72/924 kB | 32/65 kB | 12/185 kB Progress (4): 25 kB | 72/924 kB | 36/65 kB | 12/185 kB Progress (4): 25 kB | 72/924 kB | 36/65 kB | 16/185 kB Progress (4): 25 kB | 76/924 kB | 36/65 kB | 16/185 kB Progress (4): 25 kB | 76/924 kB | 40/65 kB | 16/185 kB Progress (4): 25 kB | 80/924 kB | 40/65 kB | 16/185 kB Progress (4): 25 kB | 80/924 kB | 44/65 kB | 16/185 kB Progress (4): 25 kB | 80/924 kB | 44/65 kB | 20/185 kB Progress (4): 25 kB | 80/924 kB | 48/65 kB | 20/185 kB Progress (4): 25 kB | 84/924 kB | 48/65 kB | 20/185 kB Progress (4): 25 kB | 84/924 kB | 52/65 kB | 20/185 kB Progress (4): 25 kB | 84/924 kB | 52/65 kB | 24/185 kB Progress (4): 25 kB | 84/924 kB | 56/65 kB | 24/185 kB Progress (4): 25 kB | 88/924 kB | 56/65 kB | 24/185 kB Progress (4): 25 kB | 88/924 kB | 60/65 kB | 24/185 kB Progress (4): 25 kB | 92/924 kB | 60/65 kB | 24/185 kB Progress (4): 25 kB | 92/924 kB | 60/65 kB | 28/185 kB Progress (4): 25 kB | 96/924 kB | 60/65 kB | 28/185 kB Progress (4): 25 kB | 96/924 kB | 64/65 kB | 28/185 kB Progress (4): 25 kB | 100/924 kB | 64/65 kB | 28/185 kB Progress (4): 25 kB | 104/924 kB | 64/65 kB | 28/185 kB Progress (5): 25 kB | 104/924 kB | 64/65 kB | 28/185 kB | 4.1/424 kB Progress (5): 25 kB | 108/924 kB | 64/65 kB | 28/185 kB | 4.1/424 kB Progress (5): 25 kB | 108/924 kB | 65 kB | 28/185 kB | 4.1/424 kB Progress (5): 25 kB | 108/924 kB | 65 kB | 32/185 kB | 4.1/424 kB Progress (5): 25 kB | 112/924 kB | 65 kB | 32/185 kB | 4.1/424 kB Progress (5): 25 kB | 116/924 kB | 65 kB | 32/185 kB | 4.1/424 kB Progress (5): 25 kB | 120/924 kB | 65 kB | 32/185 kB | 4.1/424 kB Progress (5): 25 kB | 120/924 kB | 65 kB | 32/185 kB | 7.7/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.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar (25 kB at 564 kB/s) Progress (4): 120/924 kB | 65 kB | 32/185 kB | 12/424 kB Progress (4): 124/924 kB | 65 kB | 32/185 kB | 12/424 kB Progress (4): 124/924 kB | 65 kB | 36/185 kB | 12/424 kB Progress (4): 128/924 kB | 65 kB | 36/185 kB | 12/424 kB Progress (4): 128/924 kB | 65 kB | 36/185 kB | 16/424 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar Progress (4): 128/924 kB | 65 kB | 36/185 kB | 20/424 kB Progress (4): 132/924 kB | 65 kB | 36/185 kB | 20/424 kB Progress (4): 132/924 kB | 65 kB | 40/185 kB | 20/424 kB Progress (4): 136/924 kB | 65 kB | 40/185 kB | 20/424 kB Progress (4): 136/924 kB | 65 kB | 44/185 kB | 20/424 kB Progress (4): 136/924 kB | 65 kB | 44/185 kB | 24/424 kB Progress (4): 136/924 kB | 65 kB | 48/185 kB | 24/424 kB Progress (4): 140/924 kB | 65 kB | 48/185 kB | 24/424 kB Progress (4): 140/924 kB | 65 kB | 48/185 kB | 28/424 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar (65 kB at 1.3 MB/s) Progress (3): 140/924 kB | 48/185 kB | 32/424 kB Progress (3): 144/924 kB | 48/185 kB | 32/424 kB Progress (3): 144/924 kB | 52/185 kB | 32/424 kB Progress (3): 144/924 kB | 52/185 kB | 36/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 Progress (3): 144/924 kB | 52/185 kB | 40/424 kB Progress (3): 144/924 kB | 56/185 kB | 40/424 kB Progress (3): 148/924 kB | 56/185 kB | 40/424 kB Progress (3): 148/924 kB | 56/185 kB | 44/424 kB Progress (3): 152/924 kB | 56/185 kB | 44/424 kB Progress (3): 152/924 kB | 60/185 kB | 44/424 kB Progress (3): 156/924 kB | 60/185 kB | 44/424 kB Progress (3): 160/924 kB | 60/185 kB | 44/424 kB Progress (3): 164/924 kB | 60/185 kB | 44/424 kB Progress (3): 168/924 kB | 60/185 kB | 44/424 kB Progress (3): 172/924 kB | 60/185 kB | 44/424 kB Progress (3): 176/924 kB | 60/185 kB | 44/424 kB Progress (4): 176/924 kB | 60/185 kB | 44/424 kB | 4.1/110 kB Progress (4): 176/924 kB | 60/185 kB | 44/424 kB | 7.7/110 kB Progress (4): 176/924 kB | 60/185 kB | 44/424 kB | 12/110 kB Progress (4): 176/924 kB | 60/185 kB | 48/424 kB | 12/110 kB Progress (4): 180/924 kB | 60/185 kB | 48/424 kB | 12/110 kB Progress (5): 180/924 kB | 60/185 kB | 48/424 kB | 12/110 kB | 4.1/186 kB Progress (5): 180/924 kB | 64/185 kB | 48/424 kB | 12/110 kB | 4.1/186 kB Progress (5): 180/924 kB | 64/185 kB | 48/424 kB | 12/110 kB | 7.7/186 kB Progress (5): 184/924 kB | 64/185 kB | 48/424 kB | 12/110 kB | 7.7/186 kB Progress (5): 184/924 kB | 64/185 kB | 52/424 kB | 12/110 kB | 7.7/186 kB Progress (5): 184/924 kB | 64/185 kB | 52/424 kB | 16/110 kB | 7.7/186 kB Progress (5): 184/924 kB | 64/185 kB | 56/424 kB | 16/110 kB | 7.7/186 kB Progress (5): 188/924 kB | 64/185 kB | 56/424 kB | 16/110 kB | 7.7/186 kB Progress (5): 188/924 kB | 64/185 kB | 60/424 kB | 16/110 kB | 7.7/186 kB Progress (5): 188/924 kB | 64/185 kB | 60/424 kB | 16/110 kB | 12/186 kB Progress (5): 188/924 kB | 68/185 kB | 60/424 kB | 16/110 kB | 12/186 kB Progress (5): 188/924 kB | 68/185 kB | 60/424 kB | 16/110 kB | 16/186 kB Progress (5): 188/924 kB | 68/185 kB | 64/424 kB | 16/110 kB | 16/186 kB Progress (5): 192/924 kB | 68/185 kB | 64/424 kB | 16/110 kB | 16/186 kB Progress (5): 192/924 kB | 68/185 kB | 68/424 kB | 16/110 kB | 16/186 kB Progress (5): 192/924 kB | 68/185 kB | 68/424 kB | 20/110 kB | 16/186 kB Progress (5): 192/924 kB | 68/185 kB | 72/424 kB | 20/110 kB | 16/186 kB Progress (5): 196/924 kB | 68/185 kB | 72/424 kB | 20/110 kB | 16/186 kB Progress (5): 196/924 kB | 68/185 kB | 72/424 kB | 20/110 kB | 20/186 kB Progress (5): 196/924 kB | 72/185 kB | 72/424 kB | 20/110 kB | 20/186 kB Progress (5): 196/924 kB | 72/185 kB | 72/424 kB | 20/110 kB | 24/186 kB Progress (5): 200/924 kB | 72/185 kB | 72/424 kB | 20/110 kB | 24/186 kB Progress (5): 200/924 kB | 72/185 kB | 76/424 kB | 20/110 kB | 24/186 kB Progress (5): 200/924 kB | 72/185 kB | 76/424 kB | 24/110 kB | 24/186 kB Progress (5): 200/924 kB | 72/185 kB | 80/424 kB | 24/110 kB | 24/186 kB Progress (5): 204/924 kB | 72/185 kB | 80/424 kB | 24/110 kB | 24/186 kB Progress (5): 204/924 kB | 72/185 kB | 80/424 kB | 24/110 kB | 28/186 kB Progress (5): 204/924 kB | 76/185 kB | 80/424 kB | 24/110 kB | 28/186 kB Progress (5): 204/924 kB | 76/185 kB | 80/424 kB | 24/110 kB | 32/186 kB Progress (5): 208/924 kB | 76/185 kB | 80/424 kB | 24/110 kB | 32/186 kB Progress (5): 208/924 kB | 76/185 kB | 84/424 kB | 24/110 kB | 32/186 kB Progress (5): 208/924 kB | 76/185 kB | 84/424 kB | 28/110 kB | 32/186 kB Progress (5): 208/924 kB | 76/185 kB | 88/424 kB | 28/110 kB | 32/186 kB Progress (5): 212/924 kB | 76/185 kB | 88/424 kB | 28/110 kB | 32/186 kB Progress (5): 212/924 kB | 76/185 kB | 88/424 kB | 28/110 kB | 33/186 kB Progress (5): 212/924 kB | 80/185 kB | 88/424 kB | 28/110 kB | 33/186 kB Progress (5): 212/924 kB | 80/185 kB | 88/424 kB | 28/110 kB | 37/186 kB Progress (5): 216/924 kB | 80/185 kB | 88/424 kB | 28/110 kB | 37/186 kB Progress (5): 216/924 kB | 80/185 kB | 92/424 kB | 28/110 kB | 37/186 kB Progress (5): 216/924 kB | 80/185 kB | 92/424 kB | 32/110 kB | 37/186 kB Progress (5): 216/924 kB | 80/185 kB | 96/424 kB | 32/110 kB | 37/186 kB Progress (5): 220/924 kB | 80/185 kB | 96/424 kB | 32/110 kB | 37/186 kB Progress (5): 220/924 kB | 80/185 kB | 96/424 kB | 32/110 kB | 41/186 kB Progress (5): 220/924 kB | 84/185 kB | 96/424 kB | 32/110 kB | 41/186 kB Progress (5): 220/924 kB | 84/185 kB | 96/424 kB | 32/110 kB | 45/186 kB Progress (5): 224/924 kB | 84/185 kB | 96/424 kB | 32/110 kB | 45/186 kB Progress (5): 224/924 kB | 84/185 kB | 100/424 kB | 32/110 kB | 45/186 kB Progress (5): 224/924 kB | 84/185 kB | 100/424 kB | 33/110 kB | 45/186 kB Progress (5): 224/924 kB | 84/185 kB | 104/424 kB | 33/110 kB | 45/186 kB Progress (5): 228/924 kB | 84/185 kB | 104/424 kB | 33/110 kB | 45/186 kB Progress (5): 228/924 kB | 84/185 kB | 104/424 kB | 33/110 kB | 49/186 kB Progress (5): 228/924 kB | 88/185 kB | 104/424 kB | 33/110 kB | 49/186 kB Progress (5): 228/924 kB | 88/185 kB | 104/424 kB | 33/110 kB | 53/186 kB Progress (5): 232/924 kB | 88/185 kB | 104/424 kB | 33/110 kB | 53/186 kB Progress (5): 232/924 kB | 88/185 kB | 108/424 kB | 33/110 kB | 53/186 kB Progress (5): 232/924 kB | 88/185 kB | 108/424 kB | 37/110 kB | 53/186 kB Progress (5): 232/924 kB | 88/185 kB | 112/424 kB | 37/110 kB | 53/186 kB Progress (5): 236/924 kB | 88/185 kB | 112/424 kB | 37/110 kB | 53/186 kB Progress (5): 236/924 kB | 88/185 kB | 112/424 kB | 37/110 kB | 57/186 kB Progress (5): 236/924 kB | 92/185 kB | 112/424 kB | 37/110 kB | 57/186 kB Progress (5): 236/924 kB | 92/185 kB | 112/424 kB | 37/110 kB | 61/186 kB Progress (5): 240/924 kB | 92/185 kB | 112/424 kB | 37/110 kB | 61/186 kB Progress (5): 240/924 kB | 92/185 kB | 116/424 kB | 37/110 kB | 61/186 kB Progress (5): 240/924 kB | 92/185 kB | 116/424 kB | 41/110 kB | 61/186 kB Progress (5): 240/924 kB | 92/185 kB | 120/424 kB | 41/110 kB | 61/186 kB Progress (5): 244/924 kB | 92/185 kB | 120/424 kB | 41/110 kB | 61/186 kB Progress (5): 244/924 kB | 92/185 kB | 120/424 kB | 41/110 kB | 65/186 kB Progress (5): 244/924 kB | 96/185 kB | 120/424 kB | 41/110 kB | 65/186 kB Progress (5): 244/924 kB | 96/185 kB | 120/424 kB | 41/110 kB | 66/186 kB Progress (5): 248/924 kB | 96/185 kB | 120/424 kB | 41/110 kB | 66/186 kB Progress (5): 248/924 kB | 96/185 kB | 124/424 kB | 41/110 kB | 66/186 kB Progress (5): 248/924 kB | 96/185 kB | 128/424 kB | 41/110 kB | 66/186 kB Progress (5): 248/924 kB | 96/185 kB | 128/424 kB | 45/110 kB | 66/186 kB Progress (5): 248/924 kB | 96/185 kB | 132/424 kB | 45/110 kB | 66/186 kB Progress (5): 252/924 kB | 96/185 kB | 132/424 kB | 45/110 kB | 66/186 kB Progress (5): 252/924 kB | 96/185 kB | 132/424 kB | 45/110 kB | 70/186 kB Progress (5): 252/924 kB | 100/185 kB | 132/424 kB | 45/110 kB | 70/186 kB Progress (5): 252/924 kB | 100/185 kB | 132/424 kB | 45/110 kB | 74/186 kB Progress (5): 256/924 kB | 100/185 kB | 132/424 kB | 45/110 kB | 74/186 kB Progress (5): 256/924 kB | 100/185 kB | 136/424 kB | 45/110 kB | 74/186 kB Progress (5): 256/924 kB | 100/185 kB | 136/424 kB | 49/110 kB | 74/186 kB Progress (5): 256/924 kB | 100/185 kB | 140/424 kB | 49/110 kB | 74/186 kB Progress (5): 260/924 kB | 100/185 kB | 140/424 kB | 49/110 kB | 74/186 kB Progress (5): 260/924 kB | 100/185 kB | 140/424 kB | 49/110 kB | 78/186 kB Progress (5): 260/924 kB | 104/185 kB | 140/424 kB | 49/110 kB | 78/186 kB Progress (5): 260/924 kB | 104/185 kB | 140/424 kB | 49/110 kB | 82/186 kB Progress (5): 264/924 kB | 104/185 kB | 140/424 kB | 49/110 kB | 82/186 kB Progress (5): 264/924 kB | 104/185 kB | 144/424 kB | 49/110 kB | 82/186 kB Progress (5): 264/924 kB | 104/185 kB | 144/424 kB | 53/110 kB | 82/186 kB Progress (5): 264/924 kB | 104/185 kB | 148/424 kB | 53/110 kB | 82/186 kB Progress (5): 268/924 kB | 104/185 kB | 148/424 kB | 53/110 kB | 82/186 kB Progress (5): 268/924 kB | 104/185 kB | 148/424 kB | 53/110 kB | 86/186 kB Progress (5): 268/924 kB | 108/185 kB | 148/424 kB | 53/110 kB | 86/186 kB Progress (5): 268/924 kB | 108/185 kB | 148/424 kB | 53/110 kB | 90/186 kB Progress (5): 272/924 kB | 108/185 kB | 148/424 kB | 53/110 kB | 90/186 kB Progress (5): 272/924 kB | 108/185 kB | 152/424 kB | 53/110 kB | 90/186 kB Progress (5): 272/924 kB | 108/185 kB | 152/424 kB | 57/110 kB | 90/186 kB Progress (5): 272/924 kB | 108/185 kB | 156/424 kB | 57/110 kB | 90/186 kB Progress (5): 276/924 kB | 108/185 kB | 156/424 kB | 57/110 kB | 90/186 kB Progress (5): 276/924 kB | 108/185 kB | 156/424 kB | 57/110 kB | 94/186 kB Progress (5): 276/924 kB | 112/185 kB | 156/424 kB | 57/110 kB | 94/186 kB Progress (5): 276/924 kB | 112/185 kB | 156/424 kB | 57/110 kB | 98/186 kB Progress (5): 280/924 kB | 112/185 kB | 156/424 kB | 57/110 kB | 98/186 kB Progress (5): 280/924 kB | 112/185 kB | 160/424 kB | 57/110 kB | 98/186 kB Progress (5): 280/924 kB | 112/185 kB | 160/424 kB | 61/110 kB | 98/186 kB Progress (5): 280/924 kB | 112/185 kB | 164/424 kB | 61/110 kB | 98/186 kB Progress (5): 284/924 kB | 112/185 kB | 164/424 kB | 61/110 kB | 98/186 kB Progress (5): 284/924 kB | 112/185 kB | 164/424 kB | 61/110 kB | 98/186 kB Progress (5): 284/924 kB | 116/185 kB | 164/424 kB | 61/110 kB | 98/186 kB Progress (5): 284/924 kB | 116/185 kB | 164/424 kB | 61/110 kB | 102/186 kB Progress (5): 288/924 kB | 116/185 kB | 164/424 kB | 61/110 kB | 102/186 kB Progress (5): 288/924 kB | 116/185 kB | 168/424 kB | 61/110 kB | 102/186 kB Progress (5): 288/924 kB | 116/185 kB | 168/424 kB | 65/110 kB | 102/186 kB Progress (5): 288/924 kB | 116/185 kB | 172/424 kB | 65/110 kB | 102/186 kB Progress (5): 292/924 kB | 116/185 kB | 172/424 kB | 65/110 kB | 102/186 kB Progress (5): 292/924 kB | 116/185 kB | 172/424 kB | 65/110 kB | 106/186 kB Progress (5): 292/924 kB | 120/185 kB | 172/424 kB | 65/110 kB | 106/186 kB Progress (5): 292/924 kB | 120/185 kB | 172/424 kB | 65/110 kB | 110/186 kB Progress (5): 296/924 kB | 120/185 kB | 172/424 kB | 65/110 kB | 110/186 kB Progress (5): 296/924 kB | 120/185 kB | 176/424 kB | 65/110 kB | 110/186 kB Progress (5): 296/924 kB | 120/185 kB | 176/424 kB | 69/110 kB | 110/186 kB Progress (5): 296/924 kB | 120/185 kB | 180/424 kB | 69/110 kB | 110/186 kB Progress (5): 300/924 kB | 120/185 kB | 180/424 kB | 69/110 kB | 110/186 kB Progress (5): 300/924 kB | 120/185 kB | 180/424 kB | 69/110 kB | 114/186 kB Progress (5): 300/924 kB | 124/185 kB | 180/424 kB | 69/110 kB | 114/186 kB Progress (5): 300/924 kB | 124/185 kB | 180/424 kB | 69/110 kB | 118/186 kB Progress (5): 304/924 kB | 124/185 kB | 180/424 kB | 69/110 kB | 118/186 kB Progress (5): 304/924 kB | 124/185 kB | 184/424 kB | 69/110 kB | 118/186 kB Progress (5): 304/924 kB | 124/185 kB | 184/424 kB | 73/110 kB | 118/186 kB Progress (5): 304/924 kB | 124/185 kB | 188/424 kB | 73/110 kB | 118/186 kB Progress (5): 308/924 kB | 124/185 kB | 188/424 kB | 73/110 kB | 118/186 kB Progress (5): 308/924 kB | 124/185 kB | 188/424 kB | 73/110 kB | 122/186 kB Progress (5): 308/924 kB | 128/185 kB | 188/424 kB | 73/110 kB | 122/186 kB Progress (5): 308/924 kB | 128/185 kB | 188/424 kB | 73/110 kB | 126/186 kB Progress (5): 312/924 kB | 128/185 kB | 188/424 kB | 73/110 kB | 126/186 kB Progress (5): 312/924 kB | 128/185 kB | 192/424 kB | 73/110 kB | 126/186 kB Progress (5): 312/924 kB | 128/185 kB | 192/424 kB | 77/110 kB | 126/186 kB Progress (5): 312/924 kB | 128/185 kB | 196/424 kB | 77/110 kB | 126/186 kB Progress (5): 316/924 kB | 128/185 kB | 196/424 kB | 77/110 kB | 126/186 kB Progress (5): 316/924 kB | 128/185 kB | 196/424 kB | 77/110 kB | 130/186 kB Progress (5): 316/924 kB | 132/185 kB | 196/424 kB | 77/110 kB | 130/186 kB Progress (5): 316/924 kB | 132/185 kB | 196/424 kB | 77/110 kB | 134/186 kB Progress (5): 320/924 kB | 132/185 kB | 196/424 kB | 77/110 kB | 134/186 kB Progress (5): 320/924 kB | 132/185 kB | 200/424 kB | 77/110 kB | 134/186 kB Progress (5): 320/924 kB | 132/185 kB | 200/424 kB | 81/110 kB | 134/186 kB Progress (5): 320/924 kB | 132/185 kB | 204/424 kB | 81/110 kB | 134/186 kB Progress (5): 324/924 kB | 132/185 kB | 204/424 kB | 81/110 kB | 134/186 kB Progress (5): 324/924 kB | 132/185 kB | 204/424 kB | 81/110 kB | 138/186 kB Progress (5): 324/924 kB | 136/185 kB | 204/424 kB | 81/110 kB | 138/186 kB Progress (5): 324/924 kB | 136/185 kB | 204/424 kB | 81/110 kB | 142/186 kB Progress (5): 328/924 kB | 136/185 kB | 204/424 kB | 81/110 kB | 142/186 kB Progress (5): 328/924 kB | 136/185 kB | 208/424 kB | 81/110 kB | 142/186 kB Progress (5): 328/924 kB | 136/185 kB | 208/424 kB | 85/110 kB | 142/186 kB Progress (5): 328/924 kB | 136/185 kB | 212/424 kB | 85/110 kB | 142/186 kB Progress (5): 332/924 kB | 136/185 kB | 212/424 kB | 85/110 kB | 142/186 kB Progress (5): 332/924 kB | 136/185 kB | 212/424 kB | 85/110 kB | 146/186 kB Progress (5): 332/924 kB | 140/185 kB | 212/424 kB | 85/110 kB | 146/186 kB Progress (5): 332/924 kB | 140/185 kB | 212/424 kB | 85/110 kB | 150/186 kB Progress (5): 336/924 kB | 140/185 kB | 212/424 kB | 85/110 kB | 150/186 kB Progress (5): 336/924 kB | 140/185 kB | 216/424 kB | 85/110 kB | 150/186 kB Progress (5): 336/924 kB | 140/185 kB | 216/424 kB | 89/110 kB | 150/186 kB Progress (5): 336/924 kB | 140/185 kB | 220/424 kB | 89/110 kB | 150/186 kB Progress (5): 340/924 kB | 140/185 kB | 220/424 kB | 89/110 kB | 150/186 kB Progress (5): 340/924 kB | 140/185 kB | 220/424 kB | 89/110 kB | 154/186 kB Progress (5): 340/924 kB | 144/185 kB | 220/424 kB | 89/110 kB | 154/186 kB Progress (5): 340/924 kB | 144/185 kB | 220/424 kB | 89/110 kB | 158/186 kB Progress (5): 344/924 kB | 144/185 kB | 220/424 kB | 89/110 kB | 158/186 kB Progress (5): 344/924 kB | 144/185 kB | 224/424 kB | 89/110 kB | 158/186 kB Progress (5): 344/924 kB | 144/185 kB | 224/424 kB | 93/110 kB | 158/186 kB Progress (5): 344/924 kB | 144/185 kB | 228/424 kB | 93/110 kB | 158/186 kB Progress (5): 344/924 kB | 144/185 kB | 232/424 kB | 93/110 kB | 158/186 kB Progress (5): 344/924 kB | 144/185 kB | 232/424 kB | 97/110 kB | 158/186 kB Progress (5): 348/924 kB | 144/185 kB | 232/424 kB | 97/110 kB | 158/186 kB Progress (5): 348/924 kB | 144/185 kB | 232/424 kB | 97/110 kB | 162/186 kB Progress (5): 348/924 kB | 148/185 kB | 232/424 kB | 97/110 kB | 162/186 kB Progress (5): 348/924 kB | 148/185 kB | 232/424 kB | 97/110 kB | 166/186 kB Progress (5): 352/924 kB | 148/185 kB | 232/424 kB | 97/110 kB | 166/186 kB Progress (5): 352/924 kB | 148/185 kB | 232/424 kB | 101/110 kB | 166/186 kB Progress (5): 352/924 kB | 148/185 kB | 236/424 kB | 101/110 kB | 166/186 kB Progress (5): 352/924 kB | 148/185 kB | 236/424 kB | 105/110 kB | 166/186 kB Progress (5): 356/924 kB | 148/185 kB | 236/424 kB | 105/110 kB | 166/186 kB Progress (5): 356/924 kB | 148/185 kB | 236/424 kB | 105/110 kB | 170/186 kB Progress (5): 356/924 kB | 152/185 kB | 236/424 kB | 105/110 kB | 170/186 kB Progress (5): 356/924 kB | 152/185 kB | 236/424 kB | 105/110 kB | 174/186 kB Progress (5): 360/924 kB | 152/185 kB | 236/424 kB | 105/110 kB | 174/186 kB Progress (5): 360/924 kB | 152/185 kB | 236/424 kB | 109/110 kB | 174/186 kB Progress (5): 360/924 kB | 152/185 kB | 240/424 kB | 109/110 kB | 174/186 kB Progress (5): 360/924 kB | 152/185 kB | 240/424 kB | 110 kB | 174/186 kB Progress (5): 364/924 kB | 152/185 kB | 240/424 kB | 110 kB | 174/186 kB Progress (5): 364/924 kB | 152/185 kB | 240/424 kB | 110 kB | 178/186 kB Progress (5): 364/924 kB | 152/185 kB | 240/424 kB | 110 kB | 182/186 kB Progress (5): 364/924 kB | 156/185 kB | 240/424 kB | 110 kB | 182/186 kB Progress (5): 364/924 kB | 156/185 kB | 240/424 kB | 110 kB | 186 kB Progress (5): 368/924 kB | 156/185 kB | 240/424 kB | 110 kB | 186 kB Progress (5): 368/924 kB | 156/185 kB | 244/424 kB | 110 kB | 186 kB Progress (5): 372/924 kB | 156/185 kB | 244/424 kB | 110 kB | 186 kB Progress (5): 372/924 kB | 160/185 kB | 244/424 kB | 110 kB | 186 kB Progress (5): 376/924 kB | 160/185 kB | 244/424 kB | 110 kB | 186 kB Progress (5): 376/924 kB | 160/185 kB | 248/424 kB | 110 kB | 186 kB Progress (5): 380/924 kB | 160/185 kB | 248/424 kB | 110 kB | 186 kB Progress (5): 380/924 kB | 164/185 kB | 248/424 kB | 110 kB | 186 kB Progress (5): 384/924 kB | 164/185 kB | 248/424 kB | 110 kB | 186 kB Progress (5): 384/924 kB | 164/185 kB | 252/424 kB | 110 kB | 186 kB Progress (5): 388/924 kB | 164/185 kB | 252/424 kB | 110 kB | 186 kB Progress (5): 388/924 kB | 168/185 kB | 252/424 kB | 110 kB | 186 kB Progress (5): 392/924 kB | 168/185 kB | 252/424 kB | 110 kB | 186 kB Progress (5): 392/924 kB | 168/185 kB | 256/424 kB | 110 kB | 186 kB Progress (5): 396/924 kB | 168/185 kB | 256/424 kB | 110 kB | 186 kB Progress (5): 396/924 kB | 172/185 kB | 256/424 kB | 110 kB | 186 kB Progress (5): 400/924 kB | 172/185 kB | 256/424 kB | 110 kB | 186 kB Progress (5): 400/924 kB | 172/185 kB | 260/424 kB | 110 kB | 186 kB Progress (5): 404/924 kB | 172/185 kB | 260/424 kB | 110 kB | 186 kB Progress (5): 404/924 kB | 176/185 kB | 260/424 kB | 110 kB | 186 kB Progress (5): 408/924 kB | 176/185 kB | 260/424 kB | 110 kB | 186 kB Progress (5): 408/924 kB | 176/185 kB | 264/424 kB | 110 kB | 186 kB Progress (5): 412/924 kB | 176/185 kB | 264/424 kB | 110 kB | 186 kB Progress (5): 412/924 kB | 180/185 kB | 264/424 kB | 110 kB | 186 kB Progress (5): 416/924 kB | 180/185 kB | 264/424 kB | 110 kB | 186 kB Progress (5): 416/924 kB | 180/185 kB | 268/424 kB | 110 kB | 186 kB Progress (5): 420/924 kB | 180/185 kB | 268/424 kB | 110 kB | 186 kB Progress (5): 420/924 kB | 184/185 kB | 268/424 kB | 110 kB | 186 kB Progress (5): 424/924 kB | 184/185 kB | 268/424 kB | 110 kB | 186 kB Progress (5): 424/924 kB | 184/185 kB | 272/424 kB | 110 kB | 186 kB Progress (5): 428/924 kB | 184/185 kB | 272/424 kB | 110 kB | 186 kB Progress (5): 428/924 kB | 185 kB | 272/424 kB | 110 kB | 186 kB Progress (5): 432/924 kB | 185 kB | 272/424 kB | 110 kB | 186 kB Progress (5): 432/924 kB | 185 kB | 276/424 kB | 110 kB | 186 kB Progress (5): 436/924 kB | 185 kB | 276/424 kB | 110 kB | 186 kB Progress (5): 436/924 kB | 185 kB | 280/424 kB | 110 kB | 186 kB Progress (5): 440/924 kB | 185 kB | 280/424 kB | 110 kB | 186 kB Progress (5): 440/924 kB | 185 kB | 284/424 kB | 110 kB | 186 kB Progress (5): 444/924 kB | 185 kB | 284/424 kB | 110 kB | 186 kB Progress (5): 444/924 kB | 185 kB | 288/424 kB | 110 kB | 186 kB Progress (5): 448/924 kB | 185 kB | 288/424 kB | 110 kB | 186 kB Progress (5): 448/924 kB | 185 kB | 292/424 kB | 110 kB | 186 kB Progress (5): 452/924 kB | 185 kB | 292/424 kB | 110 kB | 186 kB Progress (5): 452/924 kB | 185 kB | 296/424 kB | 110 kB | 186 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 889 kB/s) Progress (4): 456/924 kB | 185 kB | 296/424 kB | 110 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar (110 kB at 526 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Progress (3): 456/924 kB | 185 kB | 300/424 kB Progress (3): 456/924 kB | 185 kB | 304/424 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Progress (3): 460/924 kB | 185 kB | 304/424 kB Progress (3): 460/924 kB | 185 kB | 308/424 kB Progress (3): 464/924 kB | 185 kB | 308/424 kB Progress (3): 464/924 kB | 185 kB | 312/424 kB Progress (3): 468/924 kB | 185 kB | 312/424 kB Progress (3): 468/924 kB | 185 kB | 316/424 kB Progress (3): 472/924 kB | 185 kB | 316/424 kB Progress (3): 472/924 kB | 185 kB | 320/424 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar (185 kB at 856 kB/s) Progress (2): 472/924 kB | 324/424 kB Progress (2): 476/924 kB | 324/424 kB Progress (2): 476/924 kB | 328/424 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Progress (2): 476/924 kB | 332/424 kB Progress (2): 480/924 kB | 332/424 kB Progress (2): 480/924 kB | 336/424 kB Progress (2): 484/924 kB | 336/424 kB Progress (2): 484/924 kB | 340/424 kB Progress (2): 488/924 kB | 340/424 kB Progress (2): 488/924 kB | 344/424 kB Progress (2): 492/924 kB | 344/424 kB Progress (2): 492/924 kB | 348/424 kB Progress (2): 496/924 kB | 348/424 kB Progress (2): 496/924 kB | 352/424 kB Progress (2): 500/924 kB | 352/424 kB Progress (2): 500/924 kB | 356/424 kB Progress (2): 504/924 kB | 356/424 kB Progress (2): 504/924 kB | 360/424 kB Progress (2): 508/924 kB | 360/424 kB Progress (2): 508/924 kB | 364/424 kB Progress (2): 512/924 kB | 364/424 kB Progress (2): 512/924 kB | 368/424 kB Progress (2): 516/924 kB | 368/424 kB Progress (2): 516/924 kB | 372/424 kB Progress (2): 520/924 kB | 372/424 kB Progress (2): 520/924 kB | 376/424 kB Progress (2): 524/924 kB | 376/424 kB Progress (2): 524/924 kB | 380/424 kB Progress (2): 528/924 kB | 380/424 kB Progress (2): 528/924 kB | 384/424 kB Progress (2): 532/924 kB | 384/424 kB Progress (2): 532/924 kB | 388/424 kB Progress (2): 536/924 kB | 388/424 kB Progress (2): 536/924 kB | 392/424 kB Progress (2): 540/924 kB | 392/424 kB Progress (2): 540/924 kB | 396/424 kB Progress (2): 544/924 kB | 396/424 kB Progress (2): 544/924 kB | 400/424 kB Progress (2): 548/924 kB | 400/424 kB Progress (2): 548/924 kB | 404/424 kB Progress (2): 552/924 kB | 404/424 kB Progress (2): 552/924 kB | 408/424 kB Progress (2): 556/924 kB | 408/424 kB Progress (2): 556/924 kB | 412/424 kB Progress (2): 560/924 kB | 412/424 kB Progress (2): 560/924 kB | 416/424 kB Progress (2): 564/924 kB | 416/424 kB Progress (2): 564/924 kB | 420/424 kB Progress (2): 568/924 kB | 420/424 kB Progress (2): 568/924 kB | 424/424 kB Progress (2): 572/924 kB | 424/424 kB Progress (2): 572/924 kB | 424 kB Progress (2): 576/924 kB | 424 kB Progress (2): 580/924 kB | 424 kB Progress (2): 584/924 kB | 424 kB Progress (2): 588/924 kB | 424 kB Progress (2): 592/924 kB | 424 kB Progress (2): 596/924 kB | 424 kB Progress (2): 600/924 kB | 424 kB Progress (2): 604/924 kB | 424 kB Progress (2): 608/924 kB | 424 kB Progress (2): 612/924 kB | 424 kB Progress (2): 616/924 kB | 424 kB Progress (2): 620/924 kB | 424 kB Progress (2): 624/924 kB | 424 kB Progress (2): 628/924 kB | 424 kB Progress (2): 632/924 kB | 424 kB Progress (2): 636/924 kB | 424 kB Progress (2): 640/924 kB | 424 kB Progress (2): 644/924 kB | 424 kB Progress (2): 648/924 kB | 424 kB Progress (2): 652/924 kB | 424 kB Progress (2): 656/924 kB | 424 kB Progress (2): 660/924 kB | 424 kB Progress (2): 664/924 kB | 424 kB Progress (2): 668/924 kB | 424 kB Progress (2): 672/924 kB | 424 kB Progress (2): 676/924 kB | 424 kB Progress (2): 680/924 kB | 424 kB Progress (2): 684/924 kB | 424 kB Progress (2): 688/924 kB | 424 kB Progress (2): 692/924 kB | 424 kB Progress (2): 696/924 kB | 424 kB Progress (2): 700/924 kB | 424 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar (424 kB at 1.8 MB/s) Progress (1): 704/924 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Progress (1): 708/924 kB Progress (1): 712/924 kB Progress (1): 716/924 kB Progress (1): 720/924 kB Progress (1): 724/924 kB Progress (1): 728/924 kB Progress (1): 732/924 kB Progress (1): 736/924 kB Progress (2): 736/924 kB | 4.1/273 kB Progress (2): 740/924 kB | 4.1/273 kB Progress (2): 740/924 kB | 7.7/273 kB Progress (2): 744/924 kB | 7.7/273 kB Progress (2): 744/924 kB | 12/273 kB Progress (2): 748/924 kB | 12/273 kB Progress (2): 752/924 kB | 12/273 kB Progress (2): 756/924 kB | 12/273 kB Progress (2): 760/924 kB | 12/273 kB Progress (2): 764/924 kB | 12/273 kB Progress (2): 768/924 kB | 12/273 kB Progress (2): 772/924 kB | 12/273 kB Progress (3): 772/924 kB | 12/273 kB | 4.1/524 kB Progress (3): 772/924 kB | 12/273 kB | 7.7/524 kB Progress (3): 772/924 kB | 12/273 kB | 12/524 kB Progress (3): 772/924 kB | 12/273 kB | 16/524 kB Progress (4): 772/924 kB | 12/273 kB | 16/524 kB | 4.1/13 kB Progress (4): 772/924 kB | 12/273 kB | 20/524 kB | 4.1/13 kB Progress (5): 772/924 kB | 12/273 kB | 20/524 kB | 4.1/13 kB | 4.1/39 kB Progress (5): 776/924 kB | 12/273 kB | 20/524 kB | 4.1/13 kB | 4.1/39 kB Progress (5): 776/924 kB | 16/273 kB | 20/524 kB | 4.1/13 kB | 4.1/39 kB Progress (5): 780/924 kB | 16/273 kB | 20/524 kB | 4.1/13 kB | 4.1/39 kB Progress (5): 780/924 kB | 16/273 kB | 20/524 kB | 4.1/13 kB | 7.7/39 kB Progress (5): 780/924 kB | 16/273 kB | 24/524 kB | 4.1/13 kB | 7.7/39 kB Progress (5): 780/924 kB | 16/273 kB | 24/524 kB | 7.7/13 kB | 7.7/39 kB Progress (5): 780/924 kB | 16/273 kB | 28/524 kB | 7.7/13 kB | 7.7/39 kB Progress (5): 780/924 kB | 16/273 kB | 32/524 kB | 7.7/13 kB | 7.7/39 kB Progress (5): 780/924 kB | 16/273 kB | 33/524 kB | 7.7/13 kB | 7.7/39 kB Progress (5): 780/924 kB | 16/273 kB | 37/524 kB | 7.7/13 kB | 7.7/39 kB Progress (5): 780/924 kB | 16/273 kB | 41/524 kB | 7.7/13 kB | 7.7/39 kB Progress (5): 780/924 kB | 16/273 kB | 45/524 kB | 7.7/13 kB | 7.7/39 kB Progress (5): 780/924 kB | 16/273 kB | 49/524 kB | 7.7/13 kB | 7.7/39 kB Progress (5): 780/924 kB | 16/273 kB | 49/524 kB | 7.7/13 kB | 12/39 kB Progress (5): 784/924 kB | 16/273 kB | 49/524 kB | 7.7/13 kB | 12/39 kB Progress (5): 784/924 kB | 20/273 kB | 49/524 kB | 7.7/13 kB | 12/39 kB Progress (5): 788/924 kB | 20/273 kB | 49/524 kB | 7.7/13 kB | 12/39 kB Progress (5): 788/924 kB | 20/273 kB | 49/524 kB | 7.7/13 kB | 16/39 kB Progress (5): 788/924 kB | 20/273 kB | 53/524 kB | 7.7/13 kB | 16/39 kB Progress (5): 788/924 kB | 20/273 kB | 53/524 kB | 12/13 kB | 16/39 kB Progress (5): 788/924 kB | 20/273 kB | 57/524 kB | 12/13 kB | 16/39 kB Progress (5): 788/924 kB | 20/273 kB | 57/524 kB | 12/13 kB | 20/39 kB Progress (5): 792/924 kB | 20/273 kB | 57/524 kB | 12/13 kB | 20/39 kB Progress (5): 792/924 kB | 24/273 kB | 57/524 kB | 12/13 kB | 20/39 kB Progress (5): 796/924 kB | 24/273 kB | 57/524 kB | 12/13 kB | 20/39 kB Progress (5): 796/924 kB | 24/273 kB | 57/524 kB | 12/13 kB | 24/39 kB Progress (5): 796/924 kB | 24/273 kB | 61/524 kB | 12/13 kB | 24/39 kB Progress (5): 796/924 kB | 24/273 kB | 61/524 kB | 13 kB | 24/39 kB Progress (5): 796/924 kB | 24/273 kB | 65/524 kB | 13 kB | 24/39 kB Progress (5): 796/924 kB | 24/273 kB | 65/524 kB | 13 kB | 28/39 kB Progress (5): 800/924 kB | 24/273 kB | 65/524 kB | 13 kB | 28/39 kB Progress (5): 800/924 kB | 28/273 kB | 65/524 kB | 13 kB | 28/39 kB Progress (5): 804/924 kB | 28/273 kB | 65/524 kB | 13 kB | 28/39 kB Progress (5): 804/924 kB | 28/273 kB | 65/524 kB | 13 kB | 32/39 kB Progress (5): 804/924 kB | 28/273 kB | 66/524 kB | 13 kB | 32/39 kB Progress (5): 804/924 kB | 28/273 kB | 66/524 kB | 13 kB | 36/39 kB Progress (5): 808/924 kB | 28/273 kB | 66/524 kB | 13 kB | 36/39 kB Progress (5): 808/924 kB | 32/273 kB | 66/524 kB | 13 kB | 36/39 kB Progress (5): 812/924 kB | 32/273 kB | 66/524 kB | 13 kB | 36/39 kB Progress (5): 812/924 kB | 32/273 kB | 66/524 kB | 13 kB | 39 kB Progress (5): 812/924 kB | 32/273 kB | 70/524 kB | 13 kB | 39 kB Progress (5): 816/924 kB | 32/273 kB | 70/524 kB | 13 kB | 39 kB Progress (5): 816/924 kB | 33/273 kB | 70/524 kB | 13 kB | 39 kB Progress (5): 820/924 kB | 33/273 kB | 70/524 kB | 13 kB | 39 kB Progress (5): 820/924 kB | 33/273 kB | 74/524 kB | 13 kB | 39 kB Progress (5): 824/924 kB | 33/273 kB | 74/524 kB | 13 kB | 39 kB Progress (5): 824/924 kB | 37/273 kB | 74/524 kB | 13 kB | 39 kB Progress (5): 828/924 kB | 37/273 kB | 74/524 kB | 13 kB | 39 kB Progress (5): 828/924 kB | 37/273 kB | 78/524 kB | 13 kB | 39 kB Progress (5): 832/924 kB | 37/273 kB | 78/524 kB | 13 kB | 39 kB Progress (5): 832/924 kB | 41/273 kB | 78/524 kB | 13 kB | 39 kB Progress (5): 836/924 kB | 41/273 kB | 78/524 kB | 13 kB | 39 kB Progress (5): 836/924 kB | 41/273 kB | 82/524 kB | 13 kB | 39 kB Progress (5): 840/924 kB | 41/273 kB | 82/524 kB | 13 kB | 39 kB Progress (5): 840/924 kB | 45/273 kB | 82/524 kB | 13 kB | 39 kB Progress (5): 844/924 kB | 45/273 kB | 82/524 kB | 13 kB | 39 kB Progress (5): 844/924 kB | 45/273 kB | 86/524 kB | 13 kB | 39 kB Progress (5): 848/924 kB | 45/273 kB | 86/524 kB | 13 kB | 39 kB Progress (5): 848/924 kB | 49/273 kB | 86/524 kB | 13 kB | 39 kB Progress (5): 852/924 kB | 49/273 kB | 86/524 kB | 13 kB | 39 kB Progress (5): 852/924 kB | 49/273 kB | 90/524 kB | 13 kB | 39 kB Progress (5): 852/924 kB | 49/273 kB | 94/524 kB | 13 kB | 39 kB Progress (5): 852/924 kB | 49/273 kB | 98/524 kB | 13 kB | 39 kB Progress (5): 856/924 kB | 49/273 kB | 98/524 kB | 13 kB | 39 kB Progress (5): 856/924 kB | 53/273 kB | 98/524 kB | 13 kB | 39 kB Progress (5): 860/924 kB | 53/273 kB | 98/524 kB | 13 kB | 39 kB Progress (5): 860/924 kB | 53/273 kB | 98/524 kB | 13 kB | 39 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 43 kB/s) Progress (4): 860/924 kB | 53/273 kB | 102/524 kB | 39 kB Progress (4): 864/924 kB | 53/273 kB | 102/524 kB | 39 kB Progress (4): 864/924 kB | 57/273 kB | 102/524 kB | 39 kB Progress (4): 868/924 kB | 57/273 kB | 102/524 kB | 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 126 kB/s) Progress (3): 868/924 kB | 57/273 kB | 106/524 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Progress (3): 868/924 kB | 57/273 kB | 110/524 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (3): 872/924 kB | 57/273 kB | 110/524 kB Progress (3): 872/924 kB | 61/273 kB | 110/524 kB Progress (3): 876/924 kB | 61/273 kB | 110/524 kB Progress (3): 880/924 kB | 61/273 kB | 110/524 kB Progress (3): 884/924 kB | 61/273 kB | 110/524 kB Progress (3): 888/924 kB | 61/273 kB | 110/524 kB Progress (3): 888/924 kB | 61/273 kB | 114/524 kB Progress (3): 892/924 kB | 61/273 kB | 114/524 kB Progress (3): 892/924 kB | 65/273 kB | 114/524 kB Progress (3): 896/924 kB | 65/273 kB | 114/524 kB Progress (3): 896/924 kB | 65/273 kB | 118/524 kB Progress (3): 900/924 kB | 65/273 kB | 118/524 kB Progress (3): 900/924 kB | 66/273 kB | 118/524 kB Progress (3): 904/924 kB | 66/273 kB | 118/524 kB Progress (3): 904/924 kB | 66/273 kB | 122/524 kB Progress (3): 908/924 kB | 66/273 kB | 122/524 kB Progress (3): 908/924 kB | 70/273 kB | 122/524 kB Progress (3): 912/924 kB | 70/273 kB | 122/524 kB Progress (3): 912/924 kB | 70/273 kB | 126/524 kB Progress (3): 916/924 kB | 70/273 kB | 126/524 kB Progress (3): 916/924 kB | 74/273 kB | 126/524 kB Progress (3): 920/924 kB | 74/273 kB | 126/524 kB Progress (3): 920/924 kB | 78/273 kB | 126/524 kB Progress (3): 920/924 kB | 78/273 kB | 130/524 kB Progress (3): 920/924 kB | 82/273 kB | 130/524 kB Progress (3): 924/924 kB | 82/273 kB | 130/524 kB Progress (3): 924/924 kB | 86/273 kB | 130/524 kB Progress (3): 924 kB | 86/273 kB | 130/524 kB Progress (3): 924 kB | 86/273 kB | 134/524 kB Progress (3): 924 kB | 86/273 kB | 138/524 kB Progress (3): 924 kB | 86/273 kB | 142/524 kB Progress (3): 924 kB | 90/273 kB | 142/524 kB Progress (3): 924 kB | 90/273 kB | 146/524 kB Progress (3): 924 kB | 94/273 kB | 146/524 kB Progress (4): 924 kB | 94/273 kB | 146/524 kB | 4.1/156 kB Progress (4): 924 kB | 98/273 kB | 146/524 kB | 4.1/156 kB Progress (4): 924 kB | 98/273 kB | 150/524 kB | 4.1/156 kB Progress (4): 924 kB | 98/273 kB | 150/524 kB | 4.1/156 kB Progress (4): 924 kB | 98/273 kB | 150/524 kB | 7.7/156 kB Progress (4): 924 kB | 98/273 kB | 154/524 kB | 7.7/156 kB Progress (4): 924 kB | 98/273 kB | 154/524 kB | 12/156 kB Progress (4): 924 kB | 98/273 kB | 158/524 kB | 12/156 kB Progress (4): 924 kB | 102/273 kB | 158/524 kB | 12/156 kB Progress (4): 924 kB | 102/273 kB | 162/524 kB | 12/156 kB Progress (4): 924 kB | 102/273 kB | 162/524 kB | 16/156 kB Progress (4): 924 kB | 102/273 kB | 166/524 kB | 16/156 kB Progress (4): 924 kB | 106/273 kB | 166/524 kB | 16/156 kB Progress (4): 924 kB | 106/273 kB | 170/524 kB | 16/156 kB Progress (4): 924 kB | 106/273 kB | 170/524 kB | 20/156 kB Progress (4): 924 kB | 110/273 kB | 170/524 kB | 20/156 kB Progress (4): 924 kB | 110/273 kB | 170/524 kB | 24/156 kB Progress (4): 924 kB | 110/273 kB | 174/524 kB | 24/156 kB Progress (4): 924 kB | 110/273 kB | 174/524 kB | 28/156 kB Progress (4): 924 kB | 114/273 kB | 174/524 kB | 28/156 kB Progress (4): 924 kB | 114/273 kB | 174/524 kB | 32/156 kB Progress (4): 924 kB | 114/273 kB | 178/524 kB | 32/156 kB Progress (4): 924 kB | 114/273 kB | 178/524 kB | 33/156 kB Progress (4): 924 kB | 118/273 kB | 178/524 kB | 33/156 kB Progress (4): 924 kB | 118/273 kB | 178/524 kB | 37/156 kB Progress (4): 924 kB | 118/273 kB | 182/524 kB | 37/156 kB Progress (4): 924 kB | 118/273 kB | 182/524 kB | 41/156 kB Progress (4): 924 kB | 122/273 kB | 182/524 kB | 41/156 kB Progress (4): 924 kB | 122/273 kB | 186/524 kB | 41/156 kB Progress (4): 924 kB | 126/273 kB | 186/524 kB | 41/156 kB Progress (4): 924 kB | 126/273 kB | 190/524 kB | 41/156 kB Progress (4): 924 kB | 126/273 kB | 190/524 kB | 45/156 kB Progress (4): 924 kB | 126/273 kB | 194/524 kB | 45/156 kB Progress (4): 924 kB | 130/273 kB | 194/524 kB | 45/156 kB Progress (4): 924 kB | 130/273 kB | 198/524 kB | 45/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.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar (924 kB at 2.8 MB/s) Progress (3): 130/273 kB | 198/524 kB | 49/156 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Progress (3): 130/273 kB | 202/524 kB | 49/156 kB Progress (3): 134/273 kB | 202/524 kB | 49/156 kB Progress (3): 134/273 kB | 206/524 kB | 49/156 kB Progress (4): 134/273 kB | 206/524 kB | 49/156 kB | 4.1/35 kB Progress (4): 134/273 kB | 206/524 kB | 53/156 kB | 4.1/35 kB Progress (4): 134/273 kB | 206/524 kB | 53/156 kB | 7.7/35 kB Progress (4): 134/273 kB | 210/524 kB | 53/156 kB | 7.7/35 kB Progress (4): 138/273 kB | 210/524 kB | 53/156 kB | 7.7/35 kB Progress (4): 138/273 kB | 210/524 kB | 53/156 kB | 12/35 kB Progress (4): 138/273 kB | 210/524 kB | 57/156 kB | 12/35 kB Progress (4): 138/273 kB | 210/524 kB | 57/156 kB | 16/35 kB Progress (4): 142/273 kB | 210/524 kB | 57/156 kB | 16/35 kB Progress (4): 142/273 kB | 214/524 kB | 57/156 kB | 16/35 kB Progress (4): 146/273 kB | 214/524 kB | 57/156 kB | 16/35 kB Progress (4): 146/273 kB | 214/524 kB | 57/156 kB | 20/35 kB Progress (4): 146/273 kB | 214/524 kB | 61/156 kB | 20/35 kB Progress (4): 146/273 kB | 214/524 kB | 61/156 kB | 24/35 kB Progress (4): 150/273 kB | 214/524 kB | 61/156 kB | 24/35 kB Progress (4): 150/273 kB | 218/524 kB | 61/156 kB | 24/35 kB Progress (4): 154/273 kB | 218/524 kB | 61/156 kB | 24/35 kB Progress (4): 154/273 kB | 218/524 kB | 61/156 kB | 28/35 kB Progress (4): 154/273 kB | 218/524 kB | 65/156 kB | 28/35 kB Progress (4): 154/273 kB | 218/524 kB | 65/156 kB | 32/35 kB Progress (4): 158/273 kB | 218/524 kB | 65/156 kB | 32/35 kB Progress (4): 158/273 kB | 222/524 kB | 65/156 kB | 32/35 kB Progress (4): 158/273 kB | 226/524 kB | 65/156 kB | 32/35 kB Progress (4): 158/273 kB | 230/524 kB | 65/156 kB | 32/35 kB Progress (4): 158/273 kB | 234/524 kB | 65/156 kB | 32/35 kB Progress (4): 158/273 kB | 238/524 kB | 65/156 kB | 32/35 kB Progress (4): 158/273 kB | 242/524 kB | 65/156 kB | 32/35 kB Progress (4): 162/273 kB | 242/524 kB | 65/156 kB | 32/35 kB Progress (4): 162/273 kB | 242/524 kB | 65/156 kB | 35 kB Progress (4): 162/273 kB | 242/524 kB | 66/156 kB | 35 kB Progress (4): 166/273 kB | 242/524 kB | 66/156 kB | 35 kB Progress (4): 166/273 kB | 246/524 kB | 66/156 kB | 35 kB Progress (5): 166/273 kB | 246/524 kB | 66/156 kB | 35 kB | 4.1/68 kB Progress (5): 166/273 kB | 250/524 kB | 66/156 kB | 35 kB | 4.1/68 kB Progress (5): 170/273 kB | 250/524 kB | 66/156 kB | 35 kB | 4.1/68 kB Progress (5): 170/273 kB | 250/524 kB | 70/156 kB | 35 kB | 4.1/68 kB Progress (5): 174/273 kB | 250/524 kB | 70/156 kB | 35 kB | 4.1/68 kB Progress (5): 174/273 kB | 254/524 kB | 70/156 kB | 35 kB | 4.1/68 kB Progress (5): 174/273 kB | 254/524 kB | 70/156 kB | 35 kB | 7.7/68 kB Progress (5): 174/273 kB | 258/524 kB | 70/156 kB | 35 kB | 7.7/68 kB Progress (5): 178/273 kB | 258/524 kB | 70/156 kB | 35 kB | 7.7/68 kB Progress (5): 178/273 kB | 258/524 kB | 74/156 kB | 35 kB | 7.7/68 kB Progress (5): 182/273 kB | 258/524 kB | 74/156 kB | 35 kB | 7.7/68 kB Progress (5): 182/273 kB | 262/524 kB | 74/156 kB | 35 kB | 7.7/68 kB Progress (5): 182/273 kB | 262/524 kB | 74/156 kB | 35 kB | 12/68 kB Progress (5): 182/273 kB | 266/524 kB | 74/156 kB | 35 kB | 12/68 kB Progress (5): 186/273 kB | 266/524 kB | 74/156 kB | 35 kB | 12/68 kB Progress (5): 186/273 kB | 266/524 kB | 78/156 kB | 35 kB | 12/68 kB Progress (5): 190/273 kB | 266/524 kB | 78/156 kB | 35 kB | 12/68 kB Progress (5): 190/273 kB | 270/524 kB | 78/156 kB | 35 kB | 12/68 kB Progress (5): 190/273 kB | 270/524 kB | 78/156 kB | 35 kB | 16/68 kB Progress (5): 190/273 kB | 274/524 kB | 78/156 kB | 35 kB | 16/68 kB Progress (5): 194/273 kB | 274/524 kB | 78/156 kB | 35 kB | 16/68 kB Progress (5): 194/273 kB | 274/524 kB | 82/156 kB | 35 kB | 16/68 kB Progress (5): 198/273 kB | 274/524 kB | 82/156 kB | 35 kB | 16/68 kB Progress (5): 198/273 kB | 278/524 kB | 82/156 kB | 35 kB | 16/68 kB Progress (5): 198/273 kB | 278/524 kB | 82/156 kB | 35 kB | 20/68 kB Progress (5): 198/273 kB | 282/524 kB | 82/156 kB | 35 kB | 20/68 kB Progress (5): 202/273 kB | 282/524 kB | 82/156 kB | 35 kB | 20/68 kB Progress (5): 202/273 kB | 282/524 kB | 86/156 kB | 35 kB | 20/68 kB Progress (5): 206/273 kB | 282/524 kB | 86/156 kB | 35 kB | 20/68 kB Progress (5): 206/273 kB | 286/524 kB | 86/156 kB | 35 kB | 20/68 kB Progress (5): 206/273 kB | 286/524 kB | 86/156 kB | 35 kB | 24/68 kB Progress (5): 206/273 kB | 290/524 kB | 86/156 kB | 35 kB | 24/68 kB Progress (5): 210/273 kB | 290/524 kB | 86/156 kB | 35 kB | 24/68 kB Progress (5): 214/273 kB | 290/524 kB | 86/156 kB | 35 kB | 24/68 kB Progress (5): 218/273 kB | 290/524 kB | 86/156 kB | 35 kB | 24/68 kB Progress (5): 218/273 kB | 290/524 kB | 90/156 kB | 35 kB | 24/68 kB Progress (5): 222/273 kB | 290/524 kB | 90/156 kB | 35 kB | 24/68 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 88 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Progress (4): 222/273 kB | 294/524 kB | 90/156 kB | 24/68 kB Progress (4): 222/273 kB | 294/524 kB | 90/156 kB | 28/68 kB Progress (4): 222/273 kB | 298/524 kB | 90/156 kB | 28/68 kB Progress (4): 226/273 kB | 298/524 kB | 90/156 kB | 28/68 kB Progress (4): 226/273 kB | 298/524 kB | 94/156 kB | 28/68 kB Progress (4): 230/273 kB | 298/524 kB | 94/156 kB | 28/68 kB Progress (4): 230/273 kB | 302/524 kB | 94/156 kB | 28/68 kB Progress (4): 230/273 kB | 302/524 kB | 94/156 kB | 32/68 kB Progress (4): 230/273 kB | 306/524 kB | 94/156 kB | 32/68 kB Progress (4): 234/273 kB | 306/524 kB | 94/156 kB | 32/68 kB Progress (4): 234/273 kB | 310/524 kB | 94/156 kB | 32/68 kB Progress (4): 238/273 kB | 310/524 kB | 94/156 kB | 32/68 kB Progress (4): 238/273 kB | 310/524 kB | 98/156 kB | 32/68 kB Progress (4): 242/273 kB | 310/524 kB | 98/156 kB | 32/68 kB Progress (4): 242/273 kB | 314/524 kB | 98/156 kB | 32/68 kB Progress (4): 242/273 kB | 314/524 kB | 98/156 kB | 33/68 kB Progress (4): 242/273 kB | 318/524 kB | 98/156 kB | 33/68 kB Progress (4): 246/273 kB | 318/524 kB | 98/156 kB | 33/68 kB Progress (4): 250/273 kB | 318/524 kB | 98/156 kB | 33/68 kB Progress (4): 250/273 kB | 318/524 kB | 102/156 kB | 33/68 kB Progress (4): 254/273 kB | 318/524 kB | 102/156 kB | 33/68 kB Progress (4): 254/273 kB | 322/524 kB | 102/156 kB | 33/68 kB Progress (4): 254/273 kB | 322/524 kB | 102/156 kB | 37/68 kB Progress (4): 258/273 kB | 322/524 kB | 102/156 kB | 37/68 kB Progress (4): 258/273 kB | 322/524 kB | 106/156 kB | 37/68 kB Progress (4): 262/273 kB | 322/524 kB | 106/156 kB | 37/68 kB Progress (4): 262/273 kB | 322/524 kB | 106/156 kB | 41/68 kB Progress (4): 262/273 kB | 326/524 kB | 106/156 kB | 41/68 kB Progress (4): 262/273 kB | 326/524 kB | 106/156 kB | 45/68 kB Progress (4): 266/273 kB | 326/524 kB | 106/156 kB | 45/68 kB Progress (4): 266/273 kB | 326/524 kB | 110/156 kB | 45/68 kB Progress (4): 270/273 kB | 326/524 kB | 110/156 kB | 45/68 kB Progress (4): 270/273 kB | 326/524 kB | 110/156 kB | 49/68 kB Progress (4): 270/273 kB | 330/524 kB | 110/156 kB | 49/68 kB Progress (4): 270/273 kB | 330/524 kB | 110/156 kB | 53/68 kB Progress (4): 273 kB | 330/524 kB | 110/156 kB | 53/68 kB Progress (4): 273 kB | 330/524 kB | 114/156 kB | 53/68 kB Progress (4): 273 kB | 330/524 kB | 118/156 kB | 53/68 kB Progress (5): 273 kB | 330/524 kB | 118/156 kB | 53/68 kB | 4.1/332 kB Progress (5): 273 kB | 330/524 kB | 118/156 kB | 57/68 kB | 4.1/332 kB Progress (5): 273 kB | 334/524 kB | 118/156 kB | 57/68 kB | 4.1/332 kB Progress (5): 273 kB | 334/524 kB | 118/156 kB | 61/68 kB | 4.1/332 kB Progress (5): 273 kB | 334/524 kB | 118/156 kB | 61/68 kB | 7.7/332 kB Progress (5): 273 kB | 334/524 kB | 122/156 kB | 61/68 kB | 7.7/332 kB Progress (5): 273 kB | 334/524 kB | 122/156 kB | 61/68 kB | 12/332 kB Progress (5): 273 kB | 334/524 kB | 122/156 kB | 65/68 kB | 12/332 kB Progress (5): 273 kB | 338/524 kB | 122/156 kB | 65/68 kB | 12/332 kB Progress (5): 273 kB | 338/524 kB | 122/156 kB | 68 kB | 12/332 kB Progress (5): 273 kB | 338/524 kB | 122/156 kB | 68 kB | 16/332 kB Progress (5): 273 kB | 338/524 kB | 126/156 kB | 68 kB | 16/332 kB Progress (5): 273 kB | 338/524 kB | 126/156 kB | 68 kB | 20/332 kB Progress (5): 273 kB | 342/524 kB | 126/156 kB | 68 kB | 20/332 kB Progress (5): 273 kB | 342/524 kB | 126/156 kB | 68 kB | 24/332 kB Progress (5): 273 kB | 342/524 kB | 130/156 kB | 68 kB | 24/332 kB Progress (5): 273 kB | 342/524 kB | 130/156 kB | 68 kB | 28/332 kB Progress (5): 273 kB | 346/524 kB | 130/156 kB | 68 kB | 28/332 kB Progress (5): 273 kB | 346/524 kB | 130/156 kB | 68 kB | 32/332 kB Progress (5): 273 kB | 346/524 kB | 134/156 kB | 68 kB | 32/332 kB Progress (5): 273 kB | 346/524 kB | 134/156 kB | 68 kB | 33/332 kB Progress (5): 273 kB | 350/524 kB | 134/156 kB | 68 kB | 33/332 kB Progress (5): 273 kB | 350/524 kB | 134/156 kB | 68 kB | 37/332 kB Progress (5): 273 kB | 350/524 kB | 138/156 kB | 68 kB | 37/332 kB Progress (5): 273 kB | 350/524 kB | 138/156 kB | 68 kB | 41/332 kB Progress (5): 273 kB | 354/524 kB | 138/156 kB | 68 kB | 41/332 kB Progress (5): 273 kB | 354/524 kB | 138/156 kB | 68 kB | 45/332 kB Progress (5): 273 kB | 354/524 kB | 142/156 kB | 68 kB | 45/332 kB Progress (5): 273 kB | 354/524 kB | 146/156 kB | 68 kB | 45/332 kB Progress (5): 273 kB | 354/524 kB | 146/156 kB | 68 kB | 49/332 kB Progress (5): 273 kB | 358/524 kB | 146/156 kB | 68 kB | 49/332 kB Progress (5): 273 kB | 358/524 kB | 150/156 kB | 68 kB | 49/332 kB Progress (5): 273 kB | 362/524 kB | 150/156 kB | 68 kB | 49/332 kB Progress (5): 273 kB | 362/524 kB | 150/156 kB | 68 kB | 53/332 kB Progress (5): 273 kB | 366/524 kB | 150/156 kB | 68 kB | 53/332 kB Progress (5): 273 kB | 366/524 kB | 154/156 kB | 68 kB | 53/332 kB Progress (5): 273 kB | 370/524 kB | 154/156 kB | 68 kB | 53/332 kB Progress (5): 273 kB | 370/524 kB | 154/156 kB | 68 kB | 57/332 kB Progress (5): 273 kB | 374/524 kB | 154/156 kB | 68 kB | 57/332 kB Progress (5): 273 kB | 374/524 kB | 156 kB | 68 kB | 57/332 kB Progress (5): 273 kB | 378/524 kB | 156 kB | 68 kB | 57/332 kB Progress (5): 273 kB | 378/524 kB | 156 kB | 68 kB | 61/332 kB Progress (5): 273 kB | 382/524 kB | 156 kB | 68 kB | 61/332 kB Progress (5): 273 kB | 382/524 kB | 156 kB | 68 kB | 65/332 kB Progress (5): 273 kB | 386/524 kB | 156 kB | 68 kB | 65/332 kB Progress (5): 273 kB | 386/524 kB | 156 kB | 68 kB | 66/332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 160 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (4): 273 kB | 390/524 kB | 156 kB | 66/332 kB Progress (4): 273 kB | 394/524 kB | 156 kB | 66/332 kB Progress (4): 273 kB | 398/524 kB | 156 kB | 66/332 kB Progress (4): 273 kB | 402/524 kB | 156 kB | 66/332 kB Progress (4): 273 kB | 406/524 kB | 156 kB | 66/332 kB Progress (4): 273 kB | 410/524 kB | 156 kB | 66/332 kB Progress (4): 273 kB | 414/524 kB | 156 kB | 66/332 kB Progress (4): 273 kB | 418/524 kB | 156 kB | 66/332 kB Progress (4): 273 kB | 418/524 kB | 156 kB | 70/332 kB Progress (4): 273 kB | 418/524 kB | 156 kB | 74/332 kB Progress (4): 273 kB | 422/524 kB | 156 kB | 74/332 kB Progress (4): 273 kB | 422/524 kB | 156 kB | 78/332 kB Progress (4): 273 kB | 422/524 kB | 156 kB | 82/332 kB Progress (4): 273 kB | 426/524 kB | 156 kB | 82/332 kB Progress (4): 273 kB | 426/524 kB | 156 kB | 86/332 kB Progress (4): 273 kB | 430/524 kB | 156 kB | 86/332 kB Progress (4): 273 kB | 430/524 kB | 156 kB | 90/332 kB Progress (4): 273 kB | 434/524 kB | 156 kB | 90/332 kB Progress (4): 273 kB | 434/524 kB | 156 kB | 94/332 kB Progress (4): 273 kB | 438/524 kB | 156 kB | 94/332 kB Progress (4): 273 kB | 438/524 kB | 156 kB | 98/332 kB Progress (4): 273 kB | 438/524 kB | 156 kB | 98/332 kB Progress (4): 273 kB | 438/524 kB | 156 kB | 102/332 kB Progress (4): 273 kB | 438/524 kB | 156 kB | 106/332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 637 kB/s) Progress (3): 442/524 kB | 156 kB | 106/332 kB Progress (3): 446/524 kB | 156 kB | 106/332 kB Progress (3): 450/524 kB | 156 kB | 106/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Progress (3): 450/524 kB | 156 kB | 110/332 kB Progress (3): 450/524 kB | 156 kB | 114/332 kB Progress (3): 450/524 kB | 156 kB | 118/332 kB Progress (3): 454/524 kB | 156 kB | 118/332 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 361 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Progress (3): 454/524 kB | 118/332 kB | 4.1/30 kB Progress (3): 454/524 kB | 118/332 kB | 7.7/30 kB Progress (3): 454/524 kB | 118/332 kB | 12/30 kB Progress (3): 454/524 kB | 118/332 kB | 16/30 kB Progress (3): 454/524 kB | 118/332 kB | 20/30 kB Progress (3): 454/524 kB | 118/332 kB | 24/30 kB Progress (3): 454/524 kB | 118/332 kB | 28/30 kB Progress (3): 454/524 kB | 118/332 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 68 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Progress (3): 454/524 kB | 118/332 kB | 4.1/108 kB Progress (3): 454/524 kB | 118/332 kB | 7.7/108 kB Progress (3): 454/524 kB | 118/332 kB | 12/108 kB Progress (3): 454/524 kB | 118/332 kB | 16/108 kB Progress (3): 454/524 kB | 122/332 kB | 16/108 kB Progress (3): 458/524 kB | 122/332 kB | 16/108 kB Progress (3): 458/524 kB | 122/332 kB | 20/108 kB Progress (3): 462/524 kB | 122/332 kB | 20/108 kB Progress (4): 462/524 kB | 122/332 kB | 20/108 kB | 4.1/38 kB Progress (4): 466/524 kB | 122/332 kB | 20/108 kB | 4.1/38 kB Progress (4): 466/524 kB | 122/332 kB | 24/108 kB | 4.1/38 kB Progress (4): 466/524 kB | 126/332 kB | 24/108 kB | 4.1/38 kB Progress (4): 466/524 kB | 126/332 kB | 28/108 kB | 4.1/38 kB Progress (4): 470/524 kB | 126/332 kB | 28/108 kB | 4.1/38 kB Progress (4): 470/524 kB | 126/332 kB | 28/108 kB | 7.7/38 kB Progress (4): 474/524 kB | 126/332 kB | 28/108 kB | 7.7/38 kB Progress (4): 474/524 kB | 126/332 kB | 32/108 kB | 7.7/38 kB Progress (4): 474/524 kB | 130/332 kB | 32/108 kB | 7.7/38 kB Progress (4): 474/524 kB | 130/332 kB | 33/108 kB | 7.7/38 kB Progress (4): 478/524 kB | 130/332 kB | 33/108 kB | 7.7/38 kB Progress (4): 478/524 kB | 130/332 kB | 33/108 kB | 12/38 kB Progress (4): 482/524 kB | 130/332 kB | 33/108 kB | 12/38 kB Progress (4): 482/524 kB | 130/332 kB | 37/108 kB | 12/38 kB Progress (4): 482/524 kB | 131/332 kB | 37/108 kB | 12/38 kB Progress (4): 482/524 kB | 131/332 kB | 41/108 kB | 12/38 kB Progress (4): 486/524 kB | 131/332 kB | 41/108 kB | 12/38 kB Progress (4): 486/524 kB | 131/332 kB | 41/108 kB | 16/38 kB Progress (4): 490/524 kB | 131/332 kB | 41/108 kB | 16/38 kB Progress (4): 490/524 kB | 131/332 kB | 45/108 kB | 16/38 kB Progress (4): 490/524 kB | 135/332 kB | 45/108 kB | 16/38 kB Progress (4): 490/524 kB | 135/332 kB | 49/108 kB | 16/38 kB Progress (4): 490/524 kB | 135/332 kB | 53/108 kB | 16/38 kB Progress (4): 490/524 kB | 135/332 kB | 57/108 kB | 16/38 kB Progress (4): 494/524 kB | 135/332 kB | 57/108 kB | 16/38 kB Progress (4): 494/524 kB | 135/332 kB | 57/108 kB | 20/38 kB Progress (4): 498/524 kB | 135/332 kB | 57/108 kB | 20/38 kB Progress (4): 498/524 kB | 135/332 kB | 61/108 kB | 20/38 kB Progress (4): 498/524 kB | 135/332 kB | 65/108 kB | 20/38 kB Progress (4): 498/524 kB | 135/332 kB | 66/108 kB | 20/38 kB Progress (4): 498/524 kB | 135/332 kB | 70/108 kB | 20/38 kB Progress (4): 498/524 kB | 135/332 kB | 74/108 kB | 20/38 kB Progress (4): 498/524 kB | 135/332 kB | 78/108 kB | 20/38 kB Progress (4): 498/524 kB | 139/332 kB | 78/108 kB | 20/38 kB Progress (4): 498/524 kB | 139/332 kB | 82/108 kB | 20/38 kB Progress (4): 502/524 kB | 139/332 kB | 82/108 kB | 20/38 kB Progress (4): 502/524 kB | 139/332 kB | 82/108 kB | 24/38 kB Progress (4): 506/524 kB | 139/332 kB | 82/108 kB | 24/38 kB Progress (4): 506/524 kB | 139/332 kB | 86/108 kB | 24/38 kB Progress (5): 506/524 kB | 139/332 kB | 86/108 kB | 24/38 kB | 4.1/35 kB Progress (5): 506/524 kB | 143/332 kB | 86/108 kB | 24/38 kB | 4.1/35 kB Progress (5): 506/524 kB | 143/332 kB | 86/108 kB | 24/38 kB | 7.7/35 kB Progress (5): 506/524 kB | 143/332 kB | 90/108 kB | 24/38 kB | 7.7/35 kB Progress (5): 510/524 kB | 143/332 kB | 90/108 kB | 24/38 kB | 7.7/35 kB Progress (5): 510/524 kB | 143/332 kB | 90/108 kB | 28/38 kB | 7.7/35 kB Progress (5): 514/524 kB | 143/332 kB | 90/108 kB | 28/38 kB | 7.7/35 kB Progress (5): 514/524 kB | 143/332 kB | 94/108 kB | 28/38 kB | 7.7/35 kB Progress (5): 514/524 kB | 143/332 kB | 94/108 kB | 28/38 kB | 12/35 kB Progress (5): 514/524 kB | 147/332 kB | 94/108 kB | 28/38 kB | 12/35 kB Progress (5): 514/524 kB | 147/332 kB | 94/108 kB | 28/38 kB | 16/35 kB Progress (5): 514/524 kB | 147/332 kB | 98/108 kB | 28/38 kB | 16/35 kB Progress (5): 518/524 kB | 147/332 kB | 98/108 kB | 28/38 kB | 16/35 kB Progress (5): 518/524 kB | 147/332 kB | 98/108 kB | 32/38 kB | 16/35 kB Progress (5): 522/524 kB | 147/332 kB | 98/108 kB | 32/38 kB | 16/35 kB Progress (5): 522/524 kB | 147/332 kB | 102/108 kB | 32/38 kB | 16/35 kB Progress (5): 522/524 kB | 147/332 kB | 106/108 kB | 32/38 kB | 16/35 kB Progress (5): 522/524 kB | 147/332 kB | 106/108 kB | 32/38 kB | 20/35 kB Progress (5): 522/524 kB | 151/332 kB | 106/108 kB | 32/38 kB | 20/35 kB Progress (5): 522/524 kB | 151/332 kB | 106/108 kB | 32/38 kB | 24/35 kB Progress (5): 522/524 kB | 151/332 kB | 108 kB | 32/38 kB | 24/35 kB Progress (5): 524 kB | 151/332 kB | 108 kB | 32/38 kB | 24/35 kB Progress (5): 524 kB | 151/332 kB | 108 kB | 36/38 kB | 24/35 kB Progress (5): 524 kB | 151/332 kB | 108 kB | 36/38 kB | 28/35 kB Progress (5): 524 kB | 155/332 kB | 108 kB | 36/38 kB | 28/35 kB Progress (5): 524 kB | 155/332 kB | 108 kB | 36/38 kB | 32/35 kB Progress (5): 524 kB | 155/332 kB | 108 kB | 38 kB | 32/35 kB Progress (5): 524 kB | 155/332 kB | 108 kB | 38 kB | 33/35 kB Progress (5): 524 kB | 159/332 kB | 108 kB | 38 kB | 33/35 kB Progress (5): 524 kB | 159/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 163/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 164/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 168/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 172/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 176/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 180/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 184/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 188/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 192/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 196/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 197/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 201/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 205/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 209/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 213/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 217/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 221/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 225/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 229/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 229/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 233/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 237/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 241/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 245/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 249/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 253/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 257/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 261/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 265/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 269/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 273/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 277/332 kB | 108 kB | 38 kB | 35 kB Progress (5): 524 kB | 281/332 kB | 108 kB | 38 kB | 35 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 209 kB/s) Progress (4): 524 kB | 285/332 kB | 38 kB | 35 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 72 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar 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) Progress (2): 289/332 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 67 kB/s) Progress (1): 293/332 kB Progress (1): 297/332 kB Progress (1): 301/332 kB Progress (1): 305/332 kB Progress (1): 309/332 kB Progress (1): 313/332 kB Progress (1): 317/332 kB Progress (1): 321/332 kB Progress (1): 325/332 kB Progress (1): 329/332 kB Progress (1): 332 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 624 kB/s) Progress (1): 4.1/315 kB Progress (1): 7.7/315 kB Progress (1): 12/315 kB Progress (1): 16/315 kB Progress (1): 20/315 kB Progress (1): 24/315 kB Progress (1): 28/315 kB Progress (1): 32/315 kB Progress (1): 33/315 kB Progress (1): 37/315 kB Progress (1): 41/315 kB Progress (1): 45/315 kB Progress (1): 49/315 kB Progress (1): 53/315 kB Progress (1): 57/315 kB Progress (1): 61/315 kB Progress (1): 65/315 kB Progress (1): 66/315 kB Progress (1): 70/315 kB Progress (1): 74/315 kB Progress (1): 78/315 kB Progress (1): 82/315 kB Progress (1): 86/315 kB Progress (1): 90/315 kB Progress (1): 94/315 kB Progress (1): 98/315 kB Progress (1): 98/315 kB Progress (1): 102/315 kB Progress (1): 106/315 kB Progress (1): 110/315 kB Progress (1): 114/315 kB Progress (1): 118/315 kB Progress (1): 122/315 kB Progress (1): 126/315 kB Progress (1): 130/315 kB Progress (1): 134/315 kB Progress (1): 138/315 kB Progress (1): 142/315 kB Progress (1): 146/315 kB Progress (1): 150/315 kB Progress (1): 154/315 kB Progress (1): 158/315 kB Progress (1): 162/315 kB Progress (1): 166/315 kB Progress (1): 170/315 kB Progress (1): 174/315 kB Progress (1): 178/315 kB Progress (1): 182/315 kB Progress (1): 186/315 kB Progress (1): 190/315 kB Progress (1): 194/315 kB Progress (1): 197/315 kB Progress (1): 201/315 kB Progress (1): 205/315 kB Progress (1): 209/315 kB Progress (1): 213/315 kB Progress (1): 217/315 kB Progress (1): 221/315 kB Progress (1): 225/315 kB Progress (1): 229/315 kB Progress (1): 229/315 kB Progress (1): 233/315 kB Progress (1): 237/315 kB Progress (1): 241/315 kB Progress (1): 245/315 kB Progress (1): 249/315 kB Progress (1): 253/315 kB Progress (1): 257/315 kB Progress (1): 261/315 kB Progress (1): 262/315 kB Progress (1): 266/315 kB Progress (1): 270/315 kB Progress (1): 274/315 kB Progress (1): 278/315 kB Progress (1): 282/315 kB Progress (1): 286/315 kB Progress (1): 290/315 kB Progress (1): 294/315 kB Progress (1): 298/315 kB Progress (1): 302/315 kB Progress (1): 306/315 kB Progress (1): 310/315 kB Progress (1): 314/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 518 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 327 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar Progress (1): 4.1/153 kB Progress (1): 7.7/153 kB Progress (1): 12/153 kB Progress (1): 16/153 kB Progress (1): 20/153 kB Progress (1): 24/153 kB Progress (1): 28/153 kB Progress (1): 32/153 kB Progress (1): 33/153 kB Progress (1): 37/153 kB Progress (1): 41/153 kB Progress (1): 45/153 kB Progress (1): 49/153 kB Progress (1): 53/153 kB Progress (1): 57/153 kB Progress (1): 61/153 kB Progress (1): 65/153 kB Progress (1): 66/153 kB Progress (1): 70/153 kB Progress (1): 74/153 kB Progress (1): 78/153 kB Progress (1): 82/153 kB Progress (1): 86/153 kB Progress (1): 90/153 kB Progress (1): 94/153 kB Progress (1): 98/153 kB Progress (1): 98/153 kB Progress (1): 102/153 kB Progress (1): 106/153 kB Progress (1): 110/153 kB Progress (1): 114/153 kB Progress (1): 118/153 kB Progress (1): 122/153 kB Progress (1): 126/153 kB Progress (1): 130/153 kB Progress (1): 134/153 kB Progress (1): 138/153 kB Progress (1): 142/153 kB Progress (1): 146/153 kB Progress (1): 150/153 kB Progress (1): 153 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 5.1 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.1/download-maven-plugin-1.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.1/download-maven-plugin-1.2.1.pom Progress (1): 4.1/8.7 kB Progress (1): 7.7/8.7 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.1/download-maven-plugin-1.2.1.pom (8.7 kB at 193 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 302 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.1/download-maven-plugin-1.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.1/download-maven-plugin-1.2.1.jar Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.1/download-maven-plugin-1.2.1.jar (21 kB at 391 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom (2.3 kB at 50 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom (16 kB at 388 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar (18 kB at 410 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 13 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 132 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 496 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 21 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 141 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Progress (1): 4.1/6.7 kB Progress (1): 6.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 216 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 292 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 492 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 95 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 63 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 120 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Progress (1): 492 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 15 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 191 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.10/junit-4.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (2.3 kB at 76 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom Progress (1): 481 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 17 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 196 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 98 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 64 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 55 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Progress (1): 424 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 7.6 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 100 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 55 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 36 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 40 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 68 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 50 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 55 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 229 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 57 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 39 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 107 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Progress (1): 675 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (675 B at 29 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 44 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 49 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 37 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 54 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 37 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 38 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 49 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 7.4 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (1): 0.1/1.5 MB Progress (2): 0.1/1.5 MB | 4.1/4.2 kB Progress (2): 0.1/1.5 MB | 4.1/4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.1/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 4.2 kB Progress (2): 0.2/1.5 MB | 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 74 kB/s) Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.2/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.3/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.4/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.5/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.6/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.7/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.8/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 0.9/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.0/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.1/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar (1.5 MB at 8.1 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom (1.4 kB at 49 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar (14 kB at 253 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom (2.0 kB at 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar (22 kB at 536 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 464 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Progress (1): 4.1/316 kB Progress (1): 7.7/316 kB Progress (1): 12/316 kB Progress (1): 16/316 kB Progress (1): 20/316 kB Progress (1): 24/316 kB Progress (1): 28/316 kB Progress (1): 32/316 kB Progress (1): 36/316 kB Progress (1): 40/316 kB Progress (1): 44/316 kB Progress (1): 48/316 kB Progress (1): 52/316 kB Progress (1): 56/316 kB Progress (1): 60/316 kB Progress (1): 64/316 kB Progress (1): 68/316 kB Progress (1): 72/316 kB Progress (1): 76/316 kB Progress (1): 80/316 kB Progress (1): 84/316 kB Progress (1): 88/316 kB Progress (1): 92/316 kB Progress (1): 96/316 kB Progress (1): 100/316 kB Progress (1): 104/316 kB Progress (1): 108/316 kB Progress (1): 112/316 kB Progress (1): 116/316 kB Progress (1): 120/316 kB Progress (1): 124/316 kB Progress (1): 128/316 kB Progress (1): 132/316 kB Progress (1): 136/316 kB Progress (1): 140/316 kB Progress (1): 144/316 kB Progress (1): 148/316 kB Progress (1): 152/316 kB Progress (1): 156/316 kB Progress (1): 160/316 kB Progress (1): 164/316 kB Progress (1): 168/316 kB Progress (1): 172/316 kB Progress (1): 176/316 kB Progress (1): 180/316 kB Progress (1): 184/316 kB Progress (1): 188/316 kB Progress (1): 192/316 kB Progress (1): 196/316 kB Progress (1): 200/316 kB Progress (1): 204/316 kB Progress (1): 208/316 kB Progress (1): 212/316 kB Progress (1): 216/316 kB Progress (1): 220/316 kB Progress (1): 224/316 kB Progress (1): 228/316 kB Progress (1): 232/316 kB Progress (1): 236/316 kB Progress (1): 240/316 kB Progress (1): 244/316 kB Progress (1): 248/316 kB Progress (1): 252/316 kB Progress (1): 256/316 kB Progress (1): 260/316 kB Progress (1): 264/316 kB Progress (1): 268/316 kB Progress (1): 272/316 kB Progress (1): 276/316 kB Progress (1): 280/316 kB Progress (1): 284/316 kB Progress (1): 288/316 kB Progress (1): 292/316 kB Progress (1): 296/316 kB Progress (1): 300/316 kB Progress (1): 304/316 kB Progress (1): 308/316 kB Progress (1): 312/316 kB Progress (1): 316/316 kB Progress (1): 316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 5.8 MB/s) [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/staging/2019-12/ [INFO] Fetching p2.index from http://download.eclipse.org/staging/2019-12/ [INFO] Adding repository http://download.eclipse.org/staging/2019-12 [INFO] Fetching content.jar from http://download.eclipse.org/staging/2019-12/ (3.04MB) [INFO] Fetching content.jar from http://download.eclipse.org/staging/2019-12/ (3.04MB) [INFO] Fetching p2.index from http://download.eclipse.org/technology/swtbot/snapshots/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/swtbot/snapshots/ [INFO] Adding repository http://download.eclipse.org/technology/swtbot/snapshots [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/swtbot/snapshots/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/swtbot/snapshots/ [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20191007144714/repository/ [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20191007144714/repository/ [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/S20191007144714/repository [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/S20191007144714/repository/ [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/S20191007144714/repository/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/ (107.42kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/ (107.42kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/ [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/ [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Fetching org.eclipse.osgi_3.15.100.v20191001-1028.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (458.46kB) [INFO] Fetching org.eclipse.osgi_3.15.100.v20191001-1028.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (458.46kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (154.23kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (154.23kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.65kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.65kB) [INFO] Fetching org.eclipse.swt_3.112.100.v20191008-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.04kB) [INFO] Fetching org.eclipse.swt_3.112.100.v20191008-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.04kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.18kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.18kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.112.100.v20191008-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (818.69kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.112.100.v20191008-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (818.69kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.112.100.v20191008-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.1MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.112.100.v20191008-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.1MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.112.100.v20191008-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1,007.56kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.112.100.v20191008-0601.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1,007.56kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Fetching com.ibm.icu.base_58.2.0.v20181010-1334.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (83.5kB) [INFO] Fetching com.ibm.icu.base_58.2.0.v20181010-1334.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (83.5kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/staging/2019-12/plugins/ (35.59kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/staging/2019-12/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/staging/2019-12/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/staging/2019-12/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.95kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.95kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (258.72kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (258.72kB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.03kB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.03kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.52kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.52kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.71kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.71kB) [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.86MB) [INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.86MB) [INFO] Fetching org.eclipse.core.commands_3.9.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.94kB) [INFO] Fetching org.eclipse.core.commands_3.9.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.94kB) [INFO] Fetching org.eclipse.equinox.common_3.10.600.v20191004-1420.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (52.5kB) [INFO] Fetching org.eclipse.equinox.common_3.10.600.v20191004-1420.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (52.5kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (41.62kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (41.62kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.600.v20191003-0536.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (54.53kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.600.v20191003-0536.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (54.53kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.600.v20191008-0645.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.35kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.600.v20191008-0645.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.35kB) [INFO] Fetching org.eclipse.core.databinding_1.7.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.75kB) [INFO] Fetching org.eclipse.core.databinding_1.7.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.75kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.8.100.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (82.53kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.8.100.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (82.53kB) [INFO] Fetching org.eclipse.core.databinding.property_1.7.200.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.79kB) [INFO] Fetching org.eclipse.core.databinding.property_1.7.200.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.79kB) [INFO] Fetching org.eclipse.core.expressions_3.6.600.v20191005-1353.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.81kB) [INFO] Fetching org.eclipse.core.expressions_3.6.600.v20191005-1353.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.81kB) [INFO] Fetching org.eclipse.core.runtime_3.16.100.v20191002-0911.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.67kB) [INFO] Fetching org.eclipse.core.runtime_3.16.100.v20191002-0911.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.67kB) [INFO] Fetching org.eclipse.core.jobs_3.10.600.v20190917-1029.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.11kB) [INFO] Fetching org.eclipse.core.jobs_3.10.600.v20190917-1029.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.11kB) [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.16kB) [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.16kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.78kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.800.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.78kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (25.92kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (25.92kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/staging/2019-12/plugins/ (14.07kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/staging/2019-12/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.300.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.59kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.300.v20190916-2125.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.59kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.100.v20190925-0538.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (28.41kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.100.v20190925-0538.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (28.41kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.500.v20190925-0538.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar from http://download.eclipse.org/staging/2019-12/plugins/ (11.15kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar from http://download.eclipse.org/staging/2019-12/plugins/ (11.15kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.67kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.67kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.500.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.15kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.500.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.15kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (98kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (98kB) [INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (485.49kB) [INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (485.49kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.700.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.97kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.700.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.97kB) [INFO] Fetching org.eclipse.jface_3.18.0.v20191007-0922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (359.96kB) [INFO] Fetching org.eclipse.jface_3.18.0.v20191007-0922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (359.96kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.900.v20191007-1125.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (65.08kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.900.v20191007-1125.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (65.08kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.700.v20191008-0717.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.45kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.700.v20191008-0717.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.45kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191004-1408.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.97kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.500.v20191004-1408.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.97kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.82kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.82kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.82kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.82kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (112.28kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (112.28kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.16kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.16kB) [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.7kB) [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.7kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.46kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.46kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.0.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (85.82kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.0.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (85.82kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.99kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.99kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (84.2kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (84.2kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20190927-0635.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.86kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.700.v20190927-0635.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.86kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (94.13kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.900.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (94.13kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (61.45kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.800.v20190930-1643.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (61.45kB) [INFO] Fetching org.eclipse.jface.databinding_1.9.200.v20191007-0741.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.61kB) [INFO] Fetching org.eclipse.jface.databinding_1.9.200.v20191007-0741.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.61kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.07kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.07kB) [INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (115.06kB) [INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (115.06kB) [INFO] Fetching org.eclipse.help_3.8.500.v20190624-2105.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (125.96kB) [INFO] Fetching org.eclipse.help_3.8.500.v20190624-2105.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (125.96kB) [INFO] Fetching org.eclipse.jface.text_3.16.100.v20190926-0902.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (319.67kB) [INFO] Fetching org.eclipse.jface.text_3.16.100.v20190926-0902.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (319.67kB) [INFO] Fetching org.eclipse.text_3.10.0.v20191004-1446.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (100.83kB) [INFO] Fetching org.eclipse.text_3.10.0.v20191004-1446.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (100.83kB) [INFO] Fetching org.eclipse.ui_3.114.100.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (361.79kB) [INFO] Fetching org.eclipse.ui_3.114.100.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (361.79kB) [INFO] Fetching org.eclipse.ui.workbench_3.117.0.v20191006-0926.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1,005.97kB) [INFO] Fetching org.eclipse.ui.workbench_3.117.0.v20191006-0926.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1,005.97kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Fetching org.eclipse.compare.core_3.6.700.v20190925-1021.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.04kB) [INFO] Fetching org.eclipse.compare.core_3.6.700.v20190925-1021.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.04kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.800.v20190916-1330.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (41.94kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.800.v20190916-1330.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (41.94kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.600.v20190910-1529.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.79kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.600.v20190910-1529.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.79kB) [INFO] Fetching org.eclipse.core.resources_3.13.600.v20190925-0922.jar from http://download.eclipse.org/staging/2019-12/plugins/ (872.79kB) [INFO] Fetching org.eclipse.core.resources_3.13.600.v20190925-0922.jar from http://download.eclipse.org/staging/2019-12/plugins/ (872.79kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.200.v20191008-0718.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.94kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.200.v20191008-0718.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.94kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.200.v20191002-0850.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.98kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.200.v20191002-0850.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.98kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.500.v20191001-2114.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (74.69kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.500.v20191001-2114.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (74.69kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.01kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.600.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.01kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.95kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.300.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.95kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.600.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.47kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.600.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.47kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.42kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.security_1.3.400.v20191008-0645.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.58kB) [INFO] Fetching org.eclipse.equinox.security_1.3.400.v20191008-0645.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.58kB) [INFO] Fetching org.eclipse.ui.editors_3.13.0.v20190917-0956.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (197.03kB) [INFO] Fetching org.eclipse.ui.editors_3.13.0.v20190917-0956.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (197.03kB) [INFO] Fetching org.eclipse.ui.ide_3.16.100.v20191001-1055.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (961.93kB) [INFO] Fetching org.eclipse.ui.ide_3.16.100.v20191001-1055.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (961.93kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.0.v20191004-1446.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (234.24kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.0.v20191004-1446.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (234.24kB) [INFO] Fetching org.eclipse.ui.navigator_3.9.100.v20191001-1929.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (134.18kB) [INFO] Fetching org.eclipse.ui.navigator_3.9.100.v20191001-1929.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (134.18kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Fetching org.eclipse.ui.forms_3.8.200.v20191002-1102.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (123.31kB) [INFO] Fetching org.eclipse.ui.forms_3.8.200.v20191002-1102.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (123.31kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.uiforms/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jface/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (31.66kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-annotations_2.9.9.v20190906-1522.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (31.66kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (128.56kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-core_2.9.9.v20190906-1522.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (128.56kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (383.02kB) [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.9.93.v20190906-1522.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (383.02kB) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.5MB) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.5MB) [INFO] Fetching org.eclipse.core.variables_3.4.700.v20190924-0615.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (18.03kB) [INFO] Fetching org.eclipse.core.variables_3.4.700.v20190924-0615.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (18.03kB) [INFO] Fetching org.eclipse.debug.core_3.14.100.v20190924-0615.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (125.51kB) [INFO] Fetching org.eclipse.debug.core_3.14.100.v20190924-0615.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (125.51kB) [INFO] Fetching org.eclipse.debug.ui_3.14.300.v20191007-0943.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1MB) [INFO] Fetching org.eclipse.debug.ui_3.14.300.v20191007-0943.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1MB) [INFO] Fetching org.eclipse.ui.console_3.9.0.v20191008-0829.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (85.02kB) [INFO] Fetching org.eclipse.ui.console_3.9.0.v20191008-0829.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (85.02kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (19.47kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (19.47kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.94kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.200.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.94kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.300.v20190916-1926.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (58.04kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.300.v20190916-1926.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (58.04kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (38.81kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.500.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (38.81kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.500.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.07kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.500.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.07kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (103.26kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (72.9kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.400.v20190925-1738.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.84kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.400.v20190925-1738.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.84kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.600.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.93kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.600.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.93kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.16kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.16kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (105.15kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (105.15kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.56kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.56kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (287.13kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.700.v20190930-1517.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (287.13kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.3kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.500.v20191003-0536.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.3kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.300.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.41kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.300.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.41kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (283.72kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (283.72kB) [INFO] Fetching org.eclipse.ui.browser_3.6.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (97.33kB) [INFO] Fetching org.eclipse.ui.browser_3.6.600.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (97.33kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.900.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (84.57kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.900.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (84.57kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://download.eclipse.org/staging/2019-12/plugins/ (291.62kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://download.eclipse.org/staging/2019-12/plugins/ (291.62kB) [INFO] Fetching org.eclipse.wst.server.core_1.10.0.v201903232121.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (118.71kB) [INFO] Fetching org.eclipse.wst.server.core_1.10.0.v201903232121.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (118.71kB) [INFO] Fetching org.eclipse.wst.server.ui_1.5.500.v201908161932.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (264.05kB) [INFO] Fetching org.eclipse.wst.server.ui_1.5.500.v201908161932.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (264.05kB) [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.69kB) [INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.69kB) [INFO] Fetching org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (91.12kB) [INFO] Fetching org.yaml.snakeyaml_1.14.0.v201604211500.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (91.12kB) [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.05kB) [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.05kB) [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.600.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.37kB) [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.600.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.37kB) [INFO] Fetching org.eclipse.wst.server.discovery_1.3.100.v201908162005.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (41.72kB) [INFO] Fetching org.eclipse.wst.server.discovery_1.3.100.v201908162005.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (41.72kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.eclipse/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (215.67kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (215.67kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (366.65kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef.spy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (59.62kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (59.62kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (96.83kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (96.83kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.17.0.v20190920-0412.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.81kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.17.0.v20190920-0412.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.81kB) [INFO] Fetching org.eclipse.ui.views_3.10.100.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.6kB) [INFO] Fetching org.eclipse.ui.views_3.10.100.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.6kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/staging/2019-12/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/staging/2019-12/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/staging/2019-12/plugins/ (403.76kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/staging/2019-12/plugins/ (403.76kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/staging/2019-12/plugins/ (85.1kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/staging/2019-12/plugins/ (85.1kB) [INFO] Fetching org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (95.62kB) [INFO] Fetching org.eclipse.graphiti_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (95.62kB) [INFO] Fetching org.eclipse.graphiti.mm_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (58kB) [INFO] Fetching org.eclipse.graphiti.mm_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (58kB) [INFO] Fetching org.eclipse.graphiti.ui_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (226.24kB) [INFO] Fetching org.eclipse.graphiti.ui_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (226.24kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.700.v20191002-1102.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (40.72kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.700.v20191002-1102.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (40.72kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.graphiti/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.direct/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.0.v20191009-0503.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.53kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.0.v20191009-0503.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.53kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jdt.junit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.extension:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit.extension/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.selenium/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.selenium/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.selenium/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.requirements/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (2.83MB) [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (2.83MB) [INFO] Fetching org.eclipse.ant.core_3.5.600.v20190914-1928.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.79kB) [INFO] Fetching org.eclipse.ant.core_3.5.600.v20190914-1928.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.79kB) [INFO] Fetching org.eclipse.ant.launching_1.2.700.v20190925-0438.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (100.87kB) [INFO] Fetching org.eclipse.ant.launching_1.2.700.v20190925-0438.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (100.87kB) [INFO] Fetching org.eclipse.jdt.launching_3.15.100.v20190930-2007.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (273.65kB) [INFO] Fetching org.eclipse.jdt.launching_3.15.100.v20190930-2007.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (273.65kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.500.v20190924-0615.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.7kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.500.v20190924-0615.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.7kB) [INFO] Fetching org.eclipse.jdt.core_3.20.0.v20191009-1609.jar from http://download.eclipse.org/staging/2019-12/plugins/ (6.7MB) [INFO] Fetching org.eclipse.jdt.core_3.20.0.v20191009-1609.jar from http://download.eclipse.org/staging/2019-12/plugins/ (6.7MB) [INFO] Fetching org.eclipse.ant.ui_3.7.600.v20190925-0438.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (489.95kB) [INFO] Fetching org.eclipse.ant.ui_3.7.600.v20190925-0438.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (489.95kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.500.v20190924-0615.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (66.08kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.500.v20190924-0615.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (66.08kB) [INFO] Fetching org.eclipse.jdt.ui_3.20.0.v20191008-0011.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (3.9MB) [INFO] Fetching org.eclipse.jdt.ui_3.20.0.v20191008-0011.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (3.9MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.500.v20191006-1336.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.66MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.500.v20191006-1336.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.66MB) [INFO] Fetching org.eclipse.team.core_3.8.800.v20190925-1852.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (127.04kB) [INFO] Fetching org.eclipse.team.core_3.8.800.v20190925-1852.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (127.04kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.300.v20191008-0011.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.15kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.300.v20191008-0011.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.15kB) [INFO] Fetching org.eclipse.jdt.junit_3.11.600.v20191008-0011.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (235.97kB) [INFO] Fetching org.eclipse.jdt.junit_3.11.600.v20191008-0011.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (235.97kB) [INFO] Fetching org.eclipse.compare_3.7.800.v20190926-2131.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (304.76kB) [INFO] Fetching org.eclipse.compare_3.7.800.v20190926-2131.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (304.76kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (37.89kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (37.89kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191001-2114.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.06kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.300.v20191001-2114.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.06kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (121.79kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (121.79kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.15kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.500.v20191002-0702.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.15kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.0.v20191008-0011.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (469.73kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.0.v20191008-0011.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (469.73kB) [INFO] Fetching org.eclipse.jdt.debug_3.14.0.v20191006-1336.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (934.52kB) [INFO] Fetching org.eclipse.jdt.debug_3.14.0.v20191006-1336.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (934.52kB) [INFO] Fetching org.eclipse.search_3.11.800.v20190913-0707.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (216.5kB) [INFO] Fetching org.eclipse.search_3.11.800.v20190913-0707.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (216.5kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.100.v20191008-0011.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (181.66kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.100.v20191008-0011.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (181.66kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.500.v20190919-1939.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (65.6kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.500.v20190919-1939.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (65.6kB) [INFO] Fetching org.eclipse.team.ui_3.8.700.v20190925-1852.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (494.27kB) [INFO] Fetching org.eclipse.team.ui_3.8.700.v20190925-1852.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (494.27kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.100.v20190930-1608.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.14kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.100.v20190930-1608.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (71.14kB) [INFO] Fetching org.eclipse.pde.build_3.10.600.v20191001-0444.jar from http://download.eclipse.org/staging/2019-12/plugins/ (478.6kB) [INFO] Fetching org.eclipse.pde.build_3.10.600.v20191001-0444.jar from http://download.eclipse.org/staging/2019-12/plugins/ (478.6kB) [INFO] Fetching org.eclipse.pde.core_3.13.200.v20190930-1253.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.29MB) [INFO] Fetching org.eclipse.pde.core_3.13.200.v20190930-1253.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.29MB) [INFO] Fetching org.eclipse.update.configurator_3.4.400.v20190913-2047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.17kB) [INFO] Fetching org.eclipse.update.configurator_3.4.400.v20190913-2047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.17kB) [INFO] Fetching org.eclipse.pde.launching_3.7.800.v20190930-0823.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (51.4kB) [INFO] Fetching org.eclipse.pde.launching_3.7.800.v20190930-0823.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (51.4kB) [INFO] Fetching org.eclipse.pde.ui_3.11.200.v20191003-0935.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.47MB) [INFO] Fetching org.eclipse.pde.ui_3.11.200.v20191003-0935.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.47MB) [INFO] Fetching org.eclipse.ui.intro_3.5.800.v20190925-0515.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (141.87kB) [INFO] Fetching org.eclipse.ui.intro_3.5.800.v20190925-0515.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (141.87kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.600.v20190917-1424.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (147.39kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.600.v20190917-1424.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (147.39kB) [INFO] Fetching org.eclipse.ui.trace_1.1.700.v20190929-1236.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26.3kB) [INFO] Fetching org.eclipse.ui.trace_1.1.700.v20190929-1236.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26.3kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.600.v20191009-0939.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.24kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.600.v20191009-0939.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.24kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.spy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Fetching org.eclipse.swtbot.generator_2.9.0.201909110845.jar.pack.gz from http://download.eclipse.org/technology/swtbot/snapshots/plugins/ (39.29kB) [INFO] Fetching org.eclipse.swtbot.generator_2.9.0.201909110845.jar.pack.gz from http://download.eclipse.org/technology/swtbot/snapshots/plugins/ (39.29kB) [INFO] Fetching org.eclipse.swtbot.generator.jdt_2.9.0.201909110845.jar.pack.gz from http://download.eclipse.org/technology/swtbot/snapshots/plugins/ (24.56kB) [INFO] Fetching org.eclipse.swtbot.generator.jdt_2.9.0.201909110845.jar.pack.gz from http://download.eclipse.org/technology/swtbot/snapshots/plugins/ (24.56kB) [INFO] Fetching org.eclipse.swtbot.generator.ui_2.9.0.201909110845.jar.pack.gz from http://download.eclipse.org/technology/swtbot/snapshots/plugins/ (12.89kB) [INFO] Fetching org.eclipse.swtbot.generator.ui_2.9.0.201909110845.jar.pack.gz from http://download.eclipse.org/technology/swtbot/snapshots/plugins/ (12.89kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.recorder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.go:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.go/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.logparser/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.codegen/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.32kB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.32kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/test-apps/org.eclipse.reddeer.e4/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.700.v20190925-1021.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.76kB) [INFO] Fetching org.eclipse.core.net_1.3.700.v20190925-1021.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.76kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.500.v20190715-1310.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.92kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.500.v20190715-1310.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.92kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.500.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.59kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.500.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.59kB) [INFO] Fetching org.eclipse.urischeme_1.0.400.v20190621-1448.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.43kB) [INFO] Fetching org.eclipse.urischeme_1.0.400.v20190621-1448.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.43kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.common.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (743.15kB) [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (743.15kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/staging/2019-12/plugins/ (249kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/staging/2019-12/plugins/ (249kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (114.7kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (114.7kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (405.11kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (405.11kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.52kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.52kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.6.0.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26.22kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.6.0.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26.22kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (61.26kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (61.26kB) [INFO] Fetching org.eclipse.m2e.archetype.common_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.91MB) [INFO] Fetching org.eclipse.m2e.archetype.common_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.91MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (7.18MB) [INFO] Fetching org.eclipse.m2e.maven.runtime_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (7.18MB) [INFO] Fetching org.eclipse.m2e.core_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (200.57kB) [INFO] Fetching org.eclipse.m2e.core_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (200.57kB) [INFO] Fetching org.eclipse.m2e.maven.indexer_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.08MB) [INFO] Fetching org.eclipse.m2e.maven.indexer_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.08MB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.56kB) [INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.56kB) [INFO] Fetching org.slf4j.api_1.7.10.v20170428-1633.jar from http://download.eclipse.org/staging/2019-12/plugins/ (42.5kB) [INFO] Fetching org.slf4j.api_1.7.10.v20170428-1633.jar from http://download.eclipse.org/staging/2019-12/plugins/ (42.5kB) [INFO] Fetching org.eclipse.m2e.core.ui_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (223.23kB) [INFO] Fetching org.eclipse.m2e.core.ui_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (223.23kB) [INFO] Fetching org.eclipse.m2e.model.edit_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (126.15kB) [INFO] Fetching org.eclipse.m2e.model.edit_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (126.15kB) [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.41kB) [INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.13.0.20190716-1623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.41kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.31kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.31kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201901310548.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (155.07kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201901310548.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (155.07kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (255.1kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (255.1kB) [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.25kB) [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (43.25kB) [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.1kB) [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.1kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.65kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.65kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.core.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Fetching org.eclipse.jdt_3.18.200.v20191009-1800.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.14kB) [INFO] Fetching org.eclipse.jdt_3.18.200.v20191009-1800.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.14kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.jface.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ [INFO] Adding repository http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ [INFO] Adding repository http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository [INFO] Fetching content.xml.xz from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/ [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.97kB) [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.97kB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/staging/2019-12/plugins/ (2.55MB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/staging/2019-12/plugins/ (2.55MB) [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.14MB) [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.14MB) [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (237.98kB) [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (237.98kB) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (112.2kB) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (112.2kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (82.7kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.91kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (108.91kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (329.69kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (329.69kB) [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (692.97kB) [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (692.97kB) [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (899.59kB) [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (899.59kB) [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (923.82kB) [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (923.82kB) [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.23kB) [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.23kB) [INFO] Fetching org.apache.lucene.misc_8.0.0.v20190418-1455.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.63kB) [INFO] Fetching org.apache.lucene.misc_8.0.0.v20190418-1455.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.63kB) [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (135.95kB) [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (135.95kB) [INFO] Fetching org.eclipse.datatools.connectivity_1.14.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (271kB) [INFO] Fetching org.eclipse.datatools.connectivity_1.14.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (271kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.58kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.58kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (13.22kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (13.22kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (566.23kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (566.23kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (166.45kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (166.45kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (344.11kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (344.11kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (563.53kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (563.53kB) [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.92kB) [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (17.92kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (340.78kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (340.78kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (621.78kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.3.201.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (621.78kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (228.74kB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (228.74kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (91.99kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (91.99kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from http://download.eclipse.org/staging/2019-12/plugins/ (97.48kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from http://download.eclipse.org/staging/2019-12/plugins/ (97.48kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (189.45kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (189.45kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (130.23kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (130.23kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (31.85kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (31.85kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (46.89kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (46.89kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (369.84kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (369.84kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (462.62kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (462.62kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (139.66kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (139.66kB) [INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (126.91kB) [INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (126.91kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.5kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.5kB) [INFO] Fetching org.eclipse.epp.logging.aeri.core_2.0.7.v20180504-0806.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (54.88kB) [INFO] Fetching org.eclipse.epp.logging.aeri.core_2.0.7.v20180504-0806.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (54.88kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (123.59kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (123.59kB) [INFO] Fetching org.eclipse.epp.logging.aeri.ide_2.0.7.v20180504-0806.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (152.06kB) [INFO] Fetching org.eclipse.epp.logging.aeri.ide_2.0.7.v20180504-0806.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (152.06kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (104.32kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (104.32kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (201.34kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (201.34kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (37.81kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (37.81kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (10.45kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (10.45kB) [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (91.62kB) [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (91.62kB) [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (47.5kB) [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (47.5kB) [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (36.03kB) [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (36.03kB) [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.26kB) [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.26kB) [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.69kB) [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.69kB) [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.44kB) [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.44kB) [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (130.09kB) [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (130.09kB) [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (53.03kB) [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (53.03kB) [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (135.62kB) [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (135.62kB) [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.34kB) [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.34kB) [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (63.68kB) [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (63.68kB) [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (51.13kB) [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (51.13kB) [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (91.93kB) [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (91.93kB) [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.07kB) [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.07kB) [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.6kB) [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.6kB) [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (330.37kB) [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (330.37kB) [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (53.33kB) [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (53.33kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.47kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.47kB) [INFO] Fetching org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (860.16kB) [INFO] Fetching org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (860.16kB) [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (589.3kB) [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (589.3kB) [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (361.12kB) [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (361.12kB) [INFO] Fetching org.eclipse.wst.web.ui_1.2.100.v201902281912.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.81kB) [INFO] Fetching org.eclipse.wst.web.ui_1.2.100.v201902281912.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (42.81kB) [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.36kB) [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.36kB) [INFO] Fetching org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (36.61kB) [INFO] Fetching org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (36.61kB) [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (73.1kB) [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (73.1kB) [INFO] Fetching org.eclipse.jst.server.core_1.2.500.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.76kB) [INFO] Fetching org.eclipse.jst.server.core_1.2.500.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.76kB) [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (39.92kB) [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (39.92kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.400.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.87kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.400.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24.87kB) [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (39.31kB) [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (39.31kB) [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.05kB) [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.05kB) [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (172.3kB) [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (172.3kB) [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (223.22kB) [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (223.22kB) [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.8kB) [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.8kB) [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.58kB) [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (79.58kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (87.57kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (87.57kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (69.6kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (69.6kB) [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (181kB) [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (181kB) [INFO] Fetching org.eclipse.wst.css.ui_1.1.200.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.91kB) [INFO] Fetching org.eclipse.wst.css.ui_1.1.200.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.91kB) [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (334.57kB) [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (334.57kB) [INFO] Fetching org.eclipse.wst.sse.ui_1.6.0.v201905291408.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (313.09kB) [INFO] Fetching org.eclipse.wst.sse.ui_1.6.0.v201905291408.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (313.09kB) [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v201908192247.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (209.71kB) [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v201908192247.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (209.71kB) [INFO] Fetching org.eclipse.wst.html.ui_1.1.200.v201905301652.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (115.57kB) [INFO] Fetching org.eclipse.wst.html.ui_1.1.200.v201905301652.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (115.57kB) [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.2MB) [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.2MB) [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.37kB) [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.37kB) [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.400.v201908150108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (2.32MB) [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.400.v201908150108.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (2.32MB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/tools/gef/updates/legacy/releases/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/gef/updates/legacy/releases/ [INFO] Adding repository http://download.eclipse.org/tools/gef/updates/legacy/releases [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/gef/updates/legacy/releases/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/gef/updates/legacy/releases/ [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/ (11.25kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/ (11.77kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/ (8.86kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/ (8.55kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/ (8.91kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/ (9.19kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/ (9.19kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/ (9.3kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/ (11.55kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/ (11.67kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/ (11.46kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/ (11.6kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/ (11.84kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/ (11.7kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/ (16.59kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/ (16.72kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/ (16.67kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/ (16.86kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/ (11.71kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/ (11.59kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/ (16.83kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/ (11.75kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.direct.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (634.79kB) [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (634.79kB) [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (23.9kB) [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (23.9kB) [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (32.1kB) [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (32.1kB) [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (170.56kB) [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (170.56kB) [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (27.19kB) [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (27.19kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.junit.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.requirements.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.600.v20190929-1236.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.99kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.600.v20190929-1236.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.99kB) [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.e4.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.e4.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.eclipse.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.gef.spy.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.swt.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.swt.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.tests.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.ui.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.recorder.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.graphiti.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.spy.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.spy.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.logparser.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.selenium.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.selenium.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.selenium.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.codegen.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.reddeer:org.eclipse.reddeer.site:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] RedDeer Parent POM File [pom] [INFO] RedDeer Plugins [pom] [INFO] RedDeer Common [eclipse-plugin] [INFO] RedDeer Workbench Core [eclipse-plugin] [INFO] RedDeer E4 Workbench Core [eclipse-plugin] [INFO] RedDeer Core [eclipse-plugin] [INFO] RedDeer SWT [eclipse-plugin] [INFO] RedDeer JFace [eclipse-plugin] [INFO] RedDeer Workbench [eclipse-plugin] [INFO] RedDeer E4 Workbench [eclipse-plugin] [INFO] RedDeer UIForms [eclipse-plugin] [INFO] RedDeer Direct [eclipse-plugin] [INFO] RedDeer JUnit [eclipse-plugin] [INFO] RedDeer Eclipse [eclipse-plugin] [INFO] RedDeer GEF [eclipse-plugin] [INFO] RedDeer GEF Spy [eclipse-plugin] [INFO] RedDeer Graphiti [eclipse-plugin] [INFO] RedDeer JDT Junit [eclipse-plugin] [INFO] RedDeer JUnit Extensions [eclipse-plugin] [INFO] RedDeer Selenium [eclipse-plugin] [INFO] RedDeer Requirements [eclipse-plugin] [INFO] RedDeer UI [eclipse-plugin] [INFO] RedDeer Spy [eclipse-plugin] [INFO] RedDeer Recorder [eclipse-plugin] [INFO] RedDeer Go [eclipse-plugin] [INFO] RedDeer Log Parser [eclipse-plugin] [INFO] RedDeer CodeGen [eclipse-plugin] [INFO] RedDeer Test-Apps [pom] [INFO] RedDeer E4 Test App [eclipse-plugin] [INFO] RedDeer Tests [pom] [INFO] RedDeer Common Tests [eclipse-test-plugin] [INFO] RedDeer SWT Tests [eclipse-test-plugin] [INFO] RedDeer Core Tests [eclipse-test-plugin] [INFO] RedDeer Workbench Tests [eclipse-test-plugin] [INFO] RedDeer UIForms Test [eclipse-test-plugin] [INFO] RedDeer JFace Tests [eclipse-test-plugin] [INFO] RedDeer Eclipse Tests [eclipse-test-plugin] [INFO] RedDeer GEF Tests [eclipse-test-plugin] [INFO] RedDeer Graphiti Tests [eclipse-test-plugin] [INFO] RedDeer Direct Tests [eclipse-test-plugin] [INFO] RedDeer JUnit Tests [eclipse-test-plugin] [INFO] RedDeer Requirements Tests [eclipse-test-plugin] [INFO] RedDeer UI Tests [eclipse-test-plugin] [INFO] RedDeer E4 Workbench Tests [eclipse-test-plugin] [INFO] RedDeer Features [pom] [INFO] RedDeer E4 Feature [eclipse-feature] [INFO] RedDeer Eclipse Feature [eclipse-feature] [INFO] RedDeer GEF Spy Feature [eclipse-feature] [INFO] RedDeer SWT Feature [eclipse-feature] [INFO] RedDeer Tests Feature [eclipse-feature] [INFO] RedDeer UI Feature [eclipse-feature] [INFO] RedDeer Recorder Feature [eclipse-feature] [INFO] RedDeer GEF/Graphiti Feature [eclipse-feature] [INFO] RedDeer Spy Feature [eclipse-feature] [INFO] RedDeer Log Parser Feature [eclipse-feature] [INFO] RedDeer Selenium Feature [eclipse-feature] [INFO] RedDeer CodeGen Feature [eclipse-feature] [INFO] RedDeer Site [eclipse-repository] [INFO] RedDeer Archetype [maven-archetype] [INFO] RedDeer JaCoCo Report [pom] [INFO] [INFO] ---------------------< org.eclipse.reddeer:parent >--------------------- [INFO] Building RedDeer Parent POM File 2.8.0-SNAPSHOT [1/60] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 131 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 298 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/226 kB Progress (2): 13 kB | 7.7/226 kB Progress (2): 13 kB | 12/226 kB Progress (2): 13 kB | 16/226 kB Progress (2): 13 kB | 20/226 kB Progress (2): 13 kB | 24/226 kB Progress (2): 13 kB | 28/226 kB Progress (2): 13 kB | 32/226 kB Progress (2): 13 kB | 36/226 kB Progress (2): 13 kB | 40/226 kB Progress (2): 13 kB | 44/226 kB Progress (2): 13 kB | 48/226 kB Progress (2): 13 kB | 52/226 kB Progress (2): 13 kB | 56/226 kB Progress (2): 13 kB | 60/226 kB Progress (2): 13 kB | 64/226 kB Progress (2): 13 kB | 68/226 kB Progress (2): 13 kB | 72/226 kB Progress (2): 13 kB | 76/226 kB Progress (2): 13 kB | 80/226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 390 kB/s) Progress (1): 84/226 kB Progress (1): 88/226 kB Progress (1): 92/226 kB Progress (1): 96/226 kB Progress (1): 100/226 kB Progress (1): 104/226 kB Progress (1): 108/226 kB Progress (1): 112/226 kB Progress (1): 116/226 kB Progress (1): 120/226 kB Progress (1): 124/226 kB Progress (1): 128/226 kB Progress (1): 132/226 kB Progress (1): 136/226 kB Progress (1): 140/226 kB Progress (1): 144/226 kB Progress (1): 148/226 kB Progress (1): 152/226 kB Progress (1): 156/226 kB Progress (1): 160/226 kB Progress (1): 164/226 kB Progress (1): 168/226 kB Progress (1): 172/226 kB Progress (1): 176/226 kB Progress (1): 180/226 kB Progress (1): 184/226 kB Progress (1): 188/226 kB Progress (1): 192/226 kB Progress (1): 196/226 kB Progress (1): 200/226 kB Progress (1): 204/226 kB Progress (1): 208/226 kB Progress (1): 212/226 kB Progress (1): 216/226 kB Progress (1): 220/226 kB Progress (1): 224/226 kB Progress (1): 226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 4.6 MB/s) [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ parent --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 91 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 64 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 13 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 214 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 48 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Progress (1): 4.1/6.9 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 221 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 3.7 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 16 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 132 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 938 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 107 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 86 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 590 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom Progress (1): 765 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 26 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 299 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Progress (1): 767 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 27 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 32 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 27 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 40 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom Progress (1): 588 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 11 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 152 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 78 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 320 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 171 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Progress (1): 4.1/9.8 kB Progress (1): 7.7/9.8 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 350 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 31 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 48 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 58 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 460 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 27 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 109 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 39 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 81 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 81 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 32 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 283 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 85 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 50 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Progress (1): 4.1/9.6 kB Progress (1): 7.7/9.6 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 344 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.0 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 92 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 783 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 72 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 108 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 129 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 25 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 68 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 57 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 44 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 49 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 34 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 47 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 52 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 491 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 48 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 128 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 171 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 71 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Progress (1): 738 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 25 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/1/apache-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 97 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 228 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 182 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 116 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 185 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 392 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 65 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 5.7 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 79 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 177 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 31 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 72 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 66 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 46 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 100 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 31 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 32 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 207 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 9.0 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Progress (1): 4.1/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 240 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 222 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 253 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Progress (1): 4.1/9.9 kB Progress (1): 7.7/9.9 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 342 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom Progress (1): 140 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 4.8 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Progress (1): 4.1/9.1 kB Progress (1): 7.7/9.1 kB Progress (1): 9.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 284 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Progress (1): 357 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 14 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Progress (1): 866 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 26 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Progress (1): 974 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 35 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 75 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Progress (1): 163 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 5.4 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Progress (1): 346 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 12 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Progress (1): 4.1/8.1 kB Progress (1): 7.7/8.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 269 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2.pom (3.5 kB at 114 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.pom (2.1 kB at 73 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2.1/asm-6.2.1.pom (2.9 kB at 98 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.pom (3.7 kB at 92 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.pom (3.1 kB at 101 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.pom (3.2 kB at 88 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.pom (1.9 kB at 62 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar 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/12 kB Progress (2): 26 kB | 7.7/12 kB Progress (2): 26 kB | 12/12 kB Progress (2): 26 kB | 12 kB Progress (3): 26 kB | 12 kB | 4.1/88 kB Progress (3): 26 kB | 12 kB | 7.7/88 kB Progress (3): 26 kB | 12 kB | 12/88 kB Progress (3): 26 kB | 12 kB | 16/88 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 802 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Progress (2): 12 kB | 20/88 kB Progress (2): 12 kB | 24/88 kB Progress (2): 12 kB | 28/88 kB Progress (2): 12 kB | 32/88 kB Progress (2): 12 kB | 36/88 kB Progress (2): 12 kB | 40/88 kB Progress (2): 12 kB | 44/88 kB Progress (2): 12 kB | 48/88 kB Progress (2): 12 kB | 52/88 kB Progress (2): 12 kB | 56/88 kB Progress (2): 12 kB | 60/88 kB Progress (2): 12 kB | 64/88 kB Progress (2): 12 kB | 68/88 kB Progress (2): 12 kB | 72/88 kB Progress (2): 12 kB | 76/88 kB Progress (2): 12 kB | 80/88 kB Progress (2): 12 kB | 84/88 kB Progress (2): 12 kB | 88 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 275 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar 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 1.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar Progress (1): 4.1/194 kB Progress (1): 7.7/194 kB Progress (1): 12/194 kB Progress (1): 16/194 kB Progress (1): 20/194 kB Progress (1): 24/194 kB Progress (1): 28/194 kB Progress (1): 32/194 kB Progress (1): 36/194 kB Progress (1): 40/194 kB Progress (1): 44/194 kB Progress (1): 48/194 kB Progress (1): 52/194 kB Progress (1): 56/194 kB Progress (1): 60/194 kB Progress (1): 64/194 kB Progress (1): 68/194 kB Progress (1): 72/194 kB Progress (1): 76/194 kB Progress (2): 76/194 kB | 4.1/49 kB Progress (2): 80/194 kB | 4.1/49 kB Progress (2): 80/194 kB | 7.7/49 kB Progress (2): 84/194 kB | 7.7/49 kB Progress (2): 84/194 kB | 12/49 kB Progress (2): 88/194 kB | 12/49 kB Progress (2): 88/194 kB | 16/49 kB Progress (2): 92/194 kB | 16/49 kB Progress (2): 92/194 kB | 20/49 kB Progress (2): 96/194 kB | 20/49 kB Progress (2): 96/194 kB | 24/49 kB Progress (2): 100/194 kB | 24/49 kB Progress (2): 104/194 kB | 24/49 kB Progress (3): 104/194 kB | 24/49 kB | 4.1/51 kB Progress (3): 108/194 kB | 24/49 kB | 4.1/51 kB Progress (3): 108/194 kB | 24/49 kB | 7.7/51 kB Progress (3): 112/194 kB | 24/49 kB | 7.7/51 kB Progress (4): 112/194 kB | 24/49 kB | 7.7/51 kB | 4.1/237 kB Progress (4): 116/194 kB | 24/49 kB | 7.7/51 kB | 4.1/237 kB Progress (4): 116/194 kB | 24/49 kB | 12/51 kB | 4.1/237 kB Progress (4): 120/194 kB | 24/49 kB | 12/51 kB | 4.1/237 kB Progress (4): 120/194 kB | 24/49 kB | 12/51 kB | 7.7/237 kB Progress (4): 120/194 kB | 24/49 kB | 16/51 kB | 7.7/237 kB Progress (4): 120/194 kB | 24/49 kB | 16/51 kB | 12/237 kB Progress (4): 124/194 kB | 24/49 kB | 16/51 kB | 12/237 kB Progress (4): 124/194 kB | 24/49 kB | 16/51 kB | 16/237 kB Progress (4): 124/194 kB | 24/49 kB | 20/51 kB | 16/237 kB Progress (5): 124/194 kB | 24/49 kB | 20/51 kB | 16/237 kB | 4.1/80 kB Progress (5): 128/194 kB | 24/49 kB | 20/51 kB | 16/237 kB | 4.1/80 kB Progress (5): 128/194 kB | 24/49 kB | 20/51 kB | 20/237 kB | 4.1/80 kB Progress (5): 128/194 kB | 24/49 kB | 20/51 kB | 20/237 kB | 7.7/80 kB Progress (5): 128/194 kB | 24/49 kB | 24/51 kB | 20/237 kB | 7.7/80 kB Progress (5): 128/194 kB | 24/49 kB | 24/51 kB | 20/237 kB | 12/80 kB Progress (5): 128/194 kB | 24/49 kB | 24/51 kB | 24/237 kB | 12/80 kB Progress (5): 132/194 kB | 24/49 kB | 24/51 kB | 24/237 kB | 12/80 kB Progress (5): 132/194 kB | 28/49 kB | 24/51 kB | 24/237 kB | 12/80 kB Progress (5): 136/194 kB | 28/49 kB | 24/51 kB | 24/237 kB | 12/80 kB Progress (5): 136/194 kB | 28/49 kB | 24/51 kB | 24/237 kB | 16/80 kB Progress (5): 136/194 kB | 28/49 kB | 28/51 kB | 24/237 kB | 16/80 kB Progress (5): 136/194 kB | 28/49 kB | 28/51 kB | 24/237 kB | 20/80 kB Progress (5): 140/194 kB | 28/49 kB | 28/51 kB | 24/237 kB | 20/80 kB Progress (5): 140/194 kB | 32/49 kB | 28/51 kB | 24/237 kB | 20/80 kB Progress (5): 140/194 kB | 32/49 kB | 28/51 kB | 28/237 kB | 20/80 kB Progress (5): 140/194 kB | 36/49 kB | 28/51 kB | 28/237 kB | 20/80 kB Progress (5): 144/194 kB | 36/49 kB | 28/51 kB | 28/237 kB | 20/80 kB Progress (5): 144/194 kB | 36/49 kB | 28/51 kB | 28/237 kB | 24/80 kB Progress (5): 144/194 kB | 36/49 kB | 32/51 kB | 28/237 kB | 24/80 kB Progress (5): 144/194 kB | 36/49 kB | 32/51 kB | 28/237 kB | 28/80 kB Progress (5): 144/194 kB | 36/49 kB | 32/51 kB | 28/237 kB | 32/80 kB Progress (5): 148/194 kB | 36/49 kB | 32/51 kB | 28/237 kB | 32/80 kB Progress (5): 148/194 kB | 40/49 kB | 32/51 kB | 28/237 kB | 32/80 kB Progress (5): 148/194 kB | 40/49 kB | 32/51 kB | 32/237 kB | 32/80 kB Progress (5): 148/194 kB | 44/49 kB | 32/51 kB | 32/237 kB | 32/80 kB Progress (5): 152/194 kB | 44/49 kB | 32/51 kB | 32/237 kB | 32/80 kB Progress (5): 152/194 kB | 44/49 kB | 32/51 kB | 32/237 kB | 36/80 kB Progress (5): 152/194 kB | 44/49 kB | 36/51 kB | 32/237 kB | 36/80 kB Progress (5): 152/194 kB | 44/49 kB | 36/51 kB | 32/237 kB | 40/80 kB Progress (5): 156/194 kB | 44/49 kB | 36/51 kB | 32/237 kB | 40/80 kB Progress (5): 156/194 kB | 48/49 kB | 36/51 kB | 32/237 kB | 40/80 kB Progress (5): 156/194 kB | 48/49 kB | 36/51 kB | 33/237 kB | 40/80 kB Progress (5): 156/194 kB | 49 kB | 36/51 kB | 33/237 kB | 40/80 kB Progress (5): 160/194 kB | 49 kB | 36/51 kB | 33/237 kB | 40/80 kB Progress (5): 160/194 kB | 49 kB | 36/51 kB | 33/237 kB | 44/80 kB Progress (5): 160/194 kB | 49 kB | 40/51 kB | 33/237 kB | 44/80 kB Progress (5): 160/194 kB | 49 kB | 40/51 kB | 33/237 kB | 48/80 kB Progress (5): 164/194 kB | 49 kB | 40/51 kB | 33/237 kB | 48/80 kB Progress (5): 168/194 kB | 49 kB | 40/51 kB | 33/237 kB | 48/80 kB Progress (5): 172/194 kB | 49 kB | 40/51 kB | 33/237 kB | 48/80 kB Progress (5): 176/194 kB | 49 kB | 40/51 kB | 33/237 kB | 48/80 kB Progress (5): 180/194 kB | 49 kB | 40/51 kB | 33/237 kB | 48/80 kB Progress (5): 184/194 kB | 49 kB | 40/51 kB | 33/237 kB | 48/80 kB Progress (5): 188/194 kB | 49 kB | 40/51 kB | 33/237 kB | 48/80 kB Progress (5): 188/194 kB | 49 kB | 40/51 kB | 37/237 kB | 48/80 kB Progress (5): 192/194 kB | 49 kB | 40/51 kB | 37/237 kB | 48/80 kB Progress (5): 192/194 kB | 49 kB | 40/51 kB | 37/237 kB | 52/80 kB Progress (5): 192/194 kB | 49 kB | 44/51 kB | 37/237 kB | 52/80 kB Progress (5): 192/194 kB | 49 kB | 44/51 kB | 37/237 kB | 56/80 kB Progress (5): 194 kB | 49 kB | 44/51 kB | 37/237 kB | 56/80 kB Progress (5): 194 kB | 49 kB | 44/51 kB | 41/237 kB | 56/80 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 577 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Progress (4): 194 kB | 44/51 kB | 41/237 kB | 60/80 kB Progress (4): 194 kB | 48/51 kB | 41/237 kB | 60/80 kB Progress (4): 194 kB | 48/51 kB | 41/237 kB | 64/80 kB Progress (4): 194 kB | 48/51 kB | 45/237 kB | 64/80 kB Progress (4): 194 kB | 48/51 kB | 45/237 kB | 68/80 kB Progress (4): 194 kB | 51 kB | 45/237 kB | 68/80 kB Progress (4): 194 kB | 51 kB | 45/237 kB | 72/80 kB Progress (4): 194 kB | 51 kB | 45/237 kB | 76/80 kB Progress (4): 194 kB | 51 kB | 45/237 kB | 80/80 kB Progress (4): 194 kB | 51 kB | 49/237 kB | 80/80 kB Progress (4): 194 kB | 51 kB | 49/237 kB | 80 kB Progress (4): 194 kB | 51 kB | 53/237 kB | 80 kB Progress (4): 194 kB | 51 kB | 57/237 kB | 80 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 2.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar Progress (3): 51 kB | 61/237 kB | 80 kB Progress (3): 51 kB | 65/237 kB | 80 kB Progress (3): 51 kB | 66/237 kB | 80 kB Progress (3): 51 kB | 70/237 kB | 80 kB Progress (3): 51 kB | 74/237 kB | 80 kB Progress (3): 51 kB | 78/237 kB | 80 kB Progress (3): 51 kB | 82/237 kB | 80 kB Progress (3): 51 kB | 86/237 kB | 80 kB Progress (3): 51 kB | 90/237 kB | 80 kB Progress (3): 51 kB | 94/237 kB | 80 kB Progress (3): 51 kB | 98/237 kB | 80 kB Progress (4): 51 kB | 98/237 kB | 80 kB | 4.1/38 kB Progress (4): 51 kB | 98/237 kB | 80 kB | 4.1/38 kB Progress (4): 51 kB | 98/237 kB | 80 kB | 7.7/38 kB Progress (4): 51 kB | 102/237 kB | 80 kB | 7.7/38 kB Progress (4): 51 kB | 102/237 kB | 80 kB | 12/38 kB Progress (4): 51 kB | 106/237 kB | 80 kB | 12/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 542 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Progress (3): 106/237 kB | 80 kB | 16/38 kB Progress (3): 106/237 kB | 80 kB | 20/38 kB Progress (3): 106/237 kB | 80 kB | 24/38 kB Progress (3): 106/237 kB | 80 kB | 28/38 kB Progress (3): 106/237 kB | 80 kB | 32/38 kB Progress (3): 106/237 kB | 80 kB | 36/38 kB Progress (3): 106/237 kB | 80 kB | 38 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 820 kB/s) Progress (2): 110/237 kB | 38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Progress (3): 110/237 kB | 38 kB | 4.1/245 kB Progress (3): 114/237 kB | 38 kB | 4.1/245 kB Progress (3): 114/237 kB | 38 kB | 7.7/245 kB Progress (3): 118/237 kB | 38 kB | 7.7/245 kB Progress (3): 122/237 kB | 38 kB | 7.7/245 kB Progress (3): 122/237 kB | 38 kB | 12/245 kB Progress (3): 126/237 kB | 38 kB | 12/245 kB Progress (3): 126/237 kB | 38 kB | 16/245 kB Progress (3): 130/237 kB | 38 kB | 16/245 kB Progress (3): 130/237 kB | 38 kB | 20/245 kB Progress (3): 134/237 kB | 38 kB | 20/245 kB Progress (3): 134/237 kB | 38 kB | 24/245 kB Progress (3): 138/237 kB | 38 kB | 24/245 kB Progress (3): 138/237 kB | 38 kB | 28/245 kB Progress (3): 142/237 kB | 38 kB | 28/245 kB Progress (3): 142/237 kB | 38 kB | 32/245 kB Progress (3): 146/237 kB | 38 kB | 32/245 kB Progress (3): 146/237 kB | 38 kB | 33/245 kB Progress (3): 150/237 kB | 38 kB | 33/245 kB Progress (3): 150/237 kB | 38 kB | 37/245 kB Progress (3): 154/237 kB | 38 kB | 37/245 kB Progress (3): 154/237 kB | 38 kB | 41/245 kB Progress (3): 158/237 kB | 38 kB | 41/245 kB Progress (3): 158/237 kB | 38 kB | 45/245 kB Progress (3): 162/237 kB | 38 kB | 45/245 kB Progress (3): 162/237 kB | 38 kB | 49/245 kB Progress (3): 166/237 kB | 38 kB | 49/245 kB Progress (3): 166/237 kB | 38 kB | 53/245 kB Progress (3): 170/237 kB | 38 kB | 53/245 kB Progress (3): 170/237 kB | 38 kB | 57/245 kB Progress (3): 174/237 kB | 38 kB | 57/245 kB Progress (3): 174/237 kB | 38 kB | 61/245 kB Progress (3): 178/237 kB | 38 kB | 61/245 kB Progress (3): 178/237 kB | 38 kB | 65/245 kB Progress (3): 182/237 kB | 38 kB | 65/245 kB Progress (3): 182/237 kB | 38 kB | 66/245 kB Progress (3): 186/237 kB | 38 kB | 66/245 kB Progress (3): 186/237 kB | 38 kB | 70/245 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 357 kB/s) Progress (2): 190/237 kB | 70/245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Progress (2): 190/237 kB | 74/245 kB Progress (2): 194/237 kB | 74/245 kB Progress (2): 194/237 kB | 78/245 kB Progress (2): 198/237 kB | 78/245 kB Progress (2): 198/237 kB | 82/245 kB Progress (2): 202/237 kB | 82/245 kB Progress (2): 202/237 kB | 86/245 kB Progress (2): 206/237 kB | 86/245 kB Progress (2): 206/237 kB | 90/245 kB Progress (2): 210/237 kB | 90/245 kB Progress (2): 210/237 kB | 94/245 kB Progress (2): 214/237 kB | 94/245 kB Progress (2): 214/237 kB | 98/245 kB Progress (2): 218/237 kB | 98/245 kB Progress (2): 218/237 kB | 98/245 kB Progress (2): 222/237 kB | 98/245 kB Progress (2): 222/237 kB | 102/245 kB Progress (2): 226/237 kB | 102/245 kB Progress (2): 226/237 kB | 106/245 kB Progress (2): 230/237 kB | 106/245 kB Progress (3): 230/237 kB | 106/245 kB | 4.1/39 kB Progress (3): 230/237 kB | 110/245 kB | 4.1/39 kB Progress (3): 234/237 kB | 110/245 kB | 4.1/39 kB Progress (3): 237 kB | 110/245 kB | 4.1/39 kB Progress (3): 237 kB | 114/245 kB | 4.1/39 kB Progress (3): 237 kB | 114/245 kB | 7.7/39 kB Progress (3): 237 kB | 118/245 kB | 7.7/39 kB Progress (3): 237 kB | 118/245 kB | 12/39 kB Progress (3): 237 kB | 122/245 kB | 12/39 kB Progress (3): 237 kB | 122/245 kB | 16/39 kB Progress (3): 237 kB | 126/245 kB | 16/39 kB Progress (3): 237 kB | 126/245 kB | 20/39 kB Progress (3): 237 kB | 130/245 kB | 20/39 kB Progress (3): 237 kB | 130/245 kB | 24/39 kB Progress (3): 237 kB | 134/245 kB | 24/39 kB Progress (3): 237 kB | 134/245 kB | 28/39 kB Progress (3): 237 kB | 138/245 kB | 28/39 kB Progress (3): 237 kB | 138/245 kB | 32/39 kB Progress (3): 237 kB | 142/245 kB | 32/39 kB Progress (3): 237 kB | 142/245 kB | 36/39 kB Progress (3): 237 kB | 146/245 kB | 36/39 kB Progress (3): 237 kB | 146/245 kB | 39 kB Progress (3): 237 kB | 150/245 kB | 39 kB Progress (3): 237 kB | 154/245 kB | 39 kB Progress (3): 237 kB | 158/245 kB | 39 kB Progress (3): 237 kB | 162/245 kB | 39 kB Progress (3): 237 kB | 166/245 kB | 39 kB Progress (3): 237 kB | 170/245 kB | 39 kB Progress (3): 237 kB | 174/245 kB | 39 kB Progress (3): 237 kB | 178/245 kB | 39 kB Progress (3): 237 kB | 182/245 kB | 39 kB Progress (3): 237 kB | 186/245 kB | 39 kB Progress (3): 237 kB | 190/245 kB | 39 kB Progress (3): 237 kB | 194/245 kB | 39 kB Progress (3): 237 kB | 198/245 kB | 39 kB Progress (3): 237 kB | 202/245 kB | 39 kB Progress (3): 237 kB | 206/245 kB | 39 kB Progress (3): 237 kB | 210/245 kB | 39 kB Progress (3): 237 kB | 214/245 kB | 39 kB Progress (3): 237 kB | 218/245 kB | 39 kB Progress (3): 237 kB | 222/245 kB | 39 kB Progress (3): 237 kB | 226/245 kB | 39 kB Progress (3): 237 kB | 230/245 kB | 39 kB Progress (3): 237 kB | 234/245 kB | 39 kB Progress (3): 237 kB | 238/245 kB | 39 kB Progress (3): 237 kB | 242/245 kB | 39 kB Progress (3): 237 kB | 245 kB | 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 230 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Progress (1): 4.1/43 kB Progress (2): 4.1/43 kB | 4.1/38 kB Progress (2): 7.7/43 kB | 4.1/38 kB Progress (2): 7.7/43 kB | 7.7/38 kB Progress (2): 12/43 kB | 7.7/38 kB Progress (2): 12/43 kB | 12/38 kB Progress (2): 16/43 kB | 12/38 kB Progress (2): 16/43 kB | 16/38 kB Progress (2): 20/43 kB | 16/38 kB Progress (2): 20/43 kB | 20/38 kB Progress (2): 24/43 kB | 20/38 kB Progress (2): 24/43 kB | 24/38 kB Progress (2): 28/43 kB | 24/38 kB Progress (2): 28/43 kB | 28/38 kB Progress (2): 32/43 kB | 28/38 kB Progress (2): 32/43 kB | 32/38 kB Progress (2): 36/43 kB | 32/38 kB Progress (2): 36/43 kB | 36/38 kB Progress (2): 40/43 kB | 36/38 kB Progress (2): 40/43 kB | 38 kB Progress (2): 43 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 201 kB/s) Progress (2): 43 kB | 4.1/9.8 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 226 kB/s) Progress (1): 7.7/9.8 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Progress (2): 7.7/9.8 kB | 4.1/11 kB Progress (2): 9.8 kB | 4.1/11 kB Progress (2): 9.8 kB | 7.7/11 kB Progress (2): 9.8 kB | 11 kB Progress (3): 9.8 kB | 11 kB | 4.1/17 kB Progress (3): 9.8 kB | 11 kB | 7.7/17 kB Progress (3): 9.8 kB | 11 kB | 12/17 kB Progress (3): 9.8 kB | 11 kB | 16/17 kB Progress (3): 9.8 kB | 11 kB | 17 kB Progress (4): 9.8 kB | 11 kB | 17 kB | 4.1/158 kB Progress (4): 9.8 kB | 11 kB | 17 kB | 7.7/158 kB Progress (4): 9.8 kB | 11 kB | 17 kB | 12/158 kB Progress (4): 9.8 kB | 11 kB | 17 kB | 16/158 kB Progress (4): 9.8 kB | 11 kB | 17 kB | 20/158 kB Progress (4): 9.8 kB | 11 kB | 17 kB | 24/158 kB Progress (4): 9.8 kB | 11 kB | 17 kB | 28/158 kB Progress (4): 9.8 kB | 11 kB | 17 kB | 32/158 kB Progress (4): 9.8 kB | 11 kB | 17 kB | 33/158 kB Progress (4): 9.8 kB | 11 kB | 17 kB | 37/158 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.jar (9.8 kB at 49 kB/s) Progress (3): 11 kB | 17 kB | 41/158 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar 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 56 kB/s) Progress (2): 17 kB | 45/158 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Progress (2): 17 kB | 49/158 kB Progress (2): 17 kB | 53/158 kB Progress (2): 17 kB | 57/158 kB Progress (2): 17 kB | 61/158 kB Progress (2): 17 kB | 65/158 kB Progress (2): 17 kB | 69/158 kB Progress (2): 17 kB | 73/158 kB Progress (2): 17 kB | 77/158 kB Progress (2): 17 kB | 81/158 kB Progress (2): 17 kB | 85/158 kB Progress (2): 17 kB | 89/158 kB Progress (2): 17 kB | 93/158 kB Progress (2): 17 kB | 97/158 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 80 kB/s) Progress (1): 101/158 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Progress (1): 105/158 kB Progress (1): 109/158 kB Progress (1): 113/158 kB Progress (1): 117/158 kB Progress (1): 121/158 kB Progress (1): 125/158 kB Progress (1): 129/158 kB Progress (1): 133/158 kB Progress (1): 137/158 kB Progress (1): 141/158 kB Progress (1): 145/158 kB Progress (1): 149/158 kB Progress (1): 153/158 kB Progress (1): 157/158 kB Progress (1): 158 kB Progress (2): 158 kB | 0/1.2 MB Progress (2): 158 kB | 0/1.2 MB Progress (2): 158 kB | 0/1.2 MB Progress (2): 158 kB | 0/1.2 MB Progress (2): 158 kB | 0/1.2 MB Progress (2): 158 kB | 0/1.2 MB Progress (2): 158 kB | 0/1.2 MB Progress (3): 158 kB | 0/1.2 MB | 4.1/30 kB Progress (3): 158 kB | 0/1.2 MB | 4.1/30 kB Progress (3): 158 kB | 0/1.2 MB | 7.7/30 kB Progress (3): 158 kB | 0/1.2 MB | 7.7/30 kB Progress (3): 158 kB | 0/1.2 MB | 12/30 kB Progress (3): 158 kB | 0/1.2 MB | 12/30 kB Progress (3): 158 kB | 0/1.2 MB | 16/30 kB Progress (3): 158 kB | 0/1.2 MB | 16/30 kB Progress (3): 158 kB | 0/1.2 MB | 20/30 kB Progress (3): 158 kB | 0/1.2 MB | 20/30 kB Progress (3): 158 kB | 0/1.2 MB | 24/30 kB Progress (3): 158 kB | 0/1.2 MB | 24/30 kB Progress (3): 158 kB | 0/1.2 MB | 28/30 kB Progress (3): 158 kB | 0/1.2 MB | 30 kB Progress (3): 158 kB | 0.1/1.2 MB | 30 kB Progress (3): 158 kB | 0.1/1.2 MB | 30 kB Progress (3): 158 kB | 0.1/1.2 MB | 30 kB Progress (3): 158 kB | 0.1/1.2 MB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 729 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Progress (2): 0.1/1.2 MB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 116 kB/s) Progress (1): 0.1/1.2 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.2/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.3/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (1): 0.4/1.2 MB Progress (2): 0.4/1.2 MB | 4.1/52 kB Progress (2): 0.4/1.2 MB | 4.1/52 kB Progress (2): 0.4/1.2 MB | 7.7/52 kB Progress (2): 0.4/1.2 MB | 7.7/52 kB Progress (2): 0.4/1.2 MB | 12/52 kB Progress (2): 0.4/1.2 MB | 12/52 kB Progress (2): 0.4/1.2 MB | 16/52 kB Progress (2): 0.4/1.2 MB | 16/52 kB Progress (2): 0.4/1.2 MB | 20/52 kB Progress (2): 0.4/1.2 MB | 20/52 kB Progress (2): 0.4/1.2 MB | 24/52 kB Progress (2): 0.4/1.2 MB | 24/52 kB Progress (2): 0.4/1.2 MB | 28/52 kB Progress (2): 0.5/1.2 MB | 28/52 kB Progress (2): 0.5/1.2 MB | 32/52 kB Progress (2): 0.5/1.2 MB | 32/52 kB Progress (2): 0.5/1.2 MB | 36/52 kB Progress (2): 0.5/1.2 MB | 36/52 kB Progress (2): 0.5/1.2 MB | 40/52 kB Progress (2): 0.5/1.2 MB | 40/52 kB Progress (2): 0.5/1.2 MB | 44/52 kB Progress (2): 0.5/1.2 MB | 44/52 kB Progress (2): 0.5/1.2 MB | 48/52 kB Progress (2): 0.5/1.2 MB | 52/52 kB Progress (2): 0.5/1.2 MB | 52/52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.5/1.2 MB | 52 kB Progress (2): 0.6/1.2 MB | 52 kB Progress (2): 0.6/1.2 MB | 52 kB Progress (2): 0.6/1.2 MB | 52 kB Progress (2): 0.6/1.2 MB | 52 kB Progress (2): 0.6/1.2 MB | 52 kB Progress (2): 0.6/1.2 MB | 52 kB Progress (2): 0.6/1.2 MB | 52 kB Progress (2): 0.6/1.2 MB | 52 kB Progress (2): 0.6/1.2 MB | 52 kB Progress (2): 0.6/1.2 MB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 184 kB/s) Progress (1): 0.6/1.2 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (2): 1.0/1.2 MB | 4.1/305 kB Progress (2): 1.0/1.2 MB | 4.1/305 kB Progress (2): 1.0/1.2 MB | 7.7/305 kB Progress (2): 1.0/1.2 MB | 7.7/305 kB Progress (2): 1.0/1.2 MB | 7.7/305 kB Progress (2): 1.0/1.2 MB | 12/305 kB Progress (2): 1.0/1.2 MB | 12/305 kB Progress (2): 1.0/1.2 MB | 16/305 kB Progress (2): 1.0/1.2 MB | 16/305 kB Progress (2): 1.0/1.2 MB | 16/305 kB Progress (2): 1.0/1.2 MB | 20/305 kB Progress (2): 1.0/1.2 MB | 20/305 kB Progress (2): 1.0/1.2 MB | 24/305 kB Progress (2): 1.0/1.2 MB | 24/305 kB Progress (2): 1.0/1.2 MB | 28/305 kB Progress (2): 1.0/1.2 MB | 28/305 kB Progress (2): 1.0/1.2 MB | 32/305 kB Progress (2): 1.0/1.2 MB | 32/305 kB Progress (2): 1.0/1.2 MB | 36/305 kB Progress (2): 1.0/1.2 MB | 36/305 kB Progress (2): 1.0/1.2 MB | 40/305 kB Progress (2): 1.0/1.2 MB | 40/305 kB Progress (2): 1.0/1.2 MB | 44/305 kB Progress (2): 1.0/1.2 MB | 44/305 kB Progress (2): 1.0/1.2 MB | 48/305 kB Progress (2): 1.0/1.2 MB | 48/305 kB Progress (2): 1.0/1.2 MB | 52/305 kB Progress (2): 1.0/1.2 MB | 52/305 kB Progress (2): 1.0/1.2 MB | 56/305 kB Progress (2): 1.0/1.2 MB | 56/305 kB Progress (2): 1.0/1.2 MB | 60/305 kB Progress (2): 1.0/1.2 MB | 60/305 kB Progress (2): 1.0/1.2 MB | 64/305 kB Progress (2): 1.0/1.2 MB | 64/305 kB Progress (2): 1.0/1.2 MB | 68/305 kB Progress (2): 1.0/1.2 MB | 68/305 kB Progress (2): 1.0/1.2 MB | 72/305 kB Progress (2): 1.1/1.2 MB | 72/305 kB Progress (2): 1.1/1.2 MB | 76/305 kB Progress (2): 1.1/1.2 MB | 76/305 kB Progress (2): 1.1/1.2 MB | 80/305 kB Progress (2): 1.1/1.2 MB | 80/305 kB Progress (2): 1.1/1.2 MB | 84/305 kB Progress (2): 1.1/1.2 MB | 84/305 kB Progress (2): 1.1/1.2 MB | 88/305 kB Progress (2): 1.1/1.2 MB | 88/305 kB Progress (2): 1.1/1.2 MB | 92/305 kB Progress (2): 1.1/1.2 MB | 92/305 kB Progress (2): 1.1/1.2 MB | 96/305 kB Progress (2): 1.1/1.2 MB | 96/305 kB Progress (2): 1.1/1.2 MB | 100/305 kB Progress (2): 1.1/1.2 MB | 100/305 kB Progress (2): 1.1/1.2 MB | 104/305 kB Progress (2): 1.1/1.2 MB | 104/305 kB Progress (2): 1.1/1.2 MB | 108/305 kB Progress (2): 1.1/1.2 MB | 108/305 kB Progress (2): 1.1/1.2 MB | 112/305 kB Progress (2): 1.1/1.2 MB | 112/305 kB Progress (2): 1.1/1.2 MB | 116/305 kB Progress (2): 1.1/1.2 MB | 116/305 kB Progress (2): 1.1/1.2 MB | 120/305 kB Progress (2): 1.1/1.2 MB | 120/305 kB Progress (2): 1.1/1.2 MB | 124/305 kB Progress (2): 1.1/1.2 MB | 124/305 kB Progress (2): 1.1/1.2 MB | 128/305 kB Progress (2): 1.1/1.2 MB | 128/305 kB Progress (2): 1.1/1.2 MB | 132/305 kB Progress (2): 1.1/1.2 MB | 132/305 kB Progress (2): 1.1/1.2 MB | 136/305 kB Progress (2): 1.1/1.2 MB | 136/305 kB Progress (2): 1.1/1.2 MB | 140/305 kB Progress (2): 1.1/1.2 MB | 140/305 kB Progress (2): 1.1/1.2 MB | 144/305 kB Progress (2): 1.1/1.2 MB | 144/305 kB Progress (2): 1.1/1.2 MB | 148/305 kB Progress (2): 1.1/1.2 MB | 148/305 kB Progress (2): 1.1/1.2 MB | 152/305 kB Progress (2): 1.1/1.2 MB | 152/305 kB Progress (2): 1.1/1.2 MB | 156/305 kB Progress (2): 1.1/1.2 MB | 156/305 kB Progress (2): 1.1/1.2 MB | 160/305 kB Progress (2): 1.1/1.2 MB | 160/305 kB Progress (2): 1.1/1.2 MB | 164/305 kB Progress (2): 1.1/1.2 MB | 164/305 kB Progress (2): 1.1/1.2 MB | 168/305 kB Progress (2): 1.1/1.2 MB | 168/305 kB Progress (2): 1.1/1.2 MB | 172/305 kB Progress (2): 1.2/1.2 MB | 172/305 kB Progress (2): 1.2/1.2 MB | 176/305 kB Progress (2): 1.2/1.2 MB | 176/305 kB Progress (2): 1.2/1.2 MB | 180/305 kB Progress (2): 1.2/1.2 MB | 180/305 kB Progress (2): 1.2/1.2 MB | 184/305 kB Progress (2): 1.2/1.2 MB | 184/305 kB Progress (2): 1.2/1.2 MB | 188/305 kB Progress (2): 1.2/1.2 MB | 188/305 kB Progress (3): 1.2/1.2 MB | 188/305 kB | 4.1/15 kB Progress (3): 1.2/1.2 MB | 192/305 kB | 4.1/15 kB Progress (3): 1.2/1.2 MB | 192/305 kB | 7.7/15 kB Progress (3): 1.2/1.2 MB | 192/305 kB | 7.7/15 kB Progress (3): 1.2/1.2 MB | 192/305 kB | 12/15 kB Progress (3): 1.2/1.2 MB | 192/305 kB | 15 kB Progress (3): 1.2/1.2 MB | 196/305 kB | 15 kB Progress (4): 1.2/1.2 MB | 196/305 kB | 15 kB | 4.1/13 kB Progress (4): 1.2/1.2 MB | 200/305 kB | 15 kB | 4.1/13 kB Progress (5): 1.2/1.2 MB | 200/305 kB | 15 kB | 4.1/13 kB | 4.1/50 kB Progress (5): 1.2/1.2 MB | 200/305 kB | 15 kB | 4.1/13 kB | 4.1/50 kB Progress (5): 1.2/1.2 MB | 200/305 kB | 15 kB | 4.1/13 kB | 7.7/50 kB Progress (5): 1.2/1.2 MB | 204/305 kB | 15 kB | 4.1/13 kB | 7.7/50 kB Progress (5): 1.2/1.2 MB | 204/305 kB | 15 kB | 7.7/13 kB | 7.7/50 kB Progress (5): 1.2/1.2 MB | 208/305 kB | 15 kB | 7.7/13 kB | 7.7/50 kB Progress (5): 1.2/1.2 MB | 208/305 kB | 15 kB | 7.7/13 kB | 12/50 kB Progress (5): 1.2/1.2 MB | 208/305 kB | 15 kB | 7.7/13 kB | 12/50 kB Progress (5): 1.2/1.2 MB | 208/305 kB | 15 kB | 7.7/13 kB | 16/50 kB Progress (5): 1.2/1.2 MB | 208/305 kB | 15 kB | 7.7/13 kB | 20/50 kB Progress (5): 1.2/1.2 MB | 208/305 kB | 15 kB | 7.7/13 kB | 24/50 kB Progress (5): 1.2/1.2 MB | 208/305 kB | 15 kB | 7.7/13 kB | 28/50 kB Progress (5): 1.2/1.2 MB | 208/305 kB | 15 kB | 7.7/13 kB | 32/50 kB Progress (5): 1.2/1.2 MB | 208/305 kB | 15 kB | 7.7/13 kB | 33/50 kB Progress (5): 1.2/1.2 MB | 208/305 kB | 15 kB | 7.7/13 kB | 37/50 kB Progress (5): 1.2/1.2 MB | 212/305 kB | 15 kB | 7.7/13 kB | 37/50 kB Progress (5): 1.2/1.2 MB | 212/305 kB | 15 kB | 12/13 kB | 37/50 kB Progress (5): 1.2/1.2 MB | 216/305 kB | 15 kB | 12/13 kB | 37/50 kB Progress (5): 1.2/1.2 MB | 216/305 kB | 15 kB | 12/13 kB | 41/50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 39 kB/s) Progress (4): 1.2/1.2 MB | 216/305 kB | 12/13 kB | 41/50 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Progress (4): 1.2/1.2 MB | 216/305 kB | 12/13 kB | 45/50 kB Progress (4): 1.2/1.2 MB | 216/305 kB | 12/13 kB | 49/50 kB Progress (4): 1.2/1.2 MB | 216/305 kB | 12/13 kB | 50 kB Progress (4): 1.2/1.2 MB | 220/305 kB | 12/13 kB | 50 kB Progress (4): 1.2/1.2 MB | 220/305 kB | 13 kB | 50 kB Progress (4): 1.2/1.2 MB | 224/305 kB | 13 kB | 50 kB Progress (4): 1.2/1.2 MB | 224/305 kB | 13 kB | 50 kB Progress (4): 1.2/1.2 MB | 228/305 kB | 13 kB | 50 kB Progress (4): 1.2/1.2 MB | 228/305 kB | 13 kB | 50 kB Progress (4): 1.2/1.2 MB | 232/305 kB | 13 kB | 50 kB Progress (4): 1.2/1.2 MB | 232/305 kB | 13 kB | 50 kB Progress (4): 1.2/1.2 MB | 236/305 kB | 13 kB | 50 kB Progress (4): 1.2/1.2 MB | 236/305 kB | 13 kB | 50 kB Progress (4): 1.2/1.2 MB | 240/305 kB | 13 kB | 50 kB Progress (4): 1.2/1.2 MB | 240/305 kB | 13 kB | 50 kB Progress (4): 1.2/1.2 MB | 244/305 kB | 13 kB | 50 kB Progress (4): 1.2/1.2 MB | 244/305 kB | 13 kB | 50 kB Progress (4): 1.2/1.2 MB | 248/305 kB | 13 kB | 50 kB Progress (4): 1.2/1.2 MB | 248/305 kB | 13 kB | 50 kB Progress (4): 1.2/1.2 MB | 252/305 kB | 13 kB | 50 kB Progress (4): 1.2 MB | 252/305 kB | 13 kB | 50 kB Progress (4): 1.2 MB | 256/305 kB | 13 kB | 50 kB Progress (4): 1.2 MB | 260/305 kB | 13 kB | 50 kB Progress (4): 1.2 MB | 264/305 kB | 13 kB | 50 kB Progress (4): 1.2 MB | 268/305 kB | 13 kB | 50 kB Progress (4): 1.2 MB | 272/305 kB | 13 kB | 50 kB Progress (4): 1.2 MB | 276/305 kB | 13 kB | 50 kB Progress (4): 1.2 MB | 280/305 kB | 13 kB | 50 kB Progress (4): 1.2 MB | 284/305 kB | 13 kB | 50 kB Progress (4): 1.2 MB | 288/305 kB | 13 kB | 50 kB Progress (4): 1.2 MB | 292/305 kB | 13 kB | 50 kB Progress (4): 1.2 MB | 296/305 kB | 13 kB | 50 kB Progress (4): 1.2 MB | 300/305 kB | 13 kB | 50 kB Progress (4): 1.2 MB | 304/305 kB | 13 kB | 50 kB Progress (4): 1.2 MB | 305 kB | 13 kB | 50 kB Progress (5): 1.2 MB | 305 kB | 13 kB | 50 kB | 4.1/37 kB Progress (5): 1.2 MB | 305 kB | 13 kB | 50 kB | 7.7/37 kB Progress (5): 1.2 MB | 305 kB | 13 kB | 50 kB | 12/37 kB Progress (5): 1.2 MB | 305 kB | 13 kB | 50 kB | 16/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 129 kB/s) Progress (4): 1.2 MB | 305 kB | 13 kB | 20/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Progress (4): 1.2 MB | 305 kB | 13 kB | 24/37 kB Progress (4): 1.2 MB | 305 kB | 13 kB | 28/37 kB Progress (4): 1.2 MB | 305 kB | 13 kB | 32/37 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.jar (13 kB at 33 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Progress (3): 1.2 MB | 305 kB | 36/37 kB Progress (4): 1.2 MB | 305 kB | 36/37 kB | 4.1/11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 2.6 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 663 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar Progress (2): 36/37 kB | 7.7/11 kB Progress (2): 37 kB | 7.7/11 kB Progress (2): 37 kB | 11 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 79 kB/s) Progress (2): 11 kB | 4.1/7.7 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Progress (2): 11 kB | 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 22 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Progress (2): 7.7 kB | 4.1/588 kB Progress (2): 7.7 kB | 7.7/588 kB Progress (2): 7.7 kB | 12/588 kB Progress (2): 7.7 kB | 16/588 kB Progress (2): 7.7 kB | 20/588 kB Progress (2): 7.7 kB | 24/588 kB Progress (2): 7.7 kB | 28/588 kB Progress (2): 7.7 kB | 32/588 kB Progress (2): 7.7 kB | 33/588 kB Progress (2): 7.7 kB | 37/588 kB Progress (2): 7.7 kB | 41/588 kB Progress (2): 7.7 kB | 45/588 kB Progress (2): 7.7 kB | 49/588 kB Progress (2): 7.7 kB | 53/588 kB Progress (2): 7.7 kB | 57/588 kB Progress (2): 7.7 kB | 61/588 kB Progress (2): 7.7 kB | 65/588 kB Progress (2): 7.7 kB | 66/588 kB Progress (2): 7.7 kB | 70/588 kB Progress (2): 7.7 kB | 74/588 kB Progress (2): 7.7 kB | 78/588 kB Progress (2): 7.7 kB | 82/588 kB Progress (2): 7.7 kB | 86/588 kB Progress (2): 7.7 kB | 90/588 kB Progress (2): 7.7 kB | 94/588 kB Progress (2): 7.7 kB | 98/588 kB Progress (2): 7.7 kB | 98/588 kB Progress (2): 7.7 kB | 102/588 kB Progress (2): 7.7 kB | 106/588 kB Progress (2): 7.7 kB | 110/588 kB Progress (2): 7.7 kB | 114/588 kB Progress (2): 7.7 kB | 118/588 kB Progress (2): 7.7 kB | 122/588 kB Progress (2): 7.7 kB | 126/588 kB Progress (2): 7.7 kB | 130/588 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 16 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Progress (1): 134/588 kB Progress (1): 138/588 kB Progress (1): 142/588 kB Progress (1): 146/588 kB Progress (1): 150/588 kB Progress (1): 154/588 kB Progress (1): 158/588 kB Progress (1): 162/588 kB Progress (1): 166/588 kB Progress (1): 170/588 kB Progress (1): 174/588 kB Progress (1): 178/588 kB Progress (2): 178/588 kB | 4.1/189 kB Progress (2): 182/588 kB | 4.1/189 kB Progress (2): 182/588 kB | 7.7/189 kB Progress (2): 186/588 kB | 7.7/189 kB Progress (2): 186/588 kB | 12/189 kB Progress (2): 190/588 kB | 12/189 kB Progress (2): 190/588 kB | 16/189 kB Progress (2): 194/588 kB | 16/189 kB Progress (2): 194/588 kB | 20/189 kB Progress (2): 194/588 kB | 24/189 kB Progress (2): 198/588 kB | 24/189 kB Progress (2): 198/588 kB | 28/189 kB Progress (2): 202/588 kB | 28/189 kB Progress (2): 202/588 kB | 32/189 kB Progress (2): 202/588 kB | 33/189 kB Progress (2): 206/588 kB | 33/189 kB Progress (2): 206/588 kB | 37/189 kB Progress (2): 210/588 kB | 37/189 kB Progress (2): 210/588 kB | 41/189 kB Progress (2): 214/588 kB | 41/189 kB Progress (3): 214/588 kB | 41/189 kB | 4.1/392 kB Progress (3): 214/588 kB | 45/189 kB | 4.1/392 kB Progress (3): 214/588 kB | 45/189 kB | 7.7/392 kB Progress (3): 218/588 kB | 45/189 kB | 7.7/392 kB Progress (3): 218/588 kB | 45/189 kB | 12/392 kB Progress (3): 218/588 kB | 49/189 kB | 12/392 kB Progress (3): 218/588 kB | 49/189 kB | 16/392 kB Progress (3): 222/588 kB | 49/189 kB | 16/392 kB Progress (3): 222/588 kB | 49/189 kB | 20/392 kB Progress (3): 222/588 kB | 53/189 kB | 20/392 kB Progress (3): 222/588 kB | 53/189 kB | 24/392 kB Progress (3): 226/588 kB | 53/189 kB | 24/392 kB Progress (3): 226/588 kB | 57/189 kB | 24/392 kB Progress (3): 229/588 kB | 57/189 kB | 24/392 kB Progress (3): 229/588 kB | 61/189 kB | 24/392 kB Progress (3): 229/588 kB | 61/189 kB | 28/392 kB Progress (3): 229/588 kB | 65/189 kB | 28/392 kB Progress (3): 233/588 kB | 65/189 kB | 28/392 kB Progress (3): 233/588 kB | 69/189 kB | 28/392 kB Progress (3): 233/588 kB | 69/189 kB | 32/392 kB Progress (3): 233/588 kB | 73/189 kB | 32/392 kB Progress (3): 237/588 kB | 73/189 kB | 32/392 kB Progress (3): 237/588 kB | 77/189 kB | 32/392 kB Progress (3): 241/588 kB | 77/189 kB | 32/392 kB Progress (3): 241/588 kB | 77/189 kB | 33/392 kB Progress (3): 245/588 kB | 77/189 kB | 33/392 kB Progress (3): 245/588 kB | 81/189 kB | 33/392 kB Progress (3): 245/588 kB | 81/189 kB | 37/392 kB Progress (3): 245/588 kB | 85/189 kB | 37/392 kB Progress (3): 249/588 kB | 85/189 kB | 37/392 kB Progress (3): 249/588 kB | 89/189 kB | 37/392 kB Progress (3): 249/588 kB | 89/189 kB | 41/392 kB Progress (3): 249/588 kB | 93/189 kB | 41/392 kB Progress (3): 253/588 kB | 93/189 kB | 41/392 kB Progress (3): 253/588 kB | 93/189 kB | 45/392 kB Progress (3): 253/588 kB | 97/189 kB | 45/392 kB Progress (3): 257/588 kB | 97/189 kB | 45/392 kB Progress (3): 257/588 kB | 97/189 kB | 49/392 kB Progress (3): 261/588 kB | 97/189 kB | 49/392 kB Progress (3): 261/588 kB | 97/189 kB | 53/392 kB Progress (3): 265/588 kB | 97/189 kB | 53/392 kB Progress (3): 265/588 kB | 101/189 kB | 53/392 kB Progress (3): 269/588 kB | 101/189 kB | 53/392 kB Progress (3): 269/588 kB | 101/189 kB | 57/392 kB Progress (3): 273/588 kB | 101/189 kB | 57/392 kB Progress (3): 273/588 kB | 105/189 kB | 57/392 kB Progress (3): 277/588 kB | 105/189 kB | 57/392 kB Progress (3): 277/588 kB | 105/189 kB | 61/392 kB Progress (3): 281/588 kB | 105/189 kB | 61/392 kB Progress (3): 281/588 kB | 109/189 kB | 61/392 kB Progress (3): 285/588 kB | 109/189 kB | 61/392 kB Progress (3): 285/588 kB | 109/189 kB | 65/392 kB Progress (3): 289/588 kB | 109/189 kB | 65/392 kB Progress (3): 289/588 kB | 113/189 kB | 65/392 kB Progress (3): 293/588 kB | 113/189 kB | 65/392 kB Progress (3): 293/588 kB | 113/189 kB | 66/392 kB Progress (3): 297/588 kB | 113/189 kB | 66/392 kB Progress (3): 297/588 kB | 117/189 kB | 66/392 kB Progress (3): 301/588 kB | 117/189 kB | 66/392 kB Progress (3): 301/588 kB | 117/189 kB | 70/392 kB Progress (3): 305/588 kB | 117/189 kB | 70/392 kB Progress (3): 305/588 kB | 121/189 kB | 70/392 kB Progress (3): 309/588 kB | 121/189 kB | 70/392 kB Progress (3): 309/588 kB | 121/189 kB | 74/392 kB Progress (3): 313/588 kB | 121/189 kB | 74/392 kB Progress (3): 313/588 kB | 121/189 kB | 78/392 kB Progress (3): 313/588 kB | 125/189 kB | 78/392 kB Progress (3): 313/588 kB | 125/189 kB | 82/392 kB Progress (3): 317/588 kB | 125/189 kB | 82/392 kB Progress (3): 317/588 kB | 129/189 kB | 82/392 kB Progress (3): 321/588 kB | 129/189 kB | 82/392 kB Progress (3): 321/588 kB | 129/189 kB | 86/392 kB Progress (3): 325/588 kB | 129/189 kB | 86/392 kB Progress (3): 325/588 kB | 133/189 kB | 86/392 kB Progress (3): 325/588 kB | 133/189 kB | 90/392 kB Progress (3): 325/588 kB | 137/189 kB | 90/392 kB Progress (3): 329/588 kB | 137/189 kB | 90/392 kB Progress (3): 329/588 kB | 141/189 kB | 90/392 kB Progress (3): 329/588 kB | 141/189 kB | 94/392 kB Progress (3): 329/588 kB | 145/189 kB | 94/392 kB Progress (3): 333/588 kB | 145/189 kB | 94/392 kB Progress (3): 333/588 kB | 149/189 kB | 94/392 kB Progress (3): 333/588 kB | 149/189 kB | 98/392 kB Progress (3): 333/588 kB | 153/189 kB | 98/392 kB Progress (3): 337/588 kB | 153/189 kB | 98/392 kB Progress (3): 337/588 kB | 157/189 kB | 98/392 kB Progress (3): 337/588 kB | 157/189 kB | 98/392 kB Progress (3): 337/588 kB | 161/189 kB | 98/392 kB Progress (3): 341/588 kB | 161/189 kB | 98/392 kB Progress (3): 341/588 kB | 165/189 kB | 98/392 kB Progress (3): 341/588 kB | 165/189 kB | 102/392 kB Progress (3): 341/588 kB | 169/189 kB | 102/392 kB Progress (3): 345/588 kB | 169/189 kB | 102/392 kB Progress (3): 345/588 kB | 173/189 kB | 102/392 kB Progress (3): 345/588 kB | 173/189 kB | 106/392 kB Progress (3): 345/588 kB | 177/189 kB | 106/392 kB Progress (3): 349/588 kB | 177/189 kB | 106/392 kB Progress (3): 349/588 kB | 181/189 kB | 106/392 kB Progress (3): 349/588 kB | 181/189 kB | 110/392 kB Progress (3): 349/588 kB | 185/189 kB | 110/392 kB Progress (3): 353/588 kB | 185/189 kB | 110/392 kB Progress (3): 353/588 kB | 189 kB | 110/392 kB Progress (3): 353/588 kB | 189 kB | 114/392 kB Progress (3): 353/588 kB | 189 kB | 118/392 kB Progress (3): 357/588 kB | 189 kB | 118/392 kB Progress (3): 357/588 kB | 189 kB | 122/392 kB Progress (3): 357/588 kB | 189 kB | 126/392 kB Progress (3): 357/588 kB | 189 kB | 130/392 kB Progress (3): 357/588 kB | 189 kB | 131/392 kB Progress (3): 357/588 kB | 189 kB | 135/392 kB Progress (3): 357/588 kB | 189 kB | 139/392 kB Progress (3): 357/588 kB | 189 kB | 143/392 kB Progress (3): 357/588 kB | 189 kB | 147/392 kB Progress (3): 357/588 kB | 189 kB | 151/392 kB Progress (3): 361/588 kB | 189 kB | 151/392 kB Progress (3): 361/588 kB | 189 kB | 155/392 kB Progress (4): 361/588 kB | 189 kB | 155/392 kB | 4.1/91 kB Progress (4): 365/588 kB | 189 kB | 155/392 kB | 4.1/91 kB Progress (4): 365/588 kB | 189 kB | 155/392 kB | 7.7/91 kB Progress (4): 369/588 kB | 189 kB | 155/392 kB | 7.7/91 kB Progress (4): 369/588 kB | 189 kB | 155/392 kB | 12/91 kB Progress (4): 369/588 kB | 189 kB | 159/392 kB | 12/91 kB Progress (4): 369/588 kB | 189 kB | 159/392 kB | 16/91 kB Progress (4): 373/588 kB | 189 kB | 159/392 kB | 16/91 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 336 kB/s) Progress (3): 377/588 kB | 159/392 kB | 16/91 kB Progress (3): 377/588 kB | 159/392 kB | 20/91 kB Progress (3): 377/588 kB | 163/392 kB | 20/91 kB Progress (3): 377/588 kB | 163/392 kB | 24/91 kB Progress (3): 381/588 kB | 163/392 kB | 24/91 kB Progress (3): 381/588 kB | 163/392 kB | 28/91 kB Progress (3): 385/588 kB | 163/392 kB | 28/91 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Progress (3): 389/588 kB | 163/392 kB | 28/91 kB Progress (3): 389/588 kB | 163/392 kB | 32/91 kB Progress (3): 389/588 kB | 164/392 kB | 32/91 kB Progress (3): 389/588 kB | 164/392 kB | 33/91 kB Progress (3): 393/588 kB | 164/392 kB | 33/91 kB Progress (3): 393/588 kB | 164/392 kB | 37/91 kB Progress (3): 393/588 kB | 168/392 kB | 37/91 kB Progress (3): 393/588 kB | 168/392 kB | 41/91 kB Progress (3): 397/588 kB | 168/392 kB | 41/91 kB Progress (3): 397/588 kB | 168/392 kB | 45/91 kB Progress (3): 397/588 kB | 172/392 kB | 45/91 kB Progress (3): 397/588 kB | 172/392 kB | 49/91 kB Progress (3): 401/588 kB | 172/392 kB | 49/91 kB Progress (3): 401/588 kB | 172/392 kB | 53/91 kB Progress (3): 401/588 kB | 176/392 kB | 53/91 kB Progress (3): 401/588 kB | 176/392 kB | 57/91 kB Progress (3): 405/588 kB | 176/392 kB | 57/91 kB Progress (3): 405/588 kB | 176/392 kB | 61/91 kB Progress (3): 405/588 kB | 180/392 kB | 61/91 kB Progress (3): 405/588 kB | 180/392 kB | 65/91 kB Progress (3): 409/588 kB | 180/392 kB | 65/91 kB Progress (3): 409/588 kB | 180/392 kB | 69/91 kB Progress (3): 409/588 kB | 184/392 kB | 69/91 kB Progress (3): 409/588 kB | 184/392 kB | 73/91 kB Progress (3): 413/588 kB | 184/392 kB | 73/91 kB Progress (3): 413/588 kB | 184/392 kB | 77/91 kB Progress (3): 413/588 kB | 188/392 kB | 77/91 kB Progress (3): 417/588 kB | 188/392 kB | 77/91 kB Progress (3): 417/588 kB | 188/392 kB | 81/91 kB Progress (4): 417/588 kB | 188/392 kB | 81/91 kB | 4.1/168 kB Progress (4): 417/588 kB | 188/392 kB | 85/91 kB | 4.1/168 kB Progress (4): 421/588 kB | 188/392 kB | 85/91 kB | 4.1/168 kB Progress (4): 421/588 kB | 192/392 kB | 85/91 kB | 4.1/168 kB Progress (4): 421/588 kB | 192/392 kB | 89/91 kB | 4.1/168 kB Progress (4): 421/588 kB | 192/392 kB | 89/91 kB | 7.7/168 kB Progress (4): 421/588 kB | 192/392 kB | 91 kB | 7.7/168 kB Progress (4): 421/588 kB | 196/392 kB | 91 kB | 7.7/168 kB Progress (4): 425/588 kB | 196/392 kB | 91 kB | 7.7/168 kB Progress (4): 425/588 kB | 200/392 kB | 91 kB | 7.7/168 kB Progress (4): 425/588 kB | 200/392 kB | 91 kB | 12/168 kB Progress (4): 425/588 kB | 204/392 kB | 91 kB | 12/168 kB Progress (4): 429/588 kB | 204/392 kB | 91 kB | 12/168 kB Progress (4): 429/588 kB | 208/392 kB | 91 kB | 12/168 kB Progress (4): 429/588 kB | 208/392 kB | 91 kB | 16/168 kB Progress (4): 429/588 kB | 212/392 kB | 91 kB | 16/168 kB Progress (4): 433/588 kB | 212/392 kB | 91 kB | 16/168 kB Progress (4): 433/588 kB | 216/392 kB | 91 kB | 16/168 kB Progress (4): 433/588 kB | 216/392 kB | 91 kB | 20/168 kB Progress (4): 433/588 kB | 220/392 kB | 91 kB | 20/168 kB Progress (4): 437/588 kB | 220/392 kB | 91 kB | 20/168 kB Progress (4): 437/588 kB | 224/392 kB | 91 kB | 20/168 kB Progress (4): 437/588 kB | 224/392 kB | 91 kB | 24/168 kB Progress (4): 437/588 kB | 228/392 kB | 91 kB | 24/168 kB Progress (4): 441/588 kB | 228/392 kB | 91 kB | 24/168 kB Progress (4): 441/588 kB | 232/392 kB | 91 kB | 24/168 kB Progress (4): 441/588 kB | 232/392 kB | 91 kB | 28/168 kB Progress (4): 441/588 kB | 236/392 kB | 91 kB | 28/168 kB Progress (4): 445/588 kB | 236/392 kB | 91 kB | 28/168 kB Progress (4): 445/588 kB | 240/392 kB | 91 kB | 28/168 kB Progress (4): 445/588 kB | 240/392 kB | 91 kB | 32/168 kB Progress (4): 445/588 kB | 244/392 kB | 91 kB | 32/168 kB Progress (4): 449/588 kB | 244/392 kB | 91 kB | 32/168 kB Progress (4): 449/588 kB | 248/392 kB | 91 kB | 32/168 kB Progress (4): 449/588 kB | 248/392 kB | 91 kB | 33/168 kB Progress (4): 449/588 kB | 252/392 kB | 91 kB | 33/168 kB Progress (4): 453/588 kB | 252/392 kB | 91 kB | 33/168 kB Progress (4): 453/588 kB | 256/392 kB | 91 kB | 33/168 kB Progress (4): 457/588 kB | 256/392 kB | 91 kB | 33/168 kB Progress (4): 457/588 kB | 256/392 kB | 91 kB | 37/168 kB Progress (4): 461/588 kB | 256/392 kB | 91 kB | 37/168 kB Progress (4): 461/588 kB | 260/392 kB | 91 kB | 37/168 kB Progress (4): 465/588 kB | 260/392 kB | 91 kB | 37/168 kB Progress (4): 465/588 kB | 260/392 kB | 91 kB | 41/168 kB Progress (5): 465/588 kB | 260/392 kB | 91 kB | 41/168 kB | 4.1/38 kB Progress (5): 469/588 kB | 260/392 kB | 91 kB | 41/168 kB | 4.1/38 kB Progress (5): 469/588 kB | 264/392 kB | 91 kB | 41/168 kB | 4.1/38 kB Progress (5): 473/588 kB | 264/392 kB | 91 kB | 41/168 kB | 4.1/38 kB Progress (5): 473/588 kB | 264/392 kB | 91 kB | 41/168 kB | 7.7/38 kB Progress (5): 473/588 kB | 264/392 kB | 91 kB | 45/168 kB | 7.7/38 kB Progress (5): 473/588 kB | 264/392 kB | 91 kB | 45/168 kB | 12/38 kB Progress (5): 477/588 kB | 264/392 kB | 91 kB | 45/168 kB | 12/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 158 kB/s) Progress (4): 477/588 kB | 268/392 kB | 45/168 kB | 12/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar Progress (4): 481/588 kB | 268/392 kB | 45/168 kB | 12/38 kB Progress (4): 481/588 kB | 268/392 kB | 45/168 kB | 16/38 kB Progress (4): 481/588 kB | 268/392 kB | 49/168 kB | 16/38 kB Progress (4): 481/588 kB | 268/392 kB | 49/168 kB | 20/38 kB Progress (4): 485/588 kB | 268/392 kB | 49/168 kB | 20/38 kB Progress (4): 485/588 kB | 272/392 kB | 49/168 kB | 20/38 kB Progress (4): 489/588 kB | 272/392 kB | 49/168 kB | 20/38 kB Progress (4): 489/588 kB | 272/392 kB | 49/168 kB | 24/38 kB Progress (4): 489/588 kB | 272/392 kB | 53/168 kB | 24/38 kB Progress (4): 489/588 kB | 272/392 kB | 53/168 kB | 28/38 kB Progress (4): 493/588 kB | 272/392 kB | 53/168 kB | 28/38 kB Progress (4): 493/588 kB | 276/392 kB | 53/168 kB | 28/38 kB Progress (4): 497/588 kB | 276/392 kB | 53/168 kB | 28/38 kB Progress (4): 497/588 kB | 276/392 kB | 53/168 kB | 32/38 kB Progress (4): 497/588 kB | 276/392 kB | 57/168 kB | 32/38 kB Progress (4): 497/588 kB | 276/392 kB | 57/168 kB | 33/38 kB Progress (4): 501/588 kB | 276/392 kB | 57/168 kB | 33/38 kB Progress (4): 501/588 kB | 280/392 kB | 57/168 kB | 33/38 kB Progress (4): 505/588 kB | 280/392 kB | 57/168 kB | 33/38 kB Progress (4): 505/588 kB | 280/392 kB | 57/168 kB | 37/38 kB Progress (4): 505/588 kB | 280/392 kB | 61/168 kB | 37/38 kB Progress (4): 505/588 kB | 280/392 kB | 61/168 kB | 38 kB Progress (4): 509/588 kB | 280/392 kB | 61/168 kB | 38 kB Progress (4): 509/588 kB | 284/392 kB | 61/168 kB | 38 kB Progress (4): 513/588 kB | 284/392 kB | 61/168 kB | 38 kB Progress (4): 513/588 kB | 284/392 kB | 65/168 kB | 38 kB Progress (4): 517/588 kB | 284/392 kB | 65/168 kB | 38 kB Progress (4): 517/588 kB | 288/392 kB | 65/168 kB | 38 kB Progress (4): 521/588 kB | 288/392 kB | 65/168 kB | 38 kB Progress (4): 521/588 kB | 288/392 kB | 66/168 kB | 38 kB Progress (4): 525/588 kB | 288/392 kB | 66/168 kB | 38 kB Progress (4): 525/588 kB | 292/392 kB | 66/168 kB | 38 kB Progress (4): 529/588 kB | 292/392 kB | 66/168 kB | 38 kB Progress (4): 529/588 kB | 296/392 kB | 66/168 kB | 38 kB Progress (4): 529/588 kB | 296/392 kB | 70/168 kB | 38 kB Progress (4): 529/588 kB | 300/392 kB | 70/168 kB | 38 kB Progress (4): 533/588 kB | 300/392 kB | 70/168 kB | 38 kB Progress (4): 533/588 kB | 304/392 kB | 70/168 kB | 38 kB Progress (4): 537/588 kB | 304/392 kB | 70/168 kB | 38 kB Progress (4): 537/588 kB | 304/392 kB | 74/168 kB | 38 kB Progress (4): 541/588 kB | 304/392 kB | 74/168 kB | 38 kB Progress (4): 541/588 kB | 308/392 kB | 74/168 kB | 38 kB Progress (4): 545/588 kB | 308/392 kB | 74/168 kB | 38 kB Progress (4): 545/588 kB | 312/392 kB | 74/168 kB | 38 kB Progress (4): 545/588 kB | 312/392 kB | 78/168 kB | 38 kB Progress (4): 545/588 kB | 316/392 kB | 78/168 kB | 38 kB Progress (4): 549/588 kB | 316/392 kB | 78/168 kB | 38 kB Progress (4): 549/588 kB | 320/392 kB | 78/168 kB | 38 kB Progress (4): 549/588 kB | 320/392 kB | 82/168 kB | 38 kB Progress (4): 549/588 kB | 324/392 kB | 82/168 kB | 38 kB Progress (4): 553/588 kB | 324/392 kB | 82/168 kB | 38 kB Progress (4): 553/588 kB | 328/392 kB | 82/168 kB | 38 kB Progress (4): 553/588 kB | 328/392 kB | 86/168 kB | 38 kB Progress (4): 553/588 kB | 332/392 kB | 86/168 kB | 38 kB Progress (4): 557/588 kB | 332/392 kB | 86/168 kB | 38 kB Progress (4): 557/588 kB | 336/392 kB | 86/168 kB | 38 kB Progress (4): 557/588 kB | 336/392 kB | 90/168 kB | 38 kB Progress (4): 557/588 kB | 340/392 kB | 90/168 kB | 38 kB Progress (5): 557/588 kB | 340/392 kB | 90/168 kB | 38 kB | 4.1/65 kB Progress (5): 561/588 kB | 340/392 kB | 90/168 kB | 38 kB | 4.1/65 kB Progress (5): 561/588 kB | 340/392 kB | 90/168 kB | 38 kB | 7.7/65 kB Progress (5): 561/588 kB | 344/392 kB | 90/168 kB | 38 kB | 7.7/65 kB Progress (5): 561/588 kB | 344/392 kB | 94/168 kB | 38 kB | 7.7/65 kB Progress (5): 561/588 kB | 348/392 kB | 94/168 kB | 38 kB | 7.7/65 kB Progress (5): 561/588 kB | 348/392 kB | 94/168 kB | 38 kB | 12/65 kB Progress (5): 565/588 kB | 348/392 kB | 94/168 kB | 38 kB | 12/65 kB Progress (5): 565/588 kB | 348/392 kB | 94/168 kB | 38 kB | 16/65 kB Progress (5): 565/588 kB | 352/392 kB | 94/168 kB | 38 kB | 16/65 kB Progress (5): 565/588 kB | 352/392 kB | 98/168 kB | 38 kB | 16/65 kB Progress (5): 565/588 kB | 356/392 kB | 98/168 kB | 38 kB | 16/65 kB Progress (5): 565/588 kB | 356/392 kB | 98/168 kB | 38 kB | 20/65 kB Progress (5): 569/588 kB | 356/392 kB | 98/168 kB | 38 kB | 20/65 kB Progress (5): 569/588 kB | 356/392 kB | 98/168 kB | 38 kB | 24/65 kB Progress (5): 569/588 kB | 360/392 kB | 98/168 kB | 38 kB | 24/65 kB Progress (5): 569/588 kB | 360/392 kB | 98/168 kB | 38 kB | 24/65 kB Progress (5): 569/588 kB | 364/392 kB | 98/168 kB | 38 kB | 24/65 kB Progress (5): 569/588 kB | 364/392 kB | 98/168 kB | 38 kB | 28/65 kB Progress (5): 573/588 kB | 364/392 kB | 98/168 kB | 38 kB | 28/65 kB Progress (5): 573/588 kB | 364/392 kB | 98/168 kB | 38 kB | 32/65 kB Progress (5): 573/588 kB | 368/392 kB | 98/168 kB | 38 kB | 32/65 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 64 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar Progress (4): 573/588 kB | 368/392 kB | 102/168 kB | 32/65 kB Progress (4): 573/588 kB | 372/392 kB | 102/168 kB | 32/65 kB Progress (4): 573/588 kB | 372/392 kB | 102/168 kB | 36/65 kB Progress (4): 577/588 kB | 372/392 kB | 102/168 kB | 36/65 kB Progress (4): 577/588 kB | 372/392 kB | 102/168 kB | 40/65 kB Progress (4): 577/588 kB | 376/392 kB | 102/168 kB | 40/65 kB Progress (4): 577/588 kB | 376/392 kB | 106/168 kB | 40/65 kB Progress (4): 577/588 kB | 380/392 kB | 106/168 kB | 40/65 kB Progress (4): 577/588 kB | 380/392 kB | 110/168 kB | 40/65 kB Progress (4): 577/588 kB | 380/392 kB | 110/168 kB | 44/65 kB Progress (4): 581/588 kB | 380/392 kB | 110/168 kB | 44/65 kB Progress (4): 581/588 kB | 380/392 kB | 110/168 kB | 48/65 kB Progress (4): 581/588 kB | 380/392 kB | 114/168 kB | 48/65 kB Progress (4): 581/588 kB | 384/392 kB | 114/168 kB | 48/65 kB Progress (4): 581/588 kB | 384/392 kB | 118/168 kB | 48/65 kB Progress (4): 581/588 kB | 384/392 kB | 118/168 kB | 52/65 kB Progress (4): 585/588 kB | 384/392 kB | 118/168 kB | 52/65 kB Progress (4): 585/588 kB | 384/392 kB | 118/168 kB | 56/65 kB Progress (4): 585/588 kB | 384/392 kB | 122/168 kB | 56/65 kB Progress (4): 585/588 kB | 388/392 kB | 122/168 kB | 56/65 kB Progress (4): 585/588 kB | 388/392 kB | 126/168 kB | 56/65 kB Progress (4): 585/588 kB | 388/392 kB | 126/168 kB | 60/65 kB Progress (4): 588 kB | 388/392 kB | 126/168 kB | 60/65 kB Progress (4): 588 kB | 388/392 kB | 126/168 kB | 64/65 kB Progress (4): 588 kB | 388/392 kB | 130/168 kB | 64/65 kB Progress (4): 588 kB | 392/392 kB | 130/168 kB | 64/65 kB Progress (4): 588 kB | 392/392 kB | 130/168 kB | 65 kB Progress (4): 588 kB | 392/392 kB | 134/168 kB | 65 kB Progress (4): 588 kB | 392 kB | 134/168 kB | 65 kB Progress (4): 588 kB | 392 kB | 138/168 kB | 65 kB Progress (4): 588 kB | 392 kB | 142/168 kB | 65 kB Progress (4): 588 kB | 392 kB | 146/168 kB | 65 kB Progress (4): 588 kB | 392 kB | 150/168 kB | 65 kB Progress (4): 588 kB | 392 kB | 154/168 kB | 65 kB Progress (4): 588 kB | 392 kB | 158/168 kB | 65 kB Progress (4): 588 kB | 392 kB | 162/168 kB | 65 kB Progress (4): 588 kB | 392 kB | 166/168 kB | 65 kB Progress (4): 588 kB | 392 kB | 168 kB | 65 kB Progress (5): 588 kB | 392 kB | 168 kB | 65 kB | 4.1/270 kB Progress (5): 588 kB | 392 kB | 168 kB | 65 kB | 7.7/270 kB Progress (5): 588 kB | 392 kB | 168 kB | 65 kB | 12/270 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 278 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.jar Progress (4): 588 kB | 392 kB | 65 kB | 16/270 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 594 kB/s) Progress (3): 588 kB | 65 kB | 20/270 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 99 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 890 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.jar Progress (1): 24/270 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar Progress (1): 28/270 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.jar Progress (1): 32/270 kB Progress (1): 33/270 kB Progress (1): 37/270 kB Progress (1): 41/270 kB Progress (1): 45/270 kB Progress (1): 49/270 kB Progress (1): 53/270 kB Progress (1): 57/270 kB Progress (1): 61/270 kB Progress (1): 65/270 kB Progress (1): 66/270 kB Progress (1): 70/270 kB Progress (1): 74/270 kB Progress (1): 78/270 kB Progress (1): 82/270 kB Progress (1): 86/270 kB Progress (1): 90/270 kB Progress (1): 94/270 kB Progress (1): 98/270 kB Progress (1): 98/270 kB Progress (1): 102/270 kB Progress (1): 106/270 kB Progress (1): 110/270 kB Progress (1): 114/270 kB Progress (1): 118/270 kB Progress (1): 122/270 kB Progress (1): 126/270 kB Progress (1): 130/270 kB Progress (1): 134/270 kB Progress (1): 138/270 kB Progress (1): 142/270 kB Progress (1): 146/270 kB Progress (1): 150/270 kB Progress (1): 154/270 kB Progress (1): 158/270 kB Progress (1): 162/270 kB Progress (1): 166/270 kB Progress (1): 170/270 kB Progress (1): 174/270 kB Progress (1): 178/270 kB Progress (1): 182/270 kB Progress (1): 186/270 kB Progress (1): 190/270 kB Progress (1): 194/270 kB Progress (1): 198/270 kB Progress (1): 202/270 kB Progress (1): 206/270 kB Progress (1): 210/270 kB Progress (1): 214/270 kB Progress (1): 218/270 kB Progress (2): 218/270 kB | 4.1/175 kB Progress (3): 218/270 kB | 4.1/175 kB | 4.1/33 kB Progress (3): 218/270 kB | 7.7/175 kB | 4.1/33 kB Progress (3): 222/270 kB | 7.7/175 kB | 4.1/33 kB Progress (3): 222/270 kB | 7.7/175 kB | 7.7/33 kB Progress (3): 222/270 kB | 12/175 kB | 7.7/33 kB Progress (3): 226/270 kB | 12/175 kB | 7.7/33 kB Progress (3): 226/270 kB | 16/175 kB | 7.7/33 kB Progress (3): 230/270 kB | 16/175 kB | 7.7/33 kB Progress (3): 230/270 kB | 20/175 kB | 7.7/33 kB Progress (3): 230/270 kB | 24/175 kB | 7.7/33 kB Progress (4): 230/270 kB | 24/175 kB | 7.7/33 kB | 4.1/79 kB Progress (4): 230/270 kB | 24/175 kB | 7.7/33 kB | 7.7/79 kB Progress (4): 230/270 kB | 24/175 kB | 7.7/33 kB | 12/79 kB Progress (4): 230/270 kB | 24/175 kB | 12/33 kB | 12/79 kB Progress (4): 230/270 kB | 24/175 kB | 12/33 kB | 16/79 kB Progress (4): 230/270 kB | 28/175 kB | 12/33 kB | 16/79 kB Progress (4): 234/270 kB | 28/175 kB | 12/33 kB | 16/79 kB Progress (4): 234/270 kB | 32/175 kB | 12/33 kB | 16/79 kB Progress (4): 238/270 kB | 32/175 kB | 12/33 kB | 16/79 kB Progress (4): 238/270 kB | 32/175 kB | 12/33 kB | 20/79 kB Progress (4): 238/270 kB | 32/175 kB | 12/33 kB | 24/79 kB Progress (4): 238/270 kB | 32/175 kB | 16/33 kB | 24/79 kB Progress (4): 238/270 kB | 32/175 kB | 16/33 kB | 28/79 kB Progress (4): 238/270 kB | 32/175 kB | 20/33 kB | 28/79 kB Progress (4): 242/270 kB | 32/175 kB | 20/33 kB | 28/79 kB Progress (4): 242/270 kB | 33/175 kB | 20/33 kB | 28/79 kB Progress (4): 246/270 kB | 33/175 kB | 20/33 kB | 28/79 kB Progress (4): 246/270 kB | 37/175 kB | 20/33 kB | 28/79 kB Progress (4): 246/270 kB | 37/175 kB | 24/33 kB | 28/79 kB Progress (4): 246/270 kB | 37/175 kB | 24/33 kB | 32/79 kB Progress (4): 246/270 kB | 37/175 kB | 28/33 kB | 32/79 kB Progress (4): 246/270 kB | 41/175 kB | 28/33 kB | 32/79 kB Progress (4): 250/270 kB | 41/175 kB | 28/33 kB | 32/79 kB Progress (4): 250/270 kB | 45/175 kB | 28/33 kB | 32/79 kB Progress (4): 250/270 kB | 45/175 kB | 32/33 kB | 32/79 kB Progress (4): 250/270 kB | 45/175 kB | 32/33 kB | 33/79 kB Progress (4): 250/270 kB | 45/175 kB | 33 kB | 33/79 kB Progress (4): 250/270 kB | 49/175 kB | 33 kB | 33/79 kB Progress (4): 254/270 kB | 49/175 kB | 33 kB | 33/79 kB Progress (4): 254/270 kB | 53/175 kB | 33 kB | 33/79 kB Progress (4): 254/270 kB | 53/175 kB | 33 kB | 37/79 kB Progress (4): 254/270 kB | 57/175 kB | 33 kB | 37/79 kB Progress (4): 258/270 kB | 57/175 kB | 33 kB | 37/79 kB Progress (4): 258/270 kB | 61/175 kB | 33 kB | 37/79 kB Progress (4): 262/270 kB | 61/175 kB | 33 kB | 37/79 kB Progress (4): 262/270 kB | 61/175 kB | 33 kB | 41/79 kB Progress (4): 266/270 kB | 61/175 kB | 33 kB | 41/79 kB Progress (4): 266/270 kB | 65/175 kB | 33 kB | 41/79 kB Progress (4): 266/270 kB | 66/175 kB | 33 kB | 41/79 kB Progress (5): 266/270 kB | 66/175 kB | 33 kB | 41/79 kB | 4.1/113 kB Progress (5): 266/270 kB | 70/175 kB | 33 kB | 41/79 kB | 4.1/113 kB Progress (5): 270 kB | 70/175 kB | 33 kB | 41/79 kB | 4.1/113 kB Progress (5): 270 kB | 70/175 kB | 33 kB | 45/79 kB | 4.1/113 kB Progress (5): 270 kB | 74/175 kB | 33 kB | 45/79 kB | 4.1/113 kB Progress (5): 270 kB | 74/175 kB | 33 kB | 45/79 kB | 7.7/113 kB Progress (5): 270 kB | 78/175 kB | 33 kB | 45/79 kB | 7.7/113 kB Progress (5): 270 kB | 78/175 kB | 33 kB | 49/79 kB | 7.7/113 kB Progress (5): 270 kB | 82/175 kB | 33 kB | 49/79 kB | 7.7/113 kB Progress (5): 270 kB | 82/175 kB | 33 kB | 49/79 kB | 12/113 kB Progress (5): 270 kB | 86/175 kB | 33 kB | 49/79 kB | 12/113 kB Progress (5): 270 kB | 86/175 kB | 33 kB | 53/79 kB | 12/113 kB Progress (5): 270 kB | 90/175 kB | 33 kB | 53/79 kB | 12/113 kB Progress (5): 270 kB | 90/175 kB | 33 kB | 53/79 kB | 16/113 kB Progress (5): 270 kB | 94/175 kB | 33 kB | 53/79 kB | 16/113 kB Progress (5): 270 kB | 94/175 kB | 33 kB | 57/79 kB | 16/113 kB Progress (5): 270 kB | 98/175 kB | 33 kB | 57/79 kB | 16/113 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/6.2.1/asm-analysis-6.2.1.jar (33 kB at 48 kB/s) Progress (4): 270 kB | 98/175 kB | 57/79 kB | 20/113 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.jar Progress (4): 270 kB | 98/175 kB | 57/79 kB | 20/113 kB Progress (4): 270 kB | 98/175 kB | 61/79 kB | 20/113 kB Progress (4): 270 kB | 102/175 kB | 61/79 kB | 20/113 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar (270 kB at 393 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar Progress (3): 102/175 kB | 61/79 kB | 24/113 kB Progress (3): 106/175 kB | 61/79 kB | 24/113 kB Progress (3): 106/175 kB | 61/79 kB | 28/113 kB Progress (3): 106/175 kB | 65/79 kB | 28/113 kB Progress (3): 106/175 kB | 65/79 kB | 32/113 kB Progress (3): 110/175 kB | 65/79 kB | 32/113 kB Progress (3): 110/175 kB | 65/79 kB | 33/113 kB Progress (3): 110/175 kB | 69/79 kB | 33/113 kB Progress (3): 110/175 kB | 69/79 kB | 37/113 kB Progress (3): 114/175 kB | 69/79 kB | 37/113 kB Progress (3): 114/175 kB | 69/79 kB | 41/113 kB Progress (3): 114/175 kB | 73/79 kB | 41/113 kB Progress (3): 114/175 kB | 73/79 kB | 45/113 kB Progress (3): 118/175 kB | 73/79 kB | 45/113 kB Progress (3): 118/175 kB | 73/79 kB | 49/113 kB Progress (3): 118/175 kB | 77/79 kB | 49/113 kB Progress (3): 118/175 kB | 77/79 kB | 53/113 kB Progress (3): 122/175 kB | 77/79 kB | 53/113 kB Progress (3): 122/175 kB | 77/79 kB | 57/113 kB Progress (3): 126/175 kB | 77/79 kB | 57/113 kB Progress (3): 126/175 kB | 79 kB | 57/113 kB Progress (3): 130/175 kB | 79 kB | 57/113 kB Progress (3): 130/175 kB | 79 kB | 61/113 kB Progress (3): 131/175 kB | 79 kB | 61/113 kB Progress (3): 131/175 kB | 79 kB | 65/113 kB Progress (3): 131/175 kB | 79 kB | 66/113 kB Progress (3): 135/175 kB | 79 kB | 66/113 kB Progress (3): 135/175 kB | 79 kB | 70/113 kB Progress (3): 139/175 kB | 79 kB | 70/113 kB Progress (3): 139/175 kB | 79 kB | 74/113 kB Progress (3): 143/175 kB | 79 kB | 74/113 kB Progress (3): 143/175 kB | 79 kB | 78/113 kB Progress (3): 147/175 kB | 79 kB | 78/113 kB Progress (4): 147/175 kB | 79 kB | 78/113 kB | 4.1/50 kB Progress (4): 147/175 kB | 79 kB | 82/113 kB | 4.1/50 kB Progress (4): 147/175 kB | 79 kB | 82/113 kB | 7.7/50 kB Progress (4): 151/175 kB | 79 kB | 82/113 kB | 7.7/50 kB Progress (4): 151/175 kB | 79 kB | 82/113 kB | 12/50 kB Progress (4): 151/175 kB | 79 kB | 86/113 kB | 12/50 kB Progress (4): 151/175 kB | 79 kB | 86/113 kB | 16/50 kB Progress (4): 155/175 kB | 79 kB | 86/113 kB | 16/50 kB Progress (4): 155/175 kB | 79 kB | 86/113 kB | 20/50 kB Progress (4): 155/175 kB | 79 kB | 90/113 kB | 20/50 kB Progress (4): 155/175 kB | 79 kB | 90/113 kB | 24/50 kB Progress (4): 159/175 kB | 79 kB | 90/113 kB | 24/50 kB Progress (4): 159/175 kB | 79 kB | 90/113 kB | 28/50 kB Progress (4): 159/175 kB | 79 kB | 94/113 kB | 28/50 kB Progress (4): 159/175 kB | 79 kB | 94/113 kB | 32/50 kB Progress (4): 163/175 kB | 79 kB | 94/113 kB | 32/50 kB Progress (4): 163/175 kB | 79 kB | 94/113 kB | 36/50 kB Progress (4): 167/175 kB | 79 kB | 94/113 kB | 36/50 kB Progress (4): 167/175 kB | 79 kB | 98/113 kB | 36/50 kB Progress (4): 171/175 kB | 79 kB | 98/113 kB | 36/50 kB Progress (4): 175/175 kB | 79 kB | 98/113 kB | 36/50 kB Progress (4): 175 kB | 79 kB | 98/113 kB | 36/50 kB Progress (4): 175 kB | 79 kB | 98/113 kB | 40/50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/6.2.1/asm-commons-6.2.1.jar (79 kB at 113 kB/s) Progress (3): 175 kB | 102/113 kB | 40/50 kB Progress (3): 175 kB | 102/113 kB | 44/50 kB Progress (3): 175 kB | 106/113 kB | 44/50 kB Progress (3): 175 kB | 106/113 kB | 48/50 kB Progress (3): 175 kB | 110/113 kB | 48/50 kB Progress (3): 175 kB | 110/113 kB | 50 kB Progress (3): 175 kB | 113 kB | 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.2/org.jacoco.core-0.8.2.jar (175 kB at 250 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/6.2.1/asm-tree-6.2.1.jar (50 kB at 66 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2.1/asm-6.2.1.jar (113 kB at 137 kB/s) Progress (1): 4.1/128 kB Progress (1): 7.7/128 kB Progress (1): 12/128 kB Progress (1): 16/128 kB Progress (1): 20/128 kB Progress (1): 24/128 kB Progress (1): 28/128 kB Progress (1): 32/128 kB Progress (1): 33/128 kB Progress (1): 37/128 kB Progress (1): 41/128 kB Progress (1): 45/128 kB Progress (1): 49/128 kB Progress (1): 53/128 kB Progress (1): 57/128 kB Progress (1): 61/128 kB Progress (1): 65/128 kB Progress (1): 66/128 kB Progress (1): 70/128 kB Progress (1): 74/128 kB Progress (1): 78/128 kB Progress (1): 82/128 kB Progress (1): 86/128 kB Progress (1): 90/128 kB Progress (1): 94/128 kB Progress (1): 98/128 kB Progress (1): 102/128 kB Progress (1): 106/128 kB Progress (1): 110/128 kB Progress (1): 114/128 kB Progress (1): 118/128 kB Progress (1): 122/128 kB Progress (1): 126/128 kB Progress (1): 128 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.2/org.jacoco.report-0.8.2.jar (128 kB at 100 kB/s) [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --------------------< org.eclipse.reddeer:plugins >--------------------- [INFO] Building RedDeer Plugins 2.8.0-SNAPSHOT [2/60] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ plugins --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ plugins --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.common >----------- [INFO] Building RedDeer Common 2.8.0-SNAPSHOT [3/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.pom (1.8 kB at 22 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom Progress (1): 4.1/9.7 kB Progress (1): 7.7/9.7 kB Progress (1): 9.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom (9.7 kB at 511 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom Progress (1): 4.1/35 kB Progress (1): 7.7/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 24/35 kB Progress (1): 28/35 kB Progress (1): 32/35 kB Progress (1): 33/35 kB Progress (1): 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom (35 kB at 1.5 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 190 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 131 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 102 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 167 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 141 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 87 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 393 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom (1.6 kB at 51 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom (1.1 kB at 37 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom (1.5 kB at 42 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Progress (1): 4.1/70 kB Progress (2): 4.1/70 kB | 4.1/281 kB Progress (2): 7.7/70 kB | 4.1/281 kB Progress (3): 7.7/70 kB | 4.1/281 kB | 4.1/11 kB Progress (3): 12/70 kB | 4.1/281 kB | 4.1/11 kB Progress (3): 12/70 kB | 7.7/281 kB | 4.1/11 kB Progress (3): 16/70 kB | 7.7/281 kB | 4.1/11 kB Progress (3): 16/70 kB | 7.7/281 kB | 7.7/11 kB Progress (3): 20/70 kB | 7.7/281 kB | 7.7/11 kB Progress (3): 20/70 kB | 12/281 kB | 7.7/11 kB Progress (3): 24/70 kB | 12/281 kB | 7.7/11 kB Progress (3): 24/70 kB | 12/281 kB | 11 kB Progress (3): 24/70 kB | 16/281 kB | 11 kB Progress (3): 24/70 kB | 20/281 kB | 11 kB Progress (3): 24/70 kB | 24/281 kB | 11 kB Progress (3): 28/70 kB | 24/281 kB | 11 kB Progress (3): 32/70 kB | 24/281 kB | 11 kB Progress (3): 36/70 kB | 24/281 kB | 11 kB Progress (3): 40/70 kB | 24/281 kB | 11 kB Progress (3): 40/70 kB | 28/281 kB | 11 kB Progress (3): 44/70 kB | 28/281 kB | 11 kB Progress (3): 44/70 kB | 32/281 kB | 11 kB Progress (3): 48/70 kB | 32/281 kB | 11 kB Progress (3): 48/70 kB | 36/281 kB | 11 kB Progress (3): 52/70 kB | 36/281 kB | 11 kB Progress (3): 52/70 kB | 40/281 kB | 11 kB Progress (3): 56/70 kB | 40/281 kB | 11 kB Progress (3): 56/70 kB | 44/281 kB | 11 kB Progress (3): 60/70 kB | 44/281 kB | 11 kB Progress (3): 60/70 kB | 48/281 kB | 11 kB Progress (3): 64/70 kB | 48/281 kB | 11 kB Progress (3): 64/70 kB | 52/281 kB | 11 kB Progress (3): 68/70 kB | 52/281 kB | 11 kB Progress (3): 68/70 kB | 56/281 kB | 11 kB Progress (3): 70 kB | 56/281 kB | 11 kB Progress (3): 70 kB | 60/281 kB | 11 kB Progress (3): 70 kB | 64/281 kB | 11 kB Progress (3): 70 kB | 68/281 kB | 11 kB Progress (3): 70 kB | 72/281 kB | 11 kB Progress (3): 70 kB | 76/281 kB | 11 kB Progress (3): 70 kB | 80/281 kB | 11 kB Progress (3): 70 kB | 84/281 kB | 11 kB Progress (3): 70 kB | 88/281 kB | 11 kB Progress (3): 70 kB | 92/281 kB | 11 kB Progress (3): 70 kB | 96/281 kB | 11 kB Progress (3): 70 kB | 100/281 kB | 11 kB Progress (3): 70 kB | 104/281 kB | 11 kB Progress (3): 70 kB | 108/281 kB | 11 kB Progress (3): 70 kB | 112/281 kB | 11 kB Progress (3): 70 kB | 116/281 kB | 11 kB Progress (3): 70 kB | 120/281 kB | 11 kB Progress (3): 70 kB | 124/281 kB | 11 kB Progress (3): 70 kB | 128/281 kB | 11 kB Progress (3): 70 kB | 132/281 kB | 11 kB Progress (3): 70 kB | 136/281 kB | 11 kB Progress (3): 70 kB | 140/281 kB | 11 kB Progress (3): 70 kB | 144/281 kB | 11 kB Progress (3): 70 kB | 148/281 kB | 11 kB Progress (3): 70 kB | 152/281 kB | 11 kB Progress (3): 70 kB | 156/281 kB | 11 kB Progress (3): 70 kB | 160/281 kB | 11 kB Progress (3): 70 kB | 164/281 kB | 11 kB Progress (3): 70 kB | 168/281 kB | 11 kB Progress (3): 70 kB | 172/281 kB | 11 kB Progress (3): 70 kB | 176/281 kB | 11 kB Progress (3): 70 kB | 180/281 kB | 11 kB Progress (3): 70 kB | 184/281 kB | 11 kB Progress (3): 70 kB | 188/281 kB | 11 kB Progress (3): 70 kB | 192/281 kB | 11 kB Progress (3): 70 kB | 196/281 kB | 11 kB Progress (3): 70 kB | 200/281 kB | 11 kB Progress (3): 70 kB | 204/281 kB | 11 kB Progress (3): 70 kB | 208/281 kB | 11 kB Progress (3): 70 kB | 212/281 kB | 11 kB Progress (3): 70 kB | 216/281 kB | 11 kB Progress (3): 70 kB | 220/281 kB | 11 kB Progress (3): 70 kB | 224/281 kB | 11 kB Progress (3): 70 kB | 228/281 kB | 11 kB Progress (3): 70 kB | 232/281 kB | 11 kB Progress (3): 70 kB | 236/281 kB | 11 kB Progress (3): 70 kB | 240/281 kB | 11 kB Progress (3): 70 kB | 244/281 kB | 11 kB Progress (3): 70 kB | 248/281 kB | 11 kB Progress (3): 70 kB | 252/281 kB | 11 kB Progress (3): 70 kB | 256/281 kB | 11 kB Progress (3): 70 kB | 260/281 kB | 11 kB Progress (3): 70 kB | 264/281 kB | 11 kB Progress (3): 70 kB | 268/281 kB | 11 kB Progress (3): 70 kB | 272/281 kB | 11 kB Progress (3): 70 kB | 276/281 kB | 11 kB Progress (3): 70 kB | 280/281 kB | 11 kB Progress (3): 70 kB | 281 kB | 11 kB Progress (4): 70 kB | 281 kB | 11 kB | 4.1/166 kB Progress (4): 70 kB | 281 kB | 11 kB | 7.7/166 kB Progress (4): 70 kB | 281 kB | 11 kB | 12/166 kB Progress (4): 70 kB | 281 kB | 11 kB | 16/166 kB Progress (4): 70 kB | 281 kB | 11 kB | 20/166 kB Progress (4): 70 kB | 281 kB | 11 kB | 24/166 kB Progress (5): 70 kB | 281 kB | 11 kB | 24/166 kB | 0/2.7 MB Progress (5): 70 kB | 281 kB | 11 kB | 24/166 kB | 0/2.7 MB Progress (5): 70 kB | 281 kB | 11 kB | 28/166 kB | 0/2.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 870 kB/s) Progress (4): 281 kB | 11 kB | 28/166 kB | 0/2.7 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Progress (4): 281 kB | 11 kB | 32/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 32/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 36/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 36/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 40/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 40/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 44/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 44/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 44/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 48/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 48/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 52/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 52/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 56/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 56/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 60/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 60/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 64/166 kB | 0/2.7 MB Progress (4): 281 kB | 11 kB | 64/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 68/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 68/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 72/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 72/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 76/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 76/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 80/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 80/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 84/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 84/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 88/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 88/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 92/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 92/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 96/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 96/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 100/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 100/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 104/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 104/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 108/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 108/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 112/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 116/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 120/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 124/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 128/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 132/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 136/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 140/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 140/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 144/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 144/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 148/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 148/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 152/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 152/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 156/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 156/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 160/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 160/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 164/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 164/166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.1/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.2/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.3/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.3/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.3/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.3/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.3/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.3/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.3/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.3/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.3/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.3/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.3/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.3/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.3/2.7 MB Progress (4): 281 kB | 11 kB | 166 kB | 0.3/2.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 2.7 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.4.0/tycho-buildtimestamp-jgit-1.4.0.jar (11 kB at 107 kB/s) Progress (2): 166 kB | 0.3/2.7 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.3/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.4/2.7 MB Progress (2): 166 kB | 0.5/2.7 MB Progress (2): 166 kB | 0.5/2.7 MB Progress (2): 166 kB | 0.5/2.7 MB Progress (2): 166 kB | 0.5/2.7 MB Progress (2): 166 kB | 0.5/2.7 MB Progress (2): 166 kB | 0.5/2.7 MB Progress (3): 166 kB | 0.5/2.7 MB | 4.1/26 kB Progress (3): 166 kB | 0.5/2.7 MB | 4.1/26 kB Progress (3): 166 kB | 0.5/2.7 MB | 7.7/26 kB Progress (3): 166 kB | 0.5/2.7 MB | 7.7/26 kB Progress (3): 166 kB | 0.5/2.7 MB | 12/26 kB Progress (3): 166 kB | 0.5/2.7 MB | 12/26 kB Progress (3): 166 kB | 0.5/2.7 MB | 16/26 kB Progress (3): 166 kB | 0.5/2.7 MB | 16/26 kB Progress (3): 166 kB | 0.5/2.7 MB | 20/26 kB Progress (3): 166 kB | 0.5/2.7 MB | 20/26 kB Progress (3): 166 kB | 0.5/2.7 MB | 24/26 kB Progress (3): 166 kB | 0.5/2.7 MB | 24/26 kB Progress (4): 166 kB | 0.5/2.7 MB | 24/26 kB | 0/4.2 MB Progress (4): 166 kB | 0.5/2.7 MB | 24/26 kB | 0/4.2 MB Progress (4): 166 kB | 0.5/2.7 MB | 26 kB | 0/4.2 MB Progress (4): 166 kB | 0.5/2.7 MB | 26 kB | 0/4.2 MB Progress (4): 166 kB | 0.5/2.7 MB | 26 kB | 0/4.2 MB Progress (4): 166 kB | 0.5/2.7 MB | 26 kB | 0/4.2 MB Progress (4): 166 kB | 0.5/2.7 MB | 26 kB | 0/4.2 MB Progress (4): 166 kB | 0.5/2.7 MB | 26 kB | 0/4.2 MB Progress (4): 166 kB | 0.5/2.7 MB | 26 kB | 0/4.2 MB Progress (4): 166 kB | 0.5/2.7 MB | 26 kB | 0/4.2 MB Progress (4): 166 kB | 0.5/2.7 MB | 26 kB | 0/4.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 1.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar Progress (3): 0.5/2.7 MB | 26 kB | 0/4.2 MB Progress (3): 0.5/2.7 MB | 26 kB | 0/4.2 MB Progress (3): 0.5/2.7 MB | 26 kB | 0/4.2 MB Progress (3): 0.5/2.7 MB | 26 kB | 0/4.2 MB Progress (3): 0.5/2.7 MB | 26 kB | 0/4.2 MB Progress (3): 0.5/2.7 MB | 26 kB | 0/4.2 MB Progress (3): 0.5/2.7 MB | 26 kB | 0/4.2 MB 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 287 kB/s) Progress (2): 0.5/2.7 MB | 0/4.2 MB Progress (2): 0.5/2.7 MB | 0/4.2 MB Progress (2): 0.5/2.7 MB | 0/4.2 MB Progress (2): 0.5/2.7 MB | 0/4.2 MB Progress (2): 0.5/2.7 MB | 0/4.2 MB Progress (2): 0.5/2.7 MB | 0/4.2 MB Progress (2): 0.5/2.7 MB | 0.1/4.2 MB Progress (2): 0.5/2.7 MB | 0.1/4.2 MB Progress (2): 0.5/2.7 MB | 0.1/4.2 MB Progress (2): 0.5/2.7 MB | 0.1/4.2 MB Progress (2): 0.5/2.7 MB | 0.1/4.2 MB Progress (2): 0.6/2.7 MB | 0.1/4.2 MB Progress (2): 0.6/2.7 MB | 0.1/4.2 MB Progress (2): 0.6/2.7 MB | 0.1/4.2 MB Progress (2): 0.6/2.7 MB | 0.1/4.2 MB Progress (2): 0.6/2.7 MB | 0.1/4.2 MB Progress (2): 0.6/2.7 MB | 0.1/4.2 MB Progress (2): 0.6/2.7 MB | 0.1/4.2 MB Progress (2): 0.6/2.7 MB | 0.1/4.2 MB Progress (3): 0.6/2.7 MB | 0.1/4.2 MB | 4.1/320 kB Progress (3): 0.6/2.7 MB | 0.1/4.2 MB | 7.7/320 kB Progress (3): 0.6/2.7 MB | 0.1/4.2 MB | 12/320 kB Progress (3): 0.6/2.7 MB | 0.1/4.2 MB | 12/320 kB Progress (3): 0.6/2.7 MB | 0.1/4.2 MB | 12/320 kB Progress (3): 0.6/2.7 MB | 0.1/4.2 MB | 16/320 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 16/320 kB | 4.1/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 16/320 kB | 4.1/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 16/320 kB | 4.1/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 16/320 kB | 4.1/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 16/320 kB | 7.7/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 20/320 kB | 7.7/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 20/320 kB | 12/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 20/320 kB | 12/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 20/320 kB | 12/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 20/320 kB | 12/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 20/320 kB | 16/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 24/320 kB | 16/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 24/320 kB | 20/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 24/320 kB | 24/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 24/320 kB | 24/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 24/320 kB | 24/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 24/320 kB | 24/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 24/320 kB | 28/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 24/320 kB | 32/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 28/320 kB | 32/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 28/320 kB | 33/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 28/320 kB | 33/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 28/320 kB | 33/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 28/320 kB | 33/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 28/320 kB | 37/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 32/320 kB | 37/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 32/320 kB | 41/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 32/320 kB | 41/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 32/320 kB | 41/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 32/320 kB | 41/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 32/320 kB | 45/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 33/320 kB | 45/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 33/320 kB | 49/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 33/320 kB | 49/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 33/320 kB | 49/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 33/320 kB | 49/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 33/320 kB | 53/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 33/320 kB | 57/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 37/320 kB | 57/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 41/320 kB | 57/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 41/320 kB | 57/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 41/320 kB | 57/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 41/320 kB | 57/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 41/320 kB | 57/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 45/320 kB | 57/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 45/320 kB | 61/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 49/320 kB | 61/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 49/320 kB | 61/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 49/320 kB | 61/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 49/320 kB | 61/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 49/320 kB | 61/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 53/320 kB | 61/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 53/320 kB | 65/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 57/320 kB | 65/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 57/320 kB | 65/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 57/320 kB | 65/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 57/320 kB | 65/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 61/320 kB | 65/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 61/320 kB | 66/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 65/320 kB | 66/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 65/320 kB | 66/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 65/320 kB | 66/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 65/320 kB | 66/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 65/320 kB | 66/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 66/320 kB | 66/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 66/320 kB | 70/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 70/320 kB | 70/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 70/320 kB | 70/797 kB Progress (4): 0.6/2.7 MB | 0.1/4.2 MB | 70/320 kB | 70/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 70/320 kB | 70/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 74/320 kB | 70/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 74/320 kB | 74/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 78/320 kB | 74/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 78/320 kB | 78/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 78/320 kB | 78/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 78/320 kB | 78/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 78/320 kB | 78/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 78/320 kB | 82/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 82/320 kB | 82/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 82/320 kB | 86/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 82/320 kB | 86/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 82/320 kB | 86/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 82/320 kB | 86/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 82/320 kB | 90/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 86/320 kB | 90/797 kB Progress (4): 0.7/2.7 MB | 0.1/4.2 MB | 86/320 kB | 90/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 86/320 kB | 90/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 86/320 kB | 90/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 90/320 kB | 90/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 90/320 kB | 94/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 94/320 kB | 94/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 94/320 kB | 94/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 94/320 kB | 94/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 94/320 kB | 94/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 98/320 kB | 94/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 98/320 kB | 98/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 98/320 kB | 98/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 98/320 kB | 102/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 98/320 kB | 102/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 98/320 kB | 102/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 98/320 kB | 102/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 98/320 kB | 106/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 102/320 kB | 106/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 102/320 kB | 110/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 102/320 kB | 114/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 102/320 kB | 114/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 102/320 kB | 114/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 102/320 kB | 114/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 102/320 kB | 118/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 106/320 kB | 118/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 106/320 kB | 122/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 110/320 kB | 122/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 110/320 kB | 126/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 110/320 kB | 126/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 110/320 kB | 126/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 110/320 kB | 126/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 110/320 kB | 130/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 114/320 kB | 130/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 114/320 kB | 134/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 114/320 kB | 134/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 114/320 kB | 134/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 114/320 kB | 134/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 114/320 kB | 138/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 118/320 kB | 138/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 118/320 kB | 142/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 118/320 kB | 142/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 118/320 kB | 142/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 118/320 kB | 142/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 118/320 kB | 146/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 122/320 kB | 146/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 122/320 kB | 150/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 122/320 kB | 150/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 122/320 kB | 150/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 122/320 kB | 150/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 122/320 kB | 154/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 126/320 kB | 154/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 126/320 kB | 158/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 126/320 kB | 158/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 126/320 kB | 158/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 126/320 kB | 158/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 126/320 kB | 162/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 130/320 kB | 162/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 130/320 kB | 166/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 130/320 kB | 166/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 130/320 kB | 166/797 kB Progress (4): 0.7/2.7 MB | 0.2/4.2 MB | 130/320 kB | 166/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 130/320 kB | 166/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 130/320 kB | 170/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 134/320 kB | 170/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 134/320 kB | 174/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 134/320 kB | 174/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 134/320 kB | 174/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 134/320 kB | 174/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 134/320 kB | 174/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 134/320 kB | 178/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 138/320 kB | 178/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 138/320 kB | 182/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 138/320 kB | 182/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 138/320 kB | 182/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 138/320 kB | 182/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 138/320 kB | 186/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 142/320 kB | 186/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 142/320 kB | 190/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 142/320 kB | 190/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 142/320 kB | 190/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 142/320 kB | 190/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 142/320 kB | 194/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 146/320 kB | 194/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 146/320 kB | 198/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 146/320 kB | 198/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 146/320 kB | 198/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 146/320 kB | 198/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 146/320 kB | 202/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 150/320 kB | 202/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 150/320 kB | 206/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 150/320 kB | 206/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 150/320 kB | 206/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 150/320 kB | 206/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 150/320 kB | 210/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 154/320 kB | 210/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 154/320 kB | 214/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 158/320 kB | 214/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 158/320 kB | 214/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 158/320 kB | 214/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 162/320 kB | 214/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 162/320 kB | 218/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 166/320 kB | 218/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 166/320 kB | 222/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 166/320 kB | 222/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 166/320 kB | 222/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 166/320 kB | 222/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 166/320 kB | 226/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 170/320 kB | 226/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 170/320 kB | 230/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 174/320 kB | 230/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 174/320 kB | 230/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 174/320 kB | 230/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 174/320 kB | 230/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 178/320 kB | 230/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 178/320 kB | 234/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 182/320 kB | 234/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 182/320 kB | 234/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 182/320 kB | 234/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 182/320 kB | 234/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 182/320 kB | 234/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 182/320 kB | 234/797 kB Progress (4): 0.8/2.7 MB | 0.2/4.2 MB | 182/320 kB | 234/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 182/320 kB | 234/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 186/320 kB | 234/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 186/320 kB | 238/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 190/320 kB | 238/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 194/320 kB | 238/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 194/320 kB | 238/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 194/320 kB | 238/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 198/320 kB | 238/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 198/320 kB | 242/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 202/320 kB | 242/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 202/320 kB | 242/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 202/320 kB | 242/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 202/320 kB | 242/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 206/320 kB | 242/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 206/320 kB | 246/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 210/320 kB | 246/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 210/320 kB | 246/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 210/320 kB | 246/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 210/320 kB | 246/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 210/320 kB | 246/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 214/320 kB | 246/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 214/320 kB | 250/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 218/320 kB | 250/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 218/320 kB | 254/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 218/320 kB | 254/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 218/320 kB | 254/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 218/320 kB | 254/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 218/320 kB | 258/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 222/320 kB | 258/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 222/320 kB | 262/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 222/320 kB | 262/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 222/320 kB | 262/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 222/320 kB | 262/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 222/320 kB | 262/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 222/320 kB | 266/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 226/320 kB | 266/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 226/320 kB | 270/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 226/320 kB | 270/797 kB Progress (4): 0.8/2.7 MB | 0.3/4.2 MB | 226/320 kB | 270/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 226/320 kB | 270/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 226/320 kB | 274/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 230/320 kB | 274/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 230/320 kB | 278/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 230/320 kB | 278/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 230/320 kB | 278/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 230/320 kB | 278/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 230/320 kB | 282/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 234/320 kB | 282/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 234/320 kB | 286/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 238/320 kB | 286/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 238/320 kB | 286/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 238/320 kB | 286/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 238/320 kB | 286/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 242/320 kB | 286/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 242/320 kB | 290/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 246/320 kB | 290/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 246/320 kB | 294/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 246/320 kB | 294/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 246/320 kB | 294/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 246/320 kB | 294/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 246/320 kB | 298/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 250/320 kB | 298/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 250/320 kB | 302/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 250/320 kB | 302/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 250/320 kB | 302/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 250/320 kB | 302/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 250/320 kB | 306/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 254/320 kB | 306/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 254/320 kB | 310/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 254/320 kB | 310/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 254/320 kB | 310/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 254/320 kB | 310/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 254/320 kB | 310/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 254/320 kB | 314/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 258/320 kB | 314/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 258/320 kB | 318/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 262/320 kB | 318/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 262/320 kB | 318/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 262/320 kB | 318/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 262/320 kB | 318/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 262/320 kB | 318/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 266/320 kB | 318/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 266/320 kB | 322/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 270/320 kB | 322/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 270/320 kB | 322/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 270/320 kB | 322/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 270/320 kB | 322/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 274/320 kB | 322/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 274/320 kB | 326/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 278/320 kB | 326/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 278/320 kB | 326/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 278/320 kB | 326/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 278/320 kB | 326/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 282/320 kB | 326/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 282/320 kB | 330/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 286/320 kB | 330/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 286/320 kB | 334/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 286/320 kB | 334/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 286/320 kB | 334/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 286/320 kB | 334/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 286/320 kB | 338/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 290/320 kB | 338/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 290/320 kB | 338/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 290/320 kB | 338/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 290/320 kB | 338/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 290/320 kB | 338/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 294/320 kB | 338/797 kB Progress (4): 0.9/2.7 MB | 0.3/4.2 MB | 294/320 kB | 338/797 kB Progress (4): 0.9/2.7 MB | 0.4/4.2 MB | 294/320 kB | 338/797 kB Progress (4): 0.9/2.7 MB | 0.4/4.2 MB | 294/320 kB | 342/797 kB Progress (4): 0.9/2.7 MB | 0.4/4.2 MB | 294/320 kB | 342/797 kB Progress (4): 0.9/2.7 MB | 0.4/4.2 MB | 294/320 kB | 342/797 kB Progress (4): 0.9/2.7 MB | 0.4/4.2 MB | 294/320 kB | 342/797 kB Progress (4): 0.9/2.7 MB | 0.4/4.2 MB | 298/320 kB | 342/797 kB Progress (4): 0.9/2.7 MB | 0.4/4.2 MB | 298/320 kB | 342/797 kB Progress (4): 0.9/2.7 MB | 0.4/4.2 MB | 298/320 kB | 342/797 kB Progress (4): 0.9/2.7 MB | 0.4/4.2 MB | 298/320 kB | 346/797 kB Progress (4): 0.9/2.7 MB | 0.4/4.2 MB | 298/320 kB | 346/797 kB Progress (4): 0.9/2.7 MB | 0.4/4.2 MB | 298/320 kB | 346/797 kB Progress (4): 0.9/2.7 MB | 0.4/4.2 MB | 302/320 kB | 346/797 kB Progress (4): 0.9/2.7 MB | 0.4/4.2 MB | 302/320 kB | 346/797 kB Progress (4): 0.9/2.7 MB | 0.4/4.2 MB | 302/320 kB | 346/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 302/320 kB | 346/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 306/320 kB | 346/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 306/320 kB | 346/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 306/320 kB | 350/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 306/320 kB | 350/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 306/320 kB | 354/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 306/320 kB | 354/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 310/320 kB | 354/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 310/320 kB | 354/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 310/320 kB | 358/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 310/320 kB | 358/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 310/320 kB | 362/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 310/320 kB | 362/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 314/320 kB | 362/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 314/320 kB | 362/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 314/320 kB | 362/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 314/320 kB | 362/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 314/320 kB | 362/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 318/320 kB | 362/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 318/320 kB | 366/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 318/320 kB | 366/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 318/320 kB | 366/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 318/320 kB | 366/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 318/320 kB | 366/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 318/320 kB | 370/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 370/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 370/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 370/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 370/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 374/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 378/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 378/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 382/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 382/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 386/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 386/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 390/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 390/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 394/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 394/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 398/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 398/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 402/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 402/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 402/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 402/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 406/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 406/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 406/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 406/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 410/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 410/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 410/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 410/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 414/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 414/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 414/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 414/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 418/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 418/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 418/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 418/797 kB Progress (4): 1.0/2.7 MB | 0.4/4.2 MB | 320 kB | 422/797 kB Progress (4): 1.0/2.7 MB | 0.5/4.2 MB | 320 kB | 422/797 kB Progress (4): 1.0/2.7 MB | 0.5/4.2 MB | 320 kB | 422/797 kB Progress (4): 1.0/2.7 MB | 0.5/4.2 MB | 320 kB | 422/797 kB Progress (4): 1.0/2.7 MB | 0.5/4.2 MB | 320 kB | 426/797 kB Progress (4): 1.0/2.7 MB | 0.5/4.2 MB | 320 kB | 426/797 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar (320 kB at 1.1 MB/s) Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 426/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 426/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 430/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 430/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 434/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 434/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 434/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 434/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 438/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 438/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 438/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 438/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 442/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 442/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 442/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 446/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 446/797 kB Progress (3): 1.0/2.7 MB | 0.5/4.2 MB | 450/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 450/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 450/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 450/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 454/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 454/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 458/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 458/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 458/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 458/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 458/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 458/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 462/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 466/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 470/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 474/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 474/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 478/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 478/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 482/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 482/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 486/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 486/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 490/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 490/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 490/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 494/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 494/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 494/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 494/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 498/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 498/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 502/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 502/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 502/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 502/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 502/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 506/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 506/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 510/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 510/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 514/797 kB Progress (3): 1.1/2.7 MB | 0.5/4.2 MB | 514/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 514/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 514/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 518/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 518/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 518/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 518/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 522/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 522/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 522/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 522/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 522/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 526/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 526/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 526/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 526/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 530/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 530/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 534/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 534/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 534/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 534/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.1/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 538/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 542/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 542/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 542/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 542/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 546/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 546/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 546/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 546/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 550/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 550/797 kB Progress (3): 1.2/2.7 MB | 0.6/4.2 MB | 550/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 550/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 550/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 554/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 554/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 554/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 554/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 554/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 554/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 554/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 554/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 558/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 558/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 558/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 558/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 562/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 562/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 562/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 562/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 562/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 566/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 566/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 566/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 566/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 570/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 570/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 574/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 574/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 578/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 578/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 578/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 582/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 582/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 586/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 586/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 590/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 590/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 594/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 594/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 598/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 598/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 602/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 602/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 602/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 602/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 606/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 606/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 606/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 606/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 610/797 kB Progress (3): 1.2/2.7 MB | 0.7/4.2 MB | 610/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 610/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 610/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 614/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 614/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 614/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 614/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 618/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 618/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 618/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 618/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 622/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 622/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 622/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 622/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 626/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 626/797 kB Progress (3): 1.3/2.7 MB | 0.7/4.2 MB | 626/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 626/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 630/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 630/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 630/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 630/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 634/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 634/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 634/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 634/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 638/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 638/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 638/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 638/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 642/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 642/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 646/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 646/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 650/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 650/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 654/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 654/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 658/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 658/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 658/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 658/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 662/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 662/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 662/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 662/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 662/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 666/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 666/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 670/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 670/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 670/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 670/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 674/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 674/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 674/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 674/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 678/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 678/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 682/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 682/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 682/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 682/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 686/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 686/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 686/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 686/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 690/797 kB Progress (3): 1.3/2.7 MB | 0.8/4.2 MB | 690/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 690/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 694/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 694/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 698/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 698/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 702/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 702/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 706/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 706/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 710/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 710/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 714/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 714/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 718/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 718/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 722/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 722/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 726/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 730/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 734/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 738/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 742/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 750/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 754/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 758/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 762/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 766/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 770/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 770/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 774/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 774/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 774/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 778/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 778/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 778/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 778/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 782/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 782/797 kB Progress (3): 1.4/2.7 MB | 0.8/4.2 MB | 782/797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 782/797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 782/797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 786/797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 786/797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 786/797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 786/797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 786/797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 790/797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 790/797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 790/797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 790/797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 794/797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 794/797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 794/797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 794/797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.4/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.5/2.7 MB | 1.0/4.2 MB | 797 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar (797 kB at 1.7 MB/s) Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.5/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.0/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.6/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.1/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.7/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.2/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.8/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.3/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 1.9/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.0/2.7 MB | 1.4/4.2 MB Progress (2): 2.1/2.7 MB | 1.4/4.2 MB Progress (2): 2.1/2.7 MB | 1.4/4.2 MB Progress (2): 2.1/2.7 MB | 1.4/4.2 MB Progress (2): 2.1/2.7 MB | 1.4/4.2 MB Progress (2): 2.1/2.7 MB | 1.4/4.2 MB Progress (2): 2.1/2.7 MB | 1.4/4.2 MB Progress (2): 2.1/2.7 MB | 1.4/4.2 MB Progress (2): 2.1/2.7 MB | 1.4/4.2 MB Progress (2): 2.1/2.7 MB | 1.4/4.2 MB Progress (2): 2.1/2.7 MB | 1.4/4.2 MB Progress (2): 2.1/2.7 MB | 1.4/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.5/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.1/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.6/4.2 MB Progress (2): 2.2/2.7 MB | 1.7/4.2 MB Progress (2): 2.2/2.7 MB | 1.7/4.2 MB Progress (2): 2.2/2.7 MB | 1.7/4.2 MB Progress (2): 2.2/2.7 MB | 1.7/4.2 MB Progress (2): 2.2/2.7 MB | 1.7/4.2 MB Progress (2): 2.2/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.3/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.7/4.2 MB Progress (2): 2.4/2.7 MB | 1.8/4.2 MB Progress (2): 2.4/2.7 MB | 1.8/4.2 MB Progress (2): 2.4/2.7 MB | 1.8/4.2 MB Progress (2): 2.4/2.7 MB | 1.8/4.2 MB Progress (2): 2.4/2.7 MB | 1.8/4.2 MB Progress (2): 2.4/2.7 MB | 1.8/4.2 MB Progress (2): 2.4/2.7 MB | 1.8/4.2 MB Progress (2): 2.4/2.7 MB | 1.8/4.2 MB Progress (2): 2.4/2.7 MB | 1.8/4.2 MB Progress (2): 2.4/2.7 MB | 1.8/4.2 MB Progress (2): 2.4/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.8/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.5/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 1.9/4.2 MB Progress (2): 2.6/2.7 MB | 2.0/4.2 MB Progress (2): 2.6/2.7 MB | 2.0/4.2 MB Progress (2): 2.6/2.7 MB | 2.0/4.2 MB Progress (2): 2.6/2.7 MB | 2.0/4.2 MB Progress (2): 2.6/2.7 MB | 2.0/4.2 MB Progress (2): 2.6/2.7 MB | 2.0/4.2 MB Progress (2): 2.6/2.7 MB | 2.0/4.2 MB Progress (2): 2.6/2.7 MB | 2.0/4.2 MB Progress (2): 2.6/2.7 MB | 2.0/4.2 MB Progress (2): 2.6/2.7 MB | 2.0/4.2 MB Progress (2): 2.6/2.7 MB | 2.0/4.2 MB Progress (2): 2.6/2.7 MB | 2.0/4.2 MB Progress (2): 2.6/2.7 MB | 2.0/4.2 MB Progress (2): 2.6/2.7 MB | 2.0/4.2 MB Progress (2): 2.6/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.0/4.2 MB Progress (2): 2.7/2.7 MB | 2.1/4.2 MB Progress (2): 2.7/2.7 MB | 2.1/4.2 MB Progress (2): 2.7/2.7 MB | 2.1/4.2 MB Progress (2): 2.7/2.7 MB | 2.1/4.2 MB Progress (2): 2.7/2.7 MB | 2.1/4.2 MB Progress (2): 2.7/2.7 MB | 2.1/4.2 MB Progress (2): 2.7/2.7 MB | 2.1/4.2 MB Progress (2): 2.7/2.7 MB | 2.1/4.2 MB Progress (2): 2.7/2.7 MB | 2.1/4.2 MB Progress (2): 2.7/2.7 MB | 2.1/4.2 MB Progress (2): 2.7/2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.1/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Progress (2): 2.7 MB | 2.2/4.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar (2.7 MB at 2.7 MB/s) Progress (1): 2.2/4.2 MB Progress (1): 2.2/4.2 MB Progress (1): 2.2/4.2 MB Progress (1): 2.2/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.3/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.4/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.5/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.6/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.7/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.8/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar (4.2 MB at 3.6 MB/s) [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.common --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.common/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 126 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 218 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom Progress (1): 998 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 67 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 79 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 22 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 95 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 106 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 19 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 72 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 94 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 180 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Progress (1): 890 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 20 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Progress (1): 4.1/152 kB Progress (1): 7.7/152 kB Progress (1): 12/152 kB Progress (1): 16/152 kB Progress (1): 20/152 kB Progress (1): 24/152 kB Progress (2): 24/152 kB | 4.1/57 kB Progress (2): 24/152 kB | 7.7/57 kB Progress (2): 24/152 kB | 12/57 kB Progress (2): 24/152 kB | 16/57 kB Progress (2): 28/152 kB | 16/57 kB Progress (2): 28/152 kB | 20/57 kB Progress (2): 32/152 kB | 20/57 kB Progress (2): 32/152 kB | 24/57 kB Progress (3): 32/152 kB | 24/57 kB | 4.1/116 kB Progress (3): 32/152 kB | 28/57 kB | 4.1/116 kB Progress (3): 36/152 kB | 28/57 kB | 4.1/116 kB Progress (3): 36/152 kB | 32/57 kB | 4.1/116 kB Progress (3): 36/152 kB | 32/57 kB | 7.7/116 kB Progress (3): 36/152 kB | 36/57 kB | 7.7/116 kB Progress (3): 40/152 kB | 36/57 kB | 7.7/116 kB Progress (3): 40/152 kB | 40/57 kB | 7.7/116 kB Progress (3): 40/152 kB | 40/57 kB | 12/116 kB Progress (4): 40/152 kB | 40/57 kB | 12/116 kB | 4.1/35 kB Progress (4): 44/152 kB | 40/57 kB | 12/116 kB | 4.1/35 kB Progress (4): 44/152 kB | 40/57 kB | 12/116 kB | 7.7/35 kB Progress (4): 44/152 kB | 40/57 kB | 16/116 kB | 7.7/35 kB Progress (4): 44/152 kB | 44/57 kB | 16/116 kB | 7.7/35 kB Progress (4): 44/152 kB | 44/57 kB | 20/116 kB | 7.7/35 kB Progress (5): 44/152 kB | 44/57 kB | 20/116 kB | 7.7/35 kB | 4.1/29 kB Progress (5): 44/152 kB | 44/57 kB | 20/116 kB | 12/35 kB | 4.1/29 kB Progress (5): 48/152 kB | 44/57 kB | 20/116 kB | 12/35 kB | 4.1/29 kB Progress (5): 48/152 kB | 44/57 kB | 20/116 kB | 16/35 kB | 4.1/29 kB Progress (5): 48/152 kB | 44/57 kB | 20/116 kB | 16/35 kB | 7.7/29 kB Progress (5): 48/152 kB | 44/57 kB | 24/116 kB | 16/35 kB | 7.7/29 kB Progress (5): 48/152 kB | 48/57 kB | 24/116 kB | 16/35 kB | 7.7/29 kB Progress (5): 48/152 kB | 48/57 kB | 28/116 kB | 16/35 kB | 7.7/29 kB Progress (5): 48/152 kB | 48/57 kB | 28/116 kB | 16/35 kB | 12/29 kB Progress (5): 48/152 kB | 48/57 kB | 28/116 kB | 20/35 kB | 12/29 kB Progress (5): 52/152 kB | 48/57 kB | 28/116 kB | 20/35 kB | 12/29 kB Progress (5): 52/152 kB | 48/57 kB | 28/116 kB | 24/35 kB | 12/29 kB Progress (5): 52/152 kB | 48/57 kB | 28/116 kB | 24/35 kB | 16/29 kB Progress (5): 52/152 kB | 48/57 kB | 32/116 kB | 24/35 kB | 16/29 kB Progress (5): 52/152 kB | 52/57 kB | 32/116 kB | 24/35 kB | 16/29 kB Progress (5): 52/152 kB | 52/57 kB | 36/116 kB | 24/35 kB | 16/29 kB Progress (5): 52/152 kB | 52/57 kB | 36/116 kB | 24/35 kB | 20/29 kB Progress (5): 52/152 kB | 52/57 kB | 36/116 kB | 28/35 kB | 20/29 kB Progress (5): 56/152 kB | 52/57 kB | 36/116 kB | 28/35 kB | 20/29 kB Progress (5): 56/152 kB | 52/57 kB | 36/116 kB | 32/35 kB | 20/29 kB Progress (5): 56/152 kB | 52/57 kB | 36/116 kB | 32/35 kB | 24/29 kB Progress (5): 56/152 kB | 52/57 kB | 40/116 kB | 32/35 kB | 24/29 kB Progress (5): 56/152 kB | 56/57 kB | 40/116 kB | 32/35 kB | 24/29 kB Progress (5): 56/152 kB | 56/57 kB | 44/116 kB | 32/35 kB | 24/29 kB Progress (5): 56/152 kB | 56/57 kB | 44/116 kB | 32/35 kB | 28/29 kB Progress (5): 56/152 kB | 56/57 kB | 44/116 kB | 32/35 kB | 29 kB Progress (5): 56/152 kB | 56/57 kB | 44/116 kB | 35 kB | 29 kB Progress (5): 60/152 kB | 56/57 kB | 44/116 kB | 35 kB | 29 kB Progress (5): 60/152 kB | 56/57 kB | 48/116 kB | 35 kB | 29 kB Progress (5): 60/152 kB | 57 kB | 48/116 kB | 35 kB | 29 kB Progress (5): 60/152 kB | 57 kB | 52/116 kB | 35 kB | 29 kB Progress (5): 64/152 kB | 57 kB | 52/116 kB | 35 kB | 29 kB Progress (5): 64/152 kB | 57 kB | 56/116 kB | 35 kB | 29 kB Progress (5): 68/152 kB | 57 kB | 56/116 kB | 35 kB | 29 kB Progress (5): 68/152 kB | 57 kB | 60/116 kB | 35 kB | 29 kB Progress (5): 72/152 kB | 57 kB | 60/116 kB | 35 kB | 29 kB Progress (5): 72/152 kB | 57 kB | 64/116 kB | 35 kB | 29 kB Progress (5): 76/152 kB | 57 kB | 64/116 kB | 35 kB | 29 kB Progress (5): 76/152 kB | 57 kB | 68/116 kB | 35 kB | 29 kB Progress (5): 80/152 kB | 57 kB | 68/116 kB | 35 kB | 29 kB Progress (5): 80/152 kB | 57 kB | 72/116 kB | 35 kB | 29 kB Progress (5): 84/152 kB | 57 kB | 72/116 kB | 35 kB | 29 kB Progress (5): 84/152 kB | 57 kB | 76/116 kB | 35 kB | 29 kB Progress (5): 88/152 kB | 57 kB | 76/116 kB | 35 kB | 29 kB Progress (5): 88/152 kB | 57 kB | 80/116 kB | 35 kB | 29 kB Progress (5): 92/152 kB | 57 kB | 80/116 kB | 35 kB | 29 kB Progress (5): 92/152 kB | 57 kB | 84/116 kB | 35 kB | 29 kB Progress (5): 96/152 kB | 57 kB | 84/116 kB | 35 kB | 29 kB Progress (5): 96/152 kB | 57 kB | 88/116 kB | 35 kB | 29 kB Progress (5): 100/152 kB | 57 kB | 88/116 kB | 35 kB | 29 kB Progress (5): 100/152 kB | 57 kB | 92/116 kB | 35 kB | 29 kB Progress (5): 104/152 kB | 57 kB | 92/116 kB | 35 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 499 kB/s) Progress (4): 104/152 kB | 57 kB | 96/116 kB | 35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Progress (4): 108/152 kB | 57 kB | 96/116 kB | 35 kB Progress (4): 112/152 kB | 57 kB | 96/116 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 587 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 911 kB/s) Progress (2): 116/152 kB | 96/116 kB Progress (2): 116/152 kB | 100/116 kB Progress (2): 120/152 kB | 100/116 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Progress (2): 124/152 kB | 100/116 kB Progress (2): 124/152 kB | 104/116 kB Progress (2): 128/152 kB | 104/116 kB Progress (2): 128/152 kB | 108/116 kB Progress (2): 132/152 kB | 108/116 kB Progress (2): 132/152 kB | 112/116 kB Progress (2): 136/152 kB | 112/116 kB Progress (2): 136/152 kB | 116/116 kB Progress (2): 140/152 kB | 116/116 kB Progress (2): 140/152 kB | 116 kB Progress (2): 144/152 kB | 116 kB Progress (2): 148/152 kB | 116 kB Progress (2): 152 kB | 116 kB Progress (3): 152 kB | 116 kB | 4.1/21 kB Progress (3): 152 kB | 116 kB | 7.7/21 kB Progress (3): 152 kB | 116 kB | 12/21 kB Progress (3): 152 kB | 116 kB | 16/21 kB Progress (3): 152 kB | 116 kB | 20/21 kB Progress (3): 152 kB | 116 kB | 21 kB Progress (4): 152 kB | 116 kB | 21 kB | 4.1/9.9 kB Progress (4): 152 kB | 116 kB | 21 kB | 7.7/9.9 kB Progress (4): 152 kB | 116 kB | 21 kB | 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 1.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Progress (4): 152 kB | 21 kB | 9.9 kB | 4.1/5.9 kB Progress (4): 152 kB | 21 kB | 9.9 kB | 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 277 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 131 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 2.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 76 kB/s) Progress (1): 4.1/30 kB Progress (2): 4.1/30 kB | 4.1/14 kB Progress (3): 4.1/30 kB | 4.1/14 kB | 4.1/24 kB Progress (4): 4.1/30 kB | 4.1/14 kB | 4.1/24 kB | 4.1/37 kB Progress (4): 4.1/30 kB | 7.7/14 kB | 4.1/24 kB | 4.1/37 kB Progress (4): 7.7/30 kB | 7.7/14 kB | 4.1/24 kB | 4.1/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Progress (4): 12/30 kB | 7.7/14 kB | 4.1/24 kB | 4.1/37 kB Progress (4): 12/30 kB | 12/14 kB | 4.1/24 kB | 4.1/37 kB Progress (4): 12/30 kB | 14 kB | 4.1/24 kB | 4.1/37 kB Progress (4): 12/30 kB | 14 kB | 4.1/24 kB | 7.7/37 kB Progress (4): 12/30 kB | 14 kB | 7.7/24 kB | 7.7/37 kB Progress (4): 12/30 kB | 14 kB | 7.7/24 kB | 12/37 kB Progress (4): 12/30 kB | 14 kB | 12/24 kB | 12/37 kB Progress (4): 16/30 kB | 14 kB | 12/24 kB | 12/37 kB Progress (4): 16/30 kB | 14 kB | 16/24 kB | 12/37 kB Progress (4): 20/30 kB | 14 kB | 16/24 kB | 12/37 kB Progress (4): 20/30 kB | 14 kB | 16/24 kB | 16/37 kB Progress (4): 24/30 kB | 14 kB | 16/24 kB | 16/37 kB Progress (4): 24/30 kB | 14 kB | 20/24 kB | 16/37 kB Progress (4): 28/30 kB | 14 kB | 20/24 kB | 16/37 kB Progress (4): 28/30 kB | 14 kB | 20/24 kB | 20/37 kB Progress (4): 30 kB | 14 kB | 20/24 kB | 20/37 kB Progress (4): 30 kB | 14 kB | 24/24 kB | 20/37 kB Progress (4): 30 kB | 14 kB | 24/24 kB | 24/37 kB Progress (4): 30 kB | 14 kB | 24 kB | 24/37 kB Progress (4): 30 kB | 14 kB | 24 kB | 28/37 kB Progress (4): 30 kB | 14 kB | 24 kB | 32/37 kB Progress (4): 30 kB | 14 kB | 24 kB | 33/37 kB Progress (4): 30 kB | 14 kB | 24 kB | 37/37 kB Progress (4): 30 kB | 14 kB | 24 kB | 37 kB Progress (5): 30 kB | 14 kB | 24 kB | 37 kB | 4.1/13 kB Progress (5): 30 kB | 14 kB | 24 kB | 37 kB | 7.7/13 kB Progress (5): 30 kB | 14 kB | 24 kB | 37 kB | 12/13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 183 kB/s) Progress (4): 30 kB | 14 kB | 37 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 223 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 100 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 271 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar 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 94 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Progress (1): 4.1/38 kB Progress (1): 7.7/38 kB Progress (2): 7.7/38 kB | 4.1/86 kB Progress (2): 7.7/38 kB | 7.7/86 kB Progress (2): 12/38 kB | 7.7/86 kB Progress (2): 12/38 kB | 12/86 kB Progress (2): 16/38 kB | 12/86 kB Progress (2): 16/38 kB | 16/86 kB Progress (2): 20/38 kB | 16/86 kB Progress (2): 20/38 kB | 20/86 kB Progress (2): 24/38 kB | 20/86 kB Progress (2): 24/38 kB | 24/86 kB Progress (2): 28/38 kB | 24/86 kB Progress (2): 28/38 kB | 28/86 kB Progress (2): 32/38 kB | 28/86 kB Progress (2): 32/38 kB | 32/86 kB Progress (2): 32/38 kB | 33/86 kB Progress (2): 36/38 kB | 33/86 kB Progress (2): 38 kB | 33/86 kB Progress (2): 38 kB | 37/86 kB Progress (2): 38 kB | 41/86 kB Progress (2): 38 kB | 45/86 kB Progress (2): 38 kB | 49/86 kB Progress (2): 38 kB | 53/86 kB Progress (2): 38 kB | 57/86 kB Progress (2): 38 kB | 61/86 kB Progress (2): 38 kB | 65/86 kB Progress (2): 38 kB | 66/86 kB Progress (3): 38 kB | 66/86 kB | 4.1/49 kB Progress (3): 38 kB | 70/86 kB | 4.1/49 kB Progress (3): 38 kB | 70/86 kB | 7.7/49 kB Progress (3): 38 kB | 74/86 kB | 7.7/49 kB Progress (3): 38 kB | 74/86 kB | 12/49 kB Progress (3): 38 kB | 74/86 kB | 16/49 kB Progress (3): 38 kB | 74/86 kB | 20/49 kB Progress (3): 38 kB | 78/86 kB | 20/49 kB Progress (3): 38 kB | 78/86 kB | 24/49 kB Progress (4): 38 kB | 78/86 kB | 24/49 kB | 4.1/87 kB Progress (4): 38 kB | 78/86 kB | 28/49 kB | 4.1/87 kB Progress (4): 38 kB | 82/86 kB | 28/49 kB | 4.1/87 kB Progress (4): 38 kB | 82/86 kB | 32/49 kB | 4.1/87 kB Progress (4): 38 kB | 86/86 kB | 32/49 kB | 4.1/87 kB Progress (4): 38 kB | 86/86 kB | 36/49 kB | 4.1/87 kB Progress (4): 38 kB | 86/86 kB | 36/49 kB | 7.7/87 kB Progress (4): 38 kB | 86/86 kB | 36/49 kB | 12/87 kB Progress (4): 38 kB | 86/86 kB | 40/49 kB | 12/87 kB Progress (4): 38 kB | 86 kB | 40/49 kB | 12/87 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 247 kB/s) Progress (3): 86 kB | 40/49 kB | 16/87 kB Progress (4): 86 kB | 40/49 kB | 16/87 kB | 4.1/10 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar Progress (4): 86 kB | 44/49 kB | 16/87 kB | 4.1/10 kB Progress (4): 86 kB | 48/49 kB | 16/87 kB | 4.1/10 kB Progress (4): 86 kB | 49 kB | 16/87 kB | 4.1/10 kB Progress (4): 86 kB | 49 kB | 16/87 kB | 7.7/10 kB Progress (4): 86 kB | 49 kB | 20/87 kB | 7.7/10 kB Progress (4): 86 kB | 49 kB | 20/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 24/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 28/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 32/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 33/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 37/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 41/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 45/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 49/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 53/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 57/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 61/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 65/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 69/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 73/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 77/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 81/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 85/87 kB | 10 kB Progress (4): 86 kB | 49 kB | 87 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 64 kB/s) Progress (4): 86 kB | 49 kB | 87 kB | 4.1/121 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 533 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 303 kB/s) Progress (2): 87 kB | 7.7/121 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Progress (2): 87 kB | 12/121 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar Progress (2): 87 kB | 16/121 kB Progress (2): 87 kB | 20/121 kB Progress (2): 87 kB | 24/121 kB Progress (2): 87 kB | 28/121 kB Progress (2): 87 kB | 32/121 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 526 kB/s) Progress (1): 33/121 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Progress (1): 37/121 kB Progress (1): 41/121 kB Progress (1): 45/121 kB Progress (1): 49/121 kB Progress (1): 53/121 kB Progress (1): 57/121 kB Progress (1): 61/121 kB Progress (1): 65/121 kB Progress (1): 69/121 kB Progress (1): 73/121 kB Progress (1): 77/121 kB Progress (1): 81/121 kB Progress (1): 85/121 kB Progress (1): 89/121 kB Progress (1): 93/121 kB Progress (1): 97/121 kB Progress (1): 101/121 kB Progress (1): 105/121 kB Progress (1): 109/121 kB Progress (1): 113/121 kB Progress (1): 117/121 kB Progress (1): 121/121 kB Progress (1): 121 kB Progress (2): 121 kB | 4.1/6.8 kB Progress (2): 121 kB | 6.8 kB Progress (3): 121 kB | 6.8 kB | 4.1/61 kB Progress (3): 121 kB | 6.8 kB | 7.7/61 kB Progress (3): 121 kB | 6.8 kB | 12/61 kB Progress (3): 121 kB | 6.8 kB | 16/61 kB Progress (3): 121 kB | 6.8 kB | 20/61 kB Progress (3): 121 kB | 6.8 kB | 24/61 kB Progress (3): 121 kB | 6.8 kB | 28/61 kB Progress (3): 121 kB | 6.8 kB | 32/61 kB Progress (3): 121 kB | 6.8 kB | 33/61 kB Progress (3): 121 kB | 6.8 kB | 37/61 kB Progress (3): 121 kB | 6.8 kB | 41/61 kB Progress (3): 121 kB | 6.8 kB | 45/61 kB Progress (3): 121 kB | 6.8 kB | 49/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 688 kB/s) Progress (2): 6.8 kB | 53/61 kB Progress (2): 6.8 kB | 57/61 kB Progress (2): 6.8 kB | 61/61 kB Progress (2): 6.8 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 38 kB/s) Progress (2): 61 kB | 4.1/35 kB Progress (2): 61 kB | 7.7/35 kB Progress (2): 61 kB | 12/35 kB Progress (2): 61 kB | 16/35 kB Progress (2): 61 kB | 20/35 kB Progress (2): 61 kB | 24/35 kB Progress (2): 61 kB | 28/35 kB Progress (2): 61 kB | 32/35 kB Progress (2): 61 kB | 33/35 kB Progress (2): 61 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 335 kB/s) Progress (2): 35 kB | 4.1/223 kB Progress (2): 35 kB | 7.7/223 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 186 kB/s) Progress (1): 12/223 kB Progress (1): 16/223 kB Progress (1): 20/223 kB Progress (1): 24/223 kB Progress (1): 28/223 kB Progress (1): 32/223 kB Progress (1): 33/223 kB Progress (1): 37/223 kB Progress (1): 41/223 kB Progress (1): 45/223 kB Progress (1): 49/223 kB Progress (1): 53/223 kB Progress (1): 57/223 kB Progress (1): 61/223 kB Progress (1): 65/223 kB Progress (1): 66/223 kB Progress (1): 70/223 kB Progress (1): 74/223 kB Progress (1): 78/223 kB Progress (1): 82/223 kB Progress (1): 86/223 kB Progress (1): 90/223 kB Progress (1): 94/223 kB Progress (1): 98/223 kB Progress (1): 98/223 kB Progress (1): 102/223 kB Progress (1): 106/223 kB Progress (1): 110/223 kB Progress (1): 114/223 kB Progress (1): 118/223 kB Progress (1): 122/223 kB Progress (1): 126/223 kB Progress (1): 130/223 kB Progress (1): 134/223 kB Progress (1): 138/223 kB Progress (1): 142/223 kB Progress (1): 146/223 kB Progress (1): 150/223 kB Progress (1): 154/223 kB Progress (1): 158/223 kB Progress (1): 162/223 kB Progress (1): 166/223 kB Progress (1): 170/223 kB Progress (1): 174/223 kB Progress (1): 178/223 kB Progress (1): 182/223 kB Progress (1): 186/223 kB Progress (1): 190/223 kB Progress (1): 194/223 kB Progress (1): 198/223 kB Progress (1): 202/223 kB Progress (1): 206/223 kB Progress (1): 210/223 kB Progress (1): 214/223 kB Progress (1): 218/223 kB Progress (1): 222/223 kB Progress (1): 223 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 946 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.common --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Progress (1): 690 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 22 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 258 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 161 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Progress (1): 865 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 35 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom (2.4 kB at 72 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom (1.6 kB at 28 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom (1.7 kB at 39 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Progress (2): 4.6 kB | 3.5 kB Progress (3): 4.6 kB | 3.5 kB | 0/2.8 MB Progress (3): 4.6 kB | 3.5 kB | 0/2.8 MB Progress (3): 4.6 kB | 3.5 kB | 0/2.8 MB Progress (3): 4.6 kB | 3.5 kB | 0/2.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 123 kB/s) Progress (3): 3.5 kB | 0/2.8 MB | 4.1/18 kB Progress (3): 3.5 kB | 0/2.8 MB | 4.1/18 kB Progress (4): 3.5 kB | 0/2.8 MB | 4.1/18 kB | 4.1/25 kB Progress (4): 3.5 kB | 0/2.8 MB | 4.1/18 kB | 4.1/25 kB Progress (4): 3.5 kB | 0/2.8 MB | 7.7/18 kB | 4.1/25 kB Progress (4): 3.5 kB | 0/2.8 MB | 7.7/18 kB | 4.1/25 kB Progress (4): 3.5 kB | 0/2.8 MB | 12/18 kB | 4.1/25 kB Progress (4): 3.5 kB | 0/2.8 MB | 12/18 kB | 7.7/25 kB Progress (4): 3.5 kB | 0/2.8 MB | 16/18 kB | 7.7/25 kB Progress (4): 3.5 kB | 0/2.8 MB | 16/18 kB | 7.7/25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar (3.5 kB at 91 kB/s) Progress (3): 0/2.8 MB | 16/18 kB | 7.7/25 kB Progress (3): 0/2.8 MB | 18 kB | 7.7/25 kB Progress (3): 0/2.8 MB | 18 kB | 12/25 kB Progress (3): 0/2.8 MB | 18 kB | 12/25 kB Progress (3): 0/2.8 MB | 18 kB | 16/25 kB Progress (3): 0/2.8 MB | 18 kB | 16/25 kB Progress (3): 0/2.8 MB | 18 kB | 20/25 kB Progress (3): 0/2.8 MB | 18 kB | 20/25 kB Progress (3): 0/2.8 MB | 18 kB | 24/25 kB Progress (3): 0.1/2.8 MB | 18 kB | 24/25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Progress (3): 0.1/2.8 MB | 18 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 532 kB/s) Progress (2): 0.1/2.8 MB | 18 kB Progress (2): 0.1/2.8 MB | 18 kB Progress (2): 0.1/2.8 MB | 18 kB Progress (2): 0.2/2.8 MB | 18 kB Progress (2): 0.2/2.8 MB | 18 kB Progress (2): 0.2/2.8 MB | 18 kB Progress (2): 0.2/2.8 MB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar (18 kB at 369 kB/s) Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar (2.8 MB at 13 MB/s) [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.common/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.common/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.common --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.common/target/org.eclipse.reddeer.common-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common --- [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.core >------- [INFO] Building RedDeer Workbench Core 2.8.0-SNAPSHOT [4/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.core --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench.core/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.workbench.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench.core/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench.core/target/org.eclipse.reddeer.workbench.core-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.core --- [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.core >------ [INFO] Building RedDeer E4 Workbench Core 2.8.0-SNAPSHOT [5/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench.core/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.e4.workbench.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench.core/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench.core/target/org.eclipse.reddeer.e4.workbench.core-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.core --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.core >------------ [INFO] Building RedDeer Core 2.8.0-SNAPSHOT [6/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.core/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.core/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.core/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.core/target/org.eclipse.reddeer.core-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.swt >------------- [INFO] Building RedDeer SWT 2.8.0-SNAPSHOT [7/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.swt/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.swt/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.swt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.swt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 159 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.swt/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.swt/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.swt/target/org.eclipse.reddeer.swt-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.jface >------------ [INFO] Building RedDeer JFace 2.8.0-SNAPSHOT [8/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jface/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jface/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.jface --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jface/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jface/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jface/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jface --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jface/target/org.eclipse.reddeer.jface-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.workbench >---------- [INFO] Building RedDeer Workbench 2.8.0-SNAPSHOT [9/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.workbench --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.workbench/target/org.eclipse.reddeer.workbench-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench >-------- [INFO] Building RedDeer E4 Workbench 2.8.0-SNAPSHOT [10/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.e4.workbench --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.e4.workbench/target/org.eclipse.reddeer.e4.workbench-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms >----------- [INFO] Building RedDeer UIForms 2.8.0-SNAPSHOT [11/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.uiforms/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.uiforms/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.uiforms --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.uiforms/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.uiforms/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.uiforms/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.uiforms/target/org.eclipse.reddeer.uiforms-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.direct >----------- [INFO] Building RedDeer Direct 2.8.0-SNAPSHOT [12/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.direct --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.direct/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.direct --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.direct/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.direct --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.direct/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.direct/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.direct --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.direct/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.direct --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.direct --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.direct/target/org.eclipse.reddeer.direct-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct --- [INFO] [INFO] -----------< org.eclipse.reddeer:org.eclipse.reddeer.junit >------------ [INFO] Building RedDeer JUnit 2.8.0-SNAPSHOT [13/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.junit --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit/target/org.eclipse.reddeer.junit-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse >----------- [INFO] Building RedDeer Eclipse 2.8.0-SNAPSHOT [14/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.eclipse/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.eclipse/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.eclipse --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.eclipse/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 254 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.eclipse/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.eclipse/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.eclipse/target/org.eclipse.reddeer.eclipse-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.gef >------------- [INFO] Building RedDeer GEF 2.8.0-SNAPSHOT [15/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.gef --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef/target/org.eclipse.reddeer.gef-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy >----------- [INFO] Building RedDeer GEF Spy 2.8.0-SNAPSHOT [16/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.spy --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef.spy --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef.spy/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef.spy/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.gef.spy --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef.spy/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef.spy/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef.spy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.gef.spy/target/org.eclipse.reddeer.gef.spy-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti >---------- [INFO] Building RedDeer Graphiti 2.8.0-SNAPSHOT [17/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.graphiti --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.graphiti/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.graphiti --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.graphiti/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.graphiti --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.graphiti/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.graphiti/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.graphiti --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.graphiti/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.graphiti/target/org.eclipse.reddeer.graphiti-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jdt.junit >---------- [INFO] Building RedDeer JDT Junit 2.8.0-SNAPSHOT [18/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jdt.junit --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jdt.junit --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jdt.junit/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jdt.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jdt.junit/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.jdt.junit --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jdt.junit/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jdt.junit/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jdt.junit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jdt.junit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jdt.junit --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jdt.junit --- [WARNING] /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jdt.junit/build.properties: bin.includes value(s) [resources/] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.jdt.junit/target/org.eclipse.reddeer.jdt.junit-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jdt.junit --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.junit.extension >------- [INFO] Building RedDeer JUnit Extensions 2.8.0-SNAPSHOT [19/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.extension --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit.extension --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit.extension/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit.extension/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.junit.extension --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit.extension/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit.extension/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit.extension/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.junit.extension/target/org.eclipse.reddeer.junit.extension-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.extension --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.selenium >---------- [INFO] Building RedDeer Selenium 2.8.0-SNAPSHOT [20/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.selenium --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.selenium --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.selenium --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.selenium --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.selenium --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.selenium/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.selenium --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.selenium/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.selenium --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.selenium/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.selenium/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.selenium --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.selenium/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.selenium --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.selenium --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.selenium --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.selenium/target/org.eclipse.reddeer.selenium-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.selenium --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.requirements >-------- [INFO] Building RedDeer Requirements 2.8.0-SNAPSHOT [21/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.requirements --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.requirements/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.requirements --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.requirements/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.requirements --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.requirements/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.requirements/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.requirements --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.requirements/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.requirements/target/org.eclipse.reddeer.requirements-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.requirements --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.ui >------------- [INFO] Building RedDeer UI 2.8.0-SNAPSHOT [22/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.ui/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.ui/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.ui/target/org.eclipse.reddeer.ui-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.spy >------------- [INFO] Building RedDeer Spy 2.8.0-SNAPSHOT [23/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.spy --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.spy --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.spy/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.spy --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.spy/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.spy/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.spy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.spy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.spy --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.spy --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.spy/target/org.eclipse.reddeer.spy-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.recorder >---------- [INFO] Building RedDeer Recorder 2.8.0-SNAPSHOT [24/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.recorder --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.recorder --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.recorder/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.recorder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.recorder/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.recorder --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.recorder/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.recorder/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.recorder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.recorder/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.recorder --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.recorder/target/org.eclipse.reddeer.recorder-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.go >------------- [INFO] Building RedDeer Go 2.8.0-SNAPSHOT [25/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.go --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.go --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.go/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.go --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.go/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.go --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.go/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.go --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.go/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.go --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.go --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.go --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.go/target/org.eclipse.reddeer.go-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.go --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.logparser >---------- [INFO] Building RedDeer Log Parser 2.8.0-SNAPSHOT [26/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.logparser --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.logparser --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.logparser/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.logparser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.logparser/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.logparser --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.logparser/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.logparser/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.logparser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.logparser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.logparser --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.logparser/target/org.eclipse.reddeer.logparser-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser --- [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.codegen >----------- [INFO] Building RedDeer CodeGen 2.8.0-SNAPSHOT [27/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.codegen --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.codegen --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.codegen/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.codegen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.codegen/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.codegen --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.codegen/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.codegen/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.codegen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.codegen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/plugins/org.eclipse.reddeer.codegen/target/org.eclipse.reddeer.codegen-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen --- [INFO] [INFO] -------------------< org.eclipse.reddeer:test-apps >-------------------- [INFO] Building RedDeer Test-Apps 2.8.0-SNAPSHOT [28/60] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test-apps --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ test-apps --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/test-apps/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ test-apps --- [INFO] [INFO] -------------< org.eclipse.reddeer:org.eclipse.reddeer.e4 >------------- [INFO] Building RedDeer E4 Test App 2.8.0-SNAPSHOT [29/60] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom Progress (1): 612 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 14 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 23 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4 --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/test-apps/org.eclipse.reddeer.e4/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/test-apps/org.eclipse.reddeer.e4/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.e4 --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/test-apps/org.eclipse.reddeer.e4/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/test-apps/org.eclipse.reddeer.e4/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/test-apps/org.eclipse.reddeer.e4/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/reddeer.jacoco-report/test-apps/org.eclipse.reddeer.e4/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4 --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/test-apps/org.eclipse.reddeer.e4/target/org.eclipse.reddeer.e4-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4 --- [INFO] [INFO] ---------------------< org.eclipse.reddeer:tests >---------------------- [INFO] Building RedDeer Tests 2.8.0-SNAPSHOT [30/60] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ tests --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.common.test >--------- [INFO] Building RedDeer Common Tests 2.8.0-SNAPSHOT [31/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.common.test --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.common.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.common.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/bin [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/resources does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.common.test --- [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.52kB) [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.52kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (75.47kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (75.47kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.83kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.83kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.400.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.400.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.41kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (103.2kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (103.2kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (39.44kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (39.44kB) [INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (51.54kB) [INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (51.54kB) [INFO] Fetching org.eclipse.e4.rcp_4.14.0.v20191008-0718.jar from http://download.eclipse.org/staging/2019-12/features/ (20.76kB) [INFO] Fetching org.eclipse.e4.rcp_4.14.0.v20191008-0718.jar from http://download.eclipse.org/staging/2019-12/features/ (20.76kB) [INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar from http://download.eclipse.org/staging/2019-12/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.common_2.17.0.v20190920-0401.jar from http://download.eclipse.org/staging/2019-12/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar from http://download.eclipse.org/staging/2019-12/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.ecore_2.20.0.v20190920-0401.jar from http://download.eclipse.org/staging/2019-12/features/ (19.13kB) [INFO] Fetching org.eclipse.platform_4.14.0.v20191009-1800.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (406.25kB) [INFO] Fetching org.eclipse.platform_4.14.0.v20191009-1800.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (406.25kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (80.12kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (80.12kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (69.13kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8kB) [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 Running org.eclipse.reddeer.common.properties.LoggerTest 11:32:28.279 DEBUG [WorkbenchTestable][LoggerTest] DEBUG testing RedDeer logger message 11:32:28.281 DUMP [WorkbenchTestable][LoggerTest] DUMP testing RedDeer logger message 11:32:28.281 ERROR [WorkbenchTestable][LoggerTest] ERROR testing RedDeer logger message 11:32:28.282 FATAL [WorkbenchTestable][LoggerTest] FATAL testing RedDeer logger message 11:32:28.282 INFO [WorkbenchTestable][LoggerTest] INFO testing RedDeer logger message 11:32:28.282 STEP [WorkbenchTestable][LoggerTest] STEP testing RedDeer logger message 11:32:28.282 TRACE [WorkbenchTestable][LoggerTest] TRACE testing RedDeer logger message Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 s - in org.eclipse.reddeer.common.properties.LoggerTest testLoggerMessageTypes(org.eclipse.reddeer.common.properties.LoggerTest) Time elapsed: 0.394 s Running org.eclipse.reddeer.common.properties.RedDeerPropertiesTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.reddeer.common.properties.RedDeerPropertiesTest getFloatSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue_float_fail(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getFloatSystemValue(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0.002 s getBooleanSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue_float(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getByName_nonExisting(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.wait.TimePeriodTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.reddeer.common.test.wait.TimePeriodTest getSeconds_factor_gt1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0.003 s getSeconds_factor1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_gt1(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_lt1(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_gt1_bignumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor1_bignumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_lt1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor1(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_lt1_smallnumber(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0 s getSeconds_factor_gt1_period0(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.common.test.wait.WaitProviderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.reddeer.common.test.wait.WaitProviderTest test_nullCondition(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0.008 s test_WaitTypeUntil(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0.002 s test_WaitTypeWhile(org.eclipse.reddeer.common.test.wait.WaitProviderTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.wait.GroupWaitTest 11:32:28.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 11:32:30.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 11:32:30.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 11:32:37.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 11:32:37.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 11:32:41.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 11:32:41.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 11:32:42.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 11:32:42.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 11:32:49.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 11:32:49.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 11:32:52.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 11:32:52.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 11:32:56.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 11:32:56.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 11:33:03.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.034 s - in org.eclipse.reddeer.common.test.wait.GroupWaitTest test_groupWaitTimeoutMedium(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 2.51 s test_groupWaitNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0.001 s test_groupWaitOneFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 7.003 s test_groupWaitTimeoutDefault(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 4.002 s test_groupWaitWaitWhileFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 8.007 s test_groupWaitBothConditionsFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 2.502 s test_groupWaitWaitUntilAndWhileFulfilled(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 11.005 s test_groupWaitValidAndNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.wait.WaitUntilTest 11:33:03.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 11:33:10.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 11:33:10.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 11:33:17.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 11:33:17.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 11:33:20.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.511 s - in org.eclipse.reddeer.common.test.wait.WaitUntilTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0.001 s test_NullTimePeriod(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0 s test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 0 s test_WaitUntilFulFilled(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.003 s test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 7.002 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitUntilTest) Time elapsed: 2.502 s Running org.eclipse.reddeer.common.test.wait.WaitWhileTest 11:33:20.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 11:33:27.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 11:33:27.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 11:33:34.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 11:33:34.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 11:33:36.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.51 s - in org.eclipse.reddeer.common.test.wait.WaitWhileTest test_IllegalTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0.001 s test_NullTimePeriod(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0 s test_WaitWhileFulFilled(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 7.002 s test_NullCondition(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 0 s test_NotThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 7.002 s test_ThrowingException(org.eclipse.reddeer.common.test.wait.WaitWhileTest) Time elapsed: 2.502 s Running org.eclipse.reddeer.common.test.util.XPathEvaluatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.reddeer.common.test.util.XPathEvaluatorTest testXPathWithNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.031 s testXPathWithAndWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.003 s testXPathWithUserDefinedNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s testXPathWithoutNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.001 s testXPathWithNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.002 s testXPathWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest testAdoptBottomClassAToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0.011 s testAdoptBottomClassBToMidClass(org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest) Time elapsed: 0.001 s Results: Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.common.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.swt.test >---------- [INFO] Building RedDeer SWT Tests 2.8.0-SNAPSHOT [32/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.swt.test --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.swt.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.swt.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 Running org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 11:33:52.695 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 11:33:52.699 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=6 11:33:52.740 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 11:33:52.741 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 11:33:52.767 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 11:33:52.794 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:33:52.833 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:33:52.835 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 11:33:52.839 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:33:52.841 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:33:52.844 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 11:33:52.853 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 11:33:52.857 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:33:52.857 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:33:52.877 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:33:52.878 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:33:52.881 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 11:33:54.479 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:33:54.483 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 11:33:54.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 11:33:54.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:33:54.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:33:54.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:33:54.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:33:54.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 256) 11:33:54.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:33:54.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:33:54.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:33:54.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:33:54.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:33:54.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:33:54.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:33:54.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 11:33:55.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:33:55.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 11:33:55.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:33:55.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 11:33:55.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:33:55.670 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 2 was not found 11:33:55.682 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:33:55.686 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:33:55.689 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:33:55.690 DEBUG [main][AbstractWait] Waiting until shell is active... 11:33:55.691 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:33:55.691 INFO [main][AbstractShell] Close shell Testing shell 11:33:55.733 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:33:55.743 DEBUG [main][AbstractWait] Waiting while shell is available... 11:33:55.743 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:33:55.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 11:33:55.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:33:55.750 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:33:55.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:33:56.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:33:56.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:33:57.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:33:57.761 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 11:33:57.761 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:33:57.761 INFO [WorkbenchTestable][RequirementsRunner] Started test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 11:33:57.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 11:33:57.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:33:57.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:33:57.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:33:57.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:33:57.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2) 11:33:57.771 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:33:57.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:33:58.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:33:58.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:33:59.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:33:59.775 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:33:59.776 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:33:59.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:33:59.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:33:59.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:33:59.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:33:59.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 11:33:59.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2) 11:33:59.780 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:33:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:00.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:00.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:01.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:01.784 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:34:01.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:01.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:01.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:01.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:01.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:01.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 11:34:01.786 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:34:01.787 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:34:01.787 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:34:01.787 DEBUG [main][AbstractWait] Waiting until shell is active... 11:34:01.788 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:34:01.788 INFO [main][AbstractShell] Close shell Testing shell 11:34:01.788 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:34:01.791 DEBUG [main][AbstractWait] Waiting while shell is available... 11:34:01.791 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:34:01.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 11:34:01.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:01.792 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:01.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:02.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:02.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:03.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:03.796 INFO [WorkbenchTestable][RequirementsRunner] Finished test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 11:34:03.796 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:03.797 INFO [WorkbenchTestable][RequirementsRunner] Started test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 11:34:03.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 11:34:03.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:03.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:03.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:03.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:03.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 256) 11:34:03.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:03.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:04.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:04.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:05.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:05.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:34:05.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:05.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:05.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:05.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:05.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:05.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 11:34:05.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 256) 11:34:05.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:05.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:06.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:06.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:07.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:07.818 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:34:07.818 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:07.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:07.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:07.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:07.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:07.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 11:34:07.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 256) 11:34:07.819 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:07.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:08.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:08.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:09.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:09.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:34:09.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:09.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:09.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:34:09.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:34:09.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:09.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was found 11:34:09.828 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:34:09.829 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:34:09.829 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:34:09.830 DEBUG [main][AbstractWait] Waiting until shell is active... 11:34:09.830 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:34:09.830 INFO [main][AbstractShell] Close shell Testing shell 11:34:09.830 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:34:09.831 DEBUG [main][AbstractWait] Waiting while shell is available... 11:34:09.832 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:34:09.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 11:34:09.832 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:09.832 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:09.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:11.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:11.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:12.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:12.336 INFO [WorkbenchTestable][RequirementsRunner] Finished test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 11:34:12.336 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:12.337 INFO [WorkbenchTestable][RequirementsRunner] Started test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 11:34:12.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 11:34:12.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:12.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:12.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:12.337 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:12.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 2) 11:34:12.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:12.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:13.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:13.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:14.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:14.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:34:14.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:14.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:14.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:34:14.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 11:34:14.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:34:14.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 11:34:15.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:34:15.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 11:34:15.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:34:15.356 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 11:34:15.356 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:34:15.357 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:34:15.357 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:34:15.357 DEBUG [main][AbstractWait] Waiting until shell is active... 11:34:15.358 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:34:15.358 INFO [main][AbstractShell] Close shell Testing shell 11:34:15.358 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:34:15.359 DEBUG [main][AbstractWait] Waiting while shell is available... 11:34:15.359 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:34:15.359 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 11:34:15.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:15.360 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:15.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:16.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:16.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:17.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:17.363 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 11:34:17.363 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:17.363 INFO [WorkbenchTestable][RequirementsRunner] Started test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 11:34:17.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 11:34:17.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:17.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:17.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:17.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:17.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 512) 11:34:17.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:17.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:18.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:18.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:19.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:19.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:34:19.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:19.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:19.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:19.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:19.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:19.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 11:34:19.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 512) 11:34:19.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:19.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:20.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:20.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:21.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:21.880 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:34:21.880 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:21.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:21.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:21.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:21.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:21.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 11:34:21.883 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:34:21.884 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:34:21.884 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:34:21.884 DEBUG [main][AbstractWait] Waiting until shell is active... 11:34:21.884 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:34:21.884 INFO [main][AbstractShell] Close shell Testing shell 11:34:21.884 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:34:21.885 DEBUG [main][AbstractWait] Waiting while shell is available... 11:34:21.886 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:34:21.886 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 11:34:21.886 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:21.886 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:21.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:22.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:22.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:23.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:23.890 INFO [WorkbenchTestable][RequirementsRunner] Finished test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 11:34:23.890 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:23.891 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 11:34:23.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 11:34:23.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:23.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:23.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:23.891 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:23.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 512) 11:34:23.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:23.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:24.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:24.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:25.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:25.903 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:34:25.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:25.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:25.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:34:25.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 11:34:26.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:34:26.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 11:34:26.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:34:26.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 11:34:26.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:34:26.909 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 11:34:26.909 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:34:26.910 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:34:26.910 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:34:26.910 DEBUG [main][AbstractWait] Waiting until shell is active... 11:34:26.911 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:34:26.911 INFO [main][AbstractShell] Close shell Testing shell 11:34:26.911 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:34:26.912 DEBUG [main][AbstractWait] Waiting while shell is available... 11:34:26.912 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:34:26.912 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 11:34:26.913 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:26.913 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:26.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:27.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:27.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:28.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:28.919 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 11:34:28.922 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 11:34:28.923 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:28.923 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:28.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:29.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:29.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:31.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.753 s - in org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 3.277 s IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 6.035 s horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 8.539 s noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 5.026 s verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 6.527 s nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 5.028 s Running org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 11:34:31.488 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 11:34:31.490 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:34:31.491 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:31.491 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 11:34:31.491 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:31.491 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:34:31.492 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:31.492 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:34:31.493 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:31.493 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:34:31.493 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:31.498 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 11:34:31.500 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 11:34:31.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:32.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:32.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:33.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:33.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:34:33.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:33.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:33.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 11:34:33.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:33.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:33.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:33.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:33.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:34:33.568 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 11:34:33.569 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:34:33.570 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:33.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 11:34:33.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 11:34:33.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 11:34:33.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:33.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:33.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:34:33.746 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:33.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:33.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:33.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 11:34:33.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:33.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:33.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:33.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:33.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:33.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:34:33.752 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 11:34:33.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:34:33.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:34:33.756 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 11:34:33.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:34:33.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:34:33.757 TRACE [main][WidgetHandler] Notify Table with event 13 11:34:33.758 TRACE [main][WidgetHandler] Wait for synchronization 11:34:33.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:33.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:33.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:33.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 11:34:33.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:33.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:33.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:33.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 11:34:33.771 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:33.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:33.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:33.771 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 11:34:33.771 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:33.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:33.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:33.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:33.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:33.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:34:33.781 INFO [WorkbenchTestable][AbstractButton] Click button &Open 11:34:33.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:34:33.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:34:33.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:34:33.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:34.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:34:34.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:34:34.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 11:34:34.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:34.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:34.484 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:34:34.489 DEBUG [main][MenuItemLookup] Found menu:'File' 11:34:34.489 DEBUG [main][MenuItemLookup] Found menu:'Edit' 11:34:34.489 DEBUG [main][MenuItemLookup] Found menu:'Source' 11:34:34.489 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 11:34:34.489 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 11:34:34.489 DEBUG [main][MenuItemLookup] Found menu:'Search' 11:34:34.490 DEBUG [main][MenuItemLookup] Found menu:'Project' 11:34:34.490 DEBUG [main][MenuItemLookup] Found menu:'Run' 11:34:34.490 DEBUG [main][MenuItemLookup] Found menu:'Window' 11:34:34.490 DEBUG [main][MenuItemLookup] Item match:Window 11:34:34.495 DEBUG [main][MenuItemLookup] Found menu:'New Window' 11:34:34.495 DEBUG [main][MenuItemLookup] Found menu:'Editor' 11:34:34.495 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 11:34:34.496 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:34.496 DEBUG [main][MenuItemLookup] Found menu:'Show View' 11:34:34.496 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 11:34:34.496 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:34.496 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 11:34:34.496 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:34.497 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 11:34:34.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:34.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:34.502 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:34:34.502 DEBUG [main][MenuItemLookup] Found menu:'File' 11:34:34.502 DEBUG [main][MenuItemLookup] Found menu:'Edit' 11:34:34.502 DEBUG [main][MenuItemLookup] Found menu:'Source' 11:34:34.502 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 11:34:34.502 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 11:34:34.502 DEBUG [main][MenuItemLookup] Found menu:'Search' 11:34:34.503 DEBUG [main][MenuItemLookup] Found menu:'Project' 11:34:34.503 DEBUG [main][MenuItemLookup] Found menu:'Run' 11:34:34.503 DEBUG [main][MenuItemLookup] Found menu:'Window' 11:34:34.503 DEBUG [main][MenuItemLookup] Item match:Window 11:34:34.504 DEBUG [main][MenuItemLookup] Found menu:'New Window' 11:34:34.504 DEBUG [main][MenuItemLookup] Found menu:'Editor' 11:34:34.504 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 11:34:34.504 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:34.504 DEBUG [main][MenuItemLookup] Found menu:'Show View' 11:34:34.504 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 11:34:34.504 DEBUG [main][MenuItemLookup] Item match:Perspective 11:34:34.534 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 11:34:34.534 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:34.534 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 11:34:34.534 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 11:34:34.534 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 11:34:34.534 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 11:34:34.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 11:34:34.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:34.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:34.538 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:34:34.539 DEBUG [main][MenuItemLookup] Found menu:'File' 11:34:34.539 DEBUG [main][MenuItemLookup] Found menu:'Edit' 11:34:34.539 DEBUG [main][MenuItemLookup] Found menu:'Source' 11:34:34.539 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 11:34:34.539 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 11:34:34.539 DEBUG [main][MenuItemLookup] Found menu:'Search' 11:34:34.539 DEBUG [main][MenuItemLookup] Found menu:'Project' 11:34:34.539 DEBUG [main][MenuItemLookup] Found menu:'Run' 11:34:34.540 DEBUG [main][MenuItemLookup] Found menu:'Window' 11:34:34.540 DEBUG [main][MenuItemLookup] Item match:Window 11:34:34.541 DEBUG [main][MenuItemLookup] Found menu:'New Window' 11:34:34.541 DEBUG [main][MenuItemLookup] Found menu:'Editor' 11:34:34.541 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 11:34:34.541 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:34.541 DEBUG [main][MenuItemLookup] Found menu:'Show View' 11:34:34.541 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 11:34:34.541 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:34.541 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 11:34:34.541 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:34.542 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 11:34:34.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:34.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:34.542 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:34:34.543 DEBUG [main][MenuItemLookup] Found menu:'File' 11:34:34.543 DEBUG [main][MenuItemLookup] Found menu:'Edit' 11:34:34.543 DEBUG [main][MenuItemLookup] Found menu:'Source' 11:34:34.543 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 11:34:34.543 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 11:34:34.543 DEBUG [main][MenuItemLookup] Found menu:'Search' 11:34:34.543 DEBUG [main][MenuItemLookup] Found menu:'Project' 11:34:34.543 DEBUG [main][MenuItemLookup] Found menu:'Run' 11:34:34.543 DEBUG [main][MenuItemLookup] Found menu:'Window' 11:34:34.543 DEBUG [main][MenuItemLookup] Item match:Window 11:34:34.544 DEBUG [main][MenuItemLookup] Found menu:'New Window' 11:34:34.544 DEBUG [main][MenuItemLookup] Found menu:'Editor' 11:34:34.544 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 11:34:34.544 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:34.545 DEBUG [main][MenuItemLookup] Found menu:'Show View' 11:34:34.545 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 11:34:34.545 DEBUG [main][MenuItemLookup] Item match:Perspective 11:34:34.546 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 11:34:34.546 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:34.546 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 11:34:34.546 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 11:34:34.546 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 11:34:34.546 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 11:34:34.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:34.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:34.547 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:34:34.547 DEBUG [main][MenuItemLookup] Found menu:'File' 11:34:34.547 DEBUG [main][MenuItemLookup] Found menu:'Edit' 11:34:34.547 DEBUG [main][MenuItemLookup] Found menu:'Source' 11:34:34.548 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 11:34:34.548 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 11:34:34.548 DEBUG [main][MenuItemLookup] Found menu:'Search' 11:34:34.548 DEBUG [main][MenuItemLookup] Found menu:'Project' 11:34:34.548 DEBUG [main][MenuItemLookup] Found menu:'Run' 11:34:34.548 DEBUG [main][MenuItemLookup] Found menu:'Window' 11:34:34.548 DEBUG [main][MenuItemLookup] Item match:Window 11:34:34.549 DEBUG [main][MenuItemLookup] Found menu:'New Window' 11:34:34.549 DEBUG [main][MenuItemLookup] Found menu:'Editor' 11:34:34.549 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 11:34:34.549 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:34.549 DEBUG [main][MenuItemLookup] Found menu:'Show View' 11:34:34.549 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 11:34:34.549 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:34.550 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 11:34:34.550 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:34.550 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 11:34:34.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:34.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:34.550 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:34:34.551 DEBUG [main][MenuItemLookup] Found menu:'File' 11:34:34.551 DEBUG [main][MenuItemLookup] Found menu:'Edit' 11:34:34.551 DEBUG [main][MenuItemLookup] Found menu:'Source' 11:34:34.551 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 11:34:34.551 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 11:34:34.551 DEBUG [main][MenuItemLookup] Found menu:'Search' 11:34:34.551 DEBUG [main][MenuItemLookup] Found menu:'Project' 11:34:34.551 DEBUG [main][MenuItemLookup] Found menu:'Run' 11:34:34.552 DEBUG [main][MenuItemLookup] Found menu:'Window' 11:34:34.552 DEBUG [main][MenuItemLookup] Item match:Window 11:34:34.552 DEBUG [main][MenuItemLookup] Found menu:'New Window' 11:34:34.553 DEBUG [main][MenuItemLookup] Found menu:'Editor' 11:34:34.553 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 11:34:34.553 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:34.553 DEBUG [main][MenuItemLookup] Found menu:'Show View' 11:34:34.553 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 11:34:34.553 DEBUG [main][MenuItemLookup] Item match:Perspective 11:34:34.554 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 11:34:34.554 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:34.554 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 11:34:34.554 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 11:34:34.554 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 11:34:34.554 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 11:34:34.557 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 11:34:34.558 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 11:34:34.559 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 11:34:34.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 11:34:34.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 11:34:34.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 11:34:34.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:34.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:34.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:34.674 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 11:34:34.674 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:34.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:34.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:34.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 11:34:34.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:34.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:34.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:34.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 11:34:34.678 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:34.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:34.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:34.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:34.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:34.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:34:34.679 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 11:34:34.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:34:34.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:34:34.680 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:34:34.680 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:35.033 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:35.034 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 11:34:35.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 11:34:35.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:35.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:35.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:35.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:35.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:34:35.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:35.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:35.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:34:35.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Run.*') 11:34:35.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:35.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:35.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:35.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:35.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:34:35.064 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:34:35.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:35.223 DEBUG [main][MenuItemLookup] Found menu:'(no launch history)' 11:34:35.223 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:35.223 DEBUG [main][MenuItemLookup] Found menu:'Run As' 11:34:35.223 DEBUG [main][MenuItemLookup] Item match:Run As 11:34:35.227 DEBUG [main][MenuItemLookup] Found menu:'(none applicable)' 11:34:35.227 DEBUG [main][MenuItemLookup] Item match:(none applicable) 11:34:35.227 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"(none applicable)" 11:34:35.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 11:34:35.228 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:35.228 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:35.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:35.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:35.228 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 11:34:35.229 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 11:34:35.229 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:35.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:35.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:35.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.748 s - in org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) Time elapsed: 0.195 s Running org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:35.242 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:35.244 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:34:35.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:35.246 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:35.247 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:35.247 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:34:35.247 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:35.247 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:34:35.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:35.249 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:34:35.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:35.251 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:35.251 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:35.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:35.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:35.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:35.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:35.251 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:35.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:35.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:35.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:35.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:35.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:35.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:34:35.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:35.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:35.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:35.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:35.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:35.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:35.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:35.330 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 11:34:35.331 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 11:34:35.332 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 11:34:35.333 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 11:34:35.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:34:35.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:35.336 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 11:34:35.336 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 11:34:35.342 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 11:34:35.343 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem2" 11:34:35.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:35.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:35.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:35.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:35.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:35.393 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:35.393 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:35.393 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:35.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:35.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:35.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:35.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:35.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:35.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:35.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:35.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:35.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:35.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:35.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:34:35.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:35.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:35.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:35.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:35.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:35.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:35.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:35.459 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 11:34:35.459 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 11:34:35.460 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 11:34:35.460 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 11:34:35.461 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:34:35.461 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:35.461 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 11:34:35.461 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 11:34:35.461 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 11:34:35.470 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:35.470 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:35.470 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:35.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:35.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:35.505 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:35.505 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:35.505 INFO [WorkbenchTestable][RequirementsRunner] Started test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:35.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:35.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:35.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:35.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:35.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:35.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:35.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:35.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:35.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:35.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:35.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:34:35.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:35.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:35.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:35.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:35.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:35.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:35.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:35.571 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 11:34:35.571 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 11:34:35.572 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 11:34:35.572 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 11:34:35.572 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:34:35.572 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:35.573 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 11:34:35.573 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 11:34:35.573 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 11:34:35.573 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 11:34:35.573 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 11:34:35.573 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemRadio 11:34:35.574 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemRadio" 11:34:35.575 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemRadio 11:34:35.575 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemRadio 11:34:35.584 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:35.584 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:35.584 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:35.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:35.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:35.634 INFO [WorkbenchTestable][RequirementsRunner] Finished test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:35.634 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:35.634 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:35.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:35.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:35.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:35.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:35.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:35.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:35.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:35.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:35.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:35.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:35.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:34:35.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:35.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:35.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:35.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:35.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:35.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:35.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:35.682 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 11:34:35.682 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 11:34:35.683 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 11:34:35.683 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 11:34:35.685 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:34:35.685 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:35.686 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 11:34:35.686 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 11:34:35.697 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:35.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:35.698 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:35.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:35.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:35.748 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:35.748 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:35.748 INFO [WorkbenchTestable][RequirementsRunner] Started test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:35.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:35.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:35.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:35.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:35.748 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:35.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:35.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:35.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:35.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:35.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:35.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:34:35.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:35.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:35.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:35.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:35.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:35.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:35.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:35.796 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 11:34:35.797 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 11:34:35.797 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 11:34:35.797 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:34:35.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:35.799 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 11:34:35.799 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 11:34:35.799 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 11:34:35.800 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 11:34:35.800 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 11:34:35.800 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 11:34:35.800 DEBUG [main][MenuItemLookup] Item match:DisabledMenu 11:34:35.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:35.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:35.816 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:35.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:35.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:35.868 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:35.868 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:35.868 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:35.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:35.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:35.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:35.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:35.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:35.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:35.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:35.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:35.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:35.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:35.918 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 11:34:35.918 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:35.919 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 11:34:35.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:35.927 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:35.927 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:35.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:35.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:35.966 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:35.966 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:35.967 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:35.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:35.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:35.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:35.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:35.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:35.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:36.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:36.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:36.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:36.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:36.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:34:36.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:36.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:36.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:36.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:36.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:36.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:36.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:36.017 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 11:34:36.017 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 11:34:36.037 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 11:34:36.037 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 11:34:36.037 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:34:36.037 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:36.037 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 11:34:36.038 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 11:34:36.038 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 11:34:36.038 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 11:34:36.038 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 11:34:36.038 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 11:34:36.048 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.048 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:36.048 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:36.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:36.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:36.085 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.086 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:36.086 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:36.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:36.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:36.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:36.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:36.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:36.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:36.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:36.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:36.155 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 11:34:36.155 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:36.156 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 11:34:36.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:36.164 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:36.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:36.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:36.201 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.201 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:36.202 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:36.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:36.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:36.202 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:36.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:36.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:36.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:36.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:36.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:36.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:34:36.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:36.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:36.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:36.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:36.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:36.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:36.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:36.260 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 11:34:36.260 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 11:34:36.261 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 11:34:36.261 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 11:34:36.261 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:34:36.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:36.262 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 11:34:36.262 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 11:34:36.262 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 11:34:36.262 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 11:34:36.264 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 11:34:36.264 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuDisabledChild" 11:34:36.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:36.273 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:36.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:36.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:36.309 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.309 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:36.309 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:36.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:36.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:36.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:36.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:36.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:36.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:36.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:36.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:36.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:34:36.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:36.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:36.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:36.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:36.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:36.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:36.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:36.387 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 11:34:36.387 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 11:34:36.388 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 11:34:36.388 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 11:34:36.388 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:34:36.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:36.389 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 11:34:36.389 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 11:34:36.389 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 11:34:36.389 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 11:34:36.389 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 11:34:36.389 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 11:34:36.401 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.401 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:36.401 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:36.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:36.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:36.450 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.450 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:36.451 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:36.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:36.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:36.451 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:36.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:36.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:36.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:36.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:36.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:36.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:34:36.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:36.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:36.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:36.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:36.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:36.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:36.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:36.502 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 11:34:36.502 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 11:34:36.505 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 11:34:36.505 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 11:34:36.505 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:34:36.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:36.506 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 11:34:36.506 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 11:34:36.506 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 11:34:36.506 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItem1 11:34:36.506 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItem1 11:34:36.507 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 11:34:36.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:34:36.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:36.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:36.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:36.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "MenuShell" as the parent 11:34:36.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:36.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:36.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:36.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:36.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:36.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:34:36.513 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:34:36.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:36.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:36.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:36.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:36.572 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.572 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:36.572 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:36.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:36.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:36.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:36.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:36.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:36.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:36.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:36.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:36.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:34:36.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:36.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:36.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:36.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:36.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:36.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:36.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:36.618 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 11:34:36.619 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 11:34:36.619 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 11:34:36.619 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:34:36.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:36.639 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.640 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:36.640 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:36.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:36.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:36.673 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.673 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:36.673 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:36.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:36.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:36.674 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:36.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:36.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:36.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:36.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:36.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:36.719 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 11:34:36.719 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:36.733 DEBUG [main][MenuItemLookup] Found menu:'ShellContextMenuItem' 11:34:36.733 DEBUG [main][MenuItemLookup] Item match:ShellContextMenuItem 11:34:36.742 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.742 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:36.742 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:36.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:36.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:36.777 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.777 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:36.778 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:36.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:36.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:36.778 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:36.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:36.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:36.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:36.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:36.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:36.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:34:36.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:36.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:36.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:36.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:36.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:36.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:36.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:36.838 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 11:34:36.839 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 11:34:36.840 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 11:34:36.840 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:34:36.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:36.840 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 11:34:36.841 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 11:34:36.841 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 11:34:36.841 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 11:34:36.841 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenu" 11:34:36.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.850 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:36.850 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:36.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:36.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:36.884 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.884 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:36.884 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:36.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:36.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:36.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:36.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:36.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:36.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:36.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:36.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:36.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:34:36.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:36.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:36.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:36.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:36.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:36.943 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 11:34:36.943 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 11:34:36.944 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 11:34:36.945 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 11:34:36.945 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:34:36.945 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:36.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:36.955 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:36.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:36.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:36.967 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:36.968 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:36.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:36.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:36.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:36.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:36.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:37.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:37.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:37.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:37.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:37.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:37.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:34:37.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:37.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:37.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:37.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:37.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:37.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:37.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:37.054 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 11:34:37.054 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 11:34:37.054 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 11:34:37.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:34:37.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:37.055 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 11:34:37.055 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 11:34:37.055 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 11:34:37.055 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 11:34:37.055 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenuEnabledChild' 11:34:37.055 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenuEnabledChild 11:34:37.055 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 11:34:37.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:37.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:37.064 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:37.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:37.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:37.097 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:37.098 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:37.098 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:37.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:37.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:37.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:37.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:37.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:37.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:37.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:37.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:37.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:37.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:37.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:34:37.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:37.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:37.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:37.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:37.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:37.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:37.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:37.217 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 11:34:37.217 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 11:34:37.218 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 11:34:37.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 11:34:37.218 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:34:37.218 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:37.218 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 11:34:37.219 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 11:34:37.233 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:37.233 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:37.233 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:37.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:37.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:37.245 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:37.245 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:37.246 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:37.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:37.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:37.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:37.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:37.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:37.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:37.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:37.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:37.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:37.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:37.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:34:37.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:37.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:37.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:37.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:37.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:37.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:37.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:37.314 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 11:34:37.314 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 11:34:37.315 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 11:34:37.315 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 11:34:37.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:34:37.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:37.316 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 11:34:37.316 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 11:34:37.316 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 11:34:37.316 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 11:34:37.334 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 11:34:37.343 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:37.343 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:37.343 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:37.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:37.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:37.375 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:37.375 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:37.375 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:37.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:37.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:37.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:37.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:37.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:37.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:37.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:37.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:37.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:37.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:37.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:34:37.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:37.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:37.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:37.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:37.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:37.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:37.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:37.419 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 11:34:37.419 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 11:34:37.420 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 11:34:37.420 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 11:34:37.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:34:37.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:37.420 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 11:34:37.420 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 11:34:37.420 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 11:34:37.421 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 11:34:37.421 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemCheck 11:34:37.421 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemCheck" 11:34:37.421 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemCheck 11:34:37.421 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemCheck 11:34:37.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:37.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:37.439 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:37.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:37.469 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 11:34:37.469 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 11:34:37.469 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:37.469 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.229 s - in org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.142 s menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.111 s radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.129 s getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.114 s disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.12 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.098 s getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.118 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.115 s menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.107 s getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.141 s selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.121 s getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.101 s shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.104 s menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.107 s getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.083 s menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.129 s getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.147 s menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.128 s checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.094 s Running org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 11:34:37.482 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 11:34:37.484 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:34:37.485 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:37.485 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 11:34:37.485 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:37.485 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:34:37.485 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:37.485 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:34:37.486 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:37.486 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:34:37.486 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:37.486 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:37.486 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 11:34:37.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 11:34:37.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:37.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:37.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:37.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:37.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:37.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:37.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:37.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:37.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:37.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 11:34:37.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:37.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:37.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:37.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:37.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:34:37.549 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:34:37.550 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:37.561 DEBUG [main][MenuItemLookup] Found menu:'ToolItemMenuItem1' 11:34:37.561 DEBUG [main][MenuItemLookup] Item match:ToolItemMenuItem1 11:34:37.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 11:34:37.570 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:37.570 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:37.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:37.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:37.581 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 11:34:37.581 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:37.581 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 11:34:37.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 11:34:37.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:37.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:37.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:37.581 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:37.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:37.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:37.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:37.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:37.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:37.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 11:34:37.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:37.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:37.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:37.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:37.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:34:37.649 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:34:37.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:37.674 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 11:34:37.674 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem2" 11:34:37.674 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem3" 11:34:37.682 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 11:34:37.682 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:37.682 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:37.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:37.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:37.712 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 11:34:37.712 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:37.712 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 11:34:37.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 11:34:37.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:37.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:37.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:37.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:37.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:37.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:37.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:37.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:37.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:37.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 11:34:37.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:37.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:37.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:37.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:37.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:34:37.753 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:34:37.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:37.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 11:34:37.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:37.794 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:37.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:37.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:37.835 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 11:34:37.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:37.835 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 11:34:37.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 11:34:37.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:37.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:37.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:37.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:37.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:37.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:37.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:37.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:37.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:37.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 11:34:37.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:37.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:37.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:37.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:37.879 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:34:37.879 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:34:37.879 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:37.892 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 11:34:37.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 11:34:37.900 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:37.900 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:37.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:37.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:37.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 11:34:37.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:37.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 11:34:37.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 11:34:37.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:37.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:37.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:37.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:37.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:37.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:37.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:37.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:37.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:37.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "genericToolItem") 11:34:37.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:37.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:37.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:37.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:37.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:34:37.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 11:34:37.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:37.994 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:38.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:38.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:38.005 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 11:34:38.005 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 11:34:38.005 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:38.005 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:38.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:38.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 s - in org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.095 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.131 s toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.123 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.106 s toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.064 s Running org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.016 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.017 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:34:38.034 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:38.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:38.034 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:34:38.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:38.034 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:34:38.049 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:38.049 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:34:38.049 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:38.049 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:38.050 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 11:34:38.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:38.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:38.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:38.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:38.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:38.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:38.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:38.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:38.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:38.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:38.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:38.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:38.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:38.082 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 11:34:38.082 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:38.096 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 11:34:38.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:38.104 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:38.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:38.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:38.150 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 11:34:38.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:38.151 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 11:34:38.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:38.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:38.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:38.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:38.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:38.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:38.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:38.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:38.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:38.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:38.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:38.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:38.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:38.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:38.182 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 11:34:38.182 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 11:34:38.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.191 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:38.191 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:38.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:38.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:38.240 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 11:34:38.240 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:38.241 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 11:34:38.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:38.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:38.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:38.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:38.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:38.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:38.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:38.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:38.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:38.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:38.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:38.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:38.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:38.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:38.271 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 11:34:38.271 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 11:34:38.278 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.278 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:38.278 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:38.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:38.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:38.319 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 11:34:38.319 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:38.319 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 11:34:38.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:38.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:38.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:38.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:38.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:38.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:38.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:38.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:38.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:38.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:38.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:38.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:38.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:38.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:38.362 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 11:34:38.362 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 11:34:38.362 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 11:34:38.363 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 11:34:38.363 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 11:34:38.363 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 11:34:38.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:38.370 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:38.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:38.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:38.412 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 11:34:38.412 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:38.412 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 11:34:38.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:38.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:38.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:38.412 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:38.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:38.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:38.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:38.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:38.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:38.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:38.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:38.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:38.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:38.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:38.455 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 11:34:38.455 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 11:34:38.456 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 11:34:38.456 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 11:34:38.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.463 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:38.464 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:38.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:38.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:38.507 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 11:34:38.507 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:38.507 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 11:34:38.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:38.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:38.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:38.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:38.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:38.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:38.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:38.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:38.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:38.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:38.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:38.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:38.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:38.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:38.571 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 11:34:38.572 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 11:34:38.573 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem1" 11:34:38.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.583 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:38.583 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:38.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:38.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:38.616 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 11:34:38.616 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:38.616 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 11:34:38.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:38.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:38.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:38.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:38.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:38.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:38.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:38.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:38.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:38.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 11:34:38.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 11:34:38.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 11:34:38.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:38.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:38.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:38.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:38.659 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 11:34:38.659 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 11:34:38.660 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 11:34:38.660 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 11:34:38.660 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 11:34:38.661 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 11:34:38.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:38.668 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:38.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:38.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:38.711 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 11:34:38.711 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 11:34:38.711 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:38.711 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:38.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:38.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 s - in org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.1 s testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.089 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.078 s shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.093 s testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.095 s hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.108 s shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.095 s Running org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 11:34:38.738 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 11:34:38.739 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:34:38.740 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:38.740 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 11:34:38.740 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:38.740 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:34:38.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:38.741 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:34:38.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:38.741 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:34:38.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:38.742 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:38.742 INFO [WorkbenchTestable][RequirementsRunner] Started test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 11:34:38.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 11:34:38.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:38.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:38.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:38.742 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:38.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:38.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:34:38.769 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' view via menu. 11:34:38.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:34:38.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:38.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:38.770 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:34:38.770 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:34:38.770 DEBUG [main][MenuItemLookup] Found menu:'File' 11:34:38.771 DEBUG [main][MenuItemLookup] Found menu:'Edit' 11:34:38.771 DEBUG [main][MenuItemLookup] Found menu:'Source' 11:34:38.771 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 11:34:38.771 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 11:34:38.771 DEBUG [main][MenuItemLookup] Found menu:'Search' 11:34:38.771 DEBUG [main][MenuItemLookup] Found menu:'Project' 11:34:38.771 DEBUG [main][MenuItemLookup] Found menu:'Run' 11:34:38.771 DEBUG [main][MenuItemLookup] Found menu:'Window' 11:34:38.771 DEBUG [main][MenuItemLookup] Item match:Window 11:34:38.772 DEBUG [main][MenuItemLookup] Found menu:'New Window' 11:34:38.772 DEBUG [main][MenuItemLookup] Found menu:'Editor' 11:34:38.772 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 11:34:38.772 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:38.773 DEBUG [main][MenuItemLookup] Found menu:'Show View' 11:34:38.773 DEBUG [main][MenuItemLookup] Item match:Show View 11:34:38.785 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 11:34:38.785 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 11:34:38.785 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 11:34:38.785 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 11:34:38.785 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 11:34:38.785 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 11:34:38.785 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 11:34:38.786 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 11:34:38.786 DEBUG [main][MenuItemLookup] Found menu:'Progress' 11:34:38.786 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 11:34:38.786 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 11:34:38.786 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 11:34:38.786 DEBUG [main][MenuItemLookup] Found menu:'Templates' 11:34:38.786 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 11:34:38.786 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:38.786 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 11:34:38.786 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 11:34:38.786 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 11:34:38.787 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 11:34:38.787 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 11:34:38.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 11:34:38.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 11:34:38.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 11:34:38.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:38.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:38.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:34:38.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:38.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:38.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:38.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:34:38.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:38.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:38.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:38.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:38.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:38.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:38.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:38.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:38.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 11:34:38.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 11:34:38.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:34:39.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:34:39.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 11:34:39.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 11:34:39.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 11:34:39.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:34:39.413 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 11:34:39.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:34:39.413 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 11:34:39.413 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT 11:34:39.414 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT 11:34:39.414 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT about selection 11:34:39.415 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT 11:34:39.415 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:39.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:39.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:39.416 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:34:39.416 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:39.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:39.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:39.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 11:34:39.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:39.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:39.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:39.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:34:39.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:39.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:39.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:39.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:39.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:39.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:34:39.420 INFO [WorkbenchTestable][AbstractButton] Click button &Open 11:34:39.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:34:39.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:34:39.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:34:39.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:39.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:34:39.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:34:39.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 11:34:39.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:39.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:39.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 11:34:39.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:39.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:39.554 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:34:39.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:39.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:39.554 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:34:39.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 11:34:39.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:39.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:39.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:39.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:39.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:34:39.564 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 11:34:39.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 11:34:39.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:34:39.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 11:34:39.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 11:34:39.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 11:34:39.581 DEBUG [main][MenuItemLookup] Found menu:'submenu' 11:34:39.581 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:39.581 DEBUG [main][MenuItemLookup] Found menu:'View Action with ID' 11:34:39.581 DEBUG [main][MenuItemLookup] Item match:View Action with ID 11:34:39.581 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"View Action with ID" 11:34:39.581 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text View Action with ID 11:34:39.581 INFO [main][MenuItemHandler] Select menu item: View Action with ID 11:34:39.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled.... 11:34:39.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled. finished successfully 11:34:39.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 11:34:39.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:39.583 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:39.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:39.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:39.583 INFO [WorkbenchTestable][RequirementsRunner] Finished test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 11:34:39.583 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:39.583 INFO [WorkbenchTestable][RequirementsRunner] Started test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 11:34:39.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 11:34:39.583 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:39.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:39.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:39.584 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:39.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:39.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:39.605 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 11:34:39.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:39.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:39.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:34:39.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:39.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:39.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:34:39.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 11:34:39.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:39.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:39.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:39.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:39.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:34:39.642 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 11:34:39.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 11:34:39.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:34:39.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 11:34:39.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 11:34:39.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 11:34:39.645 DEBUG [main][MenuItemLookup] Found menu:'submenu' 11:34:39.645 DEBUG [main][MenuItemLookup] Item match:submenu 11:34:39.648 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 11:34:39.648 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuA 11:34:39.649 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&A" 11:34:39.649 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuA 11:34:39.649 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&A 11:34:39.663 DEBUG [main][MenuItemLookup] Found menu:'submenu' 11:34:39.663 DEBUG [main][MenuItemLookup] Item match:submenu 11:34:39.664 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 11:34:39.664 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuB' 11:34:39.664 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuB 11:34:39.664 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&B" 11:34:39.664 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuB 11:34:39.665 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&B 11:34:39.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 11:34:39.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:39.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:39.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:39.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:39.666 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 11:34:39.666 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:39.666 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 11:34:39.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 11:34:39.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:39.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:39.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:39.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:39.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:39.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:34:39.678 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 11:34:39.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:34:39.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:39.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:39.679 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:34:39.679 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:34:39.679 DEBUG [main][MenuItemLookup] Found menu:'File' 11:34:39.680 DEBUG [main][MenuItemLookup] Found menu:'Edit' 11:34:39.680 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 11:34:39.680 DEBUG [main][MenuItemLookup] Found menu:'Search' 11:34:39.680 DEBUG [main][MenuItemLookup] Found menu:'Project' 11:34:39.680 DEBUG [main][MenuItemLookup] Found menu:'Run' 11:34:39.680 DEBUG [main][MenuItemLookup] Found menu:'Window' 11:34:39.680 DEBUG [main][MenuItemLookup] Item match:Window 11:34:39.681 DEBUG [main][MenuItemLookup] Found menu:'New Window' 11:34:39.681 DEBUG [main][MenuItemLookup] Found menu:'Editor' 11:34:39.681 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 11:34:39.681 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:39.681 DEBUG [main][MenuItemLookup] Found menu:'Show View' 11:34:39.681 DEBUG [main][MenuItemLookup] Item match:Show View 11:34:39.693 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 11:34:39.693 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 11:34:39.693 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 11:34:39.693 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 11:34:39.693 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 11:34:39.693 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 11:34:39.693 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 11:34:39.693 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 11:34:39.693 DEBUG [main][MenuItemLookup] Found menu:'Progress' 11:34:39.693 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 11:34:39.693 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 11:34:39.693 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 11:34:39.693 DEBUG [main][MenuItemLookup] Found menu:'Templates' 11:34:39.693 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 11:34:39.693 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:39.693 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 11:34:39.693 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 11:34:39.733 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 11:34:39.733 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 11:34:39.734 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 11:34:39.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 11:34:39.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 11:34:39.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 11:34:39.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:39.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:39.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:34:39.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:39.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:39.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:39.805 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:34:39.805 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:39.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:39.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:39.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:39.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:39.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:34:39.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:34:39.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:34:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 11:34:39.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 11:34:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:34:40.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:34:40.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 11:34:40.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 11:34:40.319 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 11:34:40.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:34:40.319 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 11:34:40.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:34:40.319 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 11:34:40.321 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 11:34:40.321 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 11:34:40.322 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 11:34:40.322 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 11:34:40.322 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:40.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:40.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:40.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:34:40.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:40.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:40.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:40.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 11:34:40.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:40.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:40.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:40.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:34:40.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:40.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:40.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:40.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:40.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:40.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:34:40.327 INFO [WorkbenchTestable][AbstractButton] Click button &Open 11:34:40.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:34:40.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:34:40.328 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:34:40.328 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:40.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:34:40.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:34:40.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 11:34:40.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:40.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:40.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 11:34:40.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:40.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:40.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:34:40.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:40.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:40.577 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:34:40.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 11:34:40.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:40.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:40.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:40.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:40.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:34:40.585 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 11:34:40.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 11:34:40.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:34:40.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 11:34:40.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 11:34:40.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 11:34:40.591 DEBUG [main][MenuItemLookup] Found menu:'Group By' 11:34:40.592 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:40.592 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 11:34:40.592 DEBUG [main][MenuItemLookup] Item match:Filters... 11:34:40.595 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Filters..." 11:34:40.595 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Filters... 11:34:40.596 INFO [main][MenuItemHandler] Select menu item: &Filters... (Eclipse:834): Gtk-WARNING **: 11:34:40.643: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg. This may indicate that pixbuf loaders or the mime database could not be found. 11:34:40.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 11:34:40.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available. finished successfully 11:34:40.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Log Filters 11:34:40.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:40.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:40.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 11:34:40.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:40.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:40.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:40.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Log Filters" as the parent 11:34:40.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:40.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:40.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:40.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:40.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:40.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:34:40.700 INFO [WorkbenchTestable][AbstractButton] Click button OK 11:34:40.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:34:40.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:34:40.711 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:34:40.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:40.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 11:34:40.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available. finished successfully 11:34:40.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 11:34:40.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. finished successfully 11:34:40.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 11:34:40.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:40.901 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:40.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:40.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:40.902 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 11:34:40.902 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:40.903 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 11:34:40.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 11:34:40.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:40.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:40.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:40.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:40.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:40.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:40.912 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 11:34:40.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:40.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:40.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:34:40.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:34:40.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:34:40.921 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:34:40.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 11:34:40.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:40.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:40.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:40.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:40.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:34:40.941 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 11:34:40.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 11:34:40.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:34:40.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 11:34:40.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 11:34:40.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 11:34:40.943 DEBUG [main][MenuItemLookup] Found menu:'Group By' 11:34:40.944 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:40.944 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 11:34:40.944 DEBUG [main][MenuItemLookup] Found menu:'' 11:34:40.944 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 11:34:40.944 DEBUG [main][MenuItemLookup] Found menu:'Show text filter' 11:34:40.944 DEBUG [main][MenuItemLookup] Item match:Show text filter 11:34:40.944 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Show text filter" 11:34:40.944 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Show text filter 11:34:40.944 INFO [main][MenuItemHandler] Select menu item: &Show text filter 11:34:40.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:34:40.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:40.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:40.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:40.949 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 11:34:40.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:40.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:40.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:40.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:34:41.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:41.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:34:41.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:41.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:34:41.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:34:41.957 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 11:34:41.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 11:34:41.957 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:41.957 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:41.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:41.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:41.958 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 11:34:41.959 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 11:34:41.959 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:41.959 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:41.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:41.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.224 s - in org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.841 s parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.083 s testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 1.236 s testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 1.055 s Running org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 11:34:41.971 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 11:34:41.972 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:34:41.973 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:41.973 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 11:34:41.973 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:41.973 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:34:41.973 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:41.974 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:34:41.974 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:41.975 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:34:41.975 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:41.975 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:41.975 INFO [WorkbenchTestable][RequirementsRunner] Started test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 11:34:41.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 11:34:41.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:41.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:41.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:41.975 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:41.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget with label: is "Label 1") 11:34:41.990 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:42.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:42.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:42.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:34:42.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:42.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:42.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:42.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:42.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:42.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:34:42.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget with label: is "Label 2") 11:34:42.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:34:42.015 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:34:42.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:42.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:42.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:42.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:42.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:42.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:34:42.018 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:34:42.019 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:34:42.019 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:34:42.019 DEBUG [main][AbstractWait] Waiting until shell is active... 11:34:42.020 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:34:42.020 INFO [main][AbstractShell] Close shell Testing shell 11:34:42.020 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:34:42.025 DEBUG [main][AbstractWait] Waiting while shell is available... 11:34:42.025 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:34:42.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 11:34:42.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:42.025 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:42.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:43.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:43.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:44.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:44.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 11:34:44.529 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 11:34:44.529 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:44.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:44.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:45.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:45.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:46.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.561 s - in org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) Time elapsed: 2.554 s Running org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 11:34:46.544 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 11:34:46.550 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:34:46.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:46.550 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 11:34:46.550 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:46.550 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:34:46.550 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:46.550 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:34:46.551 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:46.551 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:34:46.551 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:46.552 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:34:46.552 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 11:34:46.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 11:34:46.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:34:46.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:34:46.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:34:46.552 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:34:46.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 11:34:46.664 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:46.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:47.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:47.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:48.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:48.669 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:34:48.669 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:48.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:48.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:48.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:48.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:48.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:34:48.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 11:34:48.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:48.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:49.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:49.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:51.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:51.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:34:51.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:51.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:51.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:34:51.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:34:51.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:51.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 11:34:51.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 11:34:51.175 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:51.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:52.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:52.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:53.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:53.178 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:34:53.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:53.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:53.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:34:53.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:34:53.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:53.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 11:34:53.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label A") 11:34:53.181 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:53.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:54.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:54.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:55.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:55.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:34:55.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:55.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:55.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:55.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:55.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:55.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:34:55.187 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:34:55.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label B") 11:34:55.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:55.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:56.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:56.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:57.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:57.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:34:57.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:57.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:57.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:57.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:57.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:57.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:34:57.194 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:34:57.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label C") 11:34:57.194 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:34:57.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:34:58.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:34:58.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:34:59.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:34:59.196 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:34:59.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:34:59.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:34:59.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:34:59.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:34:59.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:34:59.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:34:59.201 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:34:59.201 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONB 11:34:59.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:34:59.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:34:59.202 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:34:59.202 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:59.202 TRACE [main][WidgetHandler] Notify Button with event 27 11:34:59.203 TRACE [main][WidgetHandler] Wait for synchronization 11:34:59.203 TRACE [main][WidgetHandler] Notify Button with event 13 11:34:59.203 TRACE [main][WidgetHandler] Wait for synchronization 11:34:59.203 TRACE [main][WidgetHandler] Notify Button with event 26 11:34:59.203 TRACE [main][WidgetHandler] Wait for synchronization 11:34:59.203 TRACE [main][WidgetHandler] Notify Button with event 3 11:34:59.203 TRACE [main][WidgetHandler] Wait for synchronization 11:34:59.203 TRACE [main][WidgetHandler] Notify Button with event 4 11:34:59.203 TRACE [main][WidgetHandler] Wait for synchronization 11:34:59.203 TRACE [main][WidgetHandler] Notify Button with event 13 11:34:59.203 TRACE [main][WidgetHandler] Wait for synchronization 11:34:59.209 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONC 11:34:59.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:34:59.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:34:59.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:34:59.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:34:59.210 TRACE [main][WidgetHandler] Notify Button with event 27 11:34:59.210 TRACE [main][WidgetHandler] Wait for synchronization 11:34:59.210 TRACE [main][WidgetHandler] Notify Button with event 13 11:34:59.210 TRACE [main][WidgetHandler] Wait for synchronization 11:34:59.210 TRACE [main][WidgetHandler] Notify Button with event 26 11:34:59.210 TRACE [main][WidgetHandler] Wait for synchronization 11:34:59.210 TRACE [main][WidgetHandler] Notify Button with event 3 11:34:59.210 TRACE [main][WidgetHandler] Wait for synchronization 11:34:59.210 TRACE [main][WidgetHandler] Notify Button with event 4 11:34:59.210 TRACE [main][WidgetHandler] Wait for synchronization 11:34:59.210 TRACE [main][WidgetHandler] Notify Button with event 13 11:34:59.210 TRACE [main][WidgetHandler] Wait for synchronization 11:34:59.212 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:34:59.212 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:34:59.212 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:34:59.212 DEBUG [main][AbstractWait] Waiting until shell is active... 11:34:59.212 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:34:59.212 INFO [main][AbstractShell] Close shell Testing shell 11:34:59.213 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:34:59.220 DEBUG [main][AbstractWait] Waiting while shell is available... 11:34:59.220 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:34:59.220 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 11:34:59.220 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:34:59.220 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:34:59.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:00.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:00.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:01.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:01.224 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 11:35:01.224 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 11:35:01.224 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:35:01.224 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:35:01.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:02.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:02.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.187 s - in org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) Time elapsed: 14.672 s Running org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 11:35:03.735 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 11:35:03.736 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:35:03.737 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:35:03.737 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 11:35:03.737 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:35:03.737 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:35:03.737 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:35:03.737 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:35:03.738 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:35:03.738 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:35:03.738 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:35:03.739 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:35:03.739 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 11:35:03.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 11:35:03.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:35:03.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:35:03.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:35:03.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:35:03.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 11:35:03.778 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:03.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:04.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:04.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:05.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:05.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:05.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:05.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:05.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:05.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:35:06.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:06.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:35:06.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:06.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:35:06.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:35:06.792 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 11:35:06.792 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:35:06.793 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:35:06.793 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:35:06.794 DEBUG [main][AbstractWait] Waiting until shell is active... 11:35:06.794 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:35:06.794 INFO [main][AbstractShell] Close shell Testing shell 11:35:06.794 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:35:06.809 DEBUG [main][AbstractWait] Waiting while shell is available... 11:35:06.809 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:35:06.809 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 11:35:06.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:35:06.810 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:35:06.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:07.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:07.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:08.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:08.813 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 11:35:08.813 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:35:08.813 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 11:35:08.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 11:35:08.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:35:08.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:35:08.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:35:08.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:35:08.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 11:35:08.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:08.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:09.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:09.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:10.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:10.857 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:10.857 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:10.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:10.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:10.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:35:10.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:10.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:35:10.861 INFO [WorkbenchTestable][AbstractButton] Click button &OK 11:35:10.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:35:10.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:35:10.862 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:35:10.862 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:35:10.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:35:10.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:10.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:12.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:12.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:13.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:13.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:13.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:13.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:13.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:13.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:35:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:13.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:35:13.368 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:35:13.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 11:35:13.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:14.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:14.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:15.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:15.375 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:15.375 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:15.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:15.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:15.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:35:15.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:15.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:35:15.378 INFO [WorkbenchTestable][AbstractButton] Click button &Cancel 11:35:15.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:35:15.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:35:15.378 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:35:15.379 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:35:15.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 11:35:15.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:15.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:16.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:16.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:17.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:17.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:17.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:17.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:17.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:17.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:35:17.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:17.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:35:17.388 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 11:35:17.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:35:17.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:35:17.388 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:35:17.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:35:17.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 11:35:17.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:17.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:18.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:18.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:19.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:19.392 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:19.392 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:19.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:19.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:19.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:35:19.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:19.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:35:19.399 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 11:35:19.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:35:19.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:35:19.399 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:35:19.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:35:19.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 11:35:19.401 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:19.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:20.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:20.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:21.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:21.403 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:21.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:21.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:21.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:21.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:35:21.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:21.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:35:21.410 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 11:35:21.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:35:21.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:35:21.410 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:35:21.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:35:21.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "No", Widget matcher matching widgets with style: 8) 11:35:21.412 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:21.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:22.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:22.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:23.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:23.414 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:23.414 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:23.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:23.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:23.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:35:23.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:23.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:35:23.420 INFO [WorkbenchTestable][AbstractButton] Click button &No 11:35:23.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:35:23.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:35:23.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:35:23.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:35:23.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 11:35:23.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:23.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:24.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:24.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:25.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:25.424 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:25.424 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:25.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:25.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:25.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:35:25.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:25.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:35:25.432 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 11:35:25.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:35:25.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:35:25.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:35:25.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:35:25.433 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:35:25.434 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:35:25.434 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:35:25.434 DEBUG [main][AbstractWait] Waiting until shell is active... 11:35:25.434 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:35:25.434 INFO [main][AbstractShell] Close shell Testing shell 11:35:25.434 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:35:25.444 DEBUG [main][AbstractWait] Waiting while shell is available... 11:35:25.444 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:35:25.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 11:35:25.444 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:35:25.444 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:35:25.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:26.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:26.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:27.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:27.947 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 11:35:27.947 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 11:35:27.948 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:35:27.948 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:35:27.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:28.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:28.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:29.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.217 s - in org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 5.074 s testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 19.134 s Running org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:35:29.962 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:35:29.964 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:35:29.966 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:35:29.966 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:35:29.967 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:35:29.967 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:35:29.967 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:35:29.967 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:35:29.967 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:35:29.968 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:35:29.968 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:35:29.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:35:29.968 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:35:29.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:35:29.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:35:29.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:35:29.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:35:29.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:35:30.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 2) 11:35:30.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:30.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:31.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:31.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:32.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:32.017 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:32.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:32.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:32.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:35:32.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:35:32.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:32.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 11:35:32.018 INFO [WorkbenchTestable][ToggleButton] Checking Toggle Button TOOGLE-BUTTON1 11:35:32.018 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON1 11:35:32.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:35:32.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:35:32.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:35:32.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:35:32.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:35:32.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:32.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:33.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:33.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:34.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:34.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:34.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:34.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:34.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:34.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:35:34.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:34.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:35:34.025 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:35:34.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 11:35:34.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:34.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:35.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:35.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:36.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:36.031 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:36.031 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:36.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:36.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:36.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:35:36.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:36.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:35:36.034 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 11:35:36.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:35:36.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:35:36.034 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:35:36.034 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:35:36.035 DEBUG [WorkbenchTestable][ToggleButton] Toggle Button TOOGLE-BUTTON1 already checked, no action performed 11:35:36.035 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:35:36.036 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:35:36.036 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:35:36.037 DEBUG [main][AbstractWait] Waiting until shell is active... 11:35:36.037 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:35:36.037 INFO [main][AbstractShell] Close shell Testing shell 11:35:36.037 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:35:36.045 DEBUG [main][AbstractWait] Waiting while shell is available... 11:35:36.045 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:35:36.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:35:36.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:35:36.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:35:36.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:37.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:37.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:38.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:38.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:35:38.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:35:38.049 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:35:38.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:35:38.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:35:38.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:35:38.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:35:38.049 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:35:38.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "RADIO-BUTTON1") 11:35:38.072 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:38.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:39.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:39.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:40.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:40.080 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:40.080 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:40.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:40.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:40.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:35:40.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:40.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:35:40.083 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 11:35:40.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:35:40.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:35:40.083 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:35:40.083 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:35:40.084 TRACE [main][WidgetHandler] Notify Button with event 27 11:35:40.085 TRACE [main][WidgetHandler] Wait for synchronization 11:35:40.085 TRACE [main][WidgetHandler] Notify Button with event 13 11:35:40.085 TRACE [main][WidgetHandler] Wait for synchronization 11:35:40.085 TRACE [main][WidgetHandler] Notify Button with event 26 11:35:40.085 TRACE [main][WidgetHandler] Wait for synchronization 11:35:40.085 TRACE [main][WidgetHandler] Notify Button with event 3 11:35:40.085 TRACE [main][WidgetHandler] Wait for synchronization 11:35:40.085 TRACE [main][WidgetHandler] Notify Button with event 4 11:35:40.085 TRACE [main][WidgetHandler] Wait for synchronization 11:35:40.085 TRACE [main][WidgetHandler] Notify Button with event 13 11:35:40.085 TRACE [main][WidgetHandler] Wait for synchronization 11:35:40.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:35:40.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:40.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:41.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:41.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:42.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:42.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:42.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:42.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:42.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:42.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:35:42.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:42.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:35:42.090 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:35:42.091 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:35:42.091 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:35:42.091 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:35:42.091 DEBUG [main][AbstractWait] Waiting until shell is active... 11:35:42.091 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:35:42.091 INFO [main][AbstractShell] Close shell Testing shell 11:35:42.091 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:35:42.098 DEBUG [main][AbstractWait] Waiting while shell is available... 11:35:42.098 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:35:42.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:35:42.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:35:42.098 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:35:42.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:43.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:43.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:44.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:44.602 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:35:44.602 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:35:44.602 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:35:44.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:35:44.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:35:44.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:35:44.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:35:44.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:35:44.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "TOOGLE-BUTTON2") 11:35:44.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:44.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:45.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:45.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:46.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:46.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:46.635 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:46.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:46.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:46.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:35:46.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:46.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:35:46.637 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 11:35:46.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:35:46.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:35:46.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:35:46.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:35:46.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:35:46.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:46.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:47.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:47.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:48.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:48.640 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:48.640 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:48.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:48.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:48.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:35:48.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:48.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:35:48.641 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:35:48.643 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:35:48.644 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:35:48.644 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:35:48.644 DEBUG [main][AbstractWait] Waiting until shell is active... 11:35:48.645 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:35:48.645 INFO [main][AbstractShell] Close shell Testing shell 11:35:48.645 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:35:48.651 DEBUG [main][AbstractWait] Waiting while shell is available... 11:35:48.651 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:35:48.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:35:48.651 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:35:48.651 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:35:48.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:49.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:49.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:51.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:51.155 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:35:51.155 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:35:51.155 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:35:51.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:35:51.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:35:51.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:35:51.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:35:51.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:35:51.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 4) 11:35:51.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:51.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:52.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:52.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:53.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:53.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:53.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:53.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:53.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:35:53.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:35:53.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:53.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 11:35:53.188 INFO [WorkbenchTestable][AbstractButton] Click button 11:35:53.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:35:53.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:35:53.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:35:53.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:35:53.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:35:53.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:53.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:54.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:54.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:55.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:55.192 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:55.192 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:55.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:55.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:55.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:35:55.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:55.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:35:55.194 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:35:55.194 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:35:55.195 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:35:55.195 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:35:55.196 DEBUG [main][AbstractWait] Waiting until shell is active... 11:35:55.196 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:35:55.196 INFO [main][AbstractShell] Close shell Testing shell 11:35:55.196 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:35:55.202 DEBUG [main][AbstractWait] Waiting while shell is available... 11:35:55.202 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:35:55.202 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:35:55.202 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:35:55.202 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:35:55.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:56.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:56.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:57.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:57.705 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:35:57.706 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:35:57.706 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:35:57.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:35:57.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:35:57.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:35:57.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:35:57.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:35:57.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 11:35:57.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:57.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:35:58.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:35:58.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:35:59.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:35:59.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:35:59.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:35:59.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:35:59.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:35:59.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:35:59.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:35:59.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:35:59.743 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 11:35:59.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:35:59.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:35:59.744 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:35:59.744 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:35:59.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:35:59.744 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:35:59.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:00.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:00.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:01.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:01.747 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:36:01.747 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:36:01.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:36:01.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:36:01.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:36:01.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:36:01.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:36:01.748 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:36:01.750 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:36:01.751 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:36:01.751 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:36:01.751 DEBUG [main][AbstractWait] Waiting until shell is active... 11:36:01.751 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:36:01.751 INFO [main][AbstractShell] Close shell Testing shell 11:36:01.752 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:36:01.758 DEBUG [main][AbstractWait] Waiting while shell is available... 11:36:01.758 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:36:01.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:01.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:36:01.758 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:36:01.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:02.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:02.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:03.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:03.761 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:03.761 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:36:03.761 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:03.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:03.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:36:03.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:36:03.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:36:03.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:36:03.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 11:36:03.785 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:36:03.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:04.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:04.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:05.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:05.794 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:36:05.794 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:36:05.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:36:05.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:36:05.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:36:05.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:36:05.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 11:36:05.796 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 11:36:05.796 INFO [WorkbenchTestable][CheckBox] Check checkbox CHECK-BOX1 11:36:05.797 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 11:36:05.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:36:05.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:36:05.797 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:36:05.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:36:05.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:36:05.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:36:05.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:06.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:06.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:07.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:07.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:36:07.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:36:07.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:36:07.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:36:07.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:36:07.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:36:07.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:36:07.803 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:36:07.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 11:36:07.804 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:36:07.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:09.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:09.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:10.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:10.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:36:10.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:36:10.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:36:10.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:36:10.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:36:10.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:36:10.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:36:10.331 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 11:36:10.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:36:10.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:36:10.332 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:36:10.332 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:36:10.332 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 11:36:10.333 DEBUG [WorkbenchTestable][CheckBox] Checkbox CHECK-BOX1 already selected, no action performed 11:36:10.333 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:36:10.334 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:36:10.334 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:36:10.335 DEBUG [main][AbstractWait] Waiting until shell is active... 11:36:10.336 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:36:10.336 INFO [main][AbstractShell] Close shell Testing shell 11:36:10.336 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:36:10.342 DEBUG [main][AbstractWait] Waiting while shell is available... 11:36:10.342 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:36:10.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:10.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:36:10.342 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:36:10.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:11.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:11.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:12.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:12.346 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:12.346 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:36:12.346 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:12.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:12.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:36:12.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:36:12.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:36:12.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:36:12.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 11:36:12.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:36:12.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:13.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:13.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:14.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:14.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:36:14.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:36:14.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:36:14.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:36:14.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:36:15.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:36:15.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:36:15.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:36:15.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:36:15.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:36:15.887 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 11:36:15.888 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:36:15.888 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:36:15.889 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:36:15.889 DEBUG [main][AbstractWait] Waiting until shell is active... 11:36:15.889 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:36:15.889 INFO [main][AbstractShell] Close shell Testing shell 11:36:15.889 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:36:15.895 DEBUG [main][AbstractWait] Waiting while shell is available... 11:36:15.896 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:36:15.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:15.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:36:15.896 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:36:15.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:16.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:16.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:17.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:17.899 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:17.899 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:36:17.899 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:17.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:17.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:36:17.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:36:17.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:36:17.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:36:17.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_DASLKJ") 11:36:17.920 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:36:17.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:18.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:18.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:19.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:19.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:36:19.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:36:19.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:36:19.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:36:19.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:36:20.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:36:20.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:36:20.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:36:20.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:36:20.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:36:20.936 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 11:36:20.936 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:36:20.937 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:36:20.937 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:36:20.937 DEBUG [main][AbstractWait] Waiting until shell is active... 11:36:20.937 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:36:20.937 INFO [main][AbstractShell] Close shell Testing shell 11:36:20.937 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:36:20.943 DEBUG [main][AbstractWait] Waiting while shell is available... 11:36:20.943 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:36:20.943 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:20.943 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:36:20.943 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:36:20.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:21.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:21.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:22.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:22.947 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:22.947 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:36:22.947 INFO [WorkbenchTestable][RequirementsRunner] Started test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:22.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:22.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:36:22.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:36:22.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:36:22.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:36:22.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 11:36:22.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:36:22.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:23.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:23.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:24.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:24.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:36:24.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:36:24.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:36:24.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:36:24.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:36:24.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:36:24.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:36:24.983 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 11:36:24.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:36:24.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:36:24.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:36:24.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:36:24.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:36:24.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:36:24.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:25.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:25.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:26.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:26.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:36:26.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:36:26.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:36:26.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:36:26.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:36:26.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:36:26.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:36:26.989 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:36:26.991 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:36:26.992 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:36:26.992 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:36:26.993 DEBUG [main][AbstractWait] Waiting until shell is active... 11:36:26.993 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:36:26.993 INFO [main][AbstractShell] Close shell Testing shell 11:36:26.993 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:36:26.999 DEBUG [main][AbstractWait] Waiting while shell is available... 11:36:27.000 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:36:27.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:27.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:36:27.001 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:36:27.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:28.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:28.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:29.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:29.004 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:29.004 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:36:29.005 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:29.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:29.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:36:29.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:36:29.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:36:29.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:36:29.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 4, with key 'buttonTestId' and value 'ARROW-BUTTON#2') 11:36:29.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:36:29.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:30.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:30.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:31.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:31.034 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:36:31.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:36:31.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:36:31.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:36:31.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 11:36:31.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 11:36:31.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 11:36:31.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:36:31.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:36:31.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:36:31.041 INFO [WorkbenchTestable][AbstractButton] Click button 11:36:31.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:36:31.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:36:31.041 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:36:31.041 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:36:31.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:36:31.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:36:31.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:32.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:32.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:33.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:33.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:36:33.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:36:33.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:36:33.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:36:33.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:36:33.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:36:33.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:36:33.047 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:36:33.047 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:36:33.048 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:36:33.048 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:36:33.048 DEBUG [main][AbstractWait] Waiting until shell is active... 11:36:33.049 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:36:33.049 INFO [main][AbstractShell] Close shell Testing shell 11:36:33.049 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:36:33.054 DEBUG [main][AbstractWait] Waiting while shell is available... 11:36:33.054 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:36:33.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:33.055 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:36:33.055 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:36:33.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:34.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:34.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:35.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:35.058 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:35.058 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:36:35.058 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:35.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:35.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:36:35.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:36:35.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:36:35.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:36:35.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 11:36:35.081 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:36:35.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:36.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:36.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:37.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:37.590 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:36:37.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:36:37.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:36:37.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:36:37.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:36:37.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:36:37.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 11:36:37.593 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 11:36:37.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:36:37.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:36:37.593 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:36:37.593 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:36:37.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:36:37.597 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:36:37.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:39.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:39.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:40.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:40.100 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:36:40.100 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:36:40.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:36:40.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:36:40.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:36:40.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:36:40.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:36:40.102 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:36:40.102 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:36:40.103 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:36:40.103 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:36:40.104 DEBUG [main][AbstractWait] Waiting until shell is active... 11:36:40.104 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:36:40.104 INFO [main][AbstractShell] Close shell Testing shell 11:36:40.104 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:36:40.111 DEBUG [main][AbstractWait] Waiting while shell is available... 11:36:40.111 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:36:40.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:40.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:36:40.112 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:36:40.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:41.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:41.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:42.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:42.115 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:42.115 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:36:42.115 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:42.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:42.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:36:42.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:36:42.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:36:42.116 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:36:42.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 4 and following matchers specified (Widget matcher matching widgets with style: 2) 11:36:42.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:36:42.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:43.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:43.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:44.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:44.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:36:44.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:36:44.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:36:44.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 11:36:44.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 11:36:45.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 11:36:45.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 11:36:45.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 11:36:45.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 11:36:45.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:36:45.654 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 11:36:45.654 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:36:45.654 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:36:45.655 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:36:45.655 DEBUG [main][AbstractWait] Waiting until shell is active... 11:36:45.655 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:36:45.655 INFO [main][AbstractShell] Close shell Testing shell 11:36:45.655 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:36:45.661 DEBUG [main][AbstractWait] Waiting while shell is available... 11:36:45.661 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:36:45.661 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:45.662 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:36:45.662 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:36:45.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:47.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:47.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:48.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:48.165 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:48.165 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:36:48.165 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:48.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:48.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:36:48.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:36:48.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:36:48.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:36:48.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_KL2FG") 11:36:48.187 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:36:48.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:49.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:49.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:50.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:50.195 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:36:50.195 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:36:50.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:36:50.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:36:50.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:36:50.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:36:50.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:36:51.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:36:51.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:36:51.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:36:51.204 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 11:36:51.204 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:36:51.204 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:36:51.205 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:36:51.205 DEBUG [main][AbstractWait] Waiting until shell is active... 11:36:51.205 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:36:51.205 INFO [main][AbstractShell] Close shell Testing shell 11:36:51.205 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:36:51.211 DEBUG [main][AbstractWait] Waiting while shell is available... 11:36:51.211 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:36:51.211 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:51.211 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:36:51.211 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:36:51.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:53.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:53.214 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:53.214 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:36:53.214 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:53.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:53.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:36:53.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:36:53.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:36:53.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:36:53.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 5 and following matchers specified (Widget matcher matching widgets with style: 8) 11:36:53.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:36:53.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:54.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:54.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:55.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:55.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:36:55.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:36:55.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:36:55.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:36:55.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:36:55.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:36:55.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:36:56.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:36:56.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:36:56.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:36:56.254 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 11:36:56.255 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:36:56.256 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:36:56.256 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:36:56.256 DEBUG [main][AbstractWait] Waiting until shell is active... 11:36:56.256 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:36:56.256 INFO [main][AbstractShell] Close shell Testing shell 11:36:56.256 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:36:56.262 DEBUG [main][AbstractWait] Waiting while shell is available... 11:36:56.262 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:36:56.262 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:56.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:36:56.263 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:36:56.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:57.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:57.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:36:58.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:36:58.266 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:58.266 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:36:58.267 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:36:58.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:36:58.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:36:58.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:36:58.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:36:58.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:36:58.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$SDFF@S") 11:36:58.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:36:58.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:36:59.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:36:59.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:00.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:00.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:00.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:00.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:00.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:37:00.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:37:00.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:37:00.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:37:01.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:37:01.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:37:01.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:37:01.305 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 11:37:01.306 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:37:01.306 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:37:01.306 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:37:01.307 DEBUG [main][AbstractWait] Waiting until shell is active... 11:37:01.307 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:37:01.307 INFO [main][AbstractShell] Close shell Testing shell 11:37:01.307 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:37:01.313 DEBUG [main][AbstractWait] Waiting while shell is available... 11:37:01.313 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:37:01.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:37:01.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:37:01.313 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:37:01.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:02.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:02.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:03.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:03.316 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:37:03.318 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:37:03.318 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:37:03.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:37:03.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:37:03.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:37:03.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:37:03.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:37:03.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "CHECK-BOX1") 11:37:03.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:03.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:04.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:04.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:05.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:05.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:05.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:05.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:05.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:37:05.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:37:05.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:05.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:37:05.351 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 11:37:05.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:37:05.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:37:05.351 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:37:05.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:37:05.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:37:05.353 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:05.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:06.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:06.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:07.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:07.355 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:07.355 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:07.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:07.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:37:07.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:37:07.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:07.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:37:07.357 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:37:07.357 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:37:07.358 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:37:07.358 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:37:07.358 DEBUG [main][AbstractWait] Waiting until shell is active... 11:37:07.358 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:37:07.358 INFO [main][AbstractShell] Close shell Testing shell 11:37:07.358 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:37:07.364 DEBUG [main][AbstractWait] Waiting while shell is available... 11:37:07.364 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:37:07.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:37:07.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:37:07.365 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:37:07.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:08.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:08.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:09.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:09.368 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:37:09.368 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:37:09.368 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:37:09.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:37:09.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:37:09.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:37:09.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:37:09.368 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:37:09.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 6 and following matchers specified (Widget matcher matching widgets with style: 4) 11:37:09.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:09.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:10.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:10.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:11.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:11.397 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:11.397 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:11.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:11.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 11:37:11.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 11:37:11.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 11:37:11.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 11:37:12.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 11:37:12.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 11:37:12.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:37:12.404 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 6 was not found 11:37:12.404 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:37:12.405 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:37:12.405 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:37:12.405 DEBUG [main][AbstractWait] Waiting until shell is active... 11:37:12.405 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:37:12.405 INFO [main][AbstractShell] Close shell Testing shell 11:37:12.405 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:37:12.411 DEBUG [main][AbstractWait] Waiting while shell is available... 11:37:12.411 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:37:12.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:37:12.411 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:37:12.411 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:37:12.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:13.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:13.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:15.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:15.415 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:37:15.415 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:37:15.415 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:37:15.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:37:15.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:37:15.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:37:15.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:37:15.415 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:37:15.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 11:37:15.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:15.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:16.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:16.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:17.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:17.446 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:17.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:17.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:17.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:37:17.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:37:17.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:17.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 11:37:17.448 INFO [WorkbenchTestable][RadioButton] Select radio button RADIO-BUTTON1 11:37:17.448 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 11:37:17.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:37:17.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:37:17.449 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:37:17.449 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:37:17.450 TRACE [main][WidgetHandler] Notify Button with event 27 11:37:17.451 TRACE [main][WidgetHandler] Wait for synchronization 11:37:17.451 TRACE [main][WidgetHandler] Notify Button with event 13 11:37:17.451 TRACE [main][WidgetHandler] Wait for synchronization 11:37:17.451 TRACE [main][WidgetHandler] Notify Button with event 26 11:37:17.451 TRACE [main][WidgetHandler] Wait for synchronization 11:37:17.451 TRACE [main][WidgetHandler] Notify Button with event 3 11:37:17.451 TRACE [main][WidgetHandler] Wait for synchronization 11:37:17.451 TRACE [main][WidgetHandler] Notify Button with event 4 11:37:17.451 TRACE [main][WidgetHandler] Wait for synchronization 11:37:17.451 TRACE [main][WidgetHandler] Notify Button with event 13 11:37:17.451 TRACE [main][WidgetHandler] Wait for synchronization 11:37:17.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:37:17.452 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:17.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:18.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:18.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:19.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:19.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:19.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:19.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:19.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:37:19.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:37:19.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:19.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:37:19.456 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:37:19.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 11:37:19.457 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:19.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:20.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:20.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:21.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:21.959 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:21.959 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:21.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:21.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:37:21.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:37:21.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:21.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:37:21.962 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 11:37:21.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:37:21.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:37:21.962 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:37:21.962 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:37:21.963 DEBUG [WorkbenchTestable][RadioButton] Radio Button RADIO-BUTTON1 already checked, no action performed 11:37:21.963 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:37:21.963 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:37:21.963 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:37:21.964 DEBUG [main][AbstractWait] Waiting until shell is active... 11:37:21.964 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:37:21.964 INFO [main][AbstractShell] Close shell Testing shell 11:37:21.964 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:37:21.969 DEBUG [main][AbstractWait] Waiting while shell is available... 11:37:21.969 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:37:21.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:37:21.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:37:21.970 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:37:21.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:22.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:22.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:23.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:23.972 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:37:23.973 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:37:23.973 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:37:23.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:37:23.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:37:23.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:37:23.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:37:23.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:37:23.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, with key 'buttonTestId' and value 'PUSH-BUTTON#2') 11:37:23.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:24.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:25.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:25.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:26.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:26.505 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:26.505 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:26.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:26.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:37:26.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 11:37:26.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 11:37:26.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 11:37:26.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:37:26.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:26.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:37:26.508 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 11:37:26.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:37:26.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:37:26.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:37:26.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:37:26.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:37:26.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:26.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:27.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:27.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:28.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:28.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:28.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:28.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:28.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:37:28.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:37:28.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:28.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:37:28.513 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:37:28.516 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:37:28.517 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:37:28.517 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:37:28.517 DEBUG [main][AbstractWait] Waiting until shell is active... 11:37:28.517 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:37:28.517 INFO [main][AbstractShell] Close shell Testing shell 11:37:28.517 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:37:28.525 DEBUG [main][AbstractWait] Waiting while shell is available... 11:37:28.525 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:37:28.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:37:28.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:37:28.525 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:37:28.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:30.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:30.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:31.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:31.029 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:37:31.029 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:37:31.029 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:37:31.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:37:31.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:37:31.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:37:31.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:37:31.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:37:31.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, with key 'buttonTestId' and value 'RADIO-BUTTON#1') 11:37:31.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:31.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:32.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:32.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:33.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:33.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:33.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:33.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:33.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:37:33.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 11:37:33.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 11:37:33.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:37:33.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:33.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:37:33.060 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 11:37:33.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:37:33.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:37:33.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:37:33.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:37:33.061 TRACE [main][WidgetHandler] Notify Button with event 27 11:37:33.062 TRACE [main][WidgetHandler] Wait for synchronization 11:37:33.062 TRACE [main][WidgetHandler] Notify Button with event 13 11:37:33.062 TRACE [main][WidgetHandler] Wait for synchronization 11:37:33.062 TRACE [main][WidgetHandler] Notify Button with event 26 11:37:33.062 TRACE [main][WidgetHandler] Wait for synchronization 11:37:33.062 TRACE [main][WidgetHandler] Notify Button with event 3 11:37:33.062 TRACE [main][WidgetHandler] Wait for synchronization 11:37:33.062 TRACE [main][WidgetHandler] Notify Button with event 4 11:37:33.062 TRACE [main][WidgetHandler] Wait for synchronization 11:37:33.062 TRACE [main][WidgetHandler] Notify Button with event 13 11:37:33.062 TRACE [main][WidgetHandler] Wait for synchronization 11:37:33.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:37:33.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:33.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:34.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:34.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:36.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:36.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:36.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:36.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:36.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:37:36.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:37:36.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:36.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:37:36.067 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:37:36.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 11:37:36.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:36.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:37.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:37.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:38.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:38.069 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:38.069 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:38.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:38.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:37:38.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:37:38.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:38.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:37:38.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 11:37:38.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:38.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:39.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:39.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:40.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:40.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:40.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:40.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:40.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:37:40.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:37:40.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:40.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 11:37:40.575 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:37:40.575 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:37:40.575 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:37:40.575 DEBUG [main][AbstractWait] Waiting until shell is active... 11:37:40.575 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:37:40.575 INFO [main][AbstractShell] Close shell Testing shell 11:37:40.575 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:37:40.582 DEBUG [main][AbstractWait] Waiting while shell is available... 11:37:40.582 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:37:40.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:37:40.582 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:37:40.582 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:37:40.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:42.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:42.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:43.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:43.086 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:37:43.086 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:37:43.086 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:37:43.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:37:43.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:37:43.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:37:43.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:37:43.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:37:43.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 11:37:43.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:43.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:44.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:44.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:45.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:45.119 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:45.119 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:45.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:45.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:37:45.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:37:45.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:45.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 11:37:45.121 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 11:37:45.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:37:45.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:37:45.121 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:37:45.121 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:37:45.123 TRACE [main][WidgetHandler] Notify Button with event 27 11:37:45.123 TRACE [main][WidgetHandler] Wait for synchronization 11:37:45.123 TRACE [main][WidgetHandler] Notify Button with event 13 11:37:45.123 TRACE [main][WidgetHandler] Wait for synchronization 11:37:45.123 TRACE [main][WidgetHandler] Notify Button with event 26 11:37:45.123 TRACE [main][WidgetHandler] Wait for synchronization 11:37:45.123 TRACE [main][WidgetHandler] Notify Button with event 3 11:37:45.123 TRACE [main][WidgetHandler] Wait for synchronization 11:37:45.124 TRACE [main][WidgetHandler] Notify Button with event 4 11:37:45.124 TRACE [main][WidgetHandler] Wait for synchronization 11:37:45.124 TRACE [main][WidgetHandler] Notify Button with event 13 11:37:45.124 TRACE [main][WidgetHandler] Wait for synchronization 11:37:45.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:37:45.124 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:45.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:46.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:46.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:47.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:47.126 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:47.126 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:47.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:47.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:37:47.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:37:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:47.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:37:47.127 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:37:47.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 11:37:47.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:47.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:48.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:48.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:49.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:49.129 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:49.130 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:49.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:49.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:37:49.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:37:49.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:49.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:37:49.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 11:37:49.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:49.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:50.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:50.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:51.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:51.133 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:51.133 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:51.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:51.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:37:51.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:37:51.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:51.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 11:37:51.135 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:37:51.135 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:37:51.135 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:37:51.135 DEBUG [main][AbstractWait] Waiting until shell is active... 11:37:51.136 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:37:51.136 INFO [main][AbstractShell] Close shell Testing shell 11:37:51.136 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:37:51.142 DEBUG [main][AbstractWait] Waiting while shell is available... 11:37:51.142 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:37:51.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:37:51.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:37:51.142 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:37:51.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:52.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:52.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:53.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:53.646 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:37:53.647 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:37:53.647 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:37:53.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:37:53.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:37:53.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:37:53.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:37:53.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:37:53.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 2) 11:37:53.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:53.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:54.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:54.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:55.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:55.678 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:55.678 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:55.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:55.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:37:55.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:37:55.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:55.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 11:37:55.680 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 11:37:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:37:55.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:37:55.680 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:37:55.680 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:37:55.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:37:55.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:55.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:56.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:56.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:57.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:57.683 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:37:57.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:37:57.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:37:57.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:37:57.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:37:57.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:37:57.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:37:57.685 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:37:57.686 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:37:57.687 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:37:57.687 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:37:57.687 DEBUG [main][AbstractWait] Waiting until shell is active... 11:37:57.687 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:37:57.687 INFO [main][AbstractShell] Close shell Testing shell 11:37:57.688 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:37:57.693 DEBUG [main][AbstractWait] Waiting while shell is available... 11:37:57.694 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:37:57.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:37:57.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:37:57.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:37:57.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:37:58.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:37:58.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:37:59.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:37:59.697 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:37:59.697 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:37:59.697 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:37:59.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:37:59.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:37:59.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:37:59.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:37:59.697 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:37:59.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 8) 11:37:59.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:37:59.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:00.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:01.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:01.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:38:01.726 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:38:01.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:38:01.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:38:01.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:38:01.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:38:01.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 11:38:01.728 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 11:38:01.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:38:01.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:38:01.728 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:38:01.728 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:38:01.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:38:01.729 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:38:01.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:02.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:02.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:04.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:04.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:38:04.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:38:04.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:38:04.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:38:04.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:38:04.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:38:04.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:38:04.232 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:38:04.234 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:38:04.235 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:38:04.235 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:38:04.235 DEBUG [main][AbstractWait] Waiting until shell is active... 11:38:04.235 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:38:04.235 INFO [main][AbstractShell] Close shell Testing shell 11:38:04.235 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:38:04.241 DEBUG [main][AbstractWait] Waiting while shell is available... 11:38:04.241 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:38:04.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:38:04.242 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:38:04.242 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:38:04.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:05.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:05.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:06.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:06.245 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:38:06.245 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:38:06.245 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:38:06.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:38:06.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:38:06.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:38:06.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:38:06.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:38:06.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, with key 'buttonTestId' and value 'CHECK-BOX#1') 11:38:06.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:38:06.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:07.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:07.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:08.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:08.275 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:38:08.275 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:38:08.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:38:08.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:38:08.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 11:38:08.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 11:38:08.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:38:08.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:38:08.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:38:08.277 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 11:38:08.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:38:08.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:38:08.277 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:38:08.277 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:38:08.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:38:08.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:38:08.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:09.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:09.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:10.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:10.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:38:10.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:38:10.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:38:10.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:38:10.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:38:10.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:38:10.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:38:10.283 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:38:10.284 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:38:10.284 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:38:10.284 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:38:10.285 DEBUG [main][AbstractWait] Waiting until shell is active... 11:38:10.285 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:38:10.285 INFO [main][AbstractShell] Close shell Testing shell 11:38:10.285 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:38:10.291 DEBUG [main][AbstractWait] Waiting while shell is available... 11:38:10.291 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:38:10.291 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:38:10.291 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:38:10.291 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:38:10.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:11.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:11.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:12.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:12.294 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:38:12.294 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:38:12.294 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:38:12.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:38:12.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:38:12.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:38:12.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:38:12.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:38:12.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 4 and following matchers specified (Widget matcher matching widgets with style: 16) 11:38:12.315 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:38:12.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:13.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:13.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:14.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:14.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:38:14.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:38:14.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:38:14.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 11:38:14.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 11:38:14.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 11:38:14.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 11:38:15.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 11:38:15.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 11:38:15.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:38:15.331 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 11:38:15.331 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:38:15.332 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:38:15.332 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:38:15.333 DEBUG [main][AbstractWait] Waiting until shell is active... 11:38:15.333 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:38:15.333 INFO [main][AbstractShell] Close shell Testing shell 11:38:15.333 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:38:15.343 DEBUG [main][AbstractWait] Waiting while shell is available... 11:38:15.343 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:38:15.343 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:38:15.343 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:38:15.344 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:38:15.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:16.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:16.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:17.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:17.346 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:38:17.346 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:38:17.347 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:38:17.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:38:17.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:38:17.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:38:17.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:38:17.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:38:17.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_@QWEDSA@") 11:38:17.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:38:17.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:18.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:18.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:19.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:19.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:38:19.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:38:19.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:38:19.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:38:19.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:38:20.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:38:20.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:38:20.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:38:20.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:38:20.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:38:20.885 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 11:38:20.885 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:38:20.886 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:38:20.886 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:38:20.887 DEBUG [main][AbstractWait] Waiting until shell is active... 11:38:20.887 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:38:20.887 INFO [main][AbstractShell] Close shell Testing shell 11:38:20.887 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:38:20.893 DEBUG [main][AbstractWait] Waiting while shell is available... 11:38:20.893 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:38:20.893 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:38:20.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:38:20.894 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:38:20.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:22.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:22.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:23.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:23.396 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:38:23.396 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:38:23.397 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:38:23.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:38:23.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:38:23.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:38:23.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:38:23.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:38:23.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, with key 'buttonTestId' and value 'TOOGLE-BUTTON#2') 11:38:23.418 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:38:23.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:24.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:24.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:25.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:25.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:38:25.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:38:25.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:38:25.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:38:25.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 11:38:25.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 11:38:25.428 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 11:38:25.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:38:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:38:25.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:38:25.428 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 11:38:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:38:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:38:25.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:38:25.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:38:25.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:38:25.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:38:25.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:26.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:26.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:27.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:27.431 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:38:27.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:38:27.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:38:27.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:38:27.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:38:27.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:38:27.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:38:27.433 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:38:27.434 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:38:27.435 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:38:27.435 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:38:27.435 DEBUG [main][AbstractWait] Waiting until shell is active... 11:38:27.435 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:38:27.435 INFO [main][AbstractShell] Close shell Testing shell 11:38:27.435 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:38:27.441 DEBUG [main][AbstractWait] Waiting while shell is available... 11:38:27.441 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:38:27.441 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:38:27.441 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:38:27.441 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:38:27.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:28.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:28.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:29.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:29.445 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 11:38:29.445 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 11:38:29.445 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:38:29.445 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:38:29.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:30.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:31.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 181.488 s - in org.eclipse.reddeer.swt.test.impl.button.ButtonTest toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 8.08 s findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 6.553 s findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 6.553 s findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 6.55 s findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 6.055 s toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 8.585 s findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 5.553 s findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 5.048 s findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 6.057 s findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 6.053 s findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 7.057 s findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 6.05 s findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 5.049 s findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 5.052 s findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 5.049 s findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 6.05 s findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 6.047 s toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 8.557 s findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 7.055 s findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 12.057 s findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 10.56 s findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 6.05 s findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 6.548 s findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 6.049 s findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 5.052 s findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 6.049 s findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 6.049 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:38:31.459 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:38:31.460 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:38:31.461 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:38:31.461 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:38:31.461 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:38:31.461 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:38:31.461 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:38:31.461 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:38:31.462 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:38:31.462 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:38:31.462 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:38:31.462 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:38:31.463 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 11:38:31.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:38:31.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:38:31.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:38:31.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:38:31.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:38:31.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:38:31.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:38:31.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:32.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:32.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:33.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:33.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:38:33.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:38:33.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:38:33.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:38:33.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:38:33.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:38:33.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:38:33.494 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:38:33.495 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:38:33.495 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:38:33.495 DEBUG [main][AbstractWait] Waiting until shell is active... 11:38:33.495 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:38:33.495 INFO [main][AbstractShell] Close shell Testing shell 11:38:33.495 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:38:33.498 DEBUG [main][AbstractWait] Waiting while shell is available... 11:38:33.498 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:38:33.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:38:33.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:38:33.498 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:38:33.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:34.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:34.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:35.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:35.501 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 11:38:35.501 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:38:35.501 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 11:38:35.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:38:35.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:38:35.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:38:35.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:38:35.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:38:35.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:38:35.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:38:35.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:36.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:36.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:37.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:37.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:38:37.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:38:37.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:38:37.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:38:37.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:38:37.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:38:37.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:38:37.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:38:37.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:38:37.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:38.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:38.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:39.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:39.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:38:39.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:38:39.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:38:39.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:38:39.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:38:39.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:38:39.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:38:39.529 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:38:39.529 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:38:39.529 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:38:39.529 DEBUG [main][AbstractWait] Waiting until shell is active... 11:38:39.529 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:38:39.529 INFO [main][AbstractShell] Close shell Testing shell 11:38:39.530 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:38:39.532 DEBUG [main][AbstractWait] Waiting while shell is available... 11:38:39.532 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:38:39.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:38:39.532 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:38:39.532 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:38:39.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:41.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:41.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:42.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:42.535 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 11:38:42.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:38:42.535 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 11:38:42.535 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:38:42.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:38:42.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:38:42.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:38:42.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:38:42.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:38:42.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:38:42.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:43.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:43.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:44.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:44.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:38:44.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:38:44.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:38:44.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:38:44.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:38:44.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:38:44.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:38:44.558 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 11:38:44.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:38:44.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:38:45.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:38:45.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:38:45.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:38:45.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:38:45.064 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:38:45.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:38:45.064 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:38:45.065 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 11:38:45.065 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:38:45.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:38:45.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:38:45.566 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:38:45.570 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:38:45.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:38:45.570 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 11:38:45.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:38:45.570 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:38:45.570 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 11:38:45.570 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 11:38:45.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:38:46.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:38:46.071 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 11:38:46.072 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 11:38:46.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:38:46.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:38:46.572 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 11:38:46.573 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 11:38:46.573 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 11:38:46.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:38:47.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:38:47.074 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 11:38:47.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 11:38:47.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:38:47.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:38:47.575 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 11:38:47.575 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 11:38:47.575 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 11:38:47.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:38:48.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:38:48.076 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 11:38:48.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 11:38:48.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:38:48.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 11:38:48.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:38:48.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 11:38:48.078 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 11:38:48.078 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 11:38:48.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:38:48.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:38:48.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 11:38:48.649 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 11:38:48.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:38:49.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:38:49.150 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 11:38:49.151 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 11:38:49.151 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 11:38:49.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:38:49.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:38:49.652 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 11:38:49.652 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 11:38:49.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:38:50.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:38:50.153 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 11:38:50.155 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:38:50.156 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:38:50.156 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:38:50.157 DEBUG [main][AbstractWait] Waiting until shell is active... 11:38:50.157 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:38:50.157 INFO [main][AbstractShell] Close shell Testing shell 11:38:50.157 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:38:50.161 DEBUG [main][AbstractWait] Waiting while shell is available... 11:38:50.162 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:38:50.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:38:50.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:38:50.162 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:38:50.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:51.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:51.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:52.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:52.666 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 11:38:52.666 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:38:52.666 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 11:38:52.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:38:52.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:38:52.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:38:52.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:38:52.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:38:52.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:38:52.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:38:52.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:53.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:53.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:54.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:54.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:38:54.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:38:54.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:38:54.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:38:54.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:38:54.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:38:54.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:38:54.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:38:54.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:38:54.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:55.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:55.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:57.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:57.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:38:57.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:38:57.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:38:57.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:38:57.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:38:57.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:38:57.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:38:57.195 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:38:57.196 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:38:57.196 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:38:57.196 DEBUG [main][AbstractWait] Waiting until shell is active... 11:38:57.196 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:38:57.196 INFO [main][AbstractShell] Close shell Testing shell 11:38:57.196 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:38:57.198 DEBUG [main][AbstractWait] Waiting while shell is available... 11:38:57.199 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:38:57.199 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:38:57.199 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:38:57.199 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:38:57.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:38:58.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:38:58.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:38:59.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:38:59.211 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 11:38:59.211 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:38:59.211 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 11:38:59.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:38:59.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:38:59.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:38:59.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:38:59.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:38:59.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:38:59.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:38:59.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:00.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:00.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:01.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:01.230 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:39:01.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:39:01.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:39:01.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:39:01.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:39:01.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:39:01.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:39:01.232 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:39:01.233 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:39:01.233 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:39:01.233 DEBUG [main][AbstractWait] Waiting until shell is active... 11:39:01.233 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:39:01.233 INFO [main][AbstractShell] Close shell Testing shell 11:39:01.233 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:39:01.236 DEBUG [main][AbstractWait] Waiting while shell is available... 11:39:01.236 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:39:01.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:39:01.237 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:39:01.237 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:39:01.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:02.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:03.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:03.240 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 11:39:03.240 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:39:03.240 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 11:39:03.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:39:03.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:39:03.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:39:03.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:39:03.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:39:03.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:39:03.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:39:03.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:04.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:04.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:05.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:05.757 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:39:05.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:39:05.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:39:05.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:39:05.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:39:05.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:39:05.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:39:05.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'tree001') 11:39:05.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:39:05.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:06.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:06.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:07.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:07.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:39:07.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:39:07.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:39:07.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:39:07.761 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 11:39:07.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:39:07.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:39:07.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:39:07.762 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:39:07.763 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:39:07.763 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:39:07.763 DEBUG [main][AbstractWait] Waiting until shell is active... 11:39:07.763 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:39:07.763 INFO [main][AbstractShell] Close shell Testing shell 11:39:07.763 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:39:07.765 DEBUG [main][AbstractWait] Waiting while shell is available... 11:39:07.765 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:39:07.765 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:39:07.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:39:07.766 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:39:07.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:08.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:08.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:09.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:09.769 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 11:39:09.769 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:39:09.769 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 11:39:09.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:39:09.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:39:09.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:39:09.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:39:09.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:39:09.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:39:09.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:39:09.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:10.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:10.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:11.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:11.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:39:11.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:39:11.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:39:11.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:39:11.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:39:11.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:39:11.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:39:11.787 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:39:11.788 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:39:11.788 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:39:11.788 DEBUG [main][AbstractWait] Waiting until shell is active... 11:39:11.788 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:39:11.788 INFO [main][AbstractShell] Close shell Testing shell 11:39:11.788 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:39:11.790 DEBUG [main][AbstractWait] Waiting while shell is available... 11:39:11.791 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:39:11.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:39:11.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:39:11.791 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:39:11.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:13.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:13.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:14.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:14.294 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 11:39:14.294 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 11:39:14.295 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:39:14.295 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:39:14.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:15.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:15.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:16.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.341 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 4.038 s testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 7.034 s testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 10.131 s testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 6.545 s testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 4.028 s testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 6.529 s testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 4.525 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:39:16.808 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:39:16.809 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:39:16.811 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:39:16.811 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:39:16.811 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:39:16.811 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:39:16.811 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:39:16.811 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:39:16.812 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:39:16.812 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:39:16.812 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:39:16.812 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:39:16.813 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:39:16.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:39:16.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:39:16.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:39:16.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:39:16.813 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:39:16.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:39:16.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:39:16.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:17.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:17.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:18.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:18.829 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:39:18.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:39:18.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:39:18.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:39:18.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:39:18.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:39:18.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:39:18.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:39:18.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:39:18.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:19.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:19.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:20.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:20.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:39:20.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:39:20.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:39:20.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:39:20.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:39:20.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:39:20.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:39:20.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:39:20.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:39:20.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 11:39:20.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:39:20.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:21.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:21.341 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:39:21.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 11:39:21.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:39:21.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:21.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:39:21.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:21.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:39:21.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 11:39:21.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:39:21.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:21.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:21.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:39:21.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 11:39:21.852 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:39:21.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:21.852 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 11:39:21.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:21.853 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:39:21.853 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:39:21.854 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:39:21.854 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:39:21.854 DEBUG [main][AbstractWait] Waiting until shell is active... 11:39:21.854 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:39:21.854 INFO [main][AbstractShell] Close shell Testing shell 11:39:21.854 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:39:21.857 DEBUG [main][AbstractWait] Waiting while shell is available... 11:39:21.857 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:39:21.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:39:21.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:39:21.857 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:39:21.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:22.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:22.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:23.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:23.869 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:39:23.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:39:23.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:39:23.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:39:23.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:39:23.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:39:23.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:39:23.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:39:23.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:39:23.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:39:23.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:24.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:24.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:25.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:25.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:39:25.887 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:39:25.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:39:25.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:39:25.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:39:25.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:39:25.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:39:25.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:39:25.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:39:25.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:27.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:27.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:28.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:28.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:39:28.393 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:39:28.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:39:28.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:39:28.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:39:28.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:39:28.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:39:28.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:39:28.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:39:28.396 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:39:28.397 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:39:28.397 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:39:28.397 DEBUG [main][AbstractWait] Waiting until shell is active... 11:39:28.397 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:39:28.397 INFO [main][AbstractShell] Close shell Testing shell 11:39:28.397 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:39:28.400 DEBUG [main][AbstractWait] Waiting while shell is available... 11:39:28.400 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:39:28.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:39:28.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:39:28.400 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:39:28.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:29.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:30.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:30.403 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:39:30.403 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:39:30.403 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:39:30.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:39:30.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:39:30.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:39:30.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:39:30.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:39:30.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:39:30.416 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:39:30.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:31.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:31.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:32.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:32.420 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:39:32.420 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:39:32.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:39:32.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:39:32.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:39:32.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:39:32.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:39:32.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:39:32.424 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:39:32.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:33.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:33.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:34.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:34.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:39:34.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:39:34.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:39:34.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:39:34.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:39:34.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:39:34.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:39:34.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:39:34.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:39:34.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 11:39:34.429 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:39:34.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:34.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:34.930 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:39:34.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 11:39:34.934 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:39:34.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:34.935 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:39:34.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:34.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:39:34.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 11:39:34.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:39:34.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:35.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:35.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:39:35.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 11:39:35.441 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:39:35.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:35.441 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 11:39:35.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:35.441 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:39:35.442 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:39:35.443 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:39:35.443 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:39:35.443 DEBUG [main][AbstractWait] Waiting until shell is active... 11:39:35.443 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:39:35.443 INFO [main][AbstractShell] Close shell Testing shell 11:39:35.443 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:39:35.446 DEBUG [main][AbstractWait] Waiting while shell is available... 11:39:35.446 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:39:35.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:39:35.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:39:35.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:39:35.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:36.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:36.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:37.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:37.449 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:39:37.449 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:39:37.449 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:39:37.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:39:37.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:39:37.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:39:37.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:39:37.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:39:37.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:39:37.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:39:37.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:38.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:38.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:39.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:39.966 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:39:39.966 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:39:39.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:39:39.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:39:39.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:39:39.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:39:39.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:39:39.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:39:39.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:39:39.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:41.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:41.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:42.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:42.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:39:42.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:39:42.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:39:42.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:39:42.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:39:42.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:39:42.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:39:42.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:39:42.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:39:42.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 11:39:42.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:39:42.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:43.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:43.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:39:43.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 11:39:43.480 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:39:43.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:43.480 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:39:43.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:43.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:39:43.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 11:39:43.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:39:43.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:43.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:43.982 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:39:43.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 11:39:43.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:39:43.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:43.986 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 11:39:43.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:43.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:39:43.987 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:39:43.988 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:39:43.988 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:39:43.988 DEBUG [main][AbstractWait] Waiting until shell is active... 11:39:43.988 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:39:43.988 INFO [main][AbstractShell] Close shell Testing shell 11:39:43.988 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:39:43.990 DEBUG [main][AbstractWait] Waiting while shell is available... 11:39:43.990 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:39:43.990 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:39:43.990 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:39:43.990 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:39:43.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:44.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:44.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:45.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:45.993 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:39:45.993 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:39:45.994 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:39:45.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:39:45.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:39:45.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:39:45.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:39:45.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:39:46.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:39:46.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:39:46.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:47.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:47.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:48.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:48.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:39:48.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:39:48.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:39:48.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:39:48.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:39:48.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:39:48.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:39:48.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:39:48.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:39:48.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:49.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:49.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:50.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:50.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:39:50.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:39:50.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:39:50.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:39:50.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:39:50.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:39:50.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:39:50.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:39:50.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:39:50.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 11:39:50.520 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:39:50.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:51.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:51.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:39:51.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 11:39:51.026 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:39:51.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:51.026 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:39:51.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:51.026 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:39:51.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 11:39:51.027 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:39:51.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:51.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:51.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:39:51.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 11:39:51.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:39:51.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:51.532 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 11:39:51.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:51.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:39:51.534 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:39:51.535 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:39:51.535 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:39:51.535 DEBUG [main][AbstractWait] Waiting until shell is active... 11:39:51.535 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:39:51.535 INFO [main][AbstractShell] Close shell Testing shell 11:39:51.536 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:39:51.538 DEBUG [main][AbstractWait] Waiting while shell is available... 11:39:51.538 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:39:51.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:39:51.538 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:39:51.538 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:39:51.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:53.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:53.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:54.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:54.041 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:39:54.042 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:39:54.042 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:39:54.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:39:54.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:39:54.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:39:54.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:39:54.042 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:39:54.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:39:54.055 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:39:54.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:55.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:55.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:56.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:56.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:39:56.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:39:56.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:39:56.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:39:56.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:39:56.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:39:56.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:39:56.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:39:56.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:39:56.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:39:57.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:39:57.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:39:58.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:39:58.566 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:39:58.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:39:58.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:39:58.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:39:58.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:39:58.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:39:58.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:39:58.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:39:58.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:39:58.569 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AA of tree item A 11:39:58.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:39:58.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:39:59.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:39:59.071 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:39:59.076 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:39:59.076 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:39:59.077 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:39:59.077 DEBUG [main][AbstractWait] Waiting until shell is active... 11:39:59.077 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:39:59.077 INFO [main][AbstractShell] Close shell Testing shell 11:39:59.077 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:39:59.079 DEBUG [main][AbstractWait] Waiting while shell is available... 11:39:59.079 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:39:59.079 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:39:59.080 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:39:59.080 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:39:59.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:00.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:00.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:01.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:01.083 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:40:01.083 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:40:01.083 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:40:01.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:40:01.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:40:01.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:40:01.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:40:01.083 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:40:01.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:01.103 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:01.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:02.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:02.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:03.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:03.108 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:03.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:03.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:03.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:03.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:03.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:03.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:03.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:03.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:03.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:04.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:04.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:05.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:05.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:05.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:05.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:05.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:05.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:05.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:05.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:05.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:40:05.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:40:05.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 11:40:05.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:40:05.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:05.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:05.620 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:40:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 11:40:05.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:40:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:05.624 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:40:05.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:05.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:40:05.631 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 11:40:05.632 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:40:05.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:05.632 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 11:40:06.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:06.133 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 11:40:06.133 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:40:06.138 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item AA 11:40:06.138 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item AA 11:40:06.139 DEBUG [main][TreeItemHandler] Setting tree item AA collapsed 11:40:06.140 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 11:40:06.140 DEBUG [main][TreeEventsListener] Calling method treeCollapsed() 11:40:06.140 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: AA 11:40:06.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:40:06.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:40:06.142 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:40:06.142 DEBUG [main][AbstractWait] Waiting until shell is active... 11:40:06.142 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:40:06.142 INFO [main][AbstractShell] Close shell Testing shell 11:40:06.142 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:40:06.145 DEBUG [main][AbstractWait] Waiting while shell is available... 11:40:06.145 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:40:06.145 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:40:06.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:40:06.146 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:40:06.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:07.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:07.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:08.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:08.149 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:40:08.149 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:40:08.149 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:40:08.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:40:08.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:40:08.149 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:40:08.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:40:08.150 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:40:08.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:08.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:08.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:09.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:09.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:10.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:10.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:10.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:10.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:10.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:10.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:10.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:10.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:10.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:10.171 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:10.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:11.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:11.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:12.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:12.173 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:12.173 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:12.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:12.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:12.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:12.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:12.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:12.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:40:12.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:40:12.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 11:40:12.178 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:40:12.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:12.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:12.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:40:12.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 11:40:12.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:40:12.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:12.683 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:40:12.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:12.684 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:40:12.684 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 11:40:12.685 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item AA: 11:40:12.686 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 11:40:12.686 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 11:40:12.687 DEBUG [main][TreeEventsListener] It was check event: true 11:40:12.687 INFO [WorkbenchTestable][TreeItemHandler] Checked: AA 11:40:12.688 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 11:40:12.688 DEBUG [WorkbenchTestable][TreeItemHandler] UncheckTree Item AA: 11:40:12.689 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 11:40:12.689 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 11:40:12.689 DEBUG [main][TreeEventsListener] It was check event: true 11:40:12.689 INFO [WorkbenchTestable][TreeItemHandler] Unchecked: AA 11:40:12.689 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:40:12.690 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:40:12.690 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:40:12.690 DEBUG [main][AbstractWait] Waiting until shell is active... 11:40:12.690 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:40:12.690 INFO [main][AbstractShell] Close shell Testing shell 11:40:12.690 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:40:12.692 DEBUG [main][AbstractWait] Waiting while shell is available... 11:40:12.692 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:40:12.692 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:40:12.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:40:12.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:40:12.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:13.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:13.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:14.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:14.696 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:40:14.696 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:40:14.696 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:40:14.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:40:14.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:40:14.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:40:14.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:40:14.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:40:14.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:14.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:14.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:15.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:15.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:16.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:16.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:16.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:16.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:16.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:16.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:16.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:16.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:16.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:16.717 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:16.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:17.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:17.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:18.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:18.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:18.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:18.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:18.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:18.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:18.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:18.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:18.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:40:18.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:40:18.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 11:40:18.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 11:40:18.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:19.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:19.223 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 11:40:19.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 11:40:19.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 11:40:19.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:19.228 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 11:40:19.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:19.228 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 11:40:19.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 11:40:19.228 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 11:40:19.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:19.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:19.730 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 11:40:19.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 11:40:19.735 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 11:40:19.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:19.735 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 11:40:19.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:19.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 11:40:19.735 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:40:19.736 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:40:19.736 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:40:19.736 DEBUG [main][AbstractWait] Waiting until shell is active... 11:40:19.736 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:40:19.736 INFO [main][AbstractShell] Close shell Testing shell 11:40:19.736 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:40:19.739 DEBUG [main][AbstractWait] Waiting while shell is available... 11:40:19.739 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:40:19.739 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:40:19.739 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:40:19.739 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:40:19.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:21.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:21.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:22.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:22.242 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:40:22.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:40:22.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:40:22.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:40:22.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:40:22.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:40:22.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:40:22.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:40:22.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:22.255 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:22.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:23.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:23.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:24.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:24.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:24.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:24.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:24.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:24.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:24.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:24.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:24.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:24.263 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:24.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:25.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:25.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:26.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:26.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:26.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:26.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:26.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:26.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:26.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:26.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:26.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:40:26.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:40:26.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 11:40:26.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:40:26.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:26.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:26.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:40:26.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 11:40:26.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:40:26.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:26.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:40:26.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:26.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:40:26.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 11:40:26.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:40:26.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:27.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:27.275 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:40:27.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 11:40:27.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:40:27.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:27.280 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 11:40:27.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:27.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:40:27.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:27.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:27.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:28.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:28.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:29.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:29.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:29.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:29.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:29.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:29.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:29.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:29.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:29.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:40:29.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:40:29.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children... 11:40:29.285 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 11:40:29.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:29.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:29.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 11:40:29.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children finished successfully 11:40:29.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 11:40:29.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:29.788 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 11:40:29.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:29.788 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 11:40:29.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:29.788 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:29.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:30.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:30.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:31.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:31.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:31.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:31.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:31.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:31.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:31.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:31.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:31.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:40:31.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:40:31.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 11:40:31.793 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:40:31.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:31.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:40:31.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:31.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:40:31.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 11:40:31.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:40:31.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:31.795 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:40:31.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:31.795 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:40:31.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 11:40:31.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:40:31.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:31.796 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 11:40:31.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:31.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:40:31.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 11:40:31.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:40:31.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:31.796 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 11:40:31.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:31.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:40:31.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:31.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:32.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:32.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:33.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:33.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:33.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:33.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:33.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:33.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:33.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:33.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:33.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:40:33.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:40:33.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:33.802 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:33.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:34.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:34.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:35.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:35.804 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:35.804 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:35.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:35.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:35.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:35.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:35.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:35.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:40:35.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:40:35.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 11:40:35.807 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:40:35.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:35.807 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:40:35.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:35.808 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:40:35.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 11:40:35.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:40:35.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:35.808 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:40:35.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:35.808 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:40:35.809 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 11:40:35.809 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 11:40:35.811 DEBUG [main][TreeItemHandler] Set Tree selection 11:40:35.812 DEBUG [main][TreeHandler] Notify Tree about selection event 11:40:35.813 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 11:40:35.813 DEBUG [main][TreeEventsListener] It was check event: false 11:40:35.813 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 11:40:35.813 DEBUG [WorkbenchTestable][TreeItemHandler] AAA 11:40:35.813 DEBUG [WorkbenchTestable][TreeItemHandler] BB 11:40:35.813 DEBUG [WorkbenchTestable][TreeItemHandler] AAB 11:40:35.813 DEBUG [WorkbenchTestable][TreeItemHandler] C 11:40:35.814 INFO [WorkbenchTestable][AbstractTree] Unselect all tree items 11:40:35.815 DEBUG [main][TreeHandler] Unselect all tree items 11:40:35.815 DEBUG [main][TreeHandler] Notify Tree about selection event 11:40:35.815 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 11:40:35.815 DEBUG [main][TreeEventsListener] It was check event: false 11:40:35.815 INFO [WorkbenchTestable][TreeHandler] All tree items unselected 11:40:35.816 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:40:35.817 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:40:35.817 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:40:35.817 DEBUG [main][AbstractWait] Waiting until shell is active... 11:40:35.817 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:40:35.817 INFO [main][AbstractShell] Close shell Testing shell 11:40:35.817 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:40:35.820 DEBUG [main][AbstractWait] Waiting while shell is available... 11:40:35.820 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:40:35.820 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:40:35.820 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:40:35.820 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:40:35.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:36.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:36.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:37.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:37.823 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:40:37.823 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:40:37.824 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:40:37.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:40:37.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:40:37.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:40:37.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:40:37.824 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:40:37.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:37.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:37.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:38.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:38.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:39.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:39.842 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:39.842 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:39.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:39.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:39.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:39.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:39.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:39.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:39.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:39.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:40.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:40.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:41.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:41.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:41.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:41.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:41.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:41.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:41.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:41.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:41.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:40:41.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:40:41.852 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:40:41.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:42.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:42.353 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:40:42.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 11:40:42.357 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:40:42.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:42.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:42.858 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:40:42.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 11:40:42.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:40:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:42.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 11:40:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:42.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:40:42.864 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:40:42.865 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:40:42.865 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:40:42.865 DEBUG [main][AbstractWait] Waiting until shell is active... 11:40:42.865 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:40:42.865 INFO [main][AbstractShell] Close shell Testing shell 11:40:42.865 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:40:42.869 DEBUG [main][AbstractWait] Waiting while shell is available... 11:40:42.869 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:40:42.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:40:42.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:40:42.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:40:42.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:44.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:44.873 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:40:44.873 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:40:44.913 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:40:44.913 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:40:44.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:40:44.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:40:44.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:40:44.914 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:40:44.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:44.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:44.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:46.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:46.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:47.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:47.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:47.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:47.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:47.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:47.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:47.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:47.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:47.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:47.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:47.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:48.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:48.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:49.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:49.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:49.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:49.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:49.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:49.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:49.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:49.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:49.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:40:49.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:40:49.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 11:40:49.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:40:49.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:50.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:50.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:40:50.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 11:40:50.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:40:50.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:50.448 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:40:50.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:50.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:40:50.450 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:40:50.451 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:40:50.451 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:40:50.451 DEBUG [main][AbstractWait] Waiting until shell is active... 11:40:50.451 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:40:50.451 INFO [main][AbstractShell] Close shell Testing shell 11:40:50.451 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:40:50.453 DEBUG [main][AbstractWait] Waiting while shell is available... 11:40:50.454 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:40:50.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:40:50.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:40:50.454 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:40:50.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:51.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:51.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:52.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:52.457 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:40:52.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:40:52.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:40:52.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:40:52.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:40:52.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:40:52.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:40:52.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:40:52.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:52.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:52.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:53.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:53.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:54.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:54.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:54.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:54.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:54.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:54.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:54.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:54.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:40:54.478 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:40:54.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:55.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:55.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:40:57.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:40:57.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:40:57.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:40:57.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:40:57.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:40:57.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:40:57.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:40:57.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:40:57.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:40:57.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:40:57.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 11:40:57.485 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:40:57.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:57.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:57.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:40:57.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 11:40:57.990 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:40:57.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:40:57.991 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:40:57.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:40:57.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:40:57.991 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 11:40:57.991 DEBUG [main][TreeItemHandler] Selecting tree item: AA 11:40:57.993 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 11:40:57.993 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 11:40:57.993 DEBUG [main][TreeEventsListener] It was check event: false 11:40:57.993 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 11:40:57.994 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:40:57.994 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:40:57.994 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:40:57.994 DEBUG [main][AbstractWait] Waiting until shell is active... 11:40:57.994 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:40:57.994 INFO [main][AbstractShell] Close shell Testing shell 11:40:57.994 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:40:57.997 DEBUG [main][AbstractWait] Waiting while shell is available... 11:40:57.997 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:40:57.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:40:57.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:40:57.997 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:40:57.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:40:58.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:40:58.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:00.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:00.500 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:41:00.500 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:41:00.501 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:41:00.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:41:00.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:41:00.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:41:00.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:41:00.501 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:41:00.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:41:00.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:41:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:01.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:01.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:02.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:02.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:41:02.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:41:02.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:41:02.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:41:02.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:41:02.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:41:02.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:41:02.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:41:02.524 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:41:02.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:03.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:03.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:05.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:41:05.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:41:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:41:05.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:41:05.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:41:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:41:05.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:41:05.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:41:05.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:41:05.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 11:41:05.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:05.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:05.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:05.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:05.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 11:41:05.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:05.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:05.534 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:41:05.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:05.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:05.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 11:41:05.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:41:05.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:06.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:06.035 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:41:06.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 11:41:06.040 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 11:41:06.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:06.040 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 11:41:06.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:06.040 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 11:41:06.042 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:41:06.042 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:41:06.042 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:41:06.042 DEBUG [main][AbstractWait] Waiting until shell is active... 11:41:06.042 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:41:06.042 INFO [main][AbstractShell] Close shell Testing shell 11:41:06.042 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:41:06.045 DEBUG [main][AbstractWait] Waiting while shell is available... 11:41:06.045 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:41:06.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:41:06.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:41:06.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:41:06.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:07.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:07.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:08.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:08.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:41:08.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:41:08.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:41:08.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:41:08.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:41:08.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:41:08.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:41:08.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:41:08.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:41:08.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:41:08.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:09.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:09.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:11.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:11.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:41:11.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:41:11.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:41:11.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:41:11.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:41:11.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:41:11.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:41:11.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:41:11.070 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:41:11.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:12.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:12.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:13.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:13.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:41:13.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:41:13.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:41:13.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:41:13.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:41:13.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:41:13.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:41:13.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:41:13.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:41:13.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 11:41:13.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:13.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:13.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:13.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:13.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 11:41:13.585 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:13.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:13.585 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:41:13.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:13.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:13.586 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item AA 11:41:13.586 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 11:41:13.586 DEBUG [main][TreeItemHandler] Selecting tree item: AA 11:41:13.587 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 11:41:13.587 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 11:41:13.587 DEBUG [main][TreeEventsListener] It was check event: false 11:41:13.588 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 11:41:13.588 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 11:41:13.588 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 11:41:13.588 DEBUG [main][TreeEventsListener] Calling method handleEvent() with event type: 8 11:41:13.588 DEBUG [main][TreeEventsListener] SWT.MouseDoubleClick event was fired 11:41:13.588 DEBUG [main][TreeEventsListener] Calling method widgetDefaultSelected() 11:41:13.589 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 11:41:13.590 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:41:13.590 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:41:13.590 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:41:13.590 DEBUG [main][AbstractWait] Waiting until shell is active... 11:41:13.590 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:41:13.590 INFO [main][AbstractShell] Close shell Testing shell 11:41:13.590 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:41:13.592 DEBUG [main][AbstractWait] Waiting while shell is available... 11:41:13.592 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:41:13.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:41:13.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:41:13.593 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:41:13.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:14.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:14.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:15.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:15.598 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:41:15.601 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:41:15.601 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:41:15.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:41:15.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:41:15.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:41:15.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:41:15.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:41:15.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:41:15.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:41:15.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:16.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:16.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:17.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:17.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:41:17.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:41:17.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:41:17.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:41:17.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:41:17.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:41:17.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:41:17.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:41:17.629 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:41:17.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:19.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:19.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:20.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:20.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:41:20.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:41:20.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:41:20.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:41:20.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:41:20.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:41:20.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:41:20.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:41:20.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:41:20.135 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 11:41:20.135 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 11:41:20.136 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:20.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:20.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:20.636 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:20.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 11:41:20.638 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 11:41:20.638 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:20.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:21.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:21.139 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:21.139 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:21.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:21.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:21.640 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:22.141 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 11:41:22.141 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:22.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:22.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:22.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:22.642 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:22.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:23.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:41:23.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:23.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:23.644 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 11:41:23.644 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:23.645 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:41:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:23.645 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:23.645 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:23.646 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:41:23.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:23.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:24.146 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 11:41:24.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:24.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:24.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:41:24.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:24.147 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:24.147 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:24.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:24.147 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:41:24.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:24.147 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:24.648 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 11:41:24.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:24.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:24.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:41:24.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:24.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:24.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:24.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:24.649 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:41:24.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:24.649 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:25.150 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 11:41:25.150 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:25.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:25.150 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:41:25.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:25.151 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:25.151 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:25.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:25.151 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:41:25.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:25.151 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:25.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more finished successfully 11:41:25.151 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 11:41:25.151 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:25.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:25.152 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:41:25.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:25.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:25.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:25.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:25.152 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 11:41:25.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:25.152 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:25.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:41:25.154 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:41:25.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:26.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:26.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:27.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:27.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:41:27.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:41:27.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:41:27.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:41:27.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:41:27.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:41:27.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:41:27.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:41:27.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:41:27.159 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 11:41:27.159 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 11:41:27.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:27.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:27.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:27.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:27.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 11:41:27.660 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 11:41:27.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:27.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:28.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:28.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:28.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:28.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:28.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:28.662 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:29.163 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 11:41:29.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:29.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:29.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:29.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:29.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:29.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:30.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:30.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:30.666 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 11:41:30.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:30.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:31.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:31.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:31.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 11:41:31.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:41:31.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:41:31.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 11:41:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more failed, an exception will be thrown 11:41:31.670 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:41:31.671 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:41:31.671 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:41:31.671 DEBUG [main][AbstractWait] Waiting until shell is active... 11:41:31.671 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:41:31.671 INFO [main][AbstractShell] Close shell Testing shell 11:41:31.671 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:41:31.674 DEBUG [main][AbstractWait] Waiting while shell is available... 11:41:31.674 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:41:31.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:41:31.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:41:31.675 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:41:31.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:33.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:33.677 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 11:41:33.677 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 11:41:33.677 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:41:33.678 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:41:33.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:34.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:34.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:35.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 138.875 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 7.056 s testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 6.534 s testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 7.046 s testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 8.544 s testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 8.047 s getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 7.041 s testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 7.066 s testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 6.547 s testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 7.546 s testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 15.581 s getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 7.049 s testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 7.544 s testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 8.043 s testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 7.547 s testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 7.55 s testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 18.076 s Running org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:41:35.690 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:41:35.691 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:41:35.692 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:41:35.692 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:41:35.692 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:41:35.692 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:41:35.692 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:41:35.692 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:41:35.693 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:41:35.693 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:41:35.693 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:41:35.694 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:41:35.694 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 11:41:35.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:41:35.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:41:35.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:41:35.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:41:35.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:41:35.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified ( with key 'null' and value 'id#CLabel:1') 11:41:35.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:41:35.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:36.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:36.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:37.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:41:37.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:41:37.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:41:37.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:41:37.707 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:41:37.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:41:37.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:41:37.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:41:37.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 11:41:37.710 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:41:37.711 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:41:37.711 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:41:37.711 DEBUG [main][AbstractWait] Waiting until shell is active... 11:41:37.711 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:41:37.711 INFO [main][AbstractShell] Close shell Testing shell 11:41:37.711 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:41:37.714 DEBUG [main][AbstractWait] Waiting while shell is available... 11:41:37.714 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:41:37.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:41:37.714 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:41:37.714 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:41:37.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:38.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:38.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:39.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:39.717 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 11:41:39.717 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:41:39.717 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 11:41:39.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:41:39.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:41:39.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:41:39.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:41:39.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:41:39.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 11:41:39.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:41:39.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:40.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:40.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:41.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:41.728 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:41:41.728 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:41:41.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:41:41.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:41:41.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:41:41.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:41:41.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 11:41:41.729 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:41:41.730 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:41:41.730 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:41:41.730 DEBUG [main][AbstractWait] Waiting until shell is active... 11:41:41.730 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:41:41.730 INFO [main][AbstractShell] Close shell Testing shell 11:41:41.730 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:41:41.732 DEBUG [main][AbstractWait] Waiting while shell is available... 11:41:41.732 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:41:41.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:41:41.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:41:41.732 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:41:41.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:42.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:42.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:43.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:43.735 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 11:41:43.736 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:41:43.736 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 11:41:43.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:41:43.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:41:43.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:41:43.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:41:43.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:41:43.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 11:41:43.742 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:41:43.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:44.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:44.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:46.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:46.247 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:41:46.247 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:41:46.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:41:46.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:41:46.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:41:46.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:41:46.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 11:41:46.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 11:41:46.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:41:46.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:47.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:47.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:48.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:48.251 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:41:48.251 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:41:48.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:41:48.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:41:48.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:41:48.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:41:48.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 11:41:48.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 2 and no matchers specified 11:41:48.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:41:48.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:49.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:49.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:50.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:50.254 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:41:50.254 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:41:50.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:41:50.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:41:50.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:41:50.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:41:50.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 2 was found 11:41:50.255 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:41:50.256 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:41:50.256 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:41:50.256 DEBUG [main][AbstractWait] Waiting until shell is active... 11:41:50.256 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:41:50.256 INFO [main][AbstractShell] Close shell Testing shell 11:41:50.256 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:41:50.258 DEBUG [main][AbstractWait] Waiting while shell is available... 11:41:50.259 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:41:50.259 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:41:50.259 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:41:50.259 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:41:50.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:51.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:51.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:52.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:52.762 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 11:41:52.762 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:41:52.762 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 11:41:52.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:41:52.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:41:52.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:41:52.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:41:52.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:41:52.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 11:41:52.770 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:41:52.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:54.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:54.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:55.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:55.775 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:41:55.775 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:41:55.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:41:55.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:41:55.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:41:55.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:41:55.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 11:41:55.776 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:41:55.777 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:41:55.777 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:41:55.777 DEBUG [main][AbstractWait] Waiting until shell is active... 11:41:55.777 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:41:55.777 INFO [main][AbstractShell] Close shell Testing shell 11:41:55.777 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:41:55.779 DEBUG [main][AbstractWait] Waiting while shell is available... 11:41:55.779 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:41:55.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:41:55.779 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:41:55.779 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:41:55.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:56.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:56.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:41:58.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:41:58.283 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 11:41:58.283 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:41:58.283 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 11:41:58.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:41:58.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:41:58.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:41:58.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:41:58.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:41:58.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 11 and no matchers specified 11:41:58.291 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:41:58.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:41:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:41:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:00.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:00.297 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:42:00.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:42:00.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:42:00.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 11:42:00.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 11:42:00.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 11:42:00.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 11:42:01.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 11:42:01.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 11:42:01.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:42:01.300 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 11 was not found 11:42:01.301 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:42:01.301 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:42:01.301 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:42:01.302 DEBUG [main][AbstractWait] Waiting until shell is active... 11:42:01.302 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:42:01.302 INFO [main][AbstractShell] Close shell Testing shell 11:42:01.302 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:42:01.305 DEBUG [main][AbstractWait] Waiting while shell is available... 11:42:01.305 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:42:01.305 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:42:01.305 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:42:01.305 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:42:01.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:02.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:02.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:03.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:03.808 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 11:42:03.808 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:42:03.809 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 11:42:03.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:42:03.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:42:03.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:42:03.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:42:03.809 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:42:03.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "CLabel:1") 11:42:03.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:42:03.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:04.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:04.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:05.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:05.821 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:42:05.821 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:42:05.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:42:05.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:42:05.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:42:05.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:42:05.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 11:42:05.822 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:42:05.822 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:42:05.822 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:42:05.823 DEBUG [main][AbstractWait] Waiting until shell is active... 11:42:05.823 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:42:05.823 INFO [main][AbstractShell] Close shell Testing shell 11:42:05.823 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:42:05.824 DEBUG [main][AbstractWait] Waiting while shell is available... 11:42:05.825 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:42:05.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:42:05.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:42:05.825 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:42:05.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:07.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:07.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:08.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:08.328 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 11:42:08.329 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:42:08.329 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 11:42:08.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:42:08.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:42:08.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:42:08.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:42:08.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:42:08.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "NON_ESITING_@##$_TEXT") 11:42:08.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:42:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:09.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:09.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:10.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:10.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:42:10.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:42:10.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:42:10.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:42:10.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:42:10.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:42:10.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:42:11.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:42:11.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:42:11.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:42:11.344 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was not found 11:42:11.345 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:42:11.345 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:42:11.345 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:42:11.346 DEBUG [main][AbstractWait] Waiting until shell is active... 11:42:11.346 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:42:11.346 INFO [main][AbstractShell] Close shell Testing shell 11:42:11.346 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:42:11.347 DEBUG [main][AbstractWait] Waiting while shell is available... 11:42:11.347 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:42:11.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:42:11.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:42:11.348 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:42:11.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:12.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:12.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:13.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:13.351 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 11:42:13.351 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:42:13.351 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 11:42:13.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:42:13.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:42:13.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:42:13.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:42:13.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:42:13.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 11:42:13.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:42:13.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:14.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:14.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:15.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:15.363 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:42:15.363 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:42:15.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:42:15.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:42:15.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:42:15.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:42:15.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 11:42:15.365 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:42:15.366 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:42:15.366 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:42:15.366 DEBUG [main][AbstractWait] Waiting until shell is active... 11:42:15.367 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:42:15.367 INFO [main][AbstractShell] Close shell Testing shell 11:42:15.367 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:42:15.368 DEBUG [main][AbstractWait] Waiting while shell is available... 11:42:15.368 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:42:15.368 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:42:15.368 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:42:15.368 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:42:15.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:16.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:16.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:17.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:17.871 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 11:42:17.871 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 11:42:17.871 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:42:17.871 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:42:17.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:18.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:18.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:19.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.186 s - in org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 4.023 s findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 4.018 s hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 9.026 s getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 5.521 s findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 5.525 s findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 4.519 s findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 5.022 s getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 4.52 s Running org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:42:19.884 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:42:19.885 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:42:19.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:42:19.886 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:42:19.886 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:42:19.886 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:42:19.886 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:42:19.886 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:42:19.887 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:42:19.887 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:42:19.887 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:42:19.887 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:42:19.887 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 11:42:19.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:42:19.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:42:19.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:42:19.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:42:19.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:42:20.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 11:42:20.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:42:20.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:21.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:21.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:22.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:22.017 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:42:22.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:42:22.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:42:22.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:42:22.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:42:22.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:42:22.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 11:42:22.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 11:42:22.024 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:42:22.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:23.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:23.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:24.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:24.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:42:24.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:42:24.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:42:24.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:42:24.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:42:24.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:42:24.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 11:42:24.028 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:42:24.029 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:42:24.029 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:42:24.029 DEBUG [main][AbstractWait] Waiting until shell is active... 11:42:24.029 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:42:24.029 INFO [main][AbstractShell] Close shell Testing shell 11:42:24.029 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:42:24.061 DEBUG [main][AbstractWait] Waiting while shell is available... 11:42:24.061 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:42:24.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:42:24.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:42:24.062 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:42:24.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:25.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:25.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:26.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:26.065 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 11:42:26.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:42:26.065 INFO [WorkbenchTestable][RequirementsRunner] Started test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 11:42:26.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:42:26.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:42:26.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:42:26.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:42:26.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:42:26.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 11:42:26.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:42:26.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:27.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:27.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:28.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:28.686 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:42:28.686 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:42:28.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:42:28.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:42:28.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:42:28.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:42:28.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 11:42:28.688 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 11:42:28.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 11:42:28.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:42:28.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:29.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:29.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:31.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:31.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:42:31.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:42:31.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:42:31.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:42:31.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:42:31.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:42:31.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 11:42:31.192 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 11:42:31.197 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 11:42:32.198 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 11:42:32.198 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 2 11:42:32.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 11:42:32.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:42:32.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:33.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:33.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:34.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:34.200 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:42:34.200 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:42:34.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:42:34.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:42:34.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:42:34.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:42:34.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 11:42:34.202 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 11:42:34.203 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 11:42:35.203 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 11:42:35.203 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 4 11:42:35.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 11:42:35.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:42:35.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:36.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:36.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:37.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:42:37.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:42:37.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:42:37.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:42:37.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:42:37.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:42:37.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 11:42:37.707 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 4 11:42:37.708 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 11:42:38.709 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been expanded 11:42:38.709 INFO [WorkbenchTestable][AbstractExpandBar] Collapse all expand bar items 11:42:38.709 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 0 11:42:38.713 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been collapsed 11:42:38.714 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 1 11:42:38.714 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 is already collapsed. No action performed 11:42:38.714 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 2 11:42:38.715 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been collapsed 11:42:38.715 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 3 11:42:38.715 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 3 is already collapsed. No action performed 11:42:38.715 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 4 11:42:38.716 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been collapsed 11:42:38.717 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:42:38.717 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:42:38.717 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:42:38.717 DEBUG [main][AbstractWait] Waiting until shell is active... 11:42:38.717 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:42:38.718 INFO [main][AbstractShell] Close shell Testing shell 11:42:38.718 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:42:38.748 DEBUG [main][AbstractWait] Waiting while shell is available... 11:42:38.748 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:42:38.748 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:42:38.748 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:42:38.748 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:42:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:39.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:39.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:41.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:41.251 INFO [WorkbenchTestable][RequirementsRunner] Finished test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 11:42:41.252 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:42:41.252 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 11:42:41.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:42:41.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:42:41.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:42:41.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:42:41.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:42:41.371 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 11:42:41.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 11:42:41.371 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:42:41.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:42.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:42.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:43.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:43.377 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:42:43.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:42:43.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:42:43.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:42:43.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:42:43.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:42:43.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 11:42:43.378 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 11:42:43.379 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 11:42:44.379 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 11:42:44.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 11:42:44.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:42:44.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:45.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:45.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:46.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:46.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:42:46.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:42:46.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:42:46.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:42:46.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:42:46.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:42:46.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 11:42:46.884 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:42:46.892 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:42:46.893 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:42:46.894 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:42:46.894 DEBUG [main][AbstractWait] Waiting until shell is active... 11:42:46.894 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:42:46.894 INFO [main][AbstractShell] Close shell Testing shell 11:42:46.894 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:42:46.929 DEBUG [main][AbstractWait] Waiting while shell is available... 11:42:46.929 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:42:46.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:42:46.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:42:46.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:42:46.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:47.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:47.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:48.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:48.933 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 11:42:48.933 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:42:48.933 INFO [WorkbenchTestable][RequirementsRunner] Started test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 11:42:48.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:42:48.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:42:48.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:42:48.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:42:48.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:42:49.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 11:42:49.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:42:49.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:50.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:50.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:51.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:51.058 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:42:51.058 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:42:51.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:42:51.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:42:51.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:42:51.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:42:51.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 11:42:51.059 INFO [WorkbenchTestable][AbstractExpandBar] Expand all expand bar items 11:42:51.060 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 11:42:51.060 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 11:42:52.061 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 11:42:52.061 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 11:42:52.062 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 11:42:53.063 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 11:42:53.063 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 11:42:53.064 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 11:42:54.064 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 11:42:54.065 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:42:54.066 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:42:54.066 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:42:54.066 DEBUG [main][AbstractWait] Waiting until shell is active... 11:42:54.066 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:42:54.066 INFO [main][AbstractShell] Close shell Testing shell 11:42:54.066 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:42:54.100 DEBUG [main][AbstractWait] Waiting while shell is available... 11:42:54.101 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:42:54.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:42:54.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:42:54.101 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:42:54.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:55.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:55.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:56.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:56.104 INFO [WorkbenchTestable][RequirementsRunner] Finished test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 11:42:56.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:42:56.104 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 11:42:56.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:42:56.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:42:56.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:42:56.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:42:56.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:42:56.227 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item text: Expand Item: 1 11:42:56.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 11:42:56.227 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:42:56.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:42:57.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:42:57.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:42:58.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:42:58.232 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:42:58.232 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:42:58.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:42:58.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:42:58.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:42:58.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:42:58.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 11:42:58.234 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 11:42:58.236 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 11:42:59.236 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 11:42:59.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 2 and no matchers specified 11:42:59.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:42:59.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:00.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:00.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:01.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:01.239 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:01.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:01.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:01.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:43:01.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:43:01.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:43:01.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 11:43:01.241 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:43:01.244 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:43:01.245 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:43:01.245 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:43:01.245 DEBUG [main][AbstractWait] Waiting until shell is active... 11:43:01.245 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:43:01.245 INFO [main][AbstractShell] Close shell Testing shell 11:43:01.245 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:43:01.282 DEBUG [main][AbstractWait] Waiting while shell is available... 11:43:01.282 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:43:01.282 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:43:01.283 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:43:01.283 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:43:01.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:02.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:02.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:03.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:03.286 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 11:43:03.286 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:43:03.286 INFO [WorkbenchTestable][RequirementsRunner] Started test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 11:43:03.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:43:03.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:43:03.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:43:03.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:43:03.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:43:03.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 11:43:03.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:03.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:04.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:04.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:05.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:05.419 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:05.419 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:05.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:05.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:43:05.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:43:05.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:43:05.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 11:43:05.420 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:43:05.420 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:43:05.420 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:43:05.421 DEBUG [main][AbstractWait] Waiting until shell is active... 11:43:05.421 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:43:05.421 INFO [main][AbstractShell] Close shell Testing shell 11:43:05.421 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:43:05.453 DEBUG [main][AbstractWait] Waiting while shell is available... 11:43:05.454 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:43:05.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:43:05.454 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:43:05.454 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:43:05.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:06.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:06.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:07.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:07.457 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 11:43:07.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:43:07.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 11:43:07.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:43:07.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:43:07.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:43:07.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:43:07.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:43:07.570 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 3 Expand Bar Item index: 1 11:43:07.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 3 and no matchers specified 11:43:07.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:07.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:08.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:08.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:09.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:09.577 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:09.577 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:09.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:09.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 11:43:09.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 11:43:10.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 11:43:10.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 11:43:10.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 11:43:10.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 11:43:10.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:43:10.584 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 3 was not found 11:43:10.585 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:43:10.586 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:43:10.586 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:43:10.586 DEBUG [main][AbstractWait] Waiting until shell is active... 11:43:10.586 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:43:10.586 INFO [main][AbstractShell] Close shell Testing shell 11:43:10.586 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:43:10.625 DEBUG [main][AbstractWait] Waiting while shell is available... 11:43:10.625 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:43:10.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:43:10.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:43:10.625 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:43:10.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:11.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:11.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:12.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:12.629 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 11:43:12.629 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:43:12.629 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 11:43:12.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:43:12.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:43:12.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:43:12.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:43:12.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:43:12.749 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 0 Expand Bar Item text: NON_EXISTING_#$ 11:43:12.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 11:43:12.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:12.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:14.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:14.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:15.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:15.256 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:15.256 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:15.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:15.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:43:15.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:43:15.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:43:15.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 11:43:15.259 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:43:15.259 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:43:15.259 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:43:15.260 DEBUG [main][AbstractWait] Waiting until shell is active... 11:43:15.260 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:43:15.260 INFO [main][AbstractShell] Close shell Testing shell 11:43:15.260 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:43:15.289 DEBUG [main][AbstractWait] Waiting while shell is available... 11:43:15.289 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:43:15.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:43:15.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:43:15.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:43:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:16.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:16.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:17.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:17.292 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 11:43:17.292 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 11:43:17.292 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:43:17.292 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:43:17.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:18.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:18.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:19.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.412 s - in org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 6.178 s collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 15.186 s findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 7.681 s expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 7.171 s findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 7.182 s getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 4.171 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 5.172 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 4.663 s Running org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:43:19.308 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:43:19.309 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:43:19.310 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:43:19.310 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:43:19.311 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:43:19.311 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:43:19.311 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:43:19.311 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:43:19.313 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:43:19.313 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:43:19.313 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:43:19.313 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:43:19.313 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:43:19.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:43:19.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:43:19.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:43:19.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:43:19.314 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:43:19.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 11:43:19.395 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:19.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:20.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:20.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:21.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:21.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:21.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:21.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:21.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:43:21.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:43:21.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:43:21.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 11:43:21.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Disabled:") 11:43:21.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:21.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:22.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:22.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:23.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:23.908 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:23.908 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:23.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:23.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:43:23.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:43:23.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:43:23.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 11:43:23.916 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:43:23.917 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:43:23.917 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:43:23.917 DEBUG [main][AbstractWait] Waiting until shell is active... 11:43:23.917 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:43:23.917 INFO [main][AbstractShell] Close shell Testing shell 11:43:23.917 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:43:23.936 DEBUG [main][AbstractWait] Waiting while shell is available... 11:43:23.936 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:43:23.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:43:23.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:43:23.936 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:43:23.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:24.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:24.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:25.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:25.940 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:43:25.940 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:43:25.940 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:43:25.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:43:25.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:43:25.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:43:25.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:43:25.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:43:26.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified ( with key 'coolId' and value '1') 11:43:26.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:26.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:27.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:27.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:28.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:28.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:28.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:28.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:28.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:43:28.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 11:43:28.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 11:43:28.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:43:28.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:43:28.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 11:43:28.520 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 11:43:28.525 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:43:28.525 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:43:28.525 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:43:28.526 DEBUG [main][AbstractWait] Waiting until shell is active... 11:43:28.526 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:43:28.526 INFO [main][AbstractShell] Close shell Testing shell 11:43:28.526 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:43:28.541 DEBUG [main][AbstractWait] Waiting while shell is available... 11:43:28.541 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:43:28.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:43:28.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:43:28.541 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:43:28.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:29.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:29.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:30.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:30.547 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:43:30.547 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:43:30.547 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:43:30.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:43:30.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:43:30.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:43:30.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:43:30.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:43:30.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo0") 11:43:30.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:30.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:31.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:31.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:32.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:32.625 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:32.625 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:32.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:32.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:43:32.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:43:32.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:43:32.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 11:43:32.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and no matchers specified 11:43:32.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:32.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:33.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:33.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:34.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:34.629 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:34.629 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:34.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:34.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:43:34.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:43:34.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:43:34.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 11:43:34.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 11:43:34.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:34.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:36.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:36.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:37.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:37.633 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:37.633 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:37.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:37.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:43:37.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:43:37.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:43:37.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 11:43:37.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 11:43:37.637 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:37.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:38.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:38.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:39.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:39.640 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:39.640 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:39.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:39.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:43:39.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:43:39.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:43:39.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 11:43:39.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 11:43:39.642 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:39.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:40.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:40.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:41.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:41.644 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:41.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:41.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:41.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:43:41.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:43:41.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:43:41.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 11:43:41.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 2 and no matchers specified 11:43:41.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:41.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:43.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:43.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:44.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:44.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:44.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:44.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:44.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:43:44.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:43:44.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:43:44.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 2 was found 11:43:44.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 11:43:44.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:44.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:45.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:45.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:46.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:46.653 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:46.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:46.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:46.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:43:46.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:43:46.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:43:46.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 11:43:46.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 3 and no matchers specified 11:43:46.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:46.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:48.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:48.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:49.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:49.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:49.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:49.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:49.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 11:43:49.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 11:43:49.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:43:49.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 3 was found 11:43:49.663 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:43:49.664 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:43:49.664 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:43:49.664 DEBUG [main][AbstractWait] Waiting until shell is active... 11:43:49.664 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:43:49.664 INFO [main][AbstractShell] Close shell Testing shell 11:43:49.664 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:43:49.681 DEBUG [main][AbstractWait] Waiting while shell is available... 11:43:49.681 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:43:49.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:43:49.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:43:49.681 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:43:49.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:51.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:51.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:52.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:52.185 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:43:52.185 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:43:52.185 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:43:52.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:43:52.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:43:52.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:43:52.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:43:52.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:43:52.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 11:43:52.255 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:52.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:53.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:53.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:54.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:54.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:54.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:54.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:43:54.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:43:54.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:43:54.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 11:43:54.270 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 3 11:43:54.273 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:43:54.273 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:43:54.273 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:43:54.273 DEBUG [main][AbstractWait] Waiting until shell is active... 11:43:54.274 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:43:54.274 INFO [main][AbstractShell] Close shell Testing shell 11:43:54.274 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:43:54.292 DEBUG [main][AbstractWait] Waiting while shell is available... 11:43:54.292 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:43:54.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:43:54.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:43:54.292 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:43:54.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:55.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:55.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:56.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:56.296 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:43:56.296 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:43:56.296 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:43:56.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:43:56.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:43:56.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:43:56.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:43:56.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:43:56.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 11:43:56.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:56.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:57.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:57.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:43:58.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:43:58.373 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:43:58.373 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:43:58.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:43:58.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:43:58.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:43:58.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:43:58.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 11:43:58.375 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 2 11:43:58.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:43:58.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:43:58.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:43:59.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:43:59.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:00.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:00.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:44:00.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:44:00.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:44:00.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:44:00.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:44:00.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:44:00.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:44:00.380 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:44:00.381 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:44:00.381 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:44:00.381 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:44:00.382 DEBUG [main][AbstractWait] Waiting until shell is active... 11:44:00.382 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:44:00.382 INFO [main][AbstractShell] Close shell Testing shell 11:44:00.382 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:44:00.400 DEBUG [main][AbstractWait] Waiting while shell is available... 11:44:00.400 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:44:00.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:44:00.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:44:00.400 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:44:00.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:01.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:01.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:02.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:02.904 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:44:02.904 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:44:02.904 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:44:02.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:44:02.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:44:02.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:44:02.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:44:02.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:44:02.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 11:44:02.975 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:44:02.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:03.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:03.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:04.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:04.985 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:44:04.985 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:44:04.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:44:04.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:44:04.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:44:04.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:44:04.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 11:44:04.987 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 11:44:04.990 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:44:04.991 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:44:04.991 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:44:04.991 DEBUG [main][AbstractWait] Waiting until shell is active... 11:44:04.991 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:44:04.991 INFO [main][AbstractShell] Close shell Testing shell 11:44:04.991 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:44:05.009 DEBUG [main][AbstractWait] Waiting while shell is available... 11:44:05.009 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:44:05.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:44:05.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:44:05.009 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:44:05.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:06.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:06.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:07.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:07.514 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:44:07.514 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:44:07.514 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:44:07.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:44:07.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:44:07.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:44:07.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:44:07.514 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:44:07.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 5 and no matchers specified 11:44:07.585 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:44:07.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:08.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:08.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:09.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:09.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:44:09.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:44:09.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:44:09.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:44:09.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:44:10.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:44:10.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:44:10.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:44:10.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:44:10.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:44:10.600 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 5 was not found 11:44:10.601 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:44:10.602 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:44:10.602 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:44:10.602 DEBUG [main][AbstractWait] Waiting until shell is active... 11:44:10.602 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:44:10.602 INFO [main][AbstractShell] Close shell Testing shell 11:44:10.602 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:44:10.618 DEBUG [main][AbstractWait] Waiting while shell is available... 11:44:10.618 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:44:10.619 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:44:10.619 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:44:10.619 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:44:10.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:11.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:11.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:12.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:12.622 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:44:12.622 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:44:12.622 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:44:12.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:44:12.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:44:12.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:44:12.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:44:12.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:44:12.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "NON_EXISTING_LABEL_&*") 11:44:12.690 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:44:12.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:13.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:13.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:14.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:14.701 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:44:14.701 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:44:14.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:44:14.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:44:14.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:44:15.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:44:15.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:44:15.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:44:15.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:44:15.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:44:15.721 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was not found 11:44:15.721 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:44:15.722 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:44:15.722 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:44:15.722 DEBUG [main][AbstractWait] Waiting until shell is active... 11:44:15.722 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:44:15.722 INFO [main][AbstractShell] Close shell Testing shell 11:44:15.722 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:44:15.739 DEBUG [main][AbstractWait] Waiting while shell is available... 11:44:15.739 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:44:15.739 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:44:15.739 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:44:15.739 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:44:15.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:16.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:16.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:17.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:17.743 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:44:17.743 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:44:17.743 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:44:17.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:44:17.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:44:17.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:44:17.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:44:17.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:44:17.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 11:44:17.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:44:17.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:18.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:18.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:19.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:19.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:44:19.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:44:19.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:44:19.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:44:19.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:44:19.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:44:19.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 11:44:19.827 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to selection: Item23 11:44:19.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:44:19.832 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:44:19.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:20.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:20.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:22.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:22.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:44:22.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:44:22.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:44:22.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:44:22.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:44:22.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:44:22.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:44:22.334 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:44:22.335 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:44:22.335 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:44:22.335 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:44:22.336 DEBUG [main][AbstractWait] Waiting until shell is active... 11:44:22.336 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:44:22.336 INFO [main][AbstractShell] Close shell Testing shell 11:44:22.336 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:44:22.353 DEBUG [main][AbstractWait] Waiting while shell is available... 11:44:22.353 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:44:22.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:44:22.353 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:44:22.353 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:44:22.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:23.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:23.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:24.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:24.356 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 11:44:24.356 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 11:44:24.356 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:44:24.356 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:44:24.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:25.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:25.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:26.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.554 s - in org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 6.627 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 4.607 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 21.638 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 4.11 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 6.608 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 4.61 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 5.107 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 5.121 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 6.613 s Running org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:44:26.873 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:44:26.874 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:44:26.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:44:26.875 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:44:26.875 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:44:26.875 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:44:26.879 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:44:26.879 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:44:26.881 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:44:26.881 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:44:26.881 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:44:26.881 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:44:26.881 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 11:44:26.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:44:26.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:44:26.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:44:26.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:44:26.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:44:26.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 2 and no matchers specified 11:44:26.917 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:44:26.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:27.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:28.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:28.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:44:28.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:44:28.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:44:28.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:44:28.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:44:28.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:44:28.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 2 was found 11:44:28.924 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 2 11:44:28.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:44:28.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:44:28.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:29.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:29.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:30.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:44:30.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:44:30.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:44:30.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:44:30.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:44:30.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:44:30.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:44:30.934 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:44:30.934 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:44:30.935 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:44:30.935 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:44:30.935 DEBUG [main][AbstractWait] Waiting until shell is active... 11:44:30.935 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:44:30.935 INFO [main][AbstractShell] Close shell Testing shell 11:44:30.935 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:44:30.941 DEBUG [main][AbstractWait] Waiting while shell is available... 11:44:30.941 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:44:30.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:44:30.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:44:30.941 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:44:30.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:32.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:32.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:33.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:33.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 11:44:33.444 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:44:33.444 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 11:44:33.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:44:33.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:44:33.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:44:33.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:44:33.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:44:33.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 11:44:33.471 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:44:33.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:34.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:34.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:35.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:35.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:44:35.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:44:35.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:44:35.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:44:35.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:44:35.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:44:35.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 11:44:35.980 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:44:35.980 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:44:35.980 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:44:35.981 DEBUG [main][AbstractWait] Waiting until shell is active... 11:44:35.981 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:44:35.981 INFO [main][AbstractShell] Close shell Testing shell 11:44:35.981 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:44:35.985 DEBUG [main][AbstractWait] Waiting while shell is available... 11:44:35.985 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:44:35.986 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:44:35.986 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:44:35.986 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:44:35.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:36.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:36.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:38.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:38.488 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 11:44:38.488 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:44:38.488 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 11:44:38.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:44:38.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:44:38.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:44:38.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:44:38.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:44:38.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and no matchers specified 11:44:38.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:44:38.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:39.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:39.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:41.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:44:41.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:44:41.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:44:41.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:44:41.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:44:41.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:44:41.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 11:44:41.021 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 11:44:41.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 11:44:41.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:44:41.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:43.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:43.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:44:43.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:44:43.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:44:43.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:44:43.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:44:43.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:44:43.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 11:44:43.026 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:44:43.027 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:44:43.027 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:44:43.027 DEBUG [main][AbstractWait] Waiting until shell is active... 11:44:43.027 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:44:43.027 INFO [main][AbstractShell] Close shell Testing shell 11:44:43.027 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:44:43.032 DEBUG [main][AbstractWait] Waiting while shell is available... 11:44:43.033 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:44:43.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:44:43.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:44:43.033 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:44:43.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:44.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:44.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:45.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:45.035 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 11:44:45.035 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:44:45.036 INFO [WorkbenchTestable][RequirementsRunner] Started test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 11:44:45.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:44:45.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:44:45.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:44:45.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:44:45.036 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:44:45.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 0") 11:44:45.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:44:45.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:46.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:46.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:47.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:47.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:44:47.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:44:47.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:44:47.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:44:47.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:44:47.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:44:47.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 11:44:47.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 11:44:47.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:44:47.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:48.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:48.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:49.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:49.070 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:44:49.070 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:44:49.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:44:49.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:44:49.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:44:49.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:44:49.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 11:44:49.071 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 11:44:49.076 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 11:44:49.077 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:44:49.077 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:44:49.077 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:44:49.078 DEBUG [main][AbstractWait] Waiting until shell is active... 11:44:49.078 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:44:49.078 INFO [main][AbstractShell] Close shell Testing shell 11:44:49.078 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:44:49.082 DEBUG [main][AbstractWait] Waiting while shell is available... 11:44:49.082 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:44:49.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:44:49.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:44:49.082 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:44:49.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:50.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:50.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:51.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:51.585 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 11:44:51.585 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:44:51.585 INFO [WorkbenchTestable][RequirementsRunner] Started test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 11:44:51.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:44:51.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:44:51.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:44:51.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:44:51.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:44:51.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 11:44:51.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:44:51.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:52.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:53.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:53.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:44:53.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:44:53.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:44:53.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:44:53.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:44:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:44:53.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 11:44:53.618 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:44:53.619 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:44:53.619 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:44:53.619 DEBUG [main][AbstractWait] Waiting until shell is active... 11:44:53.619 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:44:53.619 INFO [main][AbstractShell] Close shell Testing shell 11:44:53.619 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:44:53.627 DEBUG [main][AbstractWait] Waiting while shell is available... 11:44:53.627 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:44:53.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:44:53.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:44:53.628 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:44:53.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:54.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:54.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:55.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:55.631 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 11:44:55.631 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:44:55.631 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 11:44:55.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:44:55.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:44:55.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:44:55.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:44:55.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:44:55.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 5 and no matchers specified 11:44:55.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:44:55.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:56.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:56.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:44:57.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:44:57.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:44:57.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:44:57.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:44:57.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:44:57.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:44:58.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:44:58.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:44:58.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:44:58.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:44:58.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:44:58.667 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 5 was not found 11:44:58.667 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:44:58.668 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:44:58.668 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:44:58.668 DEBUG [main][AbstractWait] Waiting until shell is active... 11:44:58.668 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:44:58.668 INFO [main][AbstractShell] Close shell Testing shell 11:44:58.668 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:44:58.672 DEBUG [main][AbstractWait] Waiting while shell is available... 11:44:58.672 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:44:58.673 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:44:58.673 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:44:58.673 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:44:58.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:44:59.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:44:59.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:00.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:00.676 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 11:45:00.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:00.677 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 11:45:00.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:45:00.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:00.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:00.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:00.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:00.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$") 11:45:00.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:00.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:02.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:02.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:03.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:03.210 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:03.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:03.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:03.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:03.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:45:03.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:03.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:45:04.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:04.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:45:04.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:45:04.215 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was not found 11:45:04.215 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:04.216 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:04.216 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:04.216 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:04.216 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:04.216 INFO [main][AbstractShell] Close shell Testing shell 11:45:04.216 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:04.221 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:04.221 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:04.221 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:45:04.221 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:04.221 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:04.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:05.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:05.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:06.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:06.225 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 11:45:06.225 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:06.225 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 11:45:06.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:45:06.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:06.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:06.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:06.225 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:06.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 11:45:06.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:06.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:07.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:07.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:08.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:08.254 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:08.254 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:08.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:08.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:08.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:08.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:08.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 11:45:08.255 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 11:45:08.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:45:08.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:08.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:09.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:09.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:10.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:10.261 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:10.261 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:10.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:10.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:10.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:10.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:10.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:10.262 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:10.262 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:10.263 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:10.263 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:10.263 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:10.263 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:10.263 INFO [main][AbstractShell] Close shell Testing shell 11:45:10.263 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:10.267 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:10.267 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:10.267 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:45:10.267 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:10.267 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:10.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:11.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:11.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:12.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:12.771 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 11:45:12.771 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 11:45:12.771 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:12.771 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:12.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:13.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:13.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:14.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.904 s - in org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 6.563 s getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 5.044 s getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 6.547 s isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 6.549 s tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 4.046 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 5.045 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 5.547 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 6.546 s Running org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 11:45:14.783 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 11:45:14.783 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:45:14.784 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:14.784 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 11:45:14.784 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:14.784 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:45:14.784 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:14.784 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:45:14.785 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:14.785 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:45:14.785 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:14.786 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:14.786 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 11:45:14.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 11:45:14.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:14.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:14.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:14.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:14.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:14.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:45:14.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:14.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:45:14.813 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 11:45:14.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:45:14.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:14.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:14.841 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:45:14.842 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:45:14.842 DEBUG [main][MenuItemLookup] Found menu:'File' 11:45:14.843 DEBUG [main][MenuItemLookup] Found menu:'Edit' 11:45:14.843 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 11:45:14.843 DEBUG [main][MenuItemLookup] Found menu:'Search' 11:45:14.843 DEBUG [main][MenuItemLookup] Found menu:'Project' 11:45:14.843 DEBUG [main][MenuItemLookup] Found menu:'Run' 11:45:14.843 DEBUG [main][MenuItemLookup] Found menu:'Window' 11:45:14.843 DEBUG [main][MenuItemLookup] Item match:Window 11:45:14.844 DEBUG [main][MenuItemLookup] Found menu:'New Window' 11:45:14.844 DEBUG [main][MenuItemLookup] Found menu:'Editor' 11:45:14.844 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 11:45:14.845 DEBUG [main][MenuItemLookup] Found menu:'' 11:45:14.845 DEBUG [main][MenuItemLookup] Found menu:'Show View' 11:45:14.845 DEBUG [main][MenuItemLookup] Item match:Show View 11:45:14.856 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 11:45:14.856 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 11:45:14.856 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 11:45:14.856 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 11:45:14.856 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 11:45:14.856 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 11:45:14.856 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 11:45:14.856 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 11:45:14.856 DEBUG [main][MenuItemLookup] Found menu:'Progress' 11:45:14.856 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 11:45:14.856 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 11:45:14.856 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 11:45:14.856 DEBUG [main][MenuItemLookup] Found menu:'Templates' 11:45:14.856 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 11:45:14.856 DEBUG [main][MenuItemLookup] Found menu:'' 11:45:14.856 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 11:45:14.856 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 11:45:14.856 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 11:45:14.856 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 11:45:14.857 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 11:45:14.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 11:45:14.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 11:45:14.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 11:45:14.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:14.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:14.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:45:14.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:14.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:14.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:14.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:45:14.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:14.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:14.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:14.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:14.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:14.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:45:14.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:45:14.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:45:14.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 11:45:14.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 11:45:14.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:45:14.953 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 11:45:14.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:45:14.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 11:45:14.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 11:45:14.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 11:45:14.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:45:14.953 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 11:45:14.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:45:14.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 11:45:14.962 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 11:45:14.962 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 11:45:14.962 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 11:45:14.963 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 11:45:14.963 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:14.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:14.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:14.963 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:45:14.963 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:14.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:14.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:14.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 11:45:14.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:14.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:14.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:14.964 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:45:14.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:14.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:14.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:14.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:14.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:14.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:45:14.966 INFO [WorkbenchTestable][AbstractButton] Click button &Open 11:45:14.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:45:14.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:45:14.966 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:45:14.966 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:45:15.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:45:15.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:45:15.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 11:45:15.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 11:45:15.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:45:15.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:15.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:15.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:45:15.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 11:45:15.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:15.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:15.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:45:15.161 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 11:45:15.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 11:45:15.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:45:15.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 11:45:15.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 11:45:15.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 11:45:15.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.workbench.impl.view.WorkbenchView, index 0 and following matchers specified ( with key 'org.eclipse.reddeer.widget.key' and value 'text1') 11:45:15.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:15.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 11:45:15.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:15.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:15.167 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:15.168 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 11:45:15.168 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:15.168 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:15.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:15.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:15.168 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 11:45:15.169 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:15.169 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 11:45:15.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 11:45:15.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:15.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:15.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:15.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:15.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:45:15.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:15.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:15.190 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:45:15.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 11:45:15.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:15.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:15.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:45:15.210 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 11:45:15.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 11:45:15.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:45:15.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 11:45:15.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 11:45:15.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 11:45:15.246 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 11:45:15.247 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 11:45:15.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 11:45:15.250 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 11:45:15.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:45:15.299 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 11:45:15.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:45:15.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:15.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:15.300 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:45:15.300 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:45:15.301 DEBUG [main][MenuItemLookup] Found menu:'File' 11:45:15.301 DEBUG [main][MenuItemLookup] Found menu:'Edit' 11:45:15.301 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 11:45:15.301 DEBUG [main][MenuItemLookup] Found menu:'Search' 11:45:15.301 DEBUG [main][MenuItemLookup] Found menu:'Project' 11:45:15.301 DEBUG [main][MenuItemLookup] Found menu:'Run' 11:45:15.301 DEBUG [main][MenuItemLookup] Found menu:'Window' 11:45:15.301 DEBUG [main][MenuItemLookup] Item match:Window 11:45:15.302 DEBUG [main][MenuItemLookup] Found menu:'New Window' 11:45:15.302 DEBUG [main][MenuItemLookup] Found menu:'Editor' 11:45:15.302 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 11:45:15.302 DEBUG [main][MenuItemLookup] Found menu:'' 11:45:15.302 DEBUG [main][MenuItemLookup] Found menu:'Show View' 11:45:15.302 DEBUG [main][MenuItemLookup] Item match:Show View 11:45:15.311 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 11:45:15.311 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 11:45:15.311 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 11:45:15.311 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 11:45:15.311 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 11:45:15.311 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 11:45:15.311 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 11:45:15.311 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 11:45:15.311 DEBUG [main][MenuItemLookup] Found menu:'Progress' 11:45:15.311 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 11:45:15.311 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 11:45:15.311 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 11:45:15.311 DEBUG [main][MenuItemLookup] Found menu:'Templates' 11:45:15.311 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 11:45:15.311 DEBUG [main][MenuItemLookup] Found menu:'' 11:45:15.311 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 11:45:15.311 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 11:45:15.349 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 11:45:15.349 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 11:45:15.349 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 11:45:15.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 11:45:15.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 11:45:15.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 11:45:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:15.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:45:15.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:15.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:45:15.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:15.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:15.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:15.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:45:15.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:45:15.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:45:15.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 11:45:15.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 11:45:15.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:45:15.450 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 11:45:15.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:45:15.450 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 11:45:15.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 11:45:15.450 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 11:45:15.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:45:15.450 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 11:45:15.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:45:15.450 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 11:45:15.450 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 11:45:15.451 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 11:45:15.451 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 11:45:15.451 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 11:45:15.451 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:15.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:15.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:15.451 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:45:15.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:15.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 11:45:15.452 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:15.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:15.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:15.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:45:15.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:15.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:15.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:15.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:45:15.454 INFO [WorkbenchTestable][AbstractButton] Click button &Open 11:45:15.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:45:15.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:45:15.454 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:45:15.454 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:45:15.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:45:15.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:45:15.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 11:45:15.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 11:45:15.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:45:15.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:15.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:15.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:45:15.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 11:45:15.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:15.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:15.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:45:15.566 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 11:45:15.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 11:45:15.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:45:15.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 11:45:15.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 11:45:15.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 11:45:15.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:15.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:15.569 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:45:15.569 DEBUG [main][MenuItemLookup] Found menu:'File' 11:45:15.569 DEBUG [main][MenuItemLookup] Item match:File 11:45:15.574 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 11:45:15.574 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 11:45:15.582 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 11:45:15.582 DEBUG [main][MenuItemLookup] Found menu:'Project...' 11:45:15.582 DEBUG [main][MenuItemLookup] Found menu:'' 11:45:15.582 DEBUG [main][MenuItemLookup] Found menu:'Package' 11:45:15.582 DEBUG [main][MenuItemLookup] Found menu:'Class' 11:45:15.582 DEBUG [main][MenuItemLookup] Found menu:'Interface' 11:45:15.582 DEBUG [main][MenuItemLookup] Found menu:'Enum' 11:45:15.582 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 11:45:15.582 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 11:45:15.582 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 11:45:15.582 DEBUG [main][MenuItemLookup] Found menu:'Folder' 11:45:15.582 DEBUG [main][MenuItemLookup] Found menu:'File' 11:45:15.582 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 11:45:15.582 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 11:45:15.582 DEBUG [main][MenuItemLookup] Found menu:'' 11:45:15.582 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 11:45:15.582 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 11:45:15.597 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 11:45:15.597 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 11:45:15.597 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 11:45:15.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 11:45:15.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 11:45:15.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 11:45:15.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:15.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:45:15.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:15.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 11:45:15.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:15.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:15.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:15.739 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:15.740 INFO [WorkbenchTestable][AbstractText] Text set to: myvalue 11:45:15.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 11:45:15.742 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:15.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:15.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:15.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 11:45:15.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:15.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:15.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:15.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:45:15.751 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 11:45:15.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:45:15.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:45:15.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:45:15.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:45:15.785 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 11:45:15.785 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:15.785 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:15.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:15.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:15.785 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 11:45:15.786 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:15.786 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 11:45:15.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 11:45:15.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:15.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:15.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:15.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:15.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:45:15.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:15.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:15.794 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:45:15.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 11:45:15.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:15.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:15.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:15.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:45:15.798 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 11:45:15.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 11:45:15.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:45:15.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 11:45:15.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 11:45:15.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 11:45:15.800 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 11:45:15.800 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 11:45:15.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 11:45:15.801 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 11:45:15.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:15.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:45:15.887 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 11:45:15.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:45:15.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:15.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:15.888 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:45:15.888 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:45:15.888 DEBUG [main][MenuItemLookup] Found menu:'File' 11:45:15.889 DEBUG [main][MenuItemLookup] Found menu:'Edit' 11:45:15.889 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 11:45:15.889 DEBUG [main][MenuItemLookup] Found menu:'Search' 11:45:15.889 DEBUG [main][MenuItemLookup] Found menu:'Project' 11:45:15.889 DEBUG [main][MenuItemLookup] Found menu:'Run' 11:45:15.889 DEBUG [main][MenuItemLookup] Found menu:'Window' 11:45:15.889 DEBUG [main][MenuItemLookup] Item match:Window 11:45:15.890 DEBUG [main][MenuItemLookup] Found menu:'New Window' 11:45:15.890 DEBUG [main][MenuItemLookup] Found menu:'Editor' 11:45:15.890 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 11:45:15.890 DEBUG [main][MenuItemLookup] Found menu:'' 11:45:15.890 DEBUG [main][MenuItemLookup] Found menu:'Show View' 11:45:15.890 DEBUG [main][MenuItemLookup] Item match:Show View 11:45:15.898 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 11:45:15.899 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 11:45:15.899 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 11:45:15.899 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 11:45:15.899 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 11:45:15.899 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 11:45:15.899 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 11:45:15.899 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 11:45:15.899 DEBUG [main][MenuItemLookup] Found menu:'Progress' 11:45:15.899 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 11:45:15.899 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 11:45:15.899 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 11:45:15.899 DEBUG [main][MenuItemLookup] Found menu:'Templates' 11:45:15.899 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 11:45:15.899 DEBUG [main][MenuItemLookup] Found menu:'' 11:45:15.899 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 11:45:15.899 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 11:45:15.916 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 11:45:15.916 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 11:45:15.916 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 11:45:16.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 11:45:16.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 11:45:16.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 11:45:16.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:16.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:16.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:45:16.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:16.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:16.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:45:16.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:16.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:16.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:16.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:45:16.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:45:16.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:45:16.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 11:45:16.014 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 11:45:16.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:45:16.015 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 11:45:16.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:45:16.015 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 11:45:16.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 11:45:16.015 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 11:45:16.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:45:16.015 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 11:45:16.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:45:16.015 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 11:45:16.015 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 11:45:16.016 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 11:45:16.016 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 11:45:16.040 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 11:45:16.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:16.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:16.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:45:16.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:16.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 11:45:16.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:16.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:16.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:45:16.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:16.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:16.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:16.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:45:16.043 INFO [WorkbenchTestable][AbstractButton] Click button &Open 11:45:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:45:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:45:16.043 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:45:16.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:45:16.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:45:16.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:45:16.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 11:45:16.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 11:45:16.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:45:16.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:16.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:16.108 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:45:16.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 11:45:16.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:16.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:16.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:45:16.147 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 11:45:16.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 11:45:16.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:45:16.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 11:45:16.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 11:45:16.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 11:45:16.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:45:16.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:16.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:16.150 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 11:45:16.150 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:16.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:16.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:16.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:16.151 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:16.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Original text") 11:45:16.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:16.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:16.151 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 11:45:16.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:16.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:16.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:16.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:16.152 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:16.152 INFO [WorkbenchTestable][AbstractText] Text set to: New text 11:45:16.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:45:16.153 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:16.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:16.153 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 11:45:16.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:16.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:16.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:16.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:16.154 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:16.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "New text") 11:45:16.154 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:16.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:16.154 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 11:45:16.154 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:16.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:16.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:16.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:16.155 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:16.155 INFO [WorkbenchTestable][AbstractText] Text set to: Original text 11:45:16.155 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 11:45:16.155 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:16.155 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:16.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:16.156 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 11:45:16.156 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 11:45:16.156 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:16.156 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:16.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.375 s - in org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.382 s testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.616 s defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.37 s Running org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 11:45:16.167 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 11:45:16.168 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:45:16.169 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:16.169 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 11:45:16.169 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:16.169 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:45:16.169 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:16.169 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:45:16.173 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:16.173 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:45:16.173 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:16.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.182 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' is already open. Activate. 11:45:16.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:45:16.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:16.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:16.189 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:45:16.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 11:45:16.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:16.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:16.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:45:16.240 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 11:45:16.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 11:45:16.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:45:16.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 11:45:16.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 11:45:16.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 11:45:16.243 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:16.243 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 11:45:16.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 11:45:16.243 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:16.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:16.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:16.244 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:16.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:16.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:16.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:16.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:16.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:16.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:45:16.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:16.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:16.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:16.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:16.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:16.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:16.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:45:16.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:16.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:16.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 11:45:16.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:16.309 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:16.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:16.309 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 11:45:16.309 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:16.309 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 11:45:16.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 11:45:16.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:16.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:16.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:16.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:16.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:16.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:16.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:16.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:16.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:16.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:45:16.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:16.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:16.353 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:16.353 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:16.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:16.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:16.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:45:16.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:16.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:16.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 11:45:16.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:16.370 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:16.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:16.371 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 11:45:16.371 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:16.371 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 11:45:16.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 11:45:16.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:16.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:16.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:16.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:16.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:45:16.371 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:16.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:16.372 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 11:45:16.372 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:16.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:16.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:16.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:45:16.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Styled text") 11:45:16.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:16.384 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 11:45:16.384 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:16.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:16.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:45:16.393 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: Modified styled text 11:45:16.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:16.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:16.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 11:45:16.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:16.395 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:16.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:16.396 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 11:45:16.396 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 11:45:16.396 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:16.396 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:16.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s - in org.eclipse.reddeer.swt.test.impl.text.StyledTextTest defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.066 s defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.062 s defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.025 s Running org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:16.405 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:16.405 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:45:16.406 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:16.406 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:16.406 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:16.406 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:45:16.406 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:16.406 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:45:16.410 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:16.410 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:45:16.410 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:16.410 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:16.410 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:16.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:16.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:16.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:16.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:16.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:16.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:16.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:16.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:16.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:16.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:16.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test clabel") 11:45:16.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:16.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:16.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:16.505 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:16.505 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:16.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:16.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:16.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:16.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:16.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:16.537 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:16.538 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:16.538 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:16.539 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:16.539 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:16.539 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:16.539 INFO [main][AbstractShell] Close shell Testing shell 11:45:16.539 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:16.552 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:16.552 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:16.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:16.552 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:16.552 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:16.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:17.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:17.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:18.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:18.557 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:18.557 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:18.558 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:18.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:18.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:18.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:18.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:18.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:18.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:18.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:18.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:18.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:18.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:18.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "FormLabel") 11:45:18.603 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:18.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:18.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:18.603 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:18.603 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:18.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:18.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:18.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:18.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:18.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:18.623 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:18.624 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:18.624 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:18.624 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:18.625 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:18.625 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:18.625 INFO [main][AbstractShell] Close shell Testing shell 11:45:18.625 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:18.637 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:18.637 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:18.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:18.637 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:18.637 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:18.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:19.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:19.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:20.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:20.640 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:20.640 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:20.640 INFO [WorkbenchTestable][RequirementsRunner] Started test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:20.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:20.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:20.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:20.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:20.641 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:20.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:20.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:20.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:20.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:20.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:20.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 11:45:20.686 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:20.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:20.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:20.686 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:20.686 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:20.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:20.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:45:20.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:45:20.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:20.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 11:45:20.687 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:20.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 11:45:20.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:20.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:20.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:20.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:20.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:20.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:20.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:20.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:20.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:20.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:20.691 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:20.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 11:45:20.692 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:20.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:20.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:20.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:20.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:20.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:20.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:20.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:20.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:20.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:20.705 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:20.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 11:45:20.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:20.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:20.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:20.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:20.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:20.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:20.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:20.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:20.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:20.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:20.709 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:20.711 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:20.712 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:20.712 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:20.712 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:20.712 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:20.712 INFO [main][AbstractShell] Close shell Testing shell 11:45:20.712 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:20.725 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:20.725 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:20.725 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:20.725 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:20.725 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:20.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:22.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:22.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:23.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:23.238 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:23.238 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:23.239 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:23.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:23.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:23.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:23.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:23.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:23.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:23.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:23.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:23.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:23.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:23.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label4") 11:45:23.291 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:23.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:23.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:23.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:23.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:23.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:23.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:23.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:23.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:23.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:23.318 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:23.320 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:23.322 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:23.322 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:23.322 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:23.322 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:23.322 INFO [main][AbstractShell] Close shell Testing shell 11:45:23.322 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:23.341 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:23.341 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:23.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:23.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:23.341 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:23.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:24.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:24.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:25.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:25.354 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:25.355 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:25.355 INFO [WorkbenchTestable][RequirementsRunner] Started test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:25.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:25.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:25.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:25.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:25.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:25.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:25.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:25.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:25.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:25.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:25.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label2") 11:45:25.409 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:25.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:25.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:25.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:25.411 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:25.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:25.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:25.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:25.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:25.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:25.460 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:25.461 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 11:45:25.462 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:25.463 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:25.463 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:25.463 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:25.463 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:25.463 INFO [main][AbstractShell] Close shell Testing shell 11:45:25.463 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:25.475 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:25.475 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:25.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:25.475 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:25.475 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:25.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:26.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:26.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:27.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:27.480 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:27.481 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:27.481 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:27.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:27.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:27.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:27.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:27.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:27.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:27.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:27.521 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:27.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:27.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:27.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label1*") 11:45:27.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:27.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:27.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:27.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:27.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:27.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:27.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:27.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:27.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:27.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:27.563 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:27.564 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:27.565 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:27.565 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:27.565 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:27.566 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:27.566 INFO [main][AbstractShell] Close shell Testing shell 11:45:27.566 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:27.579 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:27.580 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:27.580 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:27.580 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:27.580 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:27.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:28.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:28.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:29.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:29.585 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:29.585 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:29.585 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:29.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:29.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:29.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:29.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:29.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:29.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:29.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:29.626 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:29.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:29.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:29.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label3") 11:45:29.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:29.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:29.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:29.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:29.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:29.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:29.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:29.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:29.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:29.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:29.642 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:29.645 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:29.645 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:29.645 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:29.646 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:29.646 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:29.646 INFO [main][AbstractShell] Close shell Testing shell 11:45:29.646 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:29.658 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:29.658 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:29.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:29.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:29.658 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:29.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:30.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:30.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:31.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:31.661 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:31.662 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:31.662 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:31.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:31.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:31.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:31.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:31.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:31.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:31.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:31.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:31.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:31.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:31.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label1") 11:45:31.705 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:31.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:31.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:31.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:31.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:31.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:31.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:31.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:31.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:31.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:31.734 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:31.736 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:31.737 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:31.737 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:31.738 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:31.738 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:31.738 INFO [main][AbstractShell] Close shell Testing shell 11:45:31.738 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:31.756 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:31.756 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:31.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:31.757 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:31.757 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:32.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:32.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:33.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:33.760 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:33.760 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:33.760 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:33.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:33.760 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:33.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:33.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:33.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:33.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:33.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:33.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:33.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:33.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 11:45:33.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:33.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:33.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:33.805 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:33.805 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:33.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:33.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:33.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:33.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:33.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:33.808 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:33.809 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:33.810 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:33.810 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:33.810 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:33.810 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:33.810 INFO [main][AbstractShell] Close shell Testing shell 11:45:33.810 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:33.821 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:33.821 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:33.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:33.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:33.821 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:33.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:34.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:34.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:35.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:35.825 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:35.825 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:35.826 INFO [WorkbenchTestable][RequirementsRunner] Started test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:35.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:35.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:35.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:35.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:35.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:35.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:35.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:35.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:35.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:35.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:35.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 11:45:35.871 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:35.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:35.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:35.872 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:35.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:35.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:35.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:35.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:35.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:35.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:35.880 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:35.880 INFO [WorkbenchTestable][AbstractText] Type text not so funny text 11:45:35.881 INFO [WorkbenchTestable][AbstractText] Text set to: 11:45:35.881 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:35.881 DEBUG [WorkbenchTestable][AbstractText] Force focus to receive keyboard events 11:45:35.886 INFO [WorkbenchTestable][Keyboard] Type text "not so funny text" 11:45:36.014 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:36.014 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 11:45:36.617 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:36.617 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 11:45:37.219 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:37.219 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 11:45:37.821 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:37.821 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 11:45:38.422 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:38.422 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 11:45:39.024 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:39.024 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 11:45:39.625 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:39.625 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 11:45:40.227 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:40.227 INFO [WorkbenchTestable][Keyboard] As char:f, as int:102 11:45:40.829 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:40.829 INFO [WorkbenchTestable][Keyboard] As char:u, as int:117 11:45:41.431 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:41.431 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 11:45:42.032 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:42.032 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 11:45:42.634 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:42.634 INFO [WorkbenchTestable][Keyboard] As char:y, as int:121 11:45:43.235 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:43.235 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 11:45:43.837 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:43.837 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 11:45:44.439 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:44.439 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 11:45:45.040 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:45.040 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 11:45:45.642 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:45:45.642 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 11:45:46.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 11:45:46.244 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:46.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:46.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:46.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:46.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:46.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:46.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:46.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:46.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:46.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:46.253 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:46.254 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:46.255 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:46.255 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:46.256 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:46.256 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:46.256 INFO [main][AbstractShell] Close shell Testing shell 11:45:46.256 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:46.270 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:46.270 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:46.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:46.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:46.270 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:46.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:47.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:47.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:48.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:48.275 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:48.275 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:48.276 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:48.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:48.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:48.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:48.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:48.276 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:48.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:48.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:48.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:48.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:48.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:48.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 11:45:48.326 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:48.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:48.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:48.327 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:48.327 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:48.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:48.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:48.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:48.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:48.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:48.333 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:48.334 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 11:45:48.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 11:45:48.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:48.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:48.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:48.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:48.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:48.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:48.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:48.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:48.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:48.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:48.346 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:48.346 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:48.347 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:48.347 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:48.347 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:48.347 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:48.347 INFO [main][AbstractShell] Close shell Testing shell 11:45:48.347 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:48.359 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:48.359 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:48.359 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:48.359 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:48.359 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:48.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:49.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:49.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:50.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:50.362 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:50.362 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:50.363 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:50.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:50.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:50.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:50.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:50.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:50.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:50.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:50.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:50.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:50.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Special label?") 11:45:50.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:50.406 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:50.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:50.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:50.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:50.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:50.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:50.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:50.434 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:50.435 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:50.436 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:50.436 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:50.436 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:50.436 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:50.436 INFO [main][AbstractShell] Close shell Testing shell 11:45:50.436 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:50.448 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:50.448 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:50.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:50.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:50.449 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:50.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:52.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:52.451 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:52.452 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:52.452 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:52.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:52.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:52.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:52.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:52.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:52.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:52.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:52.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:52.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:52.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:52.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label2 *") 11:45:52.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:52.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:52.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:52.494 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:52.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:52.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:52.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:52.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:52.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:52.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:52.520 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:52.524 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:52.525 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:52.525 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:52.525 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:52.525 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:52.525 INFO [main][AbstractShell] Close shell Testing shell 11:45:52.525 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:52.536 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:52.536 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:52.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:52.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:52.537 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:52.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:53.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:53.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:54.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:54.540 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:54.540 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:54.540 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:54.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:54.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:54.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:54.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:54.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:54.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:54.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:54.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:54.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label2") 11:45:54.583 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:54.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:54.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:54.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:54.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:54.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:54.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:54.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:54.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:54.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:54.598 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:54.598 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:54.599 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:54.599 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:54.599 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:54.599 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:54.599 INFO [main][AbstractShell] Close shell Testing shell 11:45:54.599 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:54.610 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:54.610 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:54.610 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:54.611 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:54.611 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:54.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:55.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:55.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:56.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:56.614 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:56.614 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:56.614 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:56.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:56.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:56.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:56.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:56.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:56.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:56.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:56.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:56.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:56.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:56.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label2") 11:45:56.657 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:56.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:56.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:56.657 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:56.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:56.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:56.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:56.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:56.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:56.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:56.685 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:56.686 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:56.687 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:56.687 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:56.687 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:56.687 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:56.687 INFO [main][AbstractShell] Close shell Testing shell 11:45:56.687 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:56.699 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:56.699 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:56.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:56.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:56.699 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:56.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:57.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:57.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:45:58.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:45:58.703 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:58.703 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:45:58.704 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:45:58.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:58.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:45:58.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:45:58.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:45:58.704 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:45:58.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:58.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:58.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:45:58.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:45:58.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:45:58.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 11:45:58.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:45:58.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:58.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:45:58.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:45:58.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:45:58.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:45:58.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:45:58.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:45:58.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:45:58.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:45:58.756 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:45:58.760 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:45:58.761 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:45:58.761 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:45:58.761 DEBUG [main][AbstractWait] Waiting until shell is active... 11:45:58.761 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:45:58.761 INFO [main][AbstractShell] Close shell Testing shell 11:45:58.761 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:45:58.773 DEBUG [main][AbstractWait] Waiting while shell is available... 11:45:58.773 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:45:58.773 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:45:58.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:45:58.774 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:45:58.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:45:59.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:45:59.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:00.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:00.777 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:46:00.777 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:46:00.777 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:46:00.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:46:00.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:46:00.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:46:00.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:46:00.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:46:00.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:46:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:46:00.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:46:00.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:46:00.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:46:00.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "FormCLabel") 11:46:00.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:46:00.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:00.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:46:00.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:46:00.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:46:00.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:46:00.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:46:00.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:46:00.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:46:00.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:46:00.850 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:46:00.851 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:46:00.852 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:46:00.852 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:46:00.852 DEBUG [main][AbstractWait] Waiting until shell is active... 11:46:00.852 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:46:00.852 INFO [main][AbstractShell] Close shell Testing shell 11:46:00.852 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:46:00.869 DEBUG [main][AbstractWait] Waiting while shell is available... 11:46:00.869 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:46:00.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:46:00.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:46:00.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:46:00.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:01.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:01.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:02.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:02.872 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 11:46:02.873 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 11:46:02.873 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:46:02.873 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:46:02.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:03.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:03.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:04.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.471 s - in org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 2.147 s findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 2.082 s setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 2.598 s findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 2.115 s setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 2.125 s findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 2.104 s getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 2.076 s findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 2.098 s findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 2.065 s typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 12.45 s setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 2.086 s findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 2.088 s findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 2.087 s findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 2.074 s findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 2.088 s findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 2.073 s findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 2.095 s Running org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 11:46:04.886 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 11:46:04.886 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:46:04.887 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:46:04.887 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 11:46:04.887 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:46:04.887 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:46:04.887 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:46:04.887 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:46:04.888 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:46:04.888 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:46:04.888 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:46:04.888 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:46:04.889 INFO [WorkbenchTestable][RequirementsRunner] Started test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 11:46:04.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 11:46:04.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:46:04.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:46:04.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:46:04.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:46:04.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 11:46:04.906 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:46:04.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:05.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:06.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:06.909 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:46:06.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:46:06.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:46:06.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:46:06.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:46:06.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:46:06.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 11:46:06.912 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:46:06.912 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:46:06.912 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:46:06.913 DEBUG [main][AbstractWait] Waiting until shell is active... 11:46:06.913 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:46:06.913 INFO [main][AbstractShell] Close shell Testing shell 11:46:06.913 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:46:06.915 DEBUG [main][AbstractWait] Waiting while shell is available... 11:46:06.915 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:46:06.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 11:46:06.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:46:06.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:46:06.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:07.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:07.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:09.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:09.418 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 11:46:09.418 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:46:09.419 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 11:46:09.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 11:46:09.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:46:09.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:46:09.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:46:09.419 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:46:09.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 4 and no matchers specified 11:46:09.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:46:09.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:10.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:10.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:11.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:11.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:46:11.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:46:11.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:46:11.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 11:46:11.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 11:46:11.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 11:46:11.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 11:46:12.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 11:46:12.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 11:46:12.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:46:12.435 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 4 was not found 11:46:12.435 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:46:12.436 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:46:12.436 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:46:12.436 DEBUG [main][AbstractWait] Waiting until shell is active... 11:46:12.436 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:46:12.436 INFO [main][AbstractShell] Close shell Testing shell 11:46:12.436 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:46:12.439 DEBUG [main][AbstractWait] Waiting while shell is available... 11:46:12.439 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:46:12.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 11:46:12.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:46:12.439 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:46:12.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:13.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:13.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:14.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:14.442 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 11:46:14.442 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:46:14.442 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 11:46:14.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 11:46:14.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:46:14.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:46:14.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:46:14.442 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:46:14.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 11:46:14.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:46:14.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:15.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:15.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:16.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:16.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:46:16.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:46:16.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:46:16.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:46:16.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:46:16.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:46:16.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 11:46:16.457 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:46:16.458 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:46:16.458 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:46:16.459 DEBUG [main][AbstractWait] Waiting until shell is active... 11:46:16.459 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:46:16.459 INFO [main][AbstractShell] Close shell Testing shell 11:46:16.459 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:46:16.462 DEBUG [main][AbstractWait] Waiting while shell is available... 11:46:16.462 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:46:16.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 11:46:16.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:46:16.462 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:46:16.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:17.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:17.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:18.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:18.465 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 11:46:18.465 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:46:18.465 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 11:46:18.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 11:46:18.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:46:18.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:46:18.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:46:18.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:46:18.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 0 and no matchers specified 11:46:18.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:46:18.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:19.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:19.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:20.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:20.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:46:20.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:46:20.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:46:20.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:46:20.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:46:20.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:46:20.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 11:46:20.981 TRACE [WorkbenchTestable][WidgetHandler] Notify Scale with event 13 11:46:20.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:46:20.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:46:20.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:46:20.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:21.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:21.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:22.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:22.986 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:46:22.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:46:22.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:46:22.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:46:22.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:46:22.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:46:22.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:46:22.986 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:46:22.987 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:46:22.987 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:46:22.987 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:46:22.988 DEBUG [main][AbstractWait] Waiting until shell is active... 11:46:22.988 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:46:22.988 INFO [main][AbstractShell] Close shell Testing shell 11:46:22.988 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:46:22.990 DEBUG [main][AbstractWait] Waiting while shell is available... 11:46:22.990 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:46:22.990 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 11:46:22.990 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:46:22.990 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:46:22.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:23.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:23.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:24.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:24.994 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 11:46:24.994 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:46:24.994 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 11:46:24.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 11:46:24.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:46:24.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:46:24.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:46:24.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:46:25.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 11:46:25.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:46:25.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:26.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:26.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:27.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:27.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:46:27.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:46:27.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:46:27.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:46:27.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:46:27.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:46:27.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 11:46:27.009 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:46:27.009 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:46:27.009 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:46:27.010 DEBUG [main][AbstractWait] Waiting until shell is active... 11:46:27.010 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:46:27.010 INFO [main][AbstractShell] Close shell Testing shell 11:46:27.010 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:46:27.012 DEBUG [main][AbstractWait] Waiting while shell is available... 11:46:27.012 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:46:27.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 11:46:27.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:46:27.012 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:46:27.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:28.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:28.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:29.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:29.023 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 11:46:29.023 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:46:29.023 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 11:46:29.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 11:46:29.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:46:29.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:46:29.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:46:29.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:46:29.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 0 and no matchers specified 11:46:29.032 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:46:29.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:30.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:31.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:31.036 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:46:31.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:46:31.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:46:31.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:46:31.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:46:31.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:46:31.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 11:46:31.037 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:46:31.038 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:46:31.038 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:46:31.038 DEBUG [main][AbstractWait] Waiting until shell is active... 11:46:31.038 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:46:31.038 INFO [main][AbstractShell] Close shell Testing shell 11:46:31.038 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:46:31.040 DEBUG [main][AbstractWait] Waiting while shell is available... 11:46:31.040 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:46:31.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 11:46:31.040 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:46:31.040 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:46:31.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:32.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:32.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:33.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:33.545 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 11:46:33.545 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 11:46:33.545 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:46:33.545 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:46:33.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:34.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:34.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:35.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.664 s - in org.eclipse.reddeer.swt.test.impl.scale.ScaleTest findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 4.529 s findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 5.023 s getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 4.023 s setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 6.529 s getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 4.029 s getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 4.522 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:46:35.556 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:46:35.556 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:46:35.557 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:46:35.557 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:46:35.557 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:46:35.557 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:46:35.557 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:46:35.557 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:46:35.558 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:46:35.558 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:46:35.558 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:46:35.558 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:46:35.559 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 11:46:35.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:46:35.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:46:35.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:46:35.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:46:35.559 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:46:35.770: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:46:35.792: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:46:35.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:46:35.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:46:36.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:37.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:37.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:38.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:38.005 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:46:38.005 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:46:38.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:46:38.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:46:38.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:46:38.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:46:38.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:46:38.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "1 3") 11:46:38.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:46:38.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:46:38.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:46:38.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:46:38.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 11:46:38.018 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:46:38.019 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:46:38.019 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:46:38.019 DEBUG [main][AbstractWait] Waiting until shell is active... 11:46:38.019 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:46:38.019 INFO [main][AbstractShell] Close shell Testing shell 11:46:38.019 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:46:38.029 DEBUG [main][AbstractWait] Waiting while shell is available... 11:46:38.029 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:46:38.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:46:38.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:46:38.030 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:46:38.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:39.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:39.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:40.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:40.534 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 11:46:40.534 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:46:40.534 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 11:46:40.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:46:40.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:46:40.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:46:40.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:46:40.534 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:46:40.747: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:46:40.768: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:46:40.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 11:46:40.770 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:46:40.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:41.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:41.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:42.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:42.982 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:46:42.982 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:46:42.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:46:42.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:46:42.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:46:42.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:46:42.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 11:46:42.983 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:46:42.984 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:46:42.984 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:46:42.984 DEBUG [main][AbstractWait] Waiting until shell is active... 11:46:42.984 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:46:42.984 INFO [main][AbstractShell] Close shell Testing shell 11:46:42.984 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:46:43.002 DEBUG [main][AbstractWait] Waiting while shell is available... 11:46:43.002 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:46:43.002 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:46:43.003 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:46:43.003 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:46:43.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:44.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:44.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:45.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:45.006 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 11:46:45.006 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:46:45.006 INFO [WorkbenchTestable][RequirementsRunner] Started test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 11:46:45.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:46:45.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:46:45.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:46:45.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:46:45.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:46:45.211: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:46:45.233: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:46:45.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "0 3") 11:46:45.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:46:45.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:46.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:46.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:47.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:47.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:46:47.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:46:47.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:46:47.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:46:47.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:46:47.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:46:47.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 11:46:47.940 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:46:47.941 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:46:47.941 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:46:47.941 DEBUG [main][AbstractWait] Waiting until shell is active... 11:46:47.941 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:46:47.941 INFO [main][AbstractShell] Close shell Testing shell 11:46:47.941 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:46:47.948 DEBUG [main][AbstractWait] Waiting while shell is available... 11:46:47.948 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:46:47.949 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:46:47.949 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:46:47.949 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:46:47.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:48.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:48.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:49.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:49.952 INFO [WorkbenchTestable][RequirementsRunner] Finished test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 11:46:49.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:46:49.952 INFO [WorkbenchTestable][RequirementsRunner] Started test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 11:46:49.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:46:49.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:46:49.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:46:49.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:46:49.953 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:46:50.160: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:46:50.181: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:46:50.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:46:50.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:46:50.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:51.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:51.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:52.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:52.393 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:46:52.393 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:46:52.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:46:52.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:46:52.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:46:52.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:46:52.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:46:52.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "1 2") 11:46:52.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:46:52.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:46:52.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:46:52.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:46:52.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 11:46:52.408 INFO [WorkbenchTestable][AbstractTableItem] Double click table item 1 2 11:46:52.417 TRACE [main][WidgetHandler] Notify Table with event 13 11:46:52.418 TRACE [main][WidgetHandler] Wait for synchronization 11:46:52.419 TRACE [main][WidgetHandler] Notify Table with event 3 11:46:52.419 TRACE [main][WidgetHandler] Wait for synchronization 11:46:52.419 TRACE [main][WidgetHandler] Notify Table with event 4 11:46:52.419 TRACE [main][WidgetHandler] Wait for synchronization 11:46:52.421 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:46:52.421 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:46:52.421 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:46:52.422 DEBUG [main][AbstractWait] Waiting until shell is active... 11:46:52.422 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:46:52.422 INFO [main][AbstractShell] Close shell Testing shell 11:46:52.422 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:46:52.430 DEBUG [main][AbstractWait] Waiting while shell is available... 11:46:52.430 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:46:52.430 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:46:52.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:46:52.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:46:52.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:53.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:53.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:54.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:54.434 INFO [WorkbenchTestable][RequirementsRunner] Finished test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 11:46:54.434 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:46:54.435 INFO [WorkbenchTestable][RequirementsRunner] Started test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 11:46:54.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:46:54.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:46:54.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:46:54.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:46:54.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:46:54.634: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:46:54.655: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:46:54.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 1 and no matchers specified 11:46:54.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:46:54.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:55.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:55.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:56.861 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:46:56.861 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:46:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:46:56.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:46:56.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:46:56.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:46:56.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 11:46:56.862 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:46:56.863 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:46:56.863 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:46:56.864 DEBUG [main][AbstractWait] Waiting until shell is active... 11:46:56.864 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:46:56.864 INFO [main][AbstractShell] Close shell Testing shell 11:46:56.864 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:46:56.876 DEBUG [main][AbstractWait] Waiting while shell is available... 11:46:56.877 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:46:56.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:46:56.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:46:56.877 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:46:56.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:46:57.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:46:57.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:46:58.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:46:58.880 INFO [WorkbenchTestable][RequirementsRunner] Finished test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 11:46:58.880 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:46:58.881 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 11:46:58.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:46:58.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:46:58.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:46:58.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:46:58.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:46:59.084: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:46:59.105: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:46:59.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:46:59.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:46:59.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:00.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:00.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:01.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:01.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:47:01.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:47:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:47:01.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:47:01.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:47:01.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:47:01.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:47:01.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and no matchers specified 11:47:01.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:47:01.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:47:01.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:47:01.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:47:01.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 11:47:01.321 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:47:01.322 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:47:01.322 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:47:01.322 DEBUG [main][AbstractWait] Waiting until shell is active... 11:47:01.322 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:47:01.322 INFO [main][AbstractShell] Close shell Testing shell 11:47:01.322 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:47:01.330 DEBUG [main][AbstractWait] Waiting while shell is available... 11:47:01.330 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:47:01.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:47:01.331 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:47:01.331 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:47:01.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:02.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:02.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:03.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:03.333 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 11:47:03.333 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:47:03.333 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 11:47:03.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:47:03.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:47:03.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:47:03.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:47:03.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:47:03.536: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:03.557: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:47:03.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:47:03.558 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:47:03.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:04.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:04.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:05.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:05.774 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:47:05.774 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:47:05.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:47:05.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:47:05.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:47:05.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:47:05.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:47:05.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 1 and no matchers specified 11:47:05.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:47:05.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:47:05.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:47:05.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:47:05.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 11:47:05.785 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:47:05.786 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:47:05.786 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:47:05.787 DEBUG [main][AbstractWait] Waiting until shell is active... 11:47:05.787 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:47:05.787 INFO [main][AbstractShell] Close shell Testing shell 11:47:05.787 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:47:05.796 DEBUG [main][AbstractWait] Waiting while shell is available... 11:47:05.796 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:47:05.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:47:05.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:47:05.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:47:05.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:08.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:08.300 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 11:47:08.300 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 11:47:08.300 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:47:08.300 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:47:08.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:09.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:09.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:10.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.748 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 4.975 s defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 4.472 s text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 4.946 s click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 4.482 s index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 4.445 s referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 4.452 s referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 4.967 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:10.313 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:10.314 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:47:10.315 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:47:10.315 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:10.315 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:47:10.315 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:47:10.315 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:47:10.315 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:47:10.316 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:47:10.316 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:47:10.316 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:47:10.317 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:47:10.317 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:10.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:10.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:47:10.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:47:10.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:47:10.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:47:10.603: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:10.625: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:10.646: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:47:10.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:47:10.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:47:10.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:11.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:11.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:12.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:12.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:47:12.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:47:12.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:47:12.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:47:12.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:47:12.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:47:12.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:47:12.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:12.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:12.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:12.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:12.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:12.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:12.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:12.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:13.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:13.045 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:47:13.046 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:47:13.046 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:47:13.047 DEBUG [main][AbstractWait] Waiting until shell is active... 11:47:13.047 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:47:13.047 INFO [main][AbstractShell] Close shell Testing shell 11:47:13.047 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:47:13.069 DEBUG [main][AbstractWait] Waiting while shell is available... 11:47:13.070 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:47:13.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:13.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:47:13.070 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:47:13.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:14.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:14.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:15.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:15.073 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:15.073 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:47:15.074 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:15.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:15.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:47:15.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:47:15.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:47:15.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:47:15.362: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:15.384: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:15.405: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:47:15.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:47:15.407 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:47:15.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:16.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:16.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:17.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:17.686 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:47:17.686 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:47:17.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:47:17.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:47:17.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:47:17.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:47:17.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:47:17.689 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 11:47:17.690 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:47:17.690 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:47:17.690 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:47:17.691 DEBUG [main][AbstractWait] Waiting until shell is active... 11:47:17.691 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:47:17.691 INFO [main][AbstractShell] Close shell Testing shell 11:47:17.691 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:47:17.702 DEBUG [main][AbstractWait] Waiting while shell is available... 11:47:17.702 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:47:17.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:17.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:47:17.702 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:47:17.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:18.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:18.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:19.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:19.705 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:19.705 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:47:19.705 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:19.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:19.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:47:19.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:47:19.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:47:19.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:47:20.001: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:20.023: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:20.044: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:47:20.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:47:20.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:47:20.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:21.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:21.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:22.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:22.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:47:22.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:47:22.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:47:22.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:47:22.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:47:22.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:47:22.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:47:22.327 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 11:47:22.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:22.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:22.331 TRACE [main][WidgetHandler] Notify Table with event 13 11:47:22.332 TRACE [main][WidgetHandler] Wait for synchronization 11:47:22.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:22.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:22.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:22.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:22.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:22.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:22.344 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:47:22.345 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:47:22.345 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:47:22.345 DEBUG [main][AbstractWait] Waiting until shell is active... 11:47:22.345 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:47:22.345 INFO [main][AbstractShell] Close shell Testing shell 11:47:22.345 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:47:22.356 DEBUG [main][AbstractWait] Waiting while shell is available... 11:47:22.356 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:47:22.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:22.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:47:22.356 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:47:22.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:23.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:23.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:24.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:24.860 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:24.860 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:47:24.860 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:24.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:24.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:47:24.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:47:24.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:47:24.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:47:25.158: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:25.180: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:25.201: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:47:25.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 11:47:25.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:47:25.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:26.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:26.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:27.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:27.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:47:27.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:47:27.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:47:27.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:47:27.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:47:27.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:47:27.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 11:47:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:27.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:27.511 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 11:47:27.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 11:47:27.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 11:47:27.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:47:27.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 11:47:27.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:27.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:27.528 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:47:27.529 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:47:27.529 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:47:27.529 DEBUG [main][AbstractWait] Waiting until shell is active... 11:47:27.529 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:47:27.529 INFO [main][AbstractShell] Close shell Testing shell 11:47:27.529 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:47:27.541 DEBUG [main][AbstractWait] Waiting while shell is available... 11:47:27.541 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:47:27.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:27.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:47:27.541 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:47:27.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:29.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:29.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:30.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:30.545 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:30.545 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:47:30.545 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:30.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:30.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:47:30.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:47:30.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:47:30.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:47:30.869: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:30.891: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:30.912: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:47:30.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:47:30.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:47:31.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:32.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:32.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:33.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:33.201 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:47:33.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:47:33.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:47:33.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:47:33.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:47:33.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:47:33.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:47:33.202 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 11:47:33.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:33.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:33.205 TRACE [main][WidgetHandler] Notify Table with event 13 11:47:33.206 TRACE [main][WidgetHandler] Wait for synchronization 11:47:33.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:33.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:33.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:33.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:33.214 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:47:33.214 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:47:33.214 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:47:33.214 DEBUG [main][AbstractWait] Waiting until shell is active... 11:47:33.215 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:47:33.215 INFO [main][AbstractShell] Close shell Testing shell 11:47:33.215 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:47:33.225 DEBUG [main][AbstractWait] Waiting while shell is available... 11:47:33.225 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:47:33.225 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:33.225 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:47:33.225 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:47:33.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:34.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:34.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:35.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:35.228 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:35.228 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:47:35.228 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:35.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:35.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:47:35.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:47:35.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:47:35.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:47:35.511: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:35.533: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:35.554: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:47:35.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:47:35.555 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:47:35.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:37.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:37.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:38.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:38.341 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:47:38.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:47:38.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:47:38.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:47:38.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:47:38.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:47:38.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:47:38.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:38.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:38.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:47:38.353 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:47:38.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:39.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:39.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:40.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:40.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:47:40.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:47:40.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:47:40.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:47:40.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:47:40.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:47:40.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:47:40.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:40.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:40.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:47:40.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:47:40.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:41.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:41.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:42.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:42.868 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:47:42.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:47:42.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:47:42.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:47:42.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:47:42.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:47:42.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:47:42.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:42.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:42.884 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:47:42.884 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:47:42.884 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:47:42.885 DEBUG [main][AbstractWait] Waiting until shell is active... 11:47:42.885 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:47:42.885 INFO [main][AbstractShell] Close shell Testing shell 11:47:42.885 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:47:42.898 DEBUG [main][AbstractWait] Waiting while shell is available... 11:47:42.898 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:47:42.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:42.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:47:42.898 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:47:42.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:43.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:43.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:44.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:44.900 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:44.901 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:47:44.901 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:44.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:44.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:47:44.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:47:44.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:47:44.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:47:45.188: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:45.210: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:45.231: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:47:45.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:47:45.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:47:45.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:46.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:47.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:47.522 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:47:47.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:47:47.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:47:47.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:47:47.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:47:47.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:47:47.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:47:47.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:47.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:47.533 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 11:47:47.534 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:47:47.534 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:47:47.534 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:47:47.534 DEBUG [main][AbstractWait] Waiting until shell is active... 11:47:47.534 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:47:47.534 INFO [main][AbstractShell] Close shell Testing shell 11:47:47.534 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:47:47.544 DEBUG [main][AbstractWait] Waiting while shell is available... 11:47:47.544 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:47:47.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:47.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:47:47.545 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:47:47.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:48.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:48.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:49.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:49.547 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:49.547 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:47:49.548 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:49.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:49.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:47:49.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:47:49.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:47:49.548 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:47:49.832: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:49.853: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:49.874: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:47:49.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:47:49.875 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:47:50.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:51.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:51.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:52.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:52.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:47:52.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:47:52.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:47:52.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:47:52.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:47:52.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:47:52.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:47:52.169 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 11:47:52.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:52.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:52.172 TRACE [main][WidgetHandler] Notify Table with event 13 11:47:52.173 TRACE [main][WidgetHandler] Wait for synchronization 11:47:52.173 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:47:52.173 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:47:52.173 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:47:52.174 DEBUG [main][AbstractWait] Waiting until shell is active... 11:47:52.174 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:47:52.174 INFO [main][AbstractShell] Close shell Testing shell 11:47:52.174 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:47:52.185 DEBUG [main][AbstractWait] Waiting while shell is available... 11:47:52.185 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:47:52.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:52.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:47:52.185 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:47:52.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:53.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:53.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:54.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:54.688 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:54.688 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:47:54.688 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:54.688 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:54.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:47:54.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:47:54.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:47:54.689 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:47:54.975: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:54.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:55.018: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:47:55.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 11:47:55.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:47:55.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:56.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:56.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:57.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:57.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:47:57.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:47:57.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:47:57.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:47:57.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:47:57.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:47:57.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 11:47:57.323 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 11:47:57.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:47:57.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:47:57.326 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:47:57.327 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:47:57.327 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:47:57.327 DEBUG [main][AbstractWait] Waiting until shell is active... 11:47:57.327 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:47:57.327 INFO [main][AbstractShell] Close shell Testing shell 11:47:57.327 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:47:57.339 DEBUG [main][AbstractWait] Waiting while shell is available... 11:47:57.339 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:47:57.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:57.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:47:57.340 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:47:57.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:47:58.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:47:58.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:47:59.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:47:59.343 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:59.343 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:47:59.343 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:47:59.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:47:59.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:47:59.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:47:59.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:47:59.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:47:59.630: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:59.652: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:47:59.673: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:47:59.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:47:59.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:47:59.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:01.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:01.963 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:48:01.963 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:48:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:48:01.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:48:01.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:48:01.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:48:01.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:48:01.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2... 11:48:01.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:48:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:48:01.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2 finished successfully 11:48:01.970 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:48:01.971 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:48:01.971 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:48:01.971 DEBUG [main][AbstractWait] Waiting until shell is active... 11:48:01.971 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:48:01.971 INFO [main][AbstractShell] Close shell Testing shell 11:48:01.971 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:48:01.982 DEBUG [main][AbstractWait] Waiting while shell is available... 11:48:01.982 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:48:01.983 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:01.983 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:48:01.983 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:48:01.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:02.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:02.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:03.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:03.985 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:03.985 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:48:03.986 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:03.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:03.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:48:03.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:48:03.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:48:03.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:48:04.272: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:04.294: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:04.315: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:48:04.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:48:04.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:48:04.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:05.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:05.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:06.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:06.602 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:48:06.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:48:06.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:48:06.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:48:06.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:48:06.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:48:06.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:48:06.606 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:48:06.607 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:48:06.607 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:48:06.608 DEBUG [main][AbstractWait] Waiting until shell is active... 11:48:06.608 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:48:06.608 INFO [main][AbstractShell] Close shell Testing shell 11:48:06.608 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:48:06.618 DEBUG [main][AbstractWait] Waiting while shell is available... 11:48:06.618 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:48:06.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:06.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:48:06.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:48:06.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:07.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:07.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:08.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:08.621 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:08.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:48:08.622 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:08.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:08.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:48:08.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:48:08.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:48:08.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:48:08.904: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:08.926: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:08.947: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:48:08.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:48:08.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:48:09.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:10.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:10.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:11.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:11.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:48:11.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:48:11.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:48:11.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:48:11.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:48:11.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:48:11.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:48:11.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'table2') 11:48:11.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:48:11.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:12.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:12.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:13.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:13.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:48:13.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:48:13.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:48:13.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:48:13.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 11:48:13.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 11:48:13.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:48:13.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:48:13.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:48:13.256 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:48:13.257 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:48:13.257 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:48:13.257 DEBUG [main][AbstractWait] Waiting until shell is active... 11:48:13.257 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:48:13.257 INFO [main][AbstractShell] Close shell Testing shell 11:48:13.257 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:48:13.269 DEBUG [main][AbstractWait] Waiting while shell is available... 11:48:13.269 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:48:13.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:13.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:48:13.269 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:48:13.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:14.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:14.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:15.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:15.272 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:15.272 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:48:15.272 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:15.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:15.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:48:15.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:48:15.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:48:15.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:48:15.555: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:15.576: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:15.597: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:48:15.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:48:15.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:48:15.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:16.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:16.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:17.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:17.885 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:48:17.885 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:48:17.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:48:17.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:48:17.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:48:17.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:48:17.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:48:17.888 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 11:48:17.889 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:48:17.890 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:48:17.890 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:48:17.890 DEBUG [main][AbstractWait] Waiting until shell is active... 11:48:17.890 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:48:17.890 INFO [main][AbstractShell] Close shell Testing shell 11:48:17.890 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:48:17.901 DEBUG [main][AbstractWait] Waiting while shell is available... 11:48:17.901 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:48:17.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:17.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:48:17.901 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:48:17.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:19.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:19.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:20.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:20.404 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:20.404 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:48:20.404 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:20.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:20.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:48:20.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:48:20.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:48:20.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:48:20.684: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:20.705: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:20.726: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:48:20.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:48:20.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:48:21.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:23.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:23.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:48:23.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:48:23.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:48:23.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:48:23.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:48:23.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:48:23.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:48:23.015 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 11:48:23.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:48:23.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:48:23.018 TRACE [main][WidgetHandler] Notify Table with event 13 11:48:23.019 TRACE [main][WidgetHandler] Wait for synchronization 11:48:23.019 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:48:23.019 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:48:23.019 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:48:23.019 DEBUG [main][AbstractWait] Waiting until shell is active... 11:48:23.020 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:48:23.020 INFO [main][AbstractShell] Close shell Testing shell 11:48:23.020 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:48:23.030 DEBUG [main][AbstractWait] Waiting while shell is available... 11:48:23.030 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:48:23.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:23.030 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:48:23.030 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:48:23.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:24.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:24.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:25.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:25.033 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:25.034 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:48:25.034 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:25.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:25.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:48:25.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:48:25.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:48:25.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:48:25.319: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:25.340: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:25.361: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:48:25.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:48:25.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:48:25.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:26.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:26.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:27.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:27.655 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:48:27.655 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:48:27.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:48:27.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:48:27.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:48:27.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:48:27.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:48:27.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:48:27.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:48:27.658 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 11:48:27.659 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:48:27.660 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:48:27.660 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:48:27.660 DEBUG [main][AbstractWait] Waiting until shell is active... 11:48:27.660 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:48:27.660 INFO [main][AbstractShell] Close shell Testing shell 11:48:27.660 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:48:27.670 DEBUG [main][AbstractWait] Waiting while shell is available... 11:48:27.670 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:48:27.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:27.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:48:27.670 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:48:27.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:28.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:29.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:29.673 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:29.675 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:48:29.675 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:29.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:29.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:48:29.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:48:29.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:48:29.675 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:48:29.959: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:29.981: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:30.002: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:48:30.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:48:30.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:48:30.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:31.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:31.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:32.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:32.288 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:48:32.288 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:48:32.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:48:32.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:48:32.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:48:32.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:48:32.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:48:32.291 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:48:32.292 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:48:32.292 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:48:32.292 DEBUG [main][AbstractWait] Waiting until shell is active... 11:48:32.292 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:48:32.292 INFO [main][AbstractShell] Close shell Testing shell 11:48:32.292 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:48:32.303 DEBUG [main][AbstractWait] Waiting while shell is available... 11:48:32.303 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:48:32.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:32.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:48:32.304 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:48:32.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:33.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:33.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:34.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:34.307 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:34.307 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:48:34.307 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:34.307 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:34.307 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:48:34.307 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:48:34.307 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:48:34.307 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:48:34.587: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:34.608: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:34.630: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:48:34.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:48:34.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:48:34.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:35.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:35.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:36.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:36.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:48:36.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:48:36.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:48:36.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:48:36.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:48:36.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:48:36.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:48:36.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:48:36.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:48:36.923 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:48:36.924 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:48:36.924 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:48:36.924 DEBUG [main][AbstractWait] Waiting until shell is active... 11:48:36.924 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:48:36.924 INFO [main][AbstractShell] Close shell Testing shell 11:48:36.924 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:48:36.934 DEBUG [main][AbstractWait] Waiting while shell is available... 11:48:36.934 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:48:36.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:36.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:48:36.935 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:48:36.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:37.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:37.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:38.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:38.938 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:38.938 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:48:38.938 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:38.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:38.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:48:38.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:48:38.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:48:38.938 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:48:39.216: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:39.237: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:39.258: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:48:39.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 11:48:39.260 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:48:39.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:41.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:41.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:42.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:42.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:48:42.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:48:42.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:48:42.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:48:42.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:48:42.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:48:42.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 11:48:42.050 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 11:48:42.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:48:42.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:48:42.053 TRACE [main][WidgetHandler] Notify Table with event 13 11:48:42.053 TRACE [main][WidgetHandler] Wait for synchronization 11:48:42.053 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:48:42.054 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:48:42.054 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:48:42.054 DEBUG [main][AbstractWait] Waiting until shell is active... 11:48:42.054 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:48:42.054 INFO [main][AbstractShell] Close shell Testing shell 11:48:42.054 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:48:42.064 DEBUG [main][AbstractWait] Waiting while shell is available... 11:48:42.064 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:48:42.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:42.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:48:42.064 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:48:42.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:43.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:43.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:44.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:44.067 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:44.067 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:48:44.067 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:44.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:44.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:48:44.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:48:44.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:48:44.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:48:44.347: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:44.369: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:44.390: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:48:44.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:48:44.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:48:44.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:47.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:47.679 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:48:47.679 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:48:47.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:48:47.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:48:47.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:48:47.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:48:47.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:48:47.683 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:48:47.683 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:48:47.683 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:48:47.684 DEBUG [main][AbstractWait] Waiting until shell is active... 11:48:47.684 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:48:47.684 INFO [main][AbstractShell] Close shell Testing shell 11:48:47.684 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:48:47.693 DEBUG [main][AbstractWait] Waiting while shell is available... 11:48:47.694 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:48:47.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:47.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:48:47.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:48:47.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:48.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:48.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:49.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:49.697 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:49.697 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:48:49.697 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:49.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:49.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:48:49.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:48:49.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:48:49.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:48:49.989: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:50.010: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:50.031: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:48:50.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:48:50.033 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:48:50.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:51.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:51.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:52.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:52.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:48:52.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:48:52.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:48:52.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:48:52.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:48:52.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:48:52.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:48:52.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:48:52.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:48:52.328 INFO [WorkbenchTestable][AbstractTableItem] Double click table item x 11:48:52.330 TRACE [main][WidgetHandler] Notify Table with event 13 11:48:52.331 TRACE [main][WidgetHandler] Wait for synchronization 11:48:52.331 TRACE [main][WidgetHandler] Notify Table with event 8 11:48:52.331 TRACE [main][WidgetHandler] Wait for synchronization 11:48:52.333 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:48:52.333 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:48:52.333 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:48:52.333 DEBUG [main][AbstractWait] Waiting until shell is active... 11:48:52.333 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:48:52.333 INFO [main][AbstractShell] Close shell Testing shell 11:48:52.333 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:48:52.346 DEBUG [main][AbstractWait] Waiting while shell is available... 11:48:52.346 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:48:52.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:52.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:48:52.346 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:48:52.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:53.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:53.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:54.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:54.349 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:54.349 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:48:54.349 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:48:54.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:54.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:48:54.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:48:54.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:48:54.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:48:54.636: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:54.657: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:48:54.678: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:48:54.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:48:54.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:48:54.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:55.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:55.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:56.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:56.965 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:48:56.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:48:56.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:48:56.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:48:56.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:48:56.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:48:56.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:48:56.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:48:56.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:48:56.976 TRACE [main][WidgetHandler] Notify Table with event 13 11:48:56.977 TRACE [main][WidgetHandler] Wait for synchronization 11:48:56.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:48:56.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:48:56.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:48:57.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:48:57.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:48:58.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:48:58.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:48:58.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:48:58.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:48:58.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:48:58.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:48:58.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:48:58.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:48:58.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:48:58.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:48:58.999 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:48:59.000 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:48:59.000 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:48:59.000 DEBUG [main][AbstractWait] Waiting until shell is active... 11:48:59.000 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:48:59.000 INFO [main][AbstractShell] Close shell Testing shell 11:48:59.000 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:48:59.011 DEBUG [main][AbstractWait] Waiting while shell is available... 11:48:59.011 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:48:59.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:48:59.012 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:48:59.012 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:48:59.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:01.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:01.015 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:49:01.015 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:49:01.015 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:49:01.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:49:01.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:49:01.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:49:01.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:49:01.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:49:01.304: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:49:01.325: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:49:01.346: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:49:01.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:49:01.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:49:01.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:02.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:02.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:03.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:03.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:49:03.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:49:03.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:49:03.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:49:03.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:49:03.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:49:03.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:49:03.641 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4, 5) 11:49:03.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:03.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:03.643 TRACE [main][WidgetHandler] Notify Table with event 13 11:49:03.644 TRACE [main][WidgetHandler] Wait for synchronization 11:49:03.645 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:49:03.645 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:49:03.645 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:49:03.645 DEBUG [main][AbstractWait] Waiting until shell is active... 11:49:03.645 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:49:03.645 INFO [main][AbstractShell] Close shell Testing shell 11:49:03.645 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:49:03.657 DEBUG [main][AbstractWait] Waiting while shell is available... 11:49:03.657 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:49:03.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:49:03.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:49:03.657 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:49:03.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:04.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:04.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:05.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:05.670 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:49:05.670 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:49:05.670 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:49:05.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:49:05.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:49:05.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:49:05.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:49:05.670 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:49:05.960: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:49:05.981: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:49:06.003: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:49:06.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:49:06.005 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:49:06.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:07.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:07.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:08.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:08.795 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:49:08.795 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:49:08.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:49:08.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:49:08.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:49:08.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:49:08.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:49:08.803 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 11:49:08.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:08.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:08.806 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:49:08.808 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:49:08.808 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:49:08.808 DEBUG [main][AbstractWait] Waiting until shell is active... 11:49:08.808 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:49:08.808 INFO [main][AbstractShell] Close shell Testing shell 11:49:08.808 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:49:08.828 DEBUG [main][AbstractWait] Waiting while shell is available... 11:49:08.828 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:49:08.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:49:08.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:49:08.828 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:49:08.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:10.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:10.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:11.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:11.331 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:49:11.332 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:49:11.332 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:49:11.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:49:11.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:49:11.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:49:11.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:49:11.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:49:11.615: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:49:11.636: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:49:11.657: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:49:11.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:49:11.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:49:11.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:12.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:12.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:13.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:13.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:49:13.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:49:13.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:49:13.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:49:13.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:49:13.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:49:13.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:49:13.947 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 11:49:13.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:13.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:13.949 TRACE [main][WidgetHandler] Notify Table with event 13 11:49:13.950 TRACE [main][WidgetHandler] Wait for synchronization 11:49:13.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:13.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:13.956 INFO [WorkbenchTestable][AbstractTable] Deselect all table rows 11:49:13.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:13.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:13.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:13.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:13.964 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:49:13.964 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:49:13.964 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:49:13.964 DEBUG [main][AbstractWait] Waiting until shell is active... 11:49:13.964 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:49:13.964 INFO [main][AbstractShell] Close shell Testing shell 11:49:13.965 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:49:13.977 DEBUG [main][AbstractWait] Waiting while shell is available... 11:49:13.977 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:49:13.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:49:13.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:49:13.977 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:49:13.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:15.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:15.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:16.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:16.480 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:49:16.480 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:49:16.481 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:49:16.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:49:16.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:49:16.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:49:16.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:49:16.481 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:49:16.763: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:49:16.785: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:49:16.806: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:49:16.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:49:16.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:49:17.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:18.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:18.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:19.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:19.097 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:49:19.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:49:19.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:49:19.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:49:19.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:49:19.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:49:19.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:49:19.100 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 11:49:19.101 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:49:19.102 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:49:19.102 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:49:19.103 DEBUG [main][AbstractWait] Waiting until shell is active... 11:49:19.103 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:49:19.103 INFO [main][AbstractShell] Close shell Testing shell 11:49:19.103 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:49:19.114 DEBUG [main][AbstractWait] Waiting while shell is available... 11:49:19.115 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:49:19.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:49:19.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:49:19.115 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:49:19.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:20.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:20.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:21.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:21.118 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:49:21.118 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:49:21.118 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:49:21.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:49:21.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:49:21.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:49:21.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:49:21.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:49:21.416: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:49:21.439: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:49:21.460: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:49:21.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:49:21.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:49:21.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:22.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:22.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:23.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:23.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:49:23.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:49:23.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:49:23.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:49:23.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:49:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:49:23.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:49:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2... 11:49:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:24.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:24.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:24.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:24.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:25.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:25.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:25.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:25.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:26.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:26.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:26.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:26.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:27.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:27.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:27.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:27.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:28.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:28.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:28.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:28.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:29.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:29.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:29.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:29.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:30.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:30.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:30.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:30.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:31.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:31.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:31.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:31.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:32.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:32.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:32.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:32.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:33.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:33.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:33.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:49:33.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:49:33.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2 failed, an exception will be thrown 11:49:33.847 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:49:33.848 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:49:33.848 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:49:33.848 DEBUG [main][AbstractWait] Waiting until shell is active... 11:49:33.848 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:49:33.848 INFO [main][AbstractShell] Close shell Testing shell 11:49:33.848 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:49:33.863 DEBUG [main][AbstractWait] Waiting while shell is available... 11:49:33.863 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:49:33.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:49:33.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:49:33.863 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:49:33.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:35.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:35.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:36.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:36.366 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 11:49:36.366 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 11:49:36.366 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:49:36.366 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:49:36.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:37.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:37.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:39.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 149.058 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 4.756 s testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 4.631 s testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 5.155 s testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 5.685 s testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 4.683 s testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 9.672 s testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 4.646 s testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 5.141 s testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 4.655 s waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 4.642 s testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 4.635 s testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 6.65 s testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 5.132 s testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 4.629 s testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 4.639 s testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 4.632 s indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 4.631 s testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 5.129 s testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 5.63 s doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 4.652 s testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 6.666 s testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 4.655 s testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 5.661 s testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 5.148 s testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 4.637 s waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 15.248 s Running org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 11:49:39.383 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 11:49:39.384 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:49:39.384 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:49:39.384 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 11:49:39.384 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:49:39.384 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:49:39.387 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:49:39.387 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:49:39.387 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:49:39.388 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:49:39.388 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:49:39.388 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:49:39.388 INFO [WorkbenchTestable][RequirementsRunner] Started test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 11:49:39.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 11:49:39.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:49:39.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:49:39.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:49:39.388 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:49:39.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:49:39.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:49:39.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:49:39.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:49:39.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:49:39.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.OkCancelShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 11:49:39.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:49:39.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:49:39.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:49:39.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:49:39.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:49:39.407 INFO [WorkbenchTestable][AbstractButton] Click button OK 11:49:39.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:49:39.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:49:39.407 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:49:39.407 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:49:39.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 11:49:39.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 11:49:39.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.OkCancelShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 11:49:39.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:49:39.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:49:39.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:49:39.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:49:39.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:49:39.409 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 11:49:39.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:49:39.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:49:39.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:49:39.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:49:39.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 11:49:39.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 11:49:39.410 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:49:39.410 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:49:39.411 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:49:39.411 DEBUG [main][AbstractWait] Waiting until shell is active... 11:49:39.411 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:49:39.411 INFO [main][AbstractShell] Close shell Testing shell 11:49:39.411 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:49:39.415 DEBUG [main][AbstractWait] Waiting while shell is available... 11:49:39.415 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:49:39.416 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 11:49:39.416 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:49:39.416 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:49:39.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:40.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:40.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:41.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:41.419 INFO [WorkbenchTestable][RequirementsRunner] Finished test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 11:49:41.419 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 11:49:41.419 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:49:41.419 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:49:41.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:42.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:42.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:43.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.542 s - in org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) Time elapsed: 2.03 s Running org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 11:49:43.928 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 11:49:43.929 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:49:43.929 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:49:43.929 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 11:49:43.929 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:49:43.929 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:49:43.929 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:49:43.929 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:49:43.930 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:49:43.930 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:49:43.930 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:49:43.930 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:49:43.930 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 11:49:43.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 11:49:43.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:49:43.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:49:43.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:49:43.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:49:43.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 2 and no matchers specified 11:49:43.952 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:49:43.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:44.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:44.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:45.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:45.958 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:49:45.958 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:49:45.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:49:45.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:49:45.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:49:45.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:49:45.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 2 was found 11:49:45.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 2 11:49:45.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:49:45.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:49:45.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:46.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:46.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:47.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:47.966 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:49:47.966 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:49:47.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:49:47.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:49:47.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:49:47.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:49:47.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:49:47.967 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:49:47.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabFolder with no referenced composite specified, index 0 and no matchers specified 11:49:47.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:49:47.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:48.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:48.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:49.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:49.972 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:49:49.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:49:49.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:49:49.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:49:49.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:49:49.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:49:49.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 11:49:49.974 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:49:49.975 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:49:49.975 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:49:49.975 DEBUG [main][AbstractWait] Waiting until shell is active... 11:49:49.975 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:49:49.975 INFO [main][AbstractShell] Close shell Testing shell 11:49:49.975 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:49:49.980 DEBUG [main][AbstractWait] Waiting while shell is available... 11:49:49.980 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:49:49.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 11:49:49.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:49:49.981 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:49:49.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:50.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:50.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:51.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:51.983 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 11:49:51.983 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:49:51.983 INFO [WorkbenchTestable][RequirementsRunner] Started test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 11:49:51.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 11:49:51.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:49:51.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:49:51.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:49:51.983 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:49:52.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 3 and no matchers specified 11:49:52.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:49:52.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:54.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:54.009 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:49:54.009 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:49:54.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:49:54.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 11:49:54.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 11:49:54.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:49:54.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was found 11:49:54.010 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Item 3 11:49:54.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 3 11:49:54.015 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 11:49:54.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 3 and no matchers specified 11:49:54.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:49:54.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:55.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:55.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:56.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:56.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:49:56.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:49:56.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:49:56.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 11:49:56.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 11:49:56.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 11:49:56.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 11:49:57.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 11:49:57.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 11:49:57.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:49:57.024 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was not found 11:49:57.025 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:49:57.025 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:49:57.025 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:49:57.025 DEBUG [main][AbstractWait] Waiting until shell is active... 11:49:57.025 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:49:57.025 INFO [main][AbstractShell] Close shell Testing shell 11:49:57.025 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:49:57.029 DEBUG [main][AbstractWait] Waiting while shell is available... 11:49:57.029 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:49:57.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 11:49:57.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:49:57.029 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:49:57.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:49:58.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:49:58.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:49:59.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:49:59.039 INFO [WorkbenchTestable][RequirementsRunner] Finished test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 11:49:59.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:49:59.040 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 11:49:59.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 11:49:59.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:49:59.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:49:59.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:49:59.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:49:59.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 5 and no matchers specified 11:49:59.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:49:59.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:00.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:00.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:01.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:01.566 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:50:01.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:50:01.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:50:01.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:50:01.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:50:02.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:50:02.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:50:02.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:50:02.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:50:02.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:50:02.570 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 5 was not found 11:50:02.570 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:50:02.570 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:50:02.570 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:50:02.571 DEBUG [main][AbstractWait] Waiting until shell is active... 11:50:02.571 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:50:02.571 INFO [main][AbstractShell] Close shell Testing shell 11:50:02.571 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:50:02.575 DEBUG [main][AbstractWait] Waiting while shell is available... 11:50:02.575 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:50:02.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 11:50:02.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:50:02.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:50:02.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:03.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:03.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:04.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:04.577 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 11:50:04.577 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:50:04.578 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 11:50:04.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 11:50:04.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:50:04.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:50:04.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:50:04.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:50:04.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$") 11:50:04.598 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:50:04.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:05.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:05.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:06.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:06.603 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:50:06.603 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:50:06.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:50:06.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:50:06.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:50:07.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:50:07.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:50:07.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:50:07.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:50:07.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:50:07.612 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was not found 11:50:07.613 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:50:07.613 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:50:07.613 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:50:07.614 DEBUG [main][AbstractWait] Waiting until shell is active... 11:50:07.614 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:50:07.614 INFO [main][AbstractShell] Close shell Testing shell 11:50:07.614 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:50:07.618 DEBUG [main][AbstractWait] Waiting while shell is available... 11:50:07.618 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:50:07.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 11:50:07.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:50:07.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:50:07.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:08.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:08.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:09.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:09.621 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 11:50:09.621 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:50:09.621 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 11:50:09.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 11:50:09.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:50:09.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:50:09.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:50:09.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:50:09.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 11:50:09.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:50:09.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:10.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:10.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:11.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:11.654 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:50:11.654 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:50:11.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:50:11.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:50:11.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:50:11.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:50:11.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:50:11.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 1 11:50:11.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:50:11.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:50:11.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:13.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:13.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:14.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:14.163 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:50:14.163 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:50:14.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:50:14.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:50:14.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:50:14.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:50:14.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:50:14.164 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:50:14.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabFolder with no referenced composite specified, index 0 and no matchers specified 11:50:14.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:50:14.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:15.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:15.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:16.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:16.166 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:50:16.166 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:50:16.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:50:16.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:50:16.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:50:16.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:50:16.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 11:50:16.167 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:50:16.168 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:50:16.168 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:50:16.168 DEBUG [main][AbstractWait] Waiting until shell is active... 11:50:16.168 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:50:16.168 INFO [main][AbstractShell] Close shell Testing shell 11:50:16.168 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:50:16.172 DEBUG [main][AbstractWait] Waiting while shell is available... 11:50:16.173 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:50:16.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 11:50:16.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:50:16.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:50:16.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:17.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:17.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:18.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:18.175 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 11:50:18.175 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 11:50:18.175 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:50:18.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:50:18.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:19.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:19.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:20.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.751 s - in org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 8.053 s close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 7.056 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 5.537 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 5.044 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 8.554 s Running org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 11:50:20.687 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 11:50:20.696 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:50:20.697 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:50:20.697 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 11:50:20.697 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:50:20.697 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:50:20.697 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:50:20.697 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:50:20.698 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:50:20.698 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:50:20.698 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:50:20.699 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:50:20.699 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 11:50:20.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 11:50:20.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:50:20.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:50:20.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:50:20.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:50:20.745 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.findNonExistingBrowserByIndex@Before_setUp.png 11:50:20.921 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/./target/screenshots/no-configuration/org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.findNonExistingBrowserByIndex@Before_setUp.png 11:50:20.978 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:50:20.978 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:50:20.978 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:50:20.978 DEBUG [main][AbstractWait] Waiting until shell is active... 11:50:20.978 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:50:20.978 INFO [main][AbstractShell] Close shell Testing shell 11:50:20.978 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:50:20.979 DEBUG [main][AbstractWait] Waiting while shell is available... 11:50:20.979 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:50:20.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 11:50:20.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:50:20.980 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:50:20.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:21.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:21.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:22.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:22.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 11:50:22.990 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. ) at org.eclipse.swt.SWT.error(SWT.java:4712) at org.eclipse.swt.SWT.error(SWT.java:4627) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:262) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:146) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5782) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:75) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:60) at org.eclipse.reddeer.swt.test.SWTLayerTestCase.setUp(SWTLayerTestCase.java:31) at sun.reflect.GeneratedMethodAccessor46.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest$TestBrowser.(BrowserTest.java:107) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) at org.eclipse.reddeer.swt.test.SWTLayerTestCase$1.run(SWTLayerTestCase.java:35) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest$TestBrowser.(BrowserTest.java:107) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) at org.eclipse.reddeer.swt.test.SWTLayerTestCase$1.run(SWTLayerTestCase.java:35) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 11:50:22.995 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 11:50:22.995 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:50:22.995 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 11:50:22.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 11:50:22.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:50:22.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:50:22.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:50:22.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:50:23.012 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.findNonExistingBrowserByLabel@Before_setUp.png 11:50:23.122 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/./target/screenshots/no-configuration/org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.findNonExistingBrowserByLabel@Before_setUp.png 11:50:23.130 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:50:23.130 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:50:23.130 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:50:23.130 DEBUG [main][AbstractWait] Waiting until shell is active... 11:50:23.130 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:50:23.130 INFO [main][AbstractShell] Close shell Testing shell 11:50:23.130 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:50:23.134 DEBUG [main][AbstractWait] Waiting while shell is available... 11:50:23.134 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:50:23.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 11:50:23.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:50:23.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:50:23.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... (Eclipse:834): Gtk-CRITICAL **: 11:50:23.140: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:50:24.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:24.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:25.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:25.137 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 11:50:25.138 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. ) at org.eclipse.swt.SWT.error(SWT.java:4712) at org.eclipse.swt.SWT.error(SWT.java:4627) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:262) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:146) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5782) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:75) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:60) at org.eclipse.reddeer.swt.test.SWTLayerTestCase.setUp(SWTLayerTestCase.java:31) at sun.reflect.GeneratedMethodAccessor46.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest$TestBrowser.(BrowserTest.java:107) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) at org.eclipse.reddeer.swt.test.SWTLayerTestCase$1.run(SWTLayerTestCase.java:35) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest$TestBrowser.(BrowserTest.java:107) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) at org.eclipse.reddeer.swt.test.SWTLayerTestCase$1.run(SWTLayerTestCase.java:35) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 11:50:25.141 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 11:50:25.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:50:25.141 INFO [WorkbenchTestable][RequirementsRunner] Started test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 11:50:25.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 11:50:25.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:50:25.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:50:25.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:50:25.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:50:25.152 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.executeTest@Before_setUp.png 11:50:25.253 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/./target/screenshots/no-configuration/org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.executeTest@Before_setUp.png 11:50:25.261 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:50:25.261 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:50:25.261 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:50:25.261 DEBUG [main][AbstractWait] Waiting until shell is active... 11:50:25.261 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:50:25.261 INFO [main][AbstractShell] Close shell Testing shell 11:50:25.261 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:50:25.263 DEBUG [main][AbstractWait] Waiting while shell is available... 11:50:25.263 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:50:25.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 11:50:25.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:50:25.263 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:50:25.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... (Eclipse:834): Gtk-CRITICAL **: 11:50:25.272: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:50:26.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:26.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:27.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:27.267 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 11:50:27.268 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. ) at org.eclipse.swt.SWT.error(SWT.java:4712) at org.eclipse.swt.SWT.error(SWT.java:4627) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:262) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:146) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5782) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:75) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:60) at org.eclipse.reddeer.swt.test.SWTLayerTestCase.setUp(SWTLayerTestCase.java:31) at sun.reflect.GeneratedMethodAccessor46.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest$TestBrowser.(BrowserTest.java:107) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) at org.eclipse.reddeer.swt.test.SWTLayerTestCase$1.run(SWTLayerTestCase.java:35) 11:50:27.271 INFO [WorkbenchTestable][RequirementsRunner] Finished test: executeTest no-configuration(org.eclipse.reddeer.swt.te at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) st.impl.browser.BrowserTest) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) 11:50:27.271 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) 11:50:27.271 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) 11:50:27.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 11:50:27.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.e at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) xtension.before.test.impl.DisableAERI at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) 11:50:27.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 11:50:27.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.e at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) xtension.before.test.impl.SetOpenAssociatedPerspectiveExt at java.lang.reflect.Method.invoke(Method.java:498) 11:50:27.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.e at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) xtension.before.test.impl.DoNotDownloadMavenIndexesExt at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest$TestBrowser.(BrowserTest.java:107) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) at org.eclipse.reddeer.swt.test.SWTLayerTestCase$1.run(SWTLayerTestCase.java:35) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 11:50:27.281 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.evaluateTest@Before_setUp.png 11:50:27.386 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/./target/screenshots/no-configuration/org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.evaluateTest@Before_setUp.png 11:50:27.394 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:50:27.394 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:50:27.394 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:50:27.394 DEBUG [main][AbstractWait] Waiting until shell is active... 11:50:27.394 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:50:27.394 INFO [main][AbstractShell] Close shell Testing shell 11:50:27.394 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:50:27.396 DEBUG [main][AbstractWait] Waiting while shell is available... 11:50:27.396 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:50:27.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 11:50:27.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:50:27.396 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:50:27.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... (Eclipse:834): Gtk-CRITICAL **: 11:50:27.405: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:50:28.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:28.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:29.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:29.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 11:50:29.401 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. ) at org.eclipse.swt.SWT.error(SWT.java:4712) at org.eclipse.swt.SWT.error(SWT.java:4627) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:262) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:146) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5782) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:75) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:60) at org.eclipse.reddeer.swt.test.SWTLayerTestCase.setUp(SWTLayerTestCase.java:31) at sun.reflect.GeneratedMethodAccessor46.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest$TestBrowser.(BrowserTest.java:107) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) at org.eclipse.reddeer.swt.test.SWTLayerTestCase$1.run(SWTLayerTestCase.java:35) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest$TestBrowser.(BrowserTest.java:107) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) at org.eclipse.reddeer.swt.test.SWTLayerTestCase$1.run(SWTLayerTestCase.java:35) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 11:50:29.404 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 11:50:29.404 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:50:29.404 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 11:50:29.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 11:50:29.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:50:29.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:50:29.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:50:29.404 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:50:29.415 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.findBrowserByIndex@Before_setUp.png 11:50:29.519 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/./target/screenshots/no-configuration/org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.findBrowserByIndex@Before_setUp.png 11:50:29.526 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:50:29.527 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:50:29.527 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:50:29.527 DEBUG [main][AbstractWait] Waiting until shell is active... 11:50:29.527 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:50:29.527 INFO [main][AbstractShell] Close shell Testing shell 11:50:29.527 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:50:29.528 DEBUG [main][AbstractWait] Waiting while shell is available... 11:50:29.528 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:50:29.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 11:50:29.528 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:50:29.528 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:50:29.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... (Eclipse:834): Gtk-CRITICAL **: 11:50:29.537: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:50:31.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:31.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:32.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. ) at org.eclipse.swt.SWT.error(SWT.java:4712) at org.eclipse.swt.SWT.error(SWT.java:4627) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:262) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:146) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5782) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:75) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:60) at org.eclipse.reddeer.swt.test.SWTLayerTestCase.setUp(SWTLayerTestCase.java:31) at sun.reflect.GeneratedMethodAccessor46.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest$TestBrowser.(BrowserTest.java:107) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) at org.eclipse.reddeer.swt.test.SWTLayerTestCase$1.run(SWTLayerTestCase.java:35) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest$TestBrowser.(BrowserTest.java:107) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) at org.eclipse.reddeer.swt.test.SWTLayerTestCase$1.run(SWTLayerTestCase.java:35) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) 11:50:32.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.ext at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) ension.log.collector.AftersLogCollector at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) 11:50:32.035 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: findBrowserByIndex no-configuration(org.eclipse.re at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) ddeer.swt.test.impl.browser.BrowserTest) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) 11:50:32.038 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) 11:50:32.038 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) 11:50:32.038 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) 11:50:32.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) 11:50:32.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 11:50:32.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 11:50:32.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.e at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) xtension.before.test.impl.SetOpenAssociatedPerspectiveExt at java.lang.reflect.Method.invoke(Method.java:498) 11:50:32.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.e at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) xtension.before.test.impl.DoNotDownloadMavenIndexesExt at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 11:50:32.052 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.findBrowserByLabel@Before_setUp.png 11:50:32.159 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/./target/screenshots/no-configuration/org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.findBrowserByLabel@Before_setUp.png 11:50:32.170 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:50:32.170 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:50:32.170 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:50:32.170 DEBUG [main][AbstractWait] Waiting until shell is active... 11:50:32.170 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:50:32.170 INFO [main][AbstractShell] Close shell Testing shell 11:50:32.170 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:50:32.172 DEBUG [main][AbstractWait] Waiting while shell is available... 11:50:32.172 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:50:32.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 11:50:32.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:50:32.172 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:50:32.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... (Eclipse:834): Gtk-CRITICAL **: 11:50:32.178: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:50:33.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:33.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:34.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:34.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 11:50:34.676 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. ) at org.eclipse.swt.SWT.error(SWT.java:4712) at org.eclipse.swt.SWT.error(SWT.java:4627) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:262) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:146) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5782) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:75) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:60) at org.eclipse.reddeer.swt.test.SWTLayerTestCase.setUp(SWTLayerTestCase.java:31) at sun.reflect.GeneratedMethodAccessor46.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest$TestBrowser.(BrowserTest.java:107) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) at org.eclipse.reddeer.swt.test.SWTLayerTestCase$1.run(SWTLayerTestCase.java:35) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest$TestBrowser.(BrowserTest.java:107) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) at org.eclipse.reddeer.swt.test.SWTLayerTestCase$1.run(SWTLayerTestCase.java:35) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 11:50:34.679 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 11:50:34.679 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:50:34.679 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 11:50:34.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 11:50:34.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:50:34.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:50:34.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:50:34.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:50:34.689 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.navigate@Before_setUp.png 11:50:34.802 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/./target/screenshots/no-configuration/org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.navigate@Before_setUp.png 11:50:34.814 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:50:34.814 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:50:34.814 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:50:34.814 DEBUG [main][AbstractWait] Waiting until shell is active... 11:50:34.814 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:50:34.814 INFO [main][AbstractShell] Close shell Testing shell 11:50:34.814 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:50:34.816 DEBUG [main][AbstractWait] Waiting while shell is available... 11:50:34.816 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:50:34.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 11:50:34.816 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:50:34.816 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:50:34.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... (Eclipse:834): Gtk-CRITICAL **: 11:50:34.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:50:36.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:36.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:37.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:37.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 11:50:37.320 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. ) at org.eclipse.swt.SWT.error(SWT.java:4712) at org.eclipse.swt.SWT.error(SWT.java:4627) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:262) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:146) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5782) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:75) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:60) at org.eclipse.reddeer.swt.test.SWTLayerTestCase.setUp(SWTLayerTestCase.java:31) at sun.reflect.GeneratedMethodAccessor46.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest$TestBrowser.(BrowserTest.java:107) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) at org.eclipse.reddeer.swt.test.SWTLayerTestCase$1.run(SWTLayerTestCase.java:35) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest$TestBrowser.(BrowserTest.java:107) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) at org.eclipse.reddeer.swt.test.SWTLayerTestCase$1.run(SWTLayerTestCase.java:35) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) 11:50:37.323 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigate no-configuration(org.eclipse.reddeer.swt.test. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) impl.browser.BrowserTest) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) 11:50:37.323 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) 11:50:37.323 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.jun at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) it.extension.after.test.impl.CloseAllShellsExt at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) 11:50:37.323 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 11:50:37.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 11:50:38.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:38.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:39.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 18.64 s <<< FAILURE! - in org.eclipse.reddeer.swt.test.impl.browser.BrowserTest findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 2.291 s <<< ERROR! org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. ) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 2.143 s <<< ERROR! org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. ) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 2.127 s <<< ERROR! org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. ) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 2.13 s <<< ERROR! org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. ) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 2.631 s <<< ERROR! org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. ) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 2.638 s <<< ERROR! org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. ) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 2.641 s <<< ERROR! org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. ) at org.eclipse.reddeer.swt.test.impl.browser.BrowserTest.createControls(BrowserTest.java:38) Running org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:50:39.350 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:50:39.350 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:50:39.351 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:50:39.351 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:50:39.351 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:50:39.351 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:50:39.351 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:50:39.351 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:50:39.352 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:50:39.352 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:50:39.352 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:50:39.352 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:50:39.352 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:50:39.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:50:39.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:50:39.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:50:39.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:50:39.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:50:39.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 11:50:39.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:50:39.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:40.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:40.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:41.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:41.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:50:41.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:50:41.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:50:41.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:50:41.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:50:41.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:50:41.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 11:50:41.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Disabled:") 11:50:41.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:50:41.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:42.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:42.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:43.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:43.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:50:43.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:50:43.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:50:43.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:50:43.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:50:43.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:50:43.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 11:50:43.407 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:50:43.408 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:50:43.408 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:50:43.409 DEBUG [main][AbstractWait] Waiting until shell is active... 11:50:43.409 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:50:43.409 INFO [main][AbstractShell] Close shell Testing shell 11:50:43.409 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:50:43.417 DEBUG [main][AbstractWait] Waiting while shell is available... 11:50:43.417 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:50:43.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:50:43.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:50:43.417 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:50:43.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:44.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:44.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:45.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:45.420 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:50:45.420 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:50:45.420 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:50:45.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:50:45.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:50:45.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:50:45.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:50:45.420 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:50:45.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified ( with key 'comboTestKey' and value '3') 11:50:45.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:50:45.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:46.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:46.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:47.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:47.454 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:50:47.454 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:50:47.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:50:47.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:50:47.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 11:50:47.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 11:50:47.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 11:50:47.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 11:50:47.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:50:47.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:50:47.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 11:50:47.458 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 11:50:47.462 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:50:47.462 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:50:47.462 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:50:47.462 DEBUG [main][AbstractWait] Waiting until shell is active... 11:50:47.463 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:50:47.463 INFO [main][AbstractShell] Close shell Testing shell 11:50:47.463 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:50:47.470 DEBUG [main][AbstractWait] Waiting while shell is available... 11:50:47.470 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:50:47.471 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:50:47.471 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:50:47.471 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:50:47.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:48.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:48.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:49.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:49.473 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:50:49.473 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:50:49.474 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:50:49.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:50:49.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:50:49.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:50:49.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:50:49.474 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:50:49.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo0") 11:50:49.498 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:50:49.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:50.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:50.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:51.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:51.508 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:50:51.508 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:50:51.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:50:51.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:50:51.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:50:51.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:50:51.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 11:50:51.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 11:50:51.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:50:51.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:53.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:53.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:54.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:54.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:50:54.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:50:54.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:50:54.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:50:54.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:50:54.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:50:54.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 11:50:54.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 11:50:54.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:50:54.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:55.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:55.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:56.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:56.016 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:50:56.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:50:56.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:50:56.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:50:56.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:50:56.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:50:56.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 11:50:56.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 11:50:56.022 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:50:56.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:57.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:57.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:50:58.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:50:58.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:50:58.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:50:58.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:50:58.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:50:58.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:50:58.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:50:58.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 11:50:58.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 11:50:58.025 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:50:58.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:50:59.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:50:59.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:00.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:00.527 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:00.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:00.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:00.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:51:00.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:51:00.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:51:00.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 11:51:00.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 2 and no matchers specified 11:51:00.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:00.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:01.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:01.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:02.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:02.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:02.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:02.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:02.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:51:02.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:51:02.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:51:02.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 2 was found 11:51:02.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 11:51:02.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:02.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:03.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:03.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:04.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:04.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:04.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:04.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:04.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:51:04.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:51:04.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:51:04.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 11:51:04.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 3 and no matchers specified 11:51:04.544 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:04.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:05.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:05.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:06.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:06.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:06.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:06.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:06.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 11:51:06.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 11:51:06.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:51:06.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 3 was found 11:51:06.548 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:51:06.548 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:51:06.548 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:51:06.549 DEBUG [main][AbstractWait] Waiting until shell is active... 11:51:06.549 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:51:06.549 INFO [main][AbstractShell] Close shell Testing shell 11:51:06.549 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:51:06.568 DEBUG [main][AbstractWait] Waiting while shell is available... 11:51:06.568 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:51:06.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:51:06.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:51:06.568 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:51:06.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:07.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:07.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:08.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:08.571 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:51:08.571 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:51:08.571 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:51:08.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:51:08.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:51:08.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:51:08.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:51:08.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:51:08.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 11:51:08.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:08.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:09.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:09.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:10.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:10.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:10.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:10.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:10.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:51:10.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:51:10.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:51:10.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 11:51:10.616 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 11:51:10.618 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:51:10.618 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:51:10.618 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:51:10.619 DEBUG [main][AbstractWait] Waiting until shell is active... 11:51:10.619 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:51:10.619 INFO [main][AbstractShell] Close shell Testing shell 11:51:10.619 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:51:10.626 DEBUG [main][AbstractWait] Waiting while shell is available... 11:51:10.626 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:51:10.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:51:10.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:51:10.627 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:51:10.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:11.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:11.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:12.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:12.629 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:51:12.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:51:12.630 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:51:12.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:51:12.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:51:12.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:51:12.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:51:12.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:51:12.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 11:51:12.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:12.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:14.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:14.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:15.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:15.166 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:15.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:15.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:15.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:51:15.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:51:15.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:51:15.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 11:51:15.170 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 2 11:51:15.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:51:15.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:15.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:16.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:16.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:17.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:17.174 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:17.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:17.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:17.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:51:17.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:51:17.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:51:17.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:51:17.175 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:51:17.175 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:51:17.176 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:51:17.176 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:51:17.177 DEBUG [main][AbstractWait] Waiting until shell is active... 11:51:17.177 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:51:17.177 INFO [main][AbstractShell] Close shell Testing shell 11:51:17.177 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:51:17.184 DEBUG [main][AbstractWait] Waiting while shell is available... 11:51:17.184 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:51:17.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:51:17.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:51:17.185 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:51:17.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:18.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:18.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:19.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:19.187 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:51:19.187 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:51:19.187 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:51:19.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:51:19.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:51:19.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:51:19.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:51:19.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:51:19.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 11:51:19.212 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:19.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:20.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:20.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:21.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:21.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:21.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:21.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:21.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:51:21.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:51:21.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:51:21.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 11:51:21.222 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 1 11:51:21.224 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:51:21.225 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:51:21.225 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:51:21.225 DEBUG [main][AbstractWait] Waiting until shell is active... 11:51:21.225 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:51:21.225 INFO [main][AbstractShell] Close shell Testing shell 11:51:21.225 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:51:21.233 DEBUG [main][AbstractWait] Waiting while shell is available... 11:51:21.233 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:51:21.233 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:51:21.233 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:51:21.234 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:51:21.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:22.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:22.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:23.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:23.745 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:51:23.745 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:51:23.745 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:51:23.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:51:23.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:51:23.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:51:23.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:51:23.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:51:23.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 5 and no matchers specified 11:51:23.771 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:23.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:24.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:24.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:25.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:25.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:25.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:25.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:25.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:51:25.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:51:26.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:51:26.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:51:26.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 11:51:26.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 11:51:26.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:51:26.792 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 5 was not found 11:51:26.793 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:51:26.793 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:51:26.794 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:51:26.794 DEBUG [main][AbstractWait] Waiting until shell is active... 11:51:26.794 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:51:26.794 INFO [main][AbstractShell] Close shell Testing shell 11:51:26.794 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:51:26.802 DEBUG [main][AbstractWait] Waiting while shell is available... 11:51:26.802 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:51:26.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:51:26.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:51:26.802 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:51:26.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:27.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:27.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:28.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:28.805 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:51:28.805 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:51:28.805 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:51:28.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:51:28.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:51:28.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:51:28.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:51:28.806 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:51:28.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "NON_EXISTING_LABEL_&*") 11:51:28.830 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:28.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:29.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:29.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:30.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:30.840 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:30.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:30.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:30.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:51:30.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:51:31.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:51:31.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:51:31.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:51:31.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:51:31.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:51:31.860 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was not found 11:51:31.860 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:51:31.861 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:51:31.861 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:51:31.861 DEBUG [main][AbstractWait] Waiting until shell is active... 11:51:31.861 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:51:31.861 INFO [main][AbstractShell] Close shell Testing shell 11:51:31.861 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:51:31.869 DEBUG [main][AbstractWait] Waiting while shell is available... 11:51:31.869 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:51:31.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:51:31.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:51:31.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:51:31.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:32.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:32.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:34.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:34.372 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:51:34.372 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:51:34.372 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:51:34.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:51:34.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:51:34.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:51:34.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:51:34.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:51:34.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 11:51:34.397 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:34.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:36.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:36.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:36.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:36.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:36.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:51:36.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:51:36.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:51:36.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 11:51:36.410 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Item23 11:51:36.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:51:36.414 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:36.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:37.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:37.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:38.416 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:38.416 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:38.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:51:38.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:51:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:51:38.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:51:38.416 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:51:38.417 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:51:38.418 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:51:38.418 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:51:38.418 DEBUG [main][AbstractWait] Waiting until shell is active... 11:51:38.418 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:51:38.418 INFO [main][AbstractShell] Close shell Testing shell 11:51:38.418 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:51:38.426 DEBUG [main][AbstractWait] Waiting while shell is available... 11:51:38.426 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:51:38.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:51:38.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:51:38.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:51:38.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:39.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:39.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:40.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:40.929 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 11:51:40.929 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 11:51:40.929 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:51:40.929 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:51:40.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:42.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:42.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:43.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 64.584 s - in org.eclipse.reddeer.swt.test.impl.combo.ComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 6.067 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 4.053 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 19.097 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 4.058 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 6.557 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 4.558 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 5.06 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 5.567 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 6.557 s Running org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:51:43.941 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:51:43.942 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:51:43.942 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:51:43.942 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:51:43.942 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:51:43.942 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:51:43.943 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:51:43.943 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:51:43.944 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:51:43.944 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:51:43.944 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:51:43.944 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:51:43.944 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 11:51:43.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:51:43.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:51:43.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:51:43.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:51:43.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:51:43.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:51:43.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:43.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:44.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:44.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:45.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:45.962 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:45.962 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:45.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:45.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:51:45.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:51:45.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:51:45.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:51:45.963 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:51:45.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 11:51:45.968 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:45.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:46.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:46.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:47.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:47.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:47.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:47.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:47.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:51:47.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:51:47.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:51:47.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:51:47.976 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 11:51:47.977 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 11:51:47.977 TRACE [main][WidgetHandler] Notify Link with event 3 11:51:47.978 TRACE [main][WidgetHandler] Wait for synchronization 11:51:47.978 TRACE [main][WidgetHandler] Notify Link with event 4 11:51:47.978 TRACE [main][WidgetHandler] Wait for synchronization 11:51:47.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 11:51:47.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:47.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:49.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:49.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:50.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:50.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:50.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:50.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:50.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:51:50.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:51:50.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:51:50.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:51:50.484 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 11:51:50.484 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 11:51:50.484 TRACE [main][WidgetHandler] Notify Link with event 3 11:51:50.484 TRACE [main][WidgetHandler] Wait for synchronization 11:51:50.485 TRACE [main][WidgetHandler] Notify Link with event 4 11:51:50.485 TRACE [main][WidgetHandler] Wait for synchronization 11:51:50.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 11:51:50.485 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:50.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:51.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:51.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:53.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:53.488 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:53.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:53.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:53.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:51:53.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:51:53.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:51:53.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:51:53.489 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 11:51:53.489 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 11:51:53.490 TRACE [main][WidgetHandler] Notify Link with event 3 11:51:53.490 TRACE [main][WidgetHandler] Wait for synchronization 11:51:53.490 TRACE [main][WidgetHandler] Notify Link with event 4 11:51:53.490 TRACE [main][WidgetHandler] Wait for synchronization 11:51:53.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 11:51:53.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:53.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:54.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:54.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:55.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:55.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:55.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:55.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:55.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:51:55.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:51:55.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:51:55.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:51:55.494 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 11:51:55.494 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 11:51:55.494 TRACE [main][WidgetHandler] Notify Link with event 3 11:51:55.494 TRACE [main][WidgetHandler] Wait for synchronization 11:51:55.495 TRACE [main][WidgetHandler] Notify Link with event 4 11:51:55.495 TRACE [main][WidgetHandler] Wait for synchronization 11:51:55.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "links") 11:51:55.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:55.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:56.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:56.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:51:58.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:51:58.498 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:51:58.498 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:51:58.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:51:58.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:51:58.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:51:58.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:51:58.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:51:58.499 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 11:51:58.499 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 11:51:58.500 TRACE [main][WidgetHandler] Notify Link with event 3 11:51:58.500 TRACE [main][WidgetHandler] Wait for synchronization 11:51:58.500 TRACE [main][WidgetHandler] Notify Link with event 4 11:51:58.500 TRACE [main][WidgetHandler] Wait for synchronization 11:51:58.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "links") 11:51:58.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:51:58.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:51:59.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:51:59.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:00.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:00.503 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:00.503 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:00.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:00.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:52:00.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:52:00.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:00.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:52:00.505 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 11:52:00.505 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 11:52:00.505 TRACE [main][WidgetHandler] Notify Link with event 3 11:52:00.505 TRACE [main][WidgetHandler] Wait for synchronization 11:52:00.506 TRACE [main][WidgetHandler] Notify Link with event 4 11:52:00.506 TRACE [main][WidgetHandler] Wait for synchronization 11:52:00.507 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:52:00.507 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:52:00.507 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:52:00.507 DEBUG [main][AbstractWait] Waiting until shell is active... 11:52:00.508 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:52:00.508 INFO [main][AbstractShell] Close shell Testing shell 11:52:00.508 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:52:00.511 DEBUG [main][AbstractWait] Waiting while shell is available... 11:52:00.511 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:52:00.511 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:52:00.511 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:52:00.511 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:52:00.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:02.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:02.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:03.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:03.014 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 11:52:03.014 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:52:03.015 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 11:52:03.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:52:03.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:52:03.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:52:03.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:52:03.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:52:03.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 11:52:03.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:03.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:04.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:04.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:05.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:05.034 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:05.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:05.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:05.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:52:05.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:52:05.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:05.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:52:05.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 11:52:05.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:05.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:06.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:07.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:07.038 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:07.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:07.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:07.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:52:07.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:52:07.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:07.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:52:07.042 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:52:07.043 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:52:07.043 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:52:07.043 DEBUG [main][AbstractWait] Waiting until shell is active... 11:52:07.043 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:52:07.043 INFO [main][AbstractShell] Close shell Testing shell 11:52:07.043 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:52:07.046 DEBUG [main][AbstractWait] Waiting while shell is available... 11:52:07.046 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:52:07.046 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:52:07.046 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:52:07.047 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:52:07.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:08.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:08.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:09.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:09.050 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 11:52:09.050 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:52:09.051 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 11:52:09.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:52:09.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:52:09.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:52:09.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:52:09.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:52:09.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 11:52:09.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:09.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:10.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:10.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:11.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:11.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:11.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:11.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:11.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:52:11.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:52:11.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:11.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:52:11.065 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 11:52:11.066 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:52:11.067 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:52:11.067 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:52:11.067 DEBUG [main][AbstractWait] Waiting until shell is active... 11:52:11.067 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:52:11.067 INFO [main][AbstractShell] Close shell Testing shell 11:52:11.067 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:52:11.070 DEBUG [main][AbstractWait] Waiting while shell is available... 11:52:11.070 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:52:11.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:52:11.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:52:11.070 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:52:11.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:12.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:12.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:13.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:13.073 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 11:52:13.073 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:52:13.073 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 11:52:13.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:52:13.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:52:13.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:52:13.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:52:13.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:52:13.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 11:52:13.081 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:13.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:14.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:14.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:15.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:15.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:15.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:15.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:15.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:52:15.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:52:15.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:15.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:52:15.587 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 11:52:15.588 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:52:15.589 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:52:15.589 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:52:15.589 DEBUG [main][AbstractWait] Waiting until shell is active... 11:52:15.589 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:52:15.589 INFO [main][AbstractShell] Close shell Testing shell 11:52:15.589 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:52:15.592 DEBUG [main][AbstractWait] Waiting while shell is available... 11:52:15.592 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:52:15.592 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:52:15.592 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:52:15.592 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:52:15.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:16.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:16.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:17.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:17.594 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 11:52:17.595 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:52:17.595 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 11:52:17.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:52:17.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:52:17.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:52:17.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:52:17.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:52:17.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 11:52:17.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:17.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:18.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:18.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:19.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:19.608 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:19.609 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:19.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:19.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:52:19.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:52:19.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:19.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:52:19.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 11:52:19.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:19.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:20.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:20.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:21.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:21.613 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:21.613 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:21.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:21.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:52:21.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:52:21.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:21.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:52:21.615 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:52:21.616 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:52:21.616 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:52:21.616 DEBUG [main][AbstractWait] Waiting until shell is active... 11:52:21.616 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:52:21.616 INFO [main][AbstractShell] Close shell Testing shell 11:52:21.616 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:52:21.618 DEBUG [main][AbstractWait] Waiting while shell is available... 11:52:21.618 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:52:21.619 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:52:21.619 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:52:21.619 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:52:21.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:22.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:22.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:23.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:23.621 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 11:52:23.622 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:52:23.622 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 11:52:23.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:52:23.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:52:23.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:52:23.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:52:23.622 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:52:23.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 11:52:23.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:23.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:24.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:24.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:25.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:25.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:25.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:25.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:25.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:52:25.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:52:25.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:25.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:52:25.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 11:52:25.635 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:25.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:26.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:26.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:27.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:27.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:27.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:27.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:27.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:52:27.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:52:27.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:27.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:52:27.638 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:52:27.639 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:52:27.639 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:52:27.639 DEBUG [main][AbstractWait] Waiting until shell is active... 11:52:27.639 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:52:27.639 INFO [main][AbstractShell] Close shell Testing shell 11:52:27.639 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:52:27.642 DEBUG [main][AbstractWait] Waiting while shell is available... 11:52:27.642 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:52:27.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:52:27.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:52:27.642 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:52:27.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:29.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:29.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:30.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:30.145 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 11:52:30.145 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:52:30.145 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 11:52:30.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:52:30.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:52:30.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:52:30.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:52:30.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:52:30.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:52:30.153 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:30.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:31.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:31.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:32.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:32.659 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:32.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:32.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:32.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:52:32.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:52:32.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:32.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:52:32.660 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:52:32.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "same") 11:52:32.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:32.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:33.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:33.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:35.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:35.163 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:35.163 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:35.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:35.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:52:35.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:52:35.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:35.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:52:35.165 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 11:52:35.165 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 11:52:35.165 TRACE [main][WidgetHandler] Notify Link with event 3 11:52:35.166 TRACE [main][WidgetHandler] Wait for synchronization 11:52:35.166 TRACE [main][WidgetHandler] Notify Link with event 4 11:52:35.166 TRACE [main][WidgetHandler] Wait for synchronization 11:52:35.168 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 11:52:35.168 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 11:52:35.168 TRACE [main][WidgetHandler] Notify Link with event 3 11:52:35.168 TRACE [main][WidgetHandler] Wait for synchronization 11:52:35.169 TRACE [main][WidgetHandler] Notify Link with event 4 11:52:35.169 TRACE [main][WidgetHandler] Wait for synchronization 11:52:35.169 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:52:35.169 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:52:35.169 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:52:35.169 DEBUG [main][AbstractWait] Waiting until shell is active... 11:52:35.169 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:52:35.169 INFO [main][AbstractShell] Close shell Testing shell 11:52:35.169 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:52:35.175 DEBUG [main][AbstractWait] Waiting while shell is available... 11:52:35.175 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:52:35.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:52:35.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:52:35.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:52:35.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:36.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:36.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:37.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:37.179 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 11:52:37.179 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 11:52:37.179 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:52:37.179 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:52:37.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:38.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:38.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:39.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.241 s - in org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 19.07 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 6.035 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 4.022 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 4.521 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 6.026 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 6.523 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 7.034 s Running org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:52:39.190 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:52:39.191 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:52:39.192 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:52:39.192 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:52:39.192 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:52:39.192 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:52:39.192 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:52:39.192 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:52:39.193 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:52:39.193 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:52:39.193 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:52:39.193 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:52:39.193 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 11:52:39.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:52:39.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:52:39.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:52:39.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:52:39.193 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:52:39.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:52:39.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:39.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:40.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:40.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:41.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:41.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:41.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:41.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:41.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:52:41.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:52:41.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:41.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:52:41.211 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:52:41.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 11:52:41.213 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:41.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:42.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:42.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:43.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:43.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:43.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:43.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:43.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:52:43.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:52:43.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:43.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:52:43.215 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 11:52:43.216 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 11:52:43.216 TRACE [main][WidgetHandler] Notify Link with event 3 11:52:43.216 TRACE [main][WidgetHandler] Wait for synchronization 11:52:43.217 TRACE [main][WidgetHandler] Notify Link with event 4 11:52:43.217 TRACE [main][WidgetHandler] Wait for synchronization 11:52:43.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 11:52:43.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:43.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:44.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:44.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:45.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:45.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:45.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:45.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:45.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:52:45.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:52:45.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:45.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 11:52:45.221 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 11:52:45.221 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 11:52:45.221 TRACE [main][WidgetHandler] Notify Link with event 3 11:52:45.221 TRACE [main][WidgetHandler] Wait for synchronization 11:52:45.221 TRACE [main][WidgetHandler] Notify Link with event 4 11:52:45.221 TRACE [main][WidgetHandler] Wait for synchronization 11:52:45.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 11:52:45.222 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:45.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:46.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:46.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:47.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:47.224 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:47.224 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:47.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:47.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:52:47.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:52:47.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:47.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 11:52:47.225 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 11:52:47.225 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 11:52:47.225 TRACE [main][WidgetHandler] Notify Link with event 3 11:52:47.225 TRACE [main][WidgetHandler] Wait for synchronization 11:52:47.226 TRACE [main][WidgetHandler] Notify Link with event 4 11:52:47.226 TRACE [main][WidgetHandler] Wait for synchronization 11:52:47.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 11:52:47.227 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:47.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:49.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:49.729 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:49.729 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:49.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:49.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:52:49.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:52:49.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:49.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:52:49.729 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 11:52:49.730 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 11:52:49.730 TRACE [main][WidgetHandler] Notify Link with event 3 11:52:49.730 TRACE [main][WidgetHandler] Wait for synchronization 11:52:49.730 TRACE [main][WidgetHandler] Notify Link with event 4 11:52:49.730 TRACE [main][WidgetHandler] Wait for synchronization 11:52:49.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 11:52:49.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:50.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:50.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:51.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:51.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:51.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:51.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:51.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:52:51.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:52:51.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:51.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 11:52:51.738 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 11:52:51.739 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 11:52:51.739 TRACE [main][WidgetHandler] Notify Link with event 3 11:52:51.739 TRACE [main][WidgetHandler] Wait for synchronization 11:52:51.739 TRACE [main][WidgetHandler] Notify Link with event 4 11:52:51.739 TRACE [main][WidgetHandler] Wait for synchronization 11:52:51.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 11:52:51.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:51.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:52.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:52.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:53.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:53.743 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:53.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:53.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:53.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:52:53.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:52:53.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:53.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 11:52:53.743 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 11:52:53.744 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 11:52:53.744 TRACE [main][WidgetHandler] Notify Link with event 3 11:52:53.744 TRACE [main][WidgetHandler] Wait for synchronization 11:52:53.744 TRACE [main][WidgetHandler] Notify Link with event 4 11:52:53.744 TRACE [main][WidgetHandler] Wait for synchronization 11:52:53.746 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:52:53.746 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:52:53.746 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:52:53.746 DEBUG [main][AbstractWait] Waiting until shell is active... 11:52:53.746 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:52:53.746 INFO [main][AbstractShell] Close shell Testing shell 11:52:53.746 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:52:53.750 DEBUG [main][AbstractWait] Waiting while shell is available... 11:52:53.750 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:52:53.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:52:53.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:52:53.750 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:52:53.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:54.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:54.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:55.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:55.754 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 11:52:55.754 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:52:55.754 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 11:52:55.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:52:55.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:52:55.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:52:55.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:52:55.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:52:55.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "This is a link1") 11:52:55.766 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:55.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:57.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:57.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:52:58.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:52:58.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:52:58.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:52:58.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:52:58.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:52:58.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:52:58.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:52:58.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:52:58.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "This is another link2 with two links") 11:52:58.270 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:52:58.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:52:59.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:52:59.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:00.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:00.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:00.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:00.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:00.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:53:00.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:53:00.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:00.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:53:00.773 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:53:00.774 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:53:00.774 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:53:00.775 DEBUG [main][AbstractWait] Waiting until shell is active... 11:53:00.775 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:53:00.775 INFO [main][AbstractShell] Close shell Testing shell 11:53:00.775 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:53:00.777 DEBUG [main][AbstractWait] Waiting while shell is available... 11:53:00.777 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:53:00.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:53:00.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:53:00.777 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:53:00.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:02.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:02.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:03.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:03.281 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 11:53:03.281 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:53:03.281 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 11:53:03.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:53:03.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:53:03.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:53:03.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:53:03.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:53:03.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 11:53:03.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:04.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:04.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:05.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:05.294 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:05.294 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:05.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:05.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:53:05.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:53:05.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:05.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:53:05.294 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 11:53:05.295 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:53:05.296 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:53:05.296 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:53:05.296 DEBUG [main][AbstractWait] Waiting until shell is active... 11:53:05.296 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:53:05.296 INFO [main][AbstractShell] Close shell Testing shell 11:53:05.296 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:53:05.299 DEBUG [main][AbstractWait] Waiting while shell is available... 11:53:05.299 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:53:05.299 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:53:05.299 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:53:05.299 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:53:05.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:06.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:06.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:07.302 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 11:53:07.302 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:53:07.302 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 11:53:07.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:53:07.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:53:07.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:53:07.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:53:07.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:53:07.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 11:53:07.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:07.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:08.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:08.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:09.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:09.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:09.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:09.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:09.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:53:09.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:53:09.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:09.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:53:09.817 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 11:53:09.817 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:53:09.818 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:53:09.818 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:53:09.818 DEBUG [main][AbstractWait] Waiting until shell is active... 11:53:09.818 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:53:09.818 INFO [main][AbstractShell] Close shell Testing shell 11:53:09.819 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:53:09.821 DEBUG [main][AbstractWait] Waiting while shell is available... 11:53:09.821 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:53:09.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:53:09.821 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:53:09.821 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:53:09.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:10.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:10.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:11.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:11.824 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 11:53:11.824 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:53:11.825 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 11:53:11.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:53:11.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:53:11.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:53:11.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:53:11.825 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:53:11.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 11:53:11.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:11.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:12.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:12.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:14.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:14.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:14.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:14.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:14.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:53:14.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:53:14.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:14.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:53:14.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 11:53:14.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:14.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:15.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:16.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:16.341 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:16.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:16.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:16.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:53:16.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:53:16.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:16.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 11:53:16.342 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:53:16.343 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:53:16.343 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:53:16.343 DEBUG [main][AbstractWait] Waiting until shell is active... 11:53:16.343 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:53:16.343 INFO [main][AbstractShell] Close shell Testing shell 11:53:16.343 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:53:16.346 DEBUG [main][AbstractWait] Waiting while shell is available... 11:53:16.346 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:53:16.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:53:16.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:53:16.346 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:53:16.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:17.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:17.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:18.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:18.849 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 11:53:18.849 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:53:18.849 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 11:53:18.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:53:18.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:53:18.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:53:18.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:53:18.850 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:53:18.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 11:53:18.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:19.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:19.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:21.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:21.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:21.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:53:21.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:53:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:21.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 11:53:21.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 11:53:21.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:21.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:22.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:22.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:23.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:23.865 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:23.865 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:23.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:23.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:53:23.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:53:23.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:23.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 11:53:23.866 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:53:23.866 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:53:23.867 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:53:23.867 DEBUG [main][AbstractWait] Waiting until shell is active... 11:53:23.867 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:53:23.867 INFO [main][AbstractShell] Close shell Testing shell 11:53:23.867 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:53:23.869 DEBUG [main][AbstractWait] Waiting while shell is available... 11:53:23.870 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:53:23.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:53:23.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:53:23.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:53:23.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:24.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:24.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:25.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:25.872 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 11:53:25.872 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:53:25.873 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 11:53:25.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:53:25.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:53:25.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:53:25.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:53:25.873 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:53:25.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:53:25.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:25.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:26.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:26.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:27.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:27.885 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:27.885 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:27.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:27.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:53:27.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:53:27.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:27.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:53:27.886 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:53:27.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 2 and no matchers specified 11:53:27.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:27.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:28.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:28.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:29.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:29.888 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:29.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:29.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:29.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:53:29.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:53:29.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:29.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 2 was found 11:53:29.889 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 11:53:29.889 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 11:53:29.893 TRACE [main][WidgetHandler] Notify Link with event 3 11:53:29.894 TRACE [main][WidgetHandler] Wait for synchronization 11:53:29.894 TRACE [main][WidgetHandler] Notify Link with event 4 11:53:29.894 TRACE [main][WidgetHandler] Wait for synchronization 11:53:29.895 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 11:53:29.895 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 11:53:29.895 TRACE [main][WidgetHandler] Notify Link with event 3 11:53:29.895 TRACE [main][WidgetHandler] Wait for synchronization 11:53:29.896 TRACE [main][WidgetHandler] Notify Link with event 4 11:53:29.896 TRACE [main][WidgetHandler] Wait for synchronization 11:53:29.896 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:53:29.896 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:53:29.896 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:53:29.896 DEBUG [main][AbstractWait] Waiting until shell is active... 11:53:29.896 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:53:29.896 INFO [main][AbstractShell] Close shell Testing shell 11:53:29.896 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:53:29.899 DEBUG [main][AbstractWait] Waiting while shell is available... 11:53:29.899 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:53:29.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:53:29.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:53:29.899 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:53:29.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:30.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:30.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:31.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:31.902 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 11:53:31.902 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 11:53:31.902 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:53:31.902 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:53:31.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:32.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:32.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:33.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.716 s - in org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 16.561 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 7.526 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 4.021 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 4.522 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 7.024 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 7.023 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 6.029 s Running org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 11:53:33.911 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 11:53:33.911 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:53:33.912 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:53:33.912 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 11:53:33.912 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:53:33.912 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:53:33.912 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:53:33.912 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:53:33.915 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:53:33.915 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:53:33.916 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:53:33.916 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:53:33.916 INFO [WorkbenchTestable][RequirementsRunner] Started test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 11:53:33.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 11:53:33.916 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:53:33.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:53:33.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:53:33.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:53:33.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:53:33.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:33.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:34.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:34.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:35.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:35.931 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:35.931 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:35.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:35.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:53:35.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:53:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:35.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:53:35.932 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 11:53:35.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:53:35.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:35.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:37.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:37.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:38.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:38.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:38.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:38.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:38.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:53:38.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:53:38.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:38.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:53:38.437 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 11:53:38.437 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:53:38.437 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:53:38.438 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:53:38.438 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:53:38.438 DEBUG [main][AbstractWait] Waiting until shell is active... 11:53:38.438 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:53:38.438 INFO [main][AbstractShell] Close shell Testing shell 11:53:38.438 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:53:38.441 DEBUG [main][AbstractWait] Waiting while shell is available... 11:53:38.441 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:53:38.441 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 11:53:38.441 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:53:38.441 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:53:38.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:39.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:39.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:40.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:40.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 11:53:40.444 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:53:40.444 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 11:53:40.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 11:53:40.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:53:40.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:53:40.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:53:40.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:53:40.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:53:40.452 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:40.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:41.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:41.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:42.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:42.456 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:42.456 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:42.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:42.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:53:42.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:53:42.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:42.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:53:42.457 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 11:53:42.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:53:42.458 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:42.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:43.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:43.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:44.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:44.461 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:44.461 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:44.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:44.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:53:44.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:53:44.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:44.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:53:44.461 INFO [WorkbenchTestable][AbstractStyledText] Select text styled in styled text 11:53:44.466 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:53:44.467 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:53:44.467 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:53:44.467 DEBUG [main][AbstractWait] Waiting until shell is active... 11:53:44.467 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:53:44.467 INFO [main][AbstractShell] Close shell Testing shell 11:53:44.467 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:53:44.469 DEBUG [main][AbstractWait] Waiting while shell is available... 11:53:44.469 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:53:44.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 11:53:44.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:53:44.469 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:53:44.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:45.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:45.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:46.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:46.472 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 11:53:46.472 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:53:46.472 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 11:53:46.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 11:53:46.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:53:46.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:53:46.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:53:46.473 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:53:46.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:53:46.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:46.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:47.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:47.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:48.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:48.484 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:48.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:48.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:48.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:53:48.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:53:48.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:48.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:53:48.485 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 11:53:48.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:53:48.485 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:48.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:49.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:49.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:50.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:50.489 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:50.489 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:50.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:50.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:53:50.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:53:50.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:50.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:53:50.489 INFO [WorkbenchTestable][AbstractStyledText] Select position start: 8 end: 10 in styled text 11:53:50.493 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:53:50.494 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:53:50.494 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:53:50.494 DEBUG [main][AbstractWait] Waiting until shell is active... 11:53:50.494 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:53:50.494 INFO [main][AbstractShell] Close shell Testing shell 11:53:50.494 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:53:50.495 DEBUG [main][AbstractWait] Waiting while shell is available... 11:53:50.496 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:53:50.496 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 11:53:50.496 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:53:50.496 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:53:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:51.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:51.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:52.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:52.498 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 11:53:52.499 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 11:53:52.499 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:53:52.499 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:53:52.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:53.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:54.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.591 s - in org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 6.527 s selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 6.028 s selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 6.026 s Running org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 11:53:54.508 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 11:53:54.508 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:53:54.509 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:53:54.509 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 11:53:54.509 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:53:54.509 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:53:54.509 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:53:54.509 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:53:54.510 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:53:54.510 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:53:54.510 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:53:54.510 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:53:54.510 INFO [WorkbenchTestable][RequirementsRunner] Started test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 11:53:54.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 11:53:54.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:53:54.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:53:54.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:53:54.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:53:54.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 11:53:54.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:54.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:55.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:55.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:56.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:56.557 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:56.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:56.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:56.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:53:56.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:53:56.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:56.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 11:53:56.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 11:53:56.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:56.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:57.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:57.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:53:58.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:53:58.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:53:58.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:53:58.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:53:58.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:53:58.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:53:58.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:53:58.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 11:53:58.563 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 1 11:53:58.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 11:53:58.565 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:53:58.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:53:59.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:53:59.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:00.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:00.569 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:54:00.569 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:00.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:00.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:00.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:00.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:00.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 11:54:00.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 1 and no matchers specified 11:54:00.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:00.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:02.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:02.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:54:02.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:02.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:02.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:54:02.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:54:02.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:02.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 11:54:02.573 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 2 11:54:02.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 1 and no matchers specified 11:54:02.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:02.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:03.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:03.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:05.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:05.078 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:54:05.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:05.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:05.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:54:05.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:54:05.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:05.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 11:54:05.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "First spinner:") 11:54:05.080 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:05.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:06.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:06.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:07.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:07.082 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:54:07.082 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:07.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:07.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:07.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:07.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:07.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 11:54:07.083 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 11 11:54:07.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "First spinner:") 11:54:07.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:07.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:08.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:08.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:09.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:09.087 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:54:09.087 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:09.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:09.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:09.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:09.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:09.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 11:54:09.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Second spinner:") 11:54:09.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:09.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:10.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:10.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:11.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:11.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:54:11.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:11.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:11.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:11.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:11.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:11.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 11:54:11.093 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 22 11:54:11.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Second spinner:") 11:54:11.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:11.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:12.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:12.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:13.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:13.097 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:54:13.097 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:13.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:13.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:13.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:13.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:13.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 11:54:13.099 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:54:13.100 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:54:13.100 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:54:13.100 DEBUG [main][AbstractWait] Waiting until shell is active... 11:54:13.101 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:54:13.101 INFO [main][AbstractShell] Close shell Testing shell 11:54:13.101 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:54:13.105 DEBUG [main][AbstractWait] Waiting while shell is available... 11:54:13.105 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:54:13.105 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 11:54:13.105 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:13.105 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:13.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:14.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:14.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:15.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:15.109 INFO [WorkbenchTestable][RequirementsRunner] Finished test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 11:54:15.109 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 11:54:15.109 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:15.109 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:16.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:16.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:17.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.605 s - in org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) Time elapsed: 20.599 s Running org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 11:54:17.118 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 11:54:17.119 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:54:17.119 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:17.119 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 11:54:17.119 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:17.119 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:54:17.119 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:17.119 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:54:17.120 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:17.120 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:54:17.120 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:17.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:17.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:17.129 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' is already open. Activate. 11:54:17.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:17.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:17.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:54:17.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:54:17.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:54:17.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:54:17.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 11:54:17.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:17.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:17.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:17.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:17.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:54:17.167 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 11:54:17.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 11:54:17.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:54:17.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Original text TooltipText=null 11:54:17.205 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:17.205 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 11:54:17.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 11:54:17.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:17.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:17.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:17.205 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:17.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified ( with key 'org.eclipse.reddeer.widget.key' and value 'label1') 11:54:17.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:17.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:17.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:54:17.208 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 11:54:17.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:17.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:17.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:17.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 11:54:17.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:17.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:17.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 11:54:17.210 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 11:54:17.210 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:17.210 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:17.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:17.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:54:17.210 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 11:54:17.210 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:17.210 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 11:54:17.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 11:54:17.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:17.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:17.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:17.210 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:17.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Name:") 11:54:17.210 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:17.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:17.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:54:17.211 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 11:54:17.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:17.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:17.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:17.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:17.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:17.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 11:54:17.212 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 11:54:17.212 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:17.212 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:17.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:17.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:54:17.212 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 11:54:17.212 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 11:54:17.212 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:17.212 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:17.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:17.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.005 s defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:17.220 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:17.220 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:54:17.221 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:17.221 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:17.221 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:17.221 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:54:17.221 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:17.221 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:54:17.221 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:17.221 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:54:17.221 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:17.221 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:17.222 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 11:54:17.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:17.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:17.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:17.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:17.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:17.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 11:54:17.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:17.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:17.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:54:17.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:54:17.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:17.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:17.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:17.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:17.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:17.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 11:54:17.259 TRACE [main][WidgetHandler] Notify List with event 13 11:54:17.260 TRACE [main][WidgetHandler] Wait for synchronization 11:54:17.260 TRACE [main][WidgetHandler] Notify List with event 13 11:54:17.260 TRACE [main][WidgetHandler] Wait for synchronization 11:54:17.261 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:54:17.261 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:54:17.261 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:54:17.261 DEBUG [main][AbstractWait] Waiting until shell is active... 11:54:17.261 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:54:17.261 INFO [main][AbstractShell] Close shell Testing shell 11:54:17.261 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:54:17.265 DEBUG [main][AbstractWait] Waiting while shell is available... 11:54:17.265 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:54:17.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:17.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:17.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:17.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:18.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:18.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:19.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:19.269 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 11:54:19.269 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:19.269 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 11:54:19.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:19.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:19.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:19.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:19.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:19.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 11:54:19.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:19.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:20.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:20.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:21.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:21.291 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:54:21.291 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:21.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:21.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:21.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:21.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:21.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 11:54:21.293 TRACE [main][WidgetHandler] Notify List with event 13 11:54:21.294 TRACE [main][WidgetHandler] Wait for synchronization 11:54:21.294 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:54:21.294 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:54:21.294 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:54:21.295 DEBUG [main][AbstractWait] Waiting until shell is active... 11:54:21.295 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:54:21.295 INFO [main][AbstractShell] Close shell Testing shell 11:54:21.295 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:54:21.297 DEBUG [main][AbstractWait] Waiting while shell is available... 11:54:21.297 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:54:21.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:21.298 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:21.298 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:21.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:22.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:22.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:23.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:23.300 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 11:54:23.300 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:23.300 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 11:54:23.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:23.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:23.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:23.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:23.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:23.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 11:54:23.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:23.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:24.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:24.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:25.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:25.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:54:25.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:25.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:25.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:25.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:25.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:25.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 11:54:25.318 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:54:25.319 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:54:25.319 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:54:25.319 DEBUG [main][AbstractWait] Waiting until shell is active... 11:54:25.319 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:54:25.319 INFO [main][AbstractShell] Close shell Testing shell 11:54:25.319 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:54:25.321 DEBUG [main][AbstractWait] Waiting while shell is available... 11:54:25.321 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:54:25.321 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:25.321 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:25.321 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:25.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:26.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:26.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:27.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:27.323 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 11:54:27.324 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:27.324 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 11:54:27.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:27.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:27.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:27.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:27.324 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:27.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 11:54:27.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:27.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:28.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:28.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:29.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:29.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:54:29.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:29.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:29.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:29.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:29.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:29.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 11:54:29.341 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 11:54:29.342 TRACE [main][WidgetHandler] Notify List with event 13 11:54:29.343 TRACE [main][WidgetHandler] Wait for synchronization 11:54:29.344 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:54:29.344 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:54:29.344 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:54:29.345 DEBUG [main][AbstractWait] Waiting until shell is active... 11:54:29.345 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:54:29.345 INFO [main][AbstractShell] Close shell Testing shell 11:54:29.345 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:54:29.347 DEBUG [main][AbstractWait] Waiting while shell is available... 11:54:29.347 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:54:29.347 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:29.347 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:29.347 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:29.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:30.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:30.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:31.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:31.350 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 11:54:31.350 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:31.350 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 11:54:31.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:31.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:31.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:31.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:31.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:31.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 11:54:31.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:31.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:32.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:32.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:33.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:33.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:54:33.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:33.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:33.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:33.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:33.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:33.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 11:54:33.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'list001') 11:54:33.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:33.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:34.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:34.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:35.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:35.870 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:54:35.870 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:35.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:35.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:35.871 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 11:54:35.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:35.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:35.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 11:54:35.872 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:54:35.872 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:54:35.872 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:54:35.873 DEBUG [main][AbstractWait] Waiting until shell is active... 11:54:35.873 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:54:35.873 INFO [main][AbstractShell] Close shell Testing shell 11:54:35.873 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:54:35.874 DEBUG [main][AbstractWait] Waiting while shell is available... 11:54:35.874 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:54:35.875 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:35.875 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:35.875 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:35.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:36.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:36.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:37.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:37.877 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 11:54:37.877 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:37.877 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 11:54:37.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:37.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:37.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:37.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:37.878 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:37.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 11:54:37.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:37.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:38.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:38.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:39.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:39.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:54:39.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:39.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:39.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:39.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:39.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:39.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 11:54:39.896 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 3) 11:54:39.898 TRACE [main][WidgetHandler] Notify List with event 13 11:54:39.898 TRACE [main][WidgetHandler] Wait for synchronization 11:54:39.900 TRACE [main][WidgetHandler] Notify List with event 13 11:54:39.900 TRACE [main][WidgetHandler] Wait for synchronization 11:54:39.900 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:54:39.900 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:54:39.900 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:54:39.901 DEBUG [main][AbstractWait] Waiting until shell is active... 11:54:39.901 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:54:39.901 INFO [main][AbstractShell] Close shell Testing shell 11:54:39.901 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:54:39.903 DEBUG [main][AbstractWait] Waiting while shell is available... 11:54:39.903 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:54:39.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:39.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:39.903 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:39.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:40.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:40.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:41.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:41.906 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 11:54:41.906 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:41.906 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 11:54:41.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:41.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:41.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:41.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:41.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:41.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 11:54:41.916 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:41.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:42.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:42.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:43.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:43.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:54:43.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:43.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:43.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:43.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:43.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:43.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 11:54:43.923 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 11:54:43.925 TRACE [main][WidgetHandler] Notify List with event 13 11:54:43.926 TRACE [main][WidgetHandler] Wait for synchronization 11:54:43.929 TRACE [main][WidgetHandler] Notify List with event 13 11:54:43.929 TRACE [main][WidgetHandler] Wait for synchronization 11:54:43.930 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:54:43.930 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:54:43.930 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:54:43.930 DEBUG [main][AbstractWait] Waiting until shell is active... 11:54:43.930 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:54:43.930 INFO [main][AbstractShell] Close shell Testing shell 11:54:43.930 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:54:43.932 DEBUG [main][AbstractWait] Waiting while shell is available... 11:54:43.932 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:54:43.933 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:43.933 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:43.933 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:43.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:44.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:44.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:45.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:45.936 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 11:54:45.936 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 11:54:45.936 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:45.936 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:45.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:47.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:47.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:48.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.72 s - in org.eclipse.reddeer.swt.test.impl.list.DefaultListTest testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 2.046 s testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 4.031 s testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 4.023 s testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 4.026 s testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 6.527 s testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 4.029 s testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 4.03 s Running org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 11:54:48.947 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 11:54:48.949 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:54:48.949 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:48.949 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 11:54:48.949 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:48.949 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:54:48.951 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:48.951 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:54:48.952 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:48.952 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:54:48.952 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:48.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:48.952 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 11:54:48.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 11:54:48.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:48.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:48.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:48.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:48.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:54:48.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:54:48.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:54:48.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:54:48.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:54:48.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 11:54:48.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:48.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:48.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:48.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:48.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:54:48.971 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Testing shell' 11:54:48.973 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:54:48.973 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:54:48.973 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:54:48.973 DEBUG [main][AbstractWait] Waiting until shell is active... 11:54:48.973 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:54:48.973 INFO [main][AbstractShell] Close shell Testing shell 11:54:48.973 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:54:48.977 DEBUG [main][AbstractWait] Waiting while shell is available... 11:54:48.977 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:54:48.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 11:54:48.978 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:48.978 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:48.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:49.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:49.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:50.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:50.980 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 11:54:50.981 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 11:54:50.981 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:50.981 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:50.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:51.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:51.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:52.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.037 s - in org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) Time elapsed: 2.028 s Running org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 11:54:52.989 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 11:54:52.990 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:54:52.990 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:52.990 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 11:54:52.990 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:52.990 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:54:52.990 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:52.990 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:54:52.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:52.991 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:54:52.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:52.991 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:52.991 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 11:54:52.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 11:54:52.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:52.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:52.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:52.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:52.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:54:53.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:54:53.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:54:53.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:54:53.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:54:53.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 11:54:53.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:53.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:53.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:53.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:53.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:54:53.006 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:54:53.007 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:54:53.007 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:54:53.007 DEBUG [main][AbstractWait] Waiting until shell is active... 11:54:53.007 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:54:53.007 INFO [main][AbstractShell] Close shell Testing shell 11:54:53.007 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:54:53.011 DEBUG [main][AbstractWait] Waiting while shell is available... 11:54:53.011 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:54:53.011 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 11:54:53.011 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:53.011 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:53.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:54.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:54.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:55.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:55.015 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 11:54:55.015 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 11:54:55.015 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:55.015 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:55.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:56.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:56.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:57.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.028 s - in org.eclipse.reddeer.swt.test.widgets.DefaultControlTest defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) Time elapsed: 2.024 s Running org.eclipse.reddeer.swt.test.WidgetResolverTest 11:54:57.027 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.WidgetResolverTest 11:54:57.028 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:54:57.028 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:57.028 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 11:54:57.028 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:57.028 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:54:57.029 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:57.029 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:54:57.029 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:57.029 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:54:57.029 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:57.030 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:57.030 INFO [WorkbenchTestable][RequirementsRunner] Started test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 11:54:57.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 11:54:57.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:57.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:57.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:57.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:57.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:58.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:54:58.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:54:59.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:54:59.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:54:59.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:54:59.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:54:59.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widgets with specified parent and matchers 11:54:59.069 TRACE [WorkbenchTestable][WidgetLookup] 132 widget(s) found 11:54:59.069 INFO [WorkbenchTestable][WidgetResolverTest] Testing 132 widgets for matching children to parent. 11:54:59.071 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 11:54:59.071 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 11:54:59.072 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 11:54:59.072 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 11:54:59.073 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Shell {data - Eclipse Platform} 11:54:59.073 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 11:54:59.074 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 11:54:59.074 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 11:54:59.075 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 11:54:59.076 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} matches to its parent widget Composite {} 11:54:59.076 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 11:54:59.077 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} matches to its parent widget Composite {} 11:54:59.077 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} matches to its parent widget Composite {} 11:54:59.078 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 11:54:59.078 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 11:54:59.079 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 11:54:59.079 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 11:54:59.080 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Package Explorer} matches to its parent widget CTabFolder {} 11:54:59.080 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 11:54:59.081 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 11:54:59.081 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 11:54:59.082 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 11:54:59.083 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} 11:54:59.083 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} 11:54:59.084 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 11:54:59.085 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} matches to its parent widget Composite {} 11:54:59.085 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ContributedPartRenderer$1 {} 11:54:59.085 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 11:54:59.086 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Tree {} matches to its parent widget Composite {} 11:54:59.086 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 11:54:59.086 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 11:54:59.087 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Link {There are no projects in your workspace. To add a project:} matches to its parent widget Composite {} 11:54:59.087 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 11:54:59.088 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} 11:54:59.088 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} matches to its parent widget Composite {} 11:54:59.089 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} 11:54:59.089 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} matches to its parent widget Composite {} 11:54:59.090 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} 11:54:59.090 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} matches to its parent widget Composite {} 11:54:59.091 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {Package Explorer} 11:54:59.091 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 11:54:59.092 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} matches to its parent widget Composite {} 11:54:59.092 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 11:54:59.093 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 11:54:59.093 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 11:54:59.094 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 11:54:59.094 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 11:54:59.094 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 11:54:59.095 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 11:54:59.095 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 11:54:59.095 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 11:54:59.096 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Outline} matches to its parent widget CTabFolder {} 11:54:59.096 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 11:54:59.097 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 11:54:59.097 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 11:54:59.098 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 11:54:59.098 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} matches to its parent widget Composite {} 11:54:59.099 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ContributedPartRenderer$1 {} 11:54:59.099 INFO [WorkbenchTestable][WidgetResolverTest] Child widget PageBook {} matches to its parent widget Composite {} 11:54:59.100 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget PageBook {} 11:54:59.100 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {There is no active editor that provides an outline.} matches to its parent widget Composite {} 11:54:59.101 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {Outline} 11:54:59.101 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 11:54:59.101 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 11:54:59.102 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget CTabFolder {} 11:54:59.102 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 11:54:59.103 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 11:54:59.103 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 11:54:59.103 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabFolder {} 11:54:59.104 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Problems} matches to its parent widget CTabFolder {} 11:54:59.104 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Javadoc} matches to its parent widget CTabFolder {} 11:54:59.105 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Declaration} matches to its parent widget CTabFolder {} 11:54:59.105 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT} matches to its parent widget CTabFolder {} 11:54:59.105 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Error Log} matches to its parent widget CTabFolder {} 11:54:59.106 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT Controls} matches to its parent widget CTabFolder {} 11:54:59.106 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 11:54:59.107 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 11:54:59.107 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 11:54:59.107 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 11:54:59.108 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} matches to its parent widget Composite {} 11:54:59.108 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ContributedPartRenderer$1 {} 11:54:59.109 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Name:} matches to its parent widget Composite {} 11:54:59.109 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Text {} matches to its parent widget Composite {} 11:54:59.110 INFO [WorkbenchTestable][WidgetResolverTest] Child widget StyledText {} matches to its parent widget Composite {} 11:54:59.111 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {Problems} 11:54:59.133 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {RedDeer SWT} 11:54:59.134 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {Error Log} 11:54:59.134 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget CTabItem {RedDeer SWT Controls} 11:54:59.135 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 11:54:59.135 INFO [WorkbenchTestable][WidgetResolverTest] Child widget StatusLine {} matches to its parent widget Composite {} 11:54:59.136 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 11:54:59.136 INFO [WorkbenchTestable][WidgetResolverTest] Child widget HeapStatus {} matches to its parent widget ImageBasedFrame {} 11:54:59.137 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Canvas {} matches to its parent widget HeapStatus {} 11:54:59.137 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CLabel {} matches to its parent widget StatusLine {} 11:54:59.138 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget StatusLine {} 11:54:59.138 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget StatusLine {} 11:54:59.139 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 11:54:59.139 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} matches to its parent widget Composite {} 11:54:59.139 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} 11:54:59.140 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} 11:54:59.140 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressRegion$1 {} matches to its parent widget ImageBasedFrame {} 11:54:59.141 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Canvas {} matches to its parent widget ProgressRegion$1 {} 11:54:59.141 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ProgressRegion$1 {} 11:54:59.141 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget Composite {} 11:54:59.142 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 11:54:59.142 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 11:54:59.142 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 11:54:59.143 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 11:54:59.143 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 11:54:59.143 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 11:54:59.143 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 11:54:59.144 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 11:54:59.144 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} matches to its parent widget Composite {} 11:54:59.145 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} matches to its parent widget Composite {} 11:54:59.145 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 11:54:59.145 INFO [WorkbenchTestable][WidgetResolverTest] Child widget LayoutModifierToolControl$1 {} matches to its parent widget Composite {} 11:54:59.146 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} matches to its parent widget Composite {} 11:54:59.146 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 11:54:59.146 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=newWizardDropDown, visible=true)} matches to its parent widget ToolBar {} 11:54:59.147 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=save, visible=true)} matches to its parent widget ToolBar {} 11:54:59.147 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=saveAll, visible=true)} matches to its parent widget ToolBar {} 11:54:59.148 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 11:54:59.148 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.internal.ui.actions.DebugDropDownAction, visible=true)} matches to its parent widget ToolBar {} 11:54:59.149 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.internal.ui.actions.RunDropDownAction, visible=true)} matches to its parent widget ToolBar {} 11:54:59.149 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 11:54:59.150 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.OpenPackageWizard, visible=true)} matches to its parent widget ToolBar {} 11:54:59.150 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.NewTypeDropDown, visible=true)} matches to its parent widget ToolBar {} 11:54:59.151 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 11:54:59.151 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.toolbars.sampleCommand, visible=true)} matches to its parent widget ToolBar {} 11:54:59.152 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.toolbars.sampleCommand, visible=true)} matches to its parent widget ToolBar {} 11:54:59.152 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 11:54:59.153 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.ui.actions.SkipAllBreakpoints, visible=true)} matches to its parent widget ToolBar {} 11:54:59.153 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 11:54:59.154 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=openType, visible=true)} matches to its parent widget ToolBar {} 11:54:59.154 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.search.OpenSearchDialogPage, visible=true)} matches to its parent widget ToolBar {} 11:54:59.155 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget ImageBasedFrame {} 11:54:59.155 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextAnnotation, visible=true)} matches to its parent widget ToolBar {} 11:54:59.156 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoPreviousAnnotation, visible=true)} matches to its parent widget ToolBar {} 11:54:59.156 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoLastEditPosition, visible=true)} matches to its parent widget ToolBar {} 11:54:59.157 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=backardHistory, visible=true)} matches to its parent widget ToolBar {} 11:54:59.157 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=forwardHistory, visible=true)} matches to its parent widget ToolBar {} 11:54:59.157 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: Separator(id=pin.group, visible=true)} matches to its parent widget ToolBar {} 11:54:59.158 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.ui.window.pinEditor, visible=true)} matches to its parent widget ToolBar {} 11:54:59.159 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget Composite {} 11:54:59.159 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 11:54:59.159 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {Find Actions} matches to its parent widget ToolBar {} 11:54:59.160 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} matches to its parent widget ImageBasedFrame {} 11:54:59.160 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} matches to its parent widget Composite {} 11:54:59.161 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 11:54:59.161 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} 11:54:59.163 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.ui.resourcePerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@6ffd4c0d (tags: [persp.actionSet:org.eclipse.ui.actionSet.keyBindings, persp.actionSet:org.eclipse.ui.actionSet.openFiles, persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation, persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation, persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo, persp.actionSet:org.eclipse.search.searchActionSet, persp.actionSet:org.eclipse.ui.cheatsheets.actionSet, persp.newWizSC:org.eclipse.ui.wizards.new.folder, persp.newWizSC:org.eclipse.ui.wizards.new.file, persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer, persp.viewSC:org.eclipse.ui.views.BookmarkView, persp.viewSC:org.eclipse.ui.views.ContentOutline, persp.viewSC:org.eclipse.ui.views.PropertySheet, persp.viewSC:org.eclipse.ui.views.ProblemView, persp.viewSC:org.eclipse.ui.views.ProgressView, persp.viewSC:org.eclipse.ui.views.TaskList, persp.actionSet:org.eclipse.ui.NavigateActionSet, persp.viewSC:org.eclipse.pde.runtime.LogView, persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard, persp.showIn:org.eclipse.ui.navigator.ProjectExplorer, persp.perspSC:org.eclipse.team.ui.TeamSynchronizingPerspective, persp.showIn:org.eclipse.team.ui.GenericHistoryView, persp.perspSC:org.eclipse.jdt.ui.JavaPerspective, persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective], contributorURI: null) (widget: Composite {}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer@36ad229b, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: Resource, iconURI: platform:/plugin/org.eclipse.ui.ide.application/$nl$/icons/full/eview16/resource_persp.png, tooltip: null, context: PerspectiveImpl (org.eclipse.ui.resourcePerspective) Context, variables: [])} matches to its parent widget ToolBar {} 11:54:59.165 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: org.eclipse.jdt.ui.JavaPerspective=org.eclipse.e4.ui.model.application.ui.advanced.impl.PerspectiveImpl@304744a1 (tags: [persp.actionSet:org.eclipse.ui.actionSet.keyBindings, persp.actionSet:org.eclipse.ui.actionSet.openFiles, persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation, persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation, persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo, persp.actionSet:org.eclipse.search.searchActionSet, persp.actionSet:org.eclipse.ui.cheatsheets.actionSet, persp.actionSet:org.eclipse.debug.ui.launchActionSet, persp.actionSet:org.eclipse.jdt.ui.JavaActionSet, persp.actionSet:org.eclipse.jdt.ui.JavaElementCreationActionSet, persp.actionSet:org.eclipse.ui.NavigateActionSet, persp.viewSC:org.eclipse.jdt.ui.PackageExplorer, persp.viewSC:org.eclipse.jdt.ui.TypeHierarchy, persp.viewSC:org.eclipse.jdt.ui.SourceView, persp.viewSC:org.eclipse.jdt.ui.JavadocView, persp.viewSC:org.eclipse.search.ui.views.SearchView, persp.viewSC:org.eclipse.ui.console.ConsoleView, persp.viewSC:org.eclipse.ui.views.ContentOutline, persp.viewSC:org.eclipse.ui.views.ProblemView, persp.viewSC:org.eclipse.ui.views.ResourceNavigator, persp.viewSC:org.eclipse.ui.views.TaskList, persp.viewSC:org.eclipse.ui.views.ProgressView, persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer, persp.viewSC:org.eclipse.ui.texteditor.TemplatesView, persp.viewSC:org.eclipse.pde.runtime.LogView, persp.newWizSC:org.eclipse.jdt.ui.wizards.JavaProjectWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewPackageCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewClassCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewEnumCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard, persp.newWizSC:org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard, persp.newWizSC:org.eclipse.ui.wizards.new.folder, persp.newWizSC:org.eclipse.ui.wizards.new.file, persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard, persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective, persp.perspSC:org.eclipse.debug.ui.DebugPerspective, persp.showIn:org.eclipse.jdt.ui.PackageExplorer, persp.showIn:org.eclipse.team.ui.GenericHistoryView, persp.showIn:org.eclipse.ui.navigator.ProjectExplorer, persp.actionSet:org.eclipse.debug.ui.breakpointActionSet, persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet, persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard, persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet], contributorURI: null) (widget: Composite {}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer@36ad229b, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: Java, iconURI: platform:/plugin/org.eclipse.jdt.ui/$nl$/icons/full/eview16/jperspective.png, tooltip: null, context: PerspectiveImpl (org.eclipse.jdt.ui.JavaPerspective) Context, variables: [])} matches to its parent widget ToolBar {} 11:54:59.165 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 11:54:59.165 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:59.165 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:59.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:59.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:54:59.166 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 11:54:59.166 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 11:54:59.166 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:59.166 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:59.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:59.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.14 s - in org.eclipse.reddeer.swt.test.WidgetResolverTest parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) Time elapsed: 2.136 s Running org.eclipse.reddeer.swt.test.DummyTest 11:54:59.177 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.DummyTest 11:54:59.178 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:54:59.178 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:59.178 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 11:54:59.178 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:59.178 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:54:59.178 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:59.178 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:54:59.179 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:59.179 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:54:59.179 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:59.179 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:59.179 INFO [WorkbenchTestable][RequirementsRunner] Started test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 11:54:59.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 11:54:59.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:59.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:59.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:59.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:59.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 11:54:59.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:59.179 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:59.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:59.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:54:59.180 INFO [WorkbenchTestable][RequirementsRunner] Finished test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 11:54:59.180 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 11:54:59.180 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:54:59.180 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:54:59.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:59.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.reddeer.swt.test.DummyTest dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.swt.test.shell.DefaultShellTest 11:54:59.189 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 11:54:59.190 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:54:59.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:59.190 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 11:54:59.190 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:59.190 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:54:59.190 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:59.190 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:54:59.191 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:59.191 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:54:59.191 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:59.191 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:54:59.191 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 11:54:59.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 11:54:59.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:54:59.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:54:59.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:54:59.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:54:59.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 11:54:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available. finished successfully 11:54:59.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 11:54:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:54:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:54:59.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 2") 11:54:59.270 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:54:59.270 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 11:54:59.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:59.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:59.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:59.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:59.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 11:54:59.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available.... 11:54:59.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available. finished successfully 11:54:59.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 1 11:54:59.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:54:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:54:59.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 1") 11:54:59.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:54:59.274 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 1" as the parent 11:54:59.274 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:59.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:59.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:59.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 11:54:59.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 11:54:59.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available. finished successfully 11:54:59.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 11:54:59.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:54:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:54:59.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 2") 11:54:59.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:54:59.277 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 11:54:59.277 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:59.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:59.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:54:59.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:54:59.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 11:54:59.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 1") 11:54:59.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:54:59.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:54:59.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:54:59.278 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 11:54:59.278 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:54:59.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:54:59.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:59.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:54:59.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:54:59.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:55:00.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:55:00.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:55:00.281 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was not found 11:55:00.282 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 1 11:55:00.282 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 1' 11:55:00.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:55:00.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:55:00.290 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 2 11:55:00.290 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 2' 11:55:00.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:55:00.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:55:00.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 11:55:00.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.327 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.328 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 11:55:00.328 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.329 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 11:55:00.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 11:55:00.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.329 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 11:55:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 11:55:00.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 11:55:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:00.347 INFO [WorkbenchTestable][AbstractShell] Close shell 11:55:00.347 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 11:55:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:55:00.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:55:00.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 11:55:00.376 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.376 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.377 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 11:55:00.377 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.377 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 11:55:00.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 11:55:00.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:55:00.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:00.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:00.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 11:55:00.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.378 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.378 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 11:55:00.378 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.378 INFO [WorkbenchTestable][RequirementsRunner] Started test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 11:55:00.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 11:55:00.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available.... 11:55:00.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available. finished successfully 11:55:00.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MaxMin 11:55:00.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:00.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:00.405 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'MaxMin' 11:55:00.406 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 11:55:00.407 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'MaxMin' 11:55:00.408 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 11:55:00.408 INFO [WorkbenchTestable][AbstractShell] Close shell MaxMin 11:55:00.408 INFO [WorkbenchTestable][ShellHandler] Closing shell 'MaxMin' 11:55:00.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:55:00.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:55:00.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 11:55:00.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.457 INFO [WorkbenchTestable][RequirementsRunner] Finished test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 11:55:00.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 11:55:00.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 11:55:00.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 11:55:00.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 11:55:00.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 11:55:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:00.483 INFO [WorkbenchTestable][AbstractShell] Close shell 11:55:00.483 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 11:55:00.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:55:00.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:55:00.514 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 11:55:00.514 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.514 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.515 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 11:55:00.515 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.515 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 11:55:00.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 11:55:00.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.515 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available.... 11:55:00.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available. finished successfully 11:55:00.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Dummy shell 11:55:00.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:00.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:00.556 INFO [WorkbenchTestable][AbstractShell] Close shell Dummy shell 11:55:00.556 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Dummy shell' 11:55:00.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:55:00.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:55:00.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 11:55:00.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.568 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.568 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 11:55:00.568 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 11:55:00.568 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.568 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.38 s - in org.eclipse.reddeer.swt.test.shell.DefaultShellTest activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 1.137 s testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.048 s defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.001 s manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.079 s testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.058 s closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.053 s Running org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 11:55:00.576 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 11:55:00.577 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:55:00.577 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.577 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 11:55:00.577 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.577 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:55:00.577 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.577 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:55:00.590 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.590 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:55:00.590 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.591 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.591 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 11:55:00.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 11:55:00.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:55:00.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:00.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:00.591 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:55:00.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 11:55:00.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.592 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 11:55:00.592 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.592 INFO [WorkbenchTestable][RequirementsRunner] Started test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 11:55:00.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 11:55:00.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:55:00.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:00.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:00.593 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:55:00.593 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 11:55:00.593 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 11:55:00.593 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 11:55:00.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 11:55:00.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.594 INFO [WorkbenchTestable][RequirementsRunner] Finished test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 11:55:00.594 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 11:55:00.594 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) Time elapsed: 0.001 s maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 11:55:00.600 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 11:55:00.601 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:55:00.601 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.601 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 11:55:00.601 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.601 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:55:00.601 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.601 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:55:00.602 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.602 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:55:00.602 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.602 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.602 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 11:55:00.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 11:55:00.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.609 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 11:55:00.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:55:00.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:00.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:00.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:55:00.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 11:55:00.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:00.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:00.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:55:00.642 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 11:55:00.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 11:55:00.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:55:00.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 11:55:00.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 11:55:00.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 11:55:00.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:55:00.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:00.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:00.663 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:55:00.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 11:55:00.667 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.667 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.668 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 11:55:00.668 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.668 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 11:55:00.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 11:55:00.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.685 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 11:55:00.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:55:00.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:00.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:00.689 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:55:00.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 11:55:00.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:00.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:00.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:55:00.692 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 11:55:00.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 11:55:00.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:55:00.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 11:55:00.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 11:55:00.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 11:55:00.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.695 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 11:55:00.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT ViewToolItem") 11:55:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:00.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:00.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:55:00.697 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 11:55:00.697 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.697 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.698 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 11:55:00.698 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.698 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 11:55:00.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 11:55:00.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.701 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 11:55:00.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:55:00.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:00.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:00.742 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:55:00.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 11:55:00.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:00.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:00.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:55:00.747 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 11:55:00.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 11:55:00.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:55:00.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 11:55:00.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 11:55:00.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 11:55:00.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.749 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 11:55:00.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT ViewToolItem") 11:55:00.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:00.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:00.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:55:00.750 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 11:55:00.750 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:55:00.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:55:00.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 11:55:00.751 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.752 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 11:55:00.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.752 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 11:55:00.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 11:55:00.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.772 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 11:55:00.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:55:00.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:00.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:00.778 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:55:00.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 11:55:00.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:00.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:00.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:55:00.784 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 11:55:00.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 11:55:00.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:55:00.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 11:55:00.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 11:55:00.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 11:55:00.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.786 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 11:55:00.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'RedDeer SWT View.*') 11:55:00.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:00.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:00.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:55:00.787 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 11:55:00.787 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:55:00.787 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:55:00.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 11:55:00.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.787 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.788 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 11:55:00.788 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 11:55:00.788 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.788 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.066 s testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.03 s testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.054 s testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.036 s Running org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 11:55:00.795 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 11:55:00.795 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:55:00.796 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.796 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 11:55:00.796 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.796 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:55:00.796 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.796 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:55:00.836 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.837 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:55:00.837 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.837 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.837 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 11:55:00.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 11:55:00.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:55:00.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:00.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:00.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:55:00.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT WorkbenchToolItem") 11:55:00.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:00.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:00.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:55:00.847 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 11:55:00.847 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:55:00.847 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:55:00.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 11:55:00.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.847 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 11:55:00.847 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.848 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 11:55:00.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 11:55:00.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:55:00.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:00.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:00.848 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:55:00.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'RedDeer SWT Workbench.*') 11:55:00.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:00.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:00.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:00.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:55:00.871 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 11:55:00.871 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:55:00.871 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:55:00.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 11:55:00.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:00.871 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:00.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:00.872 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 11:55:00.872 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:00.872 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 11:55:00.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 11:55:00.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:00.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:00.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:00.872 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:00.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 11:55:00.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:55:00.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 11:55:00.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:55:00.882 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 11:55:00.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:55:00.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:55:00.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:00.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:00.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:55:00.882 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:55:00.882 DEBUG [main][MenuItemLookup] Found menu:'File' 11:55:00.883 DEBUG [main][MenuItemLookup] Found menu:'Edit' 11:55:00.883 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 11:55:00.883 DEBUG [main][MenuItemLookup] Found menu:'Search' 11:55:00.883 DEBUG [main][MenuItemLookup] Found menu:'Project' 11:55:00.883 DEBUG [main][MenuItemLookup] Found menu:'Run' 11:55:00.883 DEBUG [main][MenuItemLookup] Found menu:'Window' 11:55:00.883 DEBUG [main][MenuItemLookup] Item match:Window 11:55:00.884 DEBUG [main][MenuItemLookup] Found menu:'New Window' 11:55:00.884 DEBUG [main][MenuItemLookup] Found menu:'Editor' 11:55:00.884 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 11:55:00.884 DEBUG [main][MenuItemLookup] Found menu:'' 11:55:00.884 DEBUG [main][MenuItemLookup] Found menu:'Show View' 11:55:00.884 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 11:55:00.884 DEBUG [main][MenuItemLookup] Found menu:'' 11:55:00.884 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 11:55:00.884 DEBUG [main][MenuItemLookup] Found menu:'' 11:55:00.884 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 11:55:00.884 DEBUG [main][MenuItemLookup] Item match:Preferences 11:55:00.884 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 11:55:00.884 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 11:55:00.884 INFO [main][MenuItemHandler] Select menu item: &Preferences 11:55:01.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 11:55:01.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 11:55:01.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 11:55:01.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:01.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:01.087 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 11:55:01.087 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:55:01.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:55:01.087 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:01.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.087 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.087 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:01.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:55:01.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:55:01.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:55:01.089 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 11:55:01.089 DEBUG [main][TreeItemHandler] Selecting tree item: General 11:55:01.102 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 11:55:01.102 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 11:55:01.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 11:55:01.102 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:01.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:01.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 11:55:01.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:55:01.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:01.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.104 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.104 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:01.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:55:01.105 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 11:55:01.105 DEBUG [main][TreeItemHandler] Selecting tree item: Java 11:55:01.105 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 11:55:01.106 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 11:55:01.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and no matchers specified 11:55:01.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:01.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:01.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 11:55:01.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.192 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 11:55:01.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:55:01.194 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Back to General 11:55:01.194 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:55:01.194 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:55:01.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 11:55:01.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:01.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.198 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.198 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:01.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 11:55:01.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:55:01.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:01.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:01.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:55:01.200 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 11:55:01.200 DEBUG [main][TreeItemHandler] Selecting tree item: General 11:55:01.200 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 11:55:01.201 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 11:55:01.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 11:55:01.201 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:01.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.238 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.238 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:01.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:55:01.242 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 11:55:01.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:55:01.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:55:01.243 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:55:01.243 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:55:01.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 11:55:01.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:01.308 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:01.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.309 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 11:55:01.309 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:01.310 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 11:55:01.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 11:55:01.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:01.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:01.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:01.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:01.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 11:55:01.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:55:01.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 11:55:01.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:55:01.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 11:55:01.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:55:01.312 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:55:01.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:01.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:01.312 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:55:01.333 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:55:01.333 DEBUG [main][MenuItemLookup] Found menu:'File' 11:55:01.334 DEBUG [main][MenuItemLookup] Found menu:'Edit' 11:55:01.334 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 11:55:01.334 DEBUG [main][MenuItemLookup] Found menu:'Search' 11:55:01.334 DEBUG [main][MenuItemLookup] Found menu:'Project' 11:55:01.334 DEBUG [main][MenuItemLookup] Found menu:'Run' 11:55:01.334 DEBUG [main][MenuItemLookup] Found menu:'Window' 11:55:01.334 DEBUG [main][MenuItemLookup] Item match:Window 11:55:01.336 DEBUG [main][MenuItemLookup] Found menu:'New Window' 11:55:01.336 DEBUG [main][MenuItemLookup] Found menu:'Editor' 11:55:01.336 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 11:55:01.336 DEBUG [main][MenuItemLookup] Found menu:'' 11:55:01.336 DEBUG [main][MenuItemLookup] Found menu:'Show View' 11:55:01.336 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 11:55:01.336 DEBUG [main][MenuItemLookup] Found menu:'' 11:55:01.336 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 11:55:01.336 DEBUG [main][MenuItemLookup] Found menu:'' 11:55:01.336 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 11:55:01.336 DEBUG [main][MenuItemLookup] Item match:Preferences 11:55:01.336 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 11:55:01.336 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 11:55:01.337 INFO [main][MenuItemHandler] Select menu item: &Preferences 11:55:01.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 11:55:01.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 11:55:01.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 11:55:01.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:01.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:01.475 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 11:55:01.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:55:01.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:55:01.475 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:01.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:01.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:55:01.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:55:01.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:55:01.491 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 11:55:01.491 DEBUG [main][TreeItemHandler] Selecting tree item: General 11:55:01.491 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 11:55:01.491 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 11:55:01.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 11:55:01.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:55:01.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:55:01.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:01.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:01.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:55:01.494 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 11:55:01.494 DEBUG [main][TreeItemHandler] Selecting tree item: General 11:55:01.494 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 11:55:01.495 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 11:55:01.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 11:55:01.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:01.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:01.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:55:01.545 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 11:55:01.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:55:01.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:55:01.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:55:01.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:55:01.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 11:55:01.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:01.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:01.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.595 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 11:55:01.595 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:01.595 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 11:55:01.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 11:55:01.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:01.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:01.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:01.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:01.595 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 11:55:01.596 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:55:01.596 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 11:55:01.596 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:55:01.596 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 11:55:01.596 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:55:01.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:55:01.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:01.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:01.596 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:55:01.596 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:55:01.597 DEBUG [main][MenuItemLookup] Found menu:'File' 11:55:01.597 DEBUG [main][MenuItemLookup] Found menu:'Edit' 11:55:01.597 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 11:55:01.597 DEBUG [main][MenuItemLookup] Found menu:'Search' 11:55:01.597 DEBUG [main][MenuItemLookup] Found menu:'Project' 11:55:01.597 DEBUG [main][MenuItemLookup] Found menu:'Run' 11:55:01.597 DEBUG [main][MenuItemLookup] Found menu:'Window' 11:55:01.597 DEBUG [main][MenuItemLookup] Item match:Window 11:55:01.598 DEBUG [main][MenuItemLookup] Found menu:'New Window' 11:55:01.598 DEBUG [main][MenuItemLookup] Found menu:'Editor' 11:55:01.598 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 11:55:01.598 DEBUG [main][MenuItemLookup] Found menu:'' 11:55:01.598 DEBUG [main][MenuItemLookup] Found menu:'Show View' 11:55:01.598 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 11:55:01.598 DEBUG [main][MenuItemLookup] Found menu:'' 11:55:01.598 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 11:55:01.598 DEBUG [main][MenuItemLookup] Found menu:'' 11:55:01.598 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 11:55:01.598 DEBUG [main][MenuItemLookup] Item match:Preferences 11:55:01.598 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 11:55:01.598 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 11:55:01.599 INFO [main][MenuItemHandler] Select menu item: &Preferences 11:55:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 11:55:01.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 11:55:01.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 11:55:01.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:01.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:01.746 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 11:55:01.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:55:01.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:55:01.746 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:01.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.747 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.747 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:01.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:55:01.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:55:01.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:55:01.749 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 11:55:01.749 DEBUG [main][TreeItemHandler] Selecting tree item: General 11:55:01.749 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 11:55:01.749 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 11:55:01.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:55:01.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:01.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.749 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:01.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:55:01.750 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 11:55:01.750 DEBUG [main][TreeItemHandler] Selecting tree item: Java 11:55:01.751 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 11:55:01.751 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 11:55:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression '.*ack.*') 11:55:01.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:55:01.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:55:01.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.808 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.808 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:01.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:55:01.809 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 11:55:01.809 DEBUG [main][TreeItemHandler] Selecting tree item: General 11:55:01.810 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 11:55:01.810 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 11:55:01.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 11:55:01.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:01.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.812 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:01.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:01.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:01.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:01.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:01.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:01.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:55:01.816 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 11:55:01.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:55:01.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:55:01.848 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:55:01.848 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:55:01.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 11:55:01.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:01.901 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:01.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:01.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:01.901 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 11:55:01.901 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:01.901 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 11:55:01.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 11:55:01.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:01.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:01.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:01.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:01.902 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 11:55:01.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:55:01.902 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 11:55:01.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:55:01.902 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 11:55:01.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:55:01.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:55:01.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:01.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:01.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:55:01.903 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:55:01.903 DEBUG [main][MenuItemLookup] Found menu:'File' 11:55:01.904 DEBUG [main][MenuItemLookup] Found menu:'Edit' 11:55:01.904 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 11:55:01.904 DEBUG [main][MenuItemLookup] Found menu:'Search' 11:55:01.904 DEBUG [main][MenuItemLookup] Found menu:'Project' 11:55:01.904 DEBUG [main][MenuItemLookup] Found menu:'Run' 11:55:01.904 DEBUG [main][MenuItemLookup] Found menu:'Window' 11:55:01.904 DEBUG [main][MenuItemLookup] Item match:Window 11:55:01.904 DEBUG [main][MenuItemLookup] Found menu:'New Window' 11:55:01.904 DEBUG [main][MenuItemLookup] Found menu:'Editor' 11:55:01.904 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 11:55:01.904 DEBUG [main][MenuItemLookup] Found menu:'' 11:55:01.904 DEBUG [main][MenuItemLookup] Found menu:'Show View' 11:55:01.904 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 11:55:01.904 DEBUG [main][MenuItemLookup] Found menu:'' 11:55:01.904 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 11:55:01.904 DEBUG [main][MenuItemLookup] Found menu:'' 11:55:01.904 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 11:55:01.904 DEBUG [main][MenuItemLookup] Item match:Preferences 11:55:01.905 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 11:55:01.905 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 11:55:01.905 INFO [main][MenuItemHandler] Select menu item: &Preferences 11:55:02.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 11:55:02.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 11:55:02.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 11:55:02.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:02.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:02.054 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 11:55:02.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 11:55:02.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:55:02.054 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:02.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:02.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:02.054 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:02.054 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:02.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:02.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:02.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:02.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:02.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:55:02.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:55:02.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:55:02.057 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 11:55:02.057 DEBUG [main][TreeItemHandler] Selecting tree item: General 11:55:02.057 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 11:55:02.058 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 11:55:02.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:02.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:02.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 11:55:02.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:02.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:02.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolBar with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 11:55:02.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:02.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:02.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:02.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:02.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolBar and index 0 was found 11:55:02.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:55:02.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:02.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:02.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:02.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:02.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:02.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:02.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:02.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:02.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:02.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:55:02.100 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 11:55:02.100 DEBUG [main][TreeItemHandler] Selecting tree item: General 11:55:02.100 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 11:55:02.100 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 11:55:02.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 11:55:02.100 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:02.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:02.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:02.101 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 11:55:02.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:02.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:02.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:02.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:02.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:02.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:55:02.105 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 11:55:02.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:55:02.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:55:02.105 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:55:02.105 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:55:02.186 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 11:55:02.187 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:02.187 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:02.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:02.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:02.188 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 11:55:02.188 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 11:55:02.188 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:02.188 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:02.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:02.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.394 s - in org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.01 s workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.024 s testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.437 s testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.285 s testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.306 s testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.287 s Running org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 11:55:02.198 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 11:55:02.199 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:55:02.199 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:02.199 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 11:55:02.200 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:02.200 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:55:02.200 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:02.200 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:55:02.200 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:02.200 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:55:02.200 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:02.201 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:02.201 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 11:55:02.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 11:55:02.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:02.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:02.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:02.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:02.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 11:55:02.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 11:55:02.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 11:55:02.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:02.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:02.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:55:02.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:02.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:02.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:02.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 11:55:02.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:02.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:02.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:02.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:02.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:02.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:55:02.245 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:55:02.246 INFO [WorkbenchTestable][Keyboard] Type text "test123" 11:55:02.246 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:02.246 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 11:55:02.848 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:02.848 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 11:55:03.450 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:03.450 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 11:55:04.051 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:04.051 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 11:55:04.653 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:04.653 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 11:55:05.254 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:05.254 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 11:55:05.856 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:05.856 INFO [WorkbenchTestable][Keyboard] As char:3, as int:51 11:55:06.459 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 11:55:06.459 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 11:55:06.459 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 11:55:06.460 DEBUG [main][AbstractWait] Waiting until shell is active... 11:55:06.460 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:55:06.460 INFO [main][AbstractShell] Close shell Keyboard testing shell 11:55:06.460 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 11:55:06.465 DEBUG [main][AbstractWait] Waiting while shell is available... 11:55:06.465 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:55:06.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 11:55:06.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:06.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:06.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:07.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:55:07.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:55:08.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:55:08.469 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 11:55:08.469 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:08.469 INFO [WorkbenchTestable][RequirementsRunner] Started test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 11:55:08.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 11:55:08.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:08.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:08.469 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:08.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:08.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 11:55:08.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 11:55:08.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 11:55:08.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:08.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:55:08.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:08.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 11:55:08.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:08.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:08.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:08.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:08.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:55:08.481 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:55:08.482 INFO [WorkbenchTestable][Keyboard] Type text "test" 11:55:08.482 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:08.482 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 11:55:09.084 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:09.084 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 11:55:09.685 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:09.685 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 11:55:10.286 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:10.286 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 11:55:10.887 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 11:55:10.887 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 11:55:11.089 INFO [WorkbenchTestable][Keyboard] Move cursor 11:55:11.290 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 11:55:11.290 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 11:55:11.490 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 11:55:11.893 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 11:55:11.893 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 11:55:12.094 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 11:55:12.295 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 11:55:12.496 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 11:55:12.496 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 11:55:12.696 INFO [WorkbenchTestable][Keyboard] Type character 'x', as int:120 11:55:12.696 DEBUG [WorkbenchTestable][Keyboard] Press character 'x', as int:120 11:55:12.897 DEBUG [WorkbenchTestable][Keyboard] Release character 'x', as int:120 11:55:13.102 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 11:55:13.302 INFO [WorkbenchTestable][Keyboard] Move cursor 11:55:13.502 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 11:55:13.503 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 11:55:13.703 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 11:55:14.105 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 11:55:14.105 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 11:55:14.306 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 11:55:14.707 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 11:55:14.707 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 11:55:14.908 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 11:55:15.310 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 11:55:15.310 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 11:55:15.511 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 11:55:15.912 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 11:55:15.912 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 11:55:16.112 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 11:55:16.314 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 11:55:16.314 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 11:55:16.514 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 11:55:16.514 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 11:55:16.715 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 11:55:16.917 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 11:55:17.120 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 11:55:17.120 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 11:55:17.120 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 11:55:17.121 DEBUG [main][AbstractWait] Waiting until shell is active... 11:55:17.121 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:55:17.121 INFO [main][AbstractShell] Close shell Keyboard testing shell 11:55:17.121 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 11:55:17.127 DEBUG [main][AbstractWait] Waiting while shell is available... 11:55:17.127 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:55:17.127 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 11:55:17.127 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:17.127 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:17.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:18.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:55:18.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:55:19.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:55:19.137 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 11:55:19.137 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:19.137 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 11:55:19.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 11:55:19.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:19.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:19.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:19.142 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:19.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 11:55:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 11:55:19.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 11:55:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:19.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:19.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:55:19.155 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:19.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:19.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:19.155 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 11:55:19.155 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:19.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:19.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:19.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:19.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:19.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:55:19.156 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:55:19.156 INFO [WorkbenchTestable][Keyboard] Type text "{@Test}" 11:55:19.157 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:19.157 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 11:55:19.357 INFO [WorkbenchTestable][Keyboard] As char:[, as int:91 11:55:20.360 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:20.360 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 11:55:20.560 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 11:55:21.563 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:21.563 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 11:55:21.763 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 11:55:22.766 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:22.766 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 11:55:23.367 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:23.367 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 11:55:23.969 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:23.969 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 11:55:24.570 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:24.570 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 11:55:24.771 INFO [WorkbenchTestable][Keyboard] As char:], as int:93 11:55:25.774 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 11:55:25.774 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 11:55:25.774 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 11:55:25.775 DEBUG [main][AbstractWait] Waiting until shell is active... 11:55:25.775 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:55:25.775 INFO [main][AbstractShell] Close shell Keyboard testing shell 11:55:25.775 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 11:55:25.781 DEBUG [main][AbstractWait] Waiting while shell is available... 11:55:25.781 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:55:25.781 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 11:55:25.781 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:25.781 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:25.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:27.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:55:27.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:55:28.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:55:28.287 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 11:55:28.287 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:28.288 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 11:55:28.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 11:55:28.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:28.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:28.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:28.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:28.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 11:55:28.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 11:55:28.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 11:55:28.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:28.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:28.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:55:28.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:28.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:28.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:28.306 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 11:55:28.306 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:28.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:28.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:28.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:28.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:28.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:55:28.307 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:55:28.308 INFO [WorkbenchTestable][Keyboard] Type text "test" 11:55:28.309 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:28.309 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 11:55:28.910 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:28.910 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 11:55:29.512 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:29.512 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 11:55:30.114 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:30.114 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 11:55:30.715 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 11:55:30.715 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 11:55:30.916 INFO [WorkbenchTestable][Keyboard] Move cursor 11:55:31.116 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 11:55:31.116 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 11:55:31.318 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 11:55:31.724 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 11:55:31.725 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 11:55:31.925 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 11:55:32.127 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 11:55:32.328 INFO [WorkbenchTestable][Keyboard] Type character '', as int:127 11:55:32.328 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:127 11:55:32.529 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:127 11:55:32.731 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 11:55:32.733 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 11:55:32.733 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 11:55:32.734 DEBUG [main][AbstractWait] Waiting until shell is active... 11:55:32.734 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:55:32.734 INFO [main][AbstractShell] Close shell Keyboard testing shell 11:55:32.734 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 11:55:32.753 DEBUG [main][AbstractWait] Waiting while shell is available... 11:55:32.753 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:55:32.753 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 11:55:32.753 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:32.753 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:32.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:33.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:55:33.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:55:34.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:55:34.757 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 11:55:34.757 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:34.757 INFO [WorkbenchTestable][RequirementsRunner] Started test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 11:55:34.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 11:55:34.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:34.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:34.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:34.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:34.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:35.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:55:35.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:55:37.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:55:37.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:55:37.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:37.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:37.280 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:37.280 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 11:55:37.481 INFO [WorkbenchTestable][Keyboard] As char:h, as int:104 11:55:38.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available.... 11:55:48.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available. failed, an exception will be thrown 11:55:48.492 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 11:55:48.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 11:55:48.493 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:48.493 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:48.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:48.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:48.494 INFO [WorkbenchTestable][RequirementsRunner] Finished test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 11:55:48.494 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:55:48.494 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 11:55:48.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 11:55:48.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:55:48.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:55:48.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:55:48.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:55:48.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 11:55:48.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 11:55:48.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 11:55:48.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:55:48.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:55:48.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 11:55:48.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:55:48.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:48.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:55:48.522 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 11:55:48.522 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:55:48.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:55:48.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:55:48.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:55:48.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:55:48.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:55:48.522 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:55:48.523 INFO [WorkbenchTestable][Keyboard] Type text "test" 11:55:48.523 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:48.523 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 11:55:49.125 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:49.125 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 11:55:49.727 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:49.727 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 11:55:50.329 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 11:55:50.330 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 11:55:50.931 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 11:55:50.931 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 11:55:51.132 INFO [WorkbenchTestable][Keyboard] Move cursor 11:55:51.332 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 11:55:51.332 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 11:55:51.532 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 11:55:51.936 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 11:55:51.936 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 11:55:52.136 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 11:55:52.338 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 11:55:52.539 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 11:55:52.539 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 11:55:52.740 INFO [WorkbenchTestable][Keyboard] Type character 'c', as int:99 11:55:52.740 DEBUG [WorkbenchTestable][Keyboard] Press character 'c', as int:99 11:55:52.941 DEBUG [WorkbenchTestable][Keyboard] Release character 'c', as int:99 11:55:53.142 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 11:55:53.343 INFO [WorkbenchTestable][Keyboard] Move cursor 11:55:53.543 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 11:55:53.543 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 11:55:53.743 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 11:55:54.146 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 11:55:54.146 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 11:55:54.346 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 11:55:54.749 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 11:55:54.749 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 11:55:54.950 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 11:55:55.353 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 11:55:55.353 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 11:55:55.553 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 11:55:55.955 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 11:55:55.955 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 11:55:56.156 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 11:55:56.357 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 11:55:56.357 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 11:55:56.557 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 11:55:56.557 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 11:55:56.758 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 11:55:56.960 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 11:55:57.161 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 11:55:57.162 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 11:55:57.162 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 11:55:57.162 DEBUG [main][AbstractWait] Waiting until shell is active... 11:55:57.162 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:55:57.162 INFO [main][AbstractShell] Close shell Keyboard testing shell 11:55:57.162 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 11:55:57.168 DEBUG [main][AbstractWait] Waiting while shell is available... 11:55:57.168 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:55:57.168 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 11:55:57.168 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:55:57.168 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:55:57.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:55:58.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:55:58.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:00.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:00.179 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 11:56:00.179 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 11:56:00.179 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:56:00.179 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:56:00.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:01.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:01.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:02.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.485 s - in org.eclipse.reddeer.swt.test.keyboard.KeyboardTest typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 6.268 s cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 10.668 s typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 9.15 s selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 6.469 s keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 13.737 s copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 11.685 s Running org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest 11:56:02.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 11:56:02.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 11:56:02.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 11:56:02.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:56:02.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:56:02.705 INFO [WorkbenchTestable][AbstractShell] Close shell shell 11:56:02.705 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 11:56:02.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:56:02.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:56:02.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 11:56:02.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 11:56:02.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 11:56:02.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:56:02.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:56:02.717 INFO [WorkbenchTestable][AbstractShell] Close shell shell 11:56:02.717 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 11:56:02.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:56:02.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:56:02.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 11:56:02.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 11:56:02.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 11:56:02.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:56:02.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:56:02.738 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'shell' 11:56:02.738 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'shell' 11:56:02.738 INFO [WorkbenchTestable][AbstractShell] Close shell shell 11:56:02.738 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 11:56:02.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:56:02.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:56:02.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 11:56:02.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 11:56:02.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 11:56:02.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:56:02.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:56:02.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 11:56:02.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 11:56:02.752 INFO [WorkbenchTestable][AbstractShell] Close shell shell 11:56:02.752 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 11:56:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:56:02.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:56:02.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 11:56:02.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 11:56:02.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 11:56:02.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:56:02.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:56:02.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 11:56:03.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. failed, an exception will be thrown 11:56:03.775 INFO [WorkbenchTestable][AbstractShell] Close shell shell 11:56:03.776 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 11:56:03.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:56:03.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:56:03.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 11:56:03.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 11:56:03.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 11:56:03.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:56:03.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:56:03.799 INFO [WorkbenchTestable][AbstractShell] Close shell shell 11:56:03.799 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 11:56:03.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:56:03.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:56:03.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 11:56:03.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 11:56:03.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 11:56:03.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:56:03.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:56:03.829 INFO [WorkbenchTestable][AbstractShell] Close shell shell 11:56:03.829 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 11:56:03.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:56:03.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:56:03.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 11:56:03.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 11:56:03.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 11:56:03.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:56:03.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:56:03.850 INFO [WorkbenchTestable][AbstractShell] Close shell shell 11:56:03.851 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 11:56:03.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:56:03.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:56:03.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 11:56:03.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 11:56:03.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 11:56:03.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:56:03.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:56:03.864 INFO [WorkbenchTestable][AbstractShell] Close shell shell 11:56:03.864 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 11:56:03.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:56:03.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:56:03.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 11:56:03.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 11:56:03.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 11:56:03.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:56:03.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:56:03.884 INFO [WorkbenchTestable][AbstractShell] Close shell shell 11:56:03.885 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 11:56:03.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:56:03.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:56:03.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 11:56:03.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 11:56:03.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 11:56:03.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:56:03.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:56:03.897 INFO [WorkbenchTestable][AbstractShell] Close shell shell 11:56:03.897 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 11:56:03.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:56:03.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:56:03.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 11:56:03.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 11:56:03.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 11:56:03.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:56:03.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:56:03.917 INFO [WorkbenchTestable][AbstractShell] Close shell shell 11:56:03.917 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 11:56:03.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:56:03.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.231 s - in org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest testGetResultShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.014 s testShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.019 s testMinimizeMaximize(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.014 s testWaitUntil(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.021 s testWaitWhile(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 1.018 s testClosedShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.029 s testShellWithMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.022 s testGetResultNull(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.021 s testShellWithTextUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.014 s testShellWithLabelMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.02 s testShellWithMatcher(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.013 s testGetResultShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.019 s Running org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:03.930 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:03.931 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:56:03.932 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:56:03.932 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:03.932 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:56:03.932 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:56:03.933 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:56:03.933 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:56:03.933 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:56:03.933 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:56:03.933 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:56:03.934 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:56:03.934 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 11:56:03.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:03.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:56:03.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:56:03.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:56:03.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:56:04.067: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:56:04.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:56:04.069 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:56:04.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:05.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:05.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:06.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:06.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:56:06.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:56:06.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:56:06.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:56:06.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:56:06.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:56:06.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:56:06.173 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:56:06.174 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:56:06.174 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:56:06.174 DEBUG [main][AbstractWait] Waiting until shell is active... 11:56:06.174 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:56:06.174 INFO [main][AbstractShell] Close shell Testing shell 11:56:06.174 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:56:06.180 DEBUG [main][AbstractWait] Waiting while shell is available... 11:56:06.181 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:56:06.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:06.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:56:06.181 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:56:06.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:07.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:07.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:08.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:08.183 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 11:56:08.183 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:56:08.183 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 11:56:08.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:08.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:56:08.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:56:08.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:56:08.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:56:08.298: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:56:08.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:56:08.300 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:56:08.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:09.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:09.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:10.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:10.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:56:10.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:56:10.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:56:10.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:56:10.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:56:10.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:56:10.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:56:10.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:56:10.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:56:10.418 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:56:10.419 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:56:10.419 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:56:10.420 DEBUG [main][AbstractWait] Waiting until shell is active... 11:56:10.420 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:56:10.420 INFO [main][AbstractShell] Close shell Testing shell 11:56:10.420 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:56:10.432 DEBUG [main][AbstractWait] Waiting while shell is available... 11:56:10.433 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:56:10.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:10.433 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:56:10.433 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:56:10.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:11.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:11.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:12.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:12.436 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 11:56:12.436 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:56:12.436 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 11:56:12.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:12.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:56:12.436 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:56:12.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:56:12.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:56:12.553: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:56:12.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:56:12.555 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:56:12.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:13.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:13.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:14.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:14.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:56:14.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:56:14.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:56:14.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:56:14.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:56:14.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:56:14.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:56:14.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:56:14.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:56:14.670 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:56:14.671 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:56:14.671 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:56:14.671 DEBUG [main][AbstractWait] Waiting until shell is active... 11:56:14.671 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:56:14.671 INFO [main][AbstractShell] Close shell Testing shell 11:56:14.671 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:56:14.678 DEBUG [main][AbstractWait] Waiting while shell is available... 11:56:14.678 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:56:14.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:14.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:56:14.678 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:56:14.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:15.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:15.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:17.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:17.182 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 11:56:17.182 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:56:17.182 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 11:56:17.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:17.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:56:17.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:56:17.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:56:17.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:56:17.297: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:56:17.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:56:17.299 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:56:17.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:18.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:18.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:19.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:19.409 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:56:19.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:56:19.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:56:19.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:56:19.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:56:19.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:56:19.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:56:19.414 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:56:19.414 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:56:19.414 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:56:19.415 DEBUG [main][AbstractWait] Waiting until shell is active... 11:56:19.415 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:56:19.415 INFO [main][AbstractShell] Close shell Testing shell 11:56:19.415 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:56:19.422 DEBUG [main][AbstractWait] Waiting while shell is available... 11:56:19.422 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:56:19.422 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:19.422 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:56:19.422 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:56:19.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:20.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:20.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:21.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:21.426 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 11:56:21.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:56:21.426 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 11:56:21.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:21.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:56:21.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:56:21.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:56:21.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:56:21.545: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:56:21.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:56:21.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:56:21.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:23.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:23.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:56:23.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:56:23.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:56:23.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:56:23.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:56:23.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:56:23.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:56:23.663 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:56:23.664 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:56:23.664 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:56:23.664 DEBUG [main][AbstractWait] Waiting until shell is active... 11:56:23.664 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:56:23.664 INFO [main][AbstractShell] Close shell Testing shell 11:56:23.664 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:56:23.671 DEBUG [main][AbstractWait] Waiting while shell is available... 11:56:23.671 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:56:23.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:23.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:56:23.671 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:56:23.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:24.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:24.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:25.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:25.675 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 11:56:25.675 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:56:25.676 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 11:56:25.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:25.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:56:25.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:56:25.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:56:25.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:56:25.793: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:56:25.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:56:25.795 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:56:25.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:26.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:26.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:27.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:27.903 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:56:27.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:56:27.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:56:27.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:56:27.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:56:27.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:56:27.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:56:27.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:56:27.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:56:27.940 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:56:27.941 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:56:27.941 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:56:27.942 DEBUG [main][AbstractWait] Waiting until shell is active... 11:56:27.942 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:56:27.942 INFO [main][AbstractShell] Close shell Testing shell 11:56:27.942 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:56:27.966 DEBUG [main][AbstractWait] Waiting while shell is available... 11:56:27.967 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:56:27.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:27.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:56:27.967 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:56:27.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:28.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:28.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:29.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:29.970 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 11:56:29.970 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:56:29.970 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 11:56:29.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:29.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:56:29.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:56:29.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:56:29.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:56:30.089: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:56:30.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:56:30.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:56:30.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:31.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:31.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:32.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:32.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:56:32.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:56:32.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:56:32.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:56:32.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:56:32.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:56:32.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:56:32.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:56:32.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:56:32.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:33.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:33.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:34.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:34.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:56:34.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:56:34.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:56:34.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:56:34.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:56:34.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:56:34.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:56:34.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:56:34.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:56:34.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:56:34.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:56:34.217 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:56:34.218 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:56:34.218 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:56:34.219 DEBUG [main][AbstractWait] Waiting until shell is active... 11:56:34.219 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:56:34.219 INFO [main][AbstractShell] Close shell Testing shell 11:56:34.219 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:56:34.225 DEBUG [main][AbstractWait] Waiting while shell is available... 11:56:34.225 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:56:34.225 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:34.225 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:56:34.225 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:56:34.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:35.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:35.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:36.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:36.228 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 11:56:36.228 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:56:36.228 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 11:56:36.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:36.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:56:36.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:56:36.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:56:36.228 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:834): Gtk-CRITICAL **: 11:56:36.343: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:56:36.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:56:36.345 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:56:36.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:37.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:37.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:38.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:38.460 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:56:38.460 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:56:38.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:56:38.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:56:38.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:56:38.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:56:38.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:56:38.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 11:56:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 11:56:38.468 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:56:38.469 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:56:38.469 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:56:38.470 DEBUG [main][AbstractWait] Waiting until shell is active... 11:56:38.470 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:56:38.470 INFO [main][AbstractShell] Close shell Testing shell 11:56:38.470 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:56:38.477 DEBUG [main][AbstractWait] Waiting while shell is available... 11:56:38.477 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:56:38.477 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:38.477 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:56:38.477 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:56:38.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:39.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:39.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:40.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:40.980 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 11:56:40.981 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 11:56:40.981 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:56:40.981 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:56:40.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:41.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:41.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:42.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.056 s - in org.eclipse.reddeer.swt.test.condition.TableHasRowsTest tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 4.249 s tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 4.253 s tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 4.746 s tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 4.244 s tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 4.249 s tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 4.294 s tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 6.258 s tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 4.752 s Running org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 11:56:42.992 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 11:56:42.993 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:56:42.993 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:56:42.993 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 11:56:42.993 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:56:42.993 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:56:42.994 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:56:42.994 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:56:42.994 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:56:42.994 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:56:42.995 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:56:42.995 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:56:42.995 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 11:56:42.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 11:56:42.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:56:42.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:56:42.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:56:42.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:56:43.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:44.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:44.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:45.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:56:45.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 2 and no matchers specified 11:56:45.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:56:45.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:56:45.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:56:45.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:56:45.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 2 was found 11:56:45.013 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:56:45.013 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:56:45.013 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:56:45.014 DEBUG [main][AbstractWait] Waiting until shell is active... 11:56:45.014 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:56:45.014 INFO [main][AbstractShell] Close shell Testing shell 11:56:45.014 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:56:45.016 DEBUG [main][AbstractWait] Waiting while shell is available... 11:56:45.016 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:56:45.016 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 11:56:45.016 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:56:45.016 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:56:45.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:46.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:46.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:47.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:47.519 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 11:56:47.520 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:56:47.520 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 11:56:47.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 11:56:47.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:56:47.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:56:47.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:56:47.520 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:56:47.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:48.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:48.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:49.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:49.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:56:49.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'PUSH.*tb2') 11:56:49.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:56:49.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:56:49.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:56:49.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:56:49.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:56:49.536 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:56:49.537 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:56:49.537 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:56:49.537 DEBUG [main][AbstractWait] Waiting until shell is active... 11:56:49.537 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:56:49.537 INFO [main][AbstractShell] Close shell Testing shell 11:56:49.537 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:56:49.539 DEBUG [main][AbstractWait] Waiting while shell is available... 11:56:49.539 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:56:49.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 11:56:49.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:56:49.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:56:49.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:50.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:50.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:51.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:51.542 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 11:56:51.543 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:56:51.543 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 11:56:51.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 11:56:51.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:56:51.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:56:51.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:56:51.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:56:51.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:56:51.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:56:51.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:56:51.590 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:56:51.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT WorkbenchToolItem with mnemonic") 11:56:51.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:56:51.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:56:51.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:56:51.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:56:51.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:56:51.601 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:56:51.601 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:56:51.601 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:56:51.602 DEBUG [main][AbstractWait] Waiting until shell is active... 11:56:51.602 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:56:51.602 INFO [main][AbstractShell] Close shell Testing shell 11:56:51.602 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:56:51.603 DEBUG [main][AbstractWait] Waiting while shell is available... 11:56:51.603 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:56:51.603 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 11:56:51.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:56:51.604 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:56:51.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:53.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:53.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:54.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:54.107 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 11:56:54.108 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:56:54.108 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 11:56:54.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 11:56:54.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:56:54.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:56:54.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:56:54.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:56:54.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:55.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:55.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:56.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:56.623 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:56:56.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "PUSH tooltip") 11:56:56.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:56:56.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:56:56.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:56:56.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:56:56.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:56:56.624 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:56:56.625 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:56:56.625 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:56:56.625 DEBUG [main][AbstractWait] Waiting until shell is active... 11:56:56.625 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:56:56.625 INFO [main][AbstractShell] Close shell Testing shell 11:56:56.625 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:56:56.627 DEBUG [main][AbstractWait] Waiting while shell is available... 11:56:56.627 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:56:56.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 11:56:56.628 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:56:56.628 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:56:56.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:57.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:57.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:56:58.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:56:58.630 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 11:56:58.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:56:58.630 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 11:56:58.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 11:56:58.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:56:58.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:56:58.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:56:58.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:56:58.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:56:59.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:56:59.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:57:00.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:57:00.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:57:00.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 11:57:00.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:00.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:00.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:00.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:00.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found PUSH tooltip 11:57:00.646 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:57:00.647 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:57:00.647 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:57:00.648 DEBUG [main][AbstractWait] Waiting until shell is active... 11:57:00.648 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:57:00.648 INFO [main][AbstractShell] Close shell Testing shell 11:57:00.648 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:57:00.650 DEBUG [main][AbstractWait] Waiting while shell is available... 11:57:00.650 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:57:00.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 11:57:00.650 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:57:00.650 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:57:00.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:02.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:57:02.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:57:03.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:57:03.653 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 11:57:03.653 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 11:57:03.653 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:57:03.653 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:57:03.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:04.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:57:04.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:57:05.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.665 s - in org.eclipse.reddeer.swt.test.toolitem.ToolItemTest constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 4.524 s constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 4.022 s WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 2.564 s testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 4.522 s constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 5.023 s Running org.eclipse.reddeer.swt.test.EditorBarTest 11:57:05.663 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.EditorBarTest 11:57:05.664 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:57:05.664 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:57:05.664 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 11:57:05.664 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:57:05.665 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:57:05.665 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:57:05.665 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:57:05.665 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:57:05.665 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:57:05.665 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:57:05.665 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:57:05.666 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 11:57:05.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 11:57:05.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:57:05.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:57:05.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:57:05.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:57:05.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:57:05.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:57:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:57:05.668 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:57:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:05.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:05.669 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:57:05.669 DEBUG [main][MenuItemLookup] Found menu:'File' 11:57:05.670 DEBUG [main][MenuItemLookup] Item match:File 11:57:05.671 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 11:57:05.671 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 11:57:05.681 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 11:57:05.681 DEBUG [main][MenuItemLookup] Found menu:'Project...' 11:57:05.681 DEBUG [main][MenuItemLookup] Found menu:'' 11:57:05.681 DEBUG [main][MenuItemLookup] Found menu:'Package' 11:57:05.681 DEBUG [main][MenuItemLookup] Found menu:'Class' 11:57:05.681 DEBUG [main][MenuItemLookup] Found menu:'Interface' 11:57:05.681 DEBUG [main][MenuItemLookup] Found menu:'Enum' 11:57:05.681 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 11:57:05.681 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 11:57:05.681 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 11:57:05.681 DEBUG [main][MenuItemLookup] Found menu:'Folder' 11:57:05.681 DEBUG [main][MenuItemLookup] Found menu:'File' 11:57:05.681 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 11:57:05.681 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 11:57:05.681 DEBUG [main][MenuItemLookup] Found menu:'' 11:57:05.681 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 11:57:05.681 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 11:57:05.742 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 11:57:05.742 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 11:57:05.743 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 11:57:05.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 11:57:05.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 11:57:05.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 11:57:05.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:57:05.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:57:05.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:57:05.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:57:05.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:05.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:05.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 11:57:05.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:57:05.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:05.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:05.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:05.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:05.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:57:05.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:57:05.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:57:05.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 11:57:05.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 11:57:05.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:57:06.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:57:06.367 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 11:57:06.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 11:57:06.368 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 11:57:06.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:57:06.368 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 11:57:06.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:57:06.368 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 11:57:06.369 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 11:57:06.369 DEBUG [main][TreeItemHandler] Selecting tree item: Project 11:57:06.369 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 11:57:06.374 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 11:57:06.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 11:57:06.374 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:57:06.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:06.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:06.375 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 11:57:06.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:57:06.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:06.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:06.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:06.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:57:06.379 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 11:57:06.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:57:06.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:57:06.380 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:57:06.380 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:57:06.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 11:57:06.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 11:57:06.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 11:57:06.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:57:06.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:57:06.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 11:57:06.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:57:06.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:06.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:06.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 11:57:06.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:57:06.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:06.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:06.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:06.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:06.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:57:06.447 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:57:06.448 INFO [WorkbenchTestable][AbstractText] Text set to: EditorBarTest-test 11:57:06.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 11:57:06.453 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:57:06.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:06.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:06.453 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 11:57:06.453 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:57:06.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:06.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:06.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:06.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:06.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:57:06.457 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 11:57:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:57:06.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:57:06.457 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:57:06.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:57:06.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:57:06.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:57:06.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:57:06.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 11:57:06.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 11:57:06.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 11:57:06.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 11:57:06.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:06.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:57:06.998 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 11:57:06.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:57:06.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:57:06.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:57:06.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:57:06.999 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:57:07.000 DEBUG [main][MenuItemLookup] Found menu:'File' 11:57:07.000 DEBUG [main][MenuItemLookup] Found menu:'Edit' 11:57:07.000 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 11:57:07.000 DEBUG [main][MenuItemLookup] Found menu:'Search' 11:57:07.000 DEBUG [main][MenuItemLookup] Found menu:'Project' 11:57:07.000 DEBUG [main][MenuItemLookup] Found menu:'Run' 11:57:07.000 DEBUG [main][MenuItemLookup] Found menu:'Window' 11:57:07.000 DEBUG [main][MenuItemLookup] Item match:Window 11:57:07.000 DEBUG [main][MenuItemLookup] Found menu:'New Window' 11:57:07.000 DEBUG [main][MenuItemLookup] Found menu:'Editor' 11:57:07.000 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 11:57:07.000 DEBUG [main][MenuItemLookup] Found menu:'' 11:57:07.001 DEBUG [main][MenuItemLookup] Found menu:'Show View' 11:57:07.001 DEBUG [main][MenuItemLookup] Item match:Show View 11:57:07.010 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 11:57:07.010 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 11:57:07.010 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 11:57:07.010 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 11:57:07.010 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 11:57:07.010 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 11:57:07.010 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 11:57:07.010 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 11:57:07.010 DEBUG [main][MenuItemLookup] Found menu:'Progress' 11:57:07.010 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 11:57:07.010 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 11:57:07.010 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 11:57:07.010 DEBUG [main][MenuItemLookup] Found menu:'Templates' 11:57:07.010 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 11:57:07.010 DEBUG [main][MenuItemLookup] Found menu:'' 11:57:07.010 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 11:57:07.010 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 11:57:07.011 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 11:57:07.011 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 11:57:07.011 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 11:57:07.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 11:57:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 11:57:07.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 11:57:07.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:57:07.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:57:07.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 11:57:07.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:57:07.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:07.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:07.093 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:57:07.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:57:07.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:07.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:07.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:07.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:07.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:57:07.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 11:57:07.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 11:57:07.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 11:57:07.095 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 11:57:07.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:57:07.095 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 11:57:07.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:57:07.095 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 11:57:07.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 11:57:07.096 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 11:57:07.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 11:57:07.096 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 11:57:07.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 11:57:07.096 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 11:57:07.097 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 11:57:07.097 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 11:57:07.098 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 11:57:07.098 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 11:57:07.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:57:07.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:07.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:07.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:57:07.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:57:07.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:07.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:07.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 11:57:07.111 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:57:07.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:07.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:07.111 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 11:57:07.111 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:57:07.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:07.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:07.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:07.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:07.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:57:07.113 INFO [WorkbenchTestable][AbstractButton] Click button &Open 11:57:07.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:57:07.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:57:07.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:57:07.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:57:07.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:57:07.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:57:07.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 11:57:07.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:07.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:07.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 11:57:07.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:07.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:07.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:57:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:57:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:57:07.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 11:57:07.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 11:57:07.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:07.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:07.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:07.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:07.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:57:07.201 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 11:57:07.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 11:57:07.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:57:07.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 11:57:07.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 11:57:07.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 11:57:07.205 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 11:57:07.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 11:57:07.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:57:07.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 11:57:07.206 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 11:57:07.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 11:57:07.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:57:07.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 11:57:07.242 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 11:57:07.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 11:57:07.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:57:07.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 11:57:07.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:07.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:07.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:57:07.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:07.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:57:08.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:08.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:57:08.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 11:57:08.246 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 11:57:08.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 11:57:08.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:57:08.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 11:57:08.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 11:57:08.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:08.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:08.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:08.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:08.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:57:08.252 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 11:57:08.265 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 11:57:08.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 11:57:08.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:57:08.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 11:57:08.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 11:57:08.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:08.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:08.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:08.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:08.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:57:08.268 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 11:57:08.268 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 11:57:08.268 DEBUG [main][TreeItemHandler] Set Tree selection 11:57:08.269 DEBUG [main][TreeHandler] Notify Tree about selection event 11:57:08.285 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 11:57:08.293 DEBUG [WorkbenchTestable][TreeItemHandler] EditorBarTest-test 11:57:08.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:08.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:08.293 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 11:57:08.293 DEBUG [main][MenuItemLookup] Found menu:'File' 11:57:08.294 DEBUG [main][MenuItemLookup] Item match:File 11:57:08.295 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 11:57:08.295 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 11:57:08.304 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 11:57:08.304 DEBUG [main][MenuItemLookup] Found menu:'Project...' 11:57:08.304 DEBUG [main][MenuItemLookup] Found menu:'' 11:57:08.304 DEBUG [main][MenuItemLookup] Found menu:'Package' 11:57:08.304 DEBUG [main][MenuItemLookup] Found menu:'Class' 11:57:08.304 DEBUG [main][MenuItemLookup] Found menu:'Interface' 11:57:08.304 DEBUG [main][MenuItemLookup] Found menu:'Enum' 11:57:08.304 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 11:57:08.304 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 11:57:08.304 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 11:57:08.304 DEBUG [main][MenuItemLookup] Found menu:'Folder' 11:57:08.304 DEBUG [main][MenuItemLookup] Found menu:'File' 11:57:08.304 DEBUG [main][MenuItemLookup] Item match:File 11:57:08.305 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"File" 11:57:08.305 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text File 11:57:08.305 INFO [main][MenuItemHandler] Select menu item: File 11:57:08.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 11:57:08.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 11:57:08.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 11:57:08.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:57:08.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:57:08.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 11:57:08.435 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:57:08.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:08.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:08.435 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 11:57:08.435 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:57:08.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:08.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:08.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:08.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:08.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 11:57:08.439 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 11:57:08.440 INFO [WorkbenchTestable][AbstractText] Text set to: test.tlb 11:57:08.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 11:57:08.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:57:08.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:08.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:08.442 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 11:57:08.442 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:57:08.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:08.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:08.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:08.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:08.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:57:08.444 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 11:57:08.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:57:08.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:57:08.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:57:08.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:57:08.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:57:08.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 11:57:08.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2465ae0e is found... 11:57:08.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2465ae0e is found finished successfully 11:57:08.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qeditor-with-toolbar\E') 11:57:08.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:08.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:08.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:08.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:08.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:57:08.978 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:57:08.979 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Editor with toolbar example TooltipText=null 11:57:08.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:08.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:08.980 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editor-with-toolbar"as the parent 11:57:08.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Execute task") 11:57:08.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:08.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:08.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:08.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:08.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 11:57:08.981 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Execute task 11:57:08.981 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 11:57:08.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:57:08.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:08.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:08.984 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 11:57:08.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:08.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:08.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - editor-with-toolbar - Eclipse Platform 11:57:08.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:57:08.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:57:08.987 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - editor-with-toolbar - Eclipse Platform' 11:57:08.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 11:57:08.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:08.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:08.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:08.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:08.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 11:57:08.988 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 11:57:08.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 11:57:09.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:57:09.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 11:57:09.019 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 11:57:09.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 11:57:09.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:57:09.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 11:57:09.020 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 11:57:09.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 11:57:09.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:57:09.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 11:57:09.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:09.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:09.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:57:09.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:09.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:57:10.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:10.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:57:10.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 11:57:10.023 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 11:57:10.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 11:57:10.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 11:57:10.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 11:57:10.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 11:57:10.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:10.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:10.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:10.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:10.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 11:57:10.027 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 11:57:10.031 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 11:57:10.031 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 11:57:10.031 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 11:57:10.041 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 11:57:10.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:57:10.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:57:10.154 DEBUG [main][MenuItemLookup] Found menu:'New' 11:57:10.154 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 11:57:10.154 DEBUG [main][MenuItemLookup] Found menu:'' 11:57:10.154 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 11:57:10.154 DEBUG [main][MenuItemLookup] Found menu:'' 11:57:10.154 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 11:57:10.154 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 11:57:10.154 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 11:57:10.154 DEBUG [main][MenuItemLookup] Found menu:'Move...' 11:57:10.154 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 11:57:10.154 DEBUG [main][MenuItemLookup] Found menu:'' 11:57:10.154 DEBUG [main][MenuItemLookup] Found menu:'Import...' 11:57:10.154 DEBUG [main][MenuItemLookup] Found menu:'Export...' 11:57:10.154 DEBUG [main][MenuItemLookup] Found menu:'' 11:57:10.154 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 11:57:10.154 DEBUG [main][MenuItemLookup] Item match:Refresh F5 11:57:10.154 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 11:57:10.154 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 11:57:10.154 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 11:57:10.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:57:10.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 11:57:10.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 11:57:10.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 11:57:10.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 11:57:10.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 11:57:10.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 11:57:10.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 11:57:10.658 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'EditorBarTest-test' via Explorer 11:57:10.658 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 11:57:10.658 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 11:57:10.659 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 11:57:10.671 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 11:57:10.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 11:57:10.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:57:10.720 DEBUG [main][MenuItemLookup] Found menu:'New' 11:57:10.720 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 11:57:10.720 DEBUG [main][MenuItemLookup] Found menu:'' 11:57:10.720 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 11:57:10.720 DEBUG [main][MenuItemLookup] Found menu:'' 11:57:10.720 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 11:57:10.720 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 11:57:10.720 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 11:57:10.720 DEBUG [main][MenuItemLookup] Item match:Delete Delete 11:57:10.720 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 11:57:10.721 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 11:57:10.721 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 11:57:10.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 11:57:11.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 11:57:11.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 11:57:11.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:57:11.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:57:11.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:11.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:11.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 11:57:11.425 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:57:11.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:11.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:11.426 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 11:57:11.426 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:57:11.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:11.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:11.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:11.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:11.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:57:11.427 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 11:57:11.427 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 11:57:11.427 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 11:57:11.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:57:11.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:57:11.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:57:11.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:57:11.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 11:57:11.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:57:11.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:11.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:11.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 11:57:11.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:57:11.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:57:11.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:57:11.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:57:11.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:57:11.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 11:57:11.431 INFO [WorkbenchTestable][AbstractButton] Click button OK 11:57:11.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 11:57:11.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 11:57:11.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 11:57:11.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 11:57:11.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 11:57:11.451 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 11:57:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 11:57:11.952 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 11:57:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:57:11.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 11:57:11.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 11:57:11.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 11:57:11.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 11:57:11.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 11:57:11.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 11:57:11.953 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:57:11.953 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:57:11.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:11.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:11.954 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 11:57:11.954 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 11:57:11.954 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:57:11.954 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:57:11.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:11.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.293 s - in org.eclipse.reddeer.swt.test.EditorBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) Time elapsed: 6.288 s Running org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest regexMatcherFailureTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s regexMatcherMatchesEverythingTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s regexMatcherDigitsTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s Results: Errors: BrowserTest>SWTLayerTestCase.setUp:31 ? SWT Failed to execute runnable (org.ec... BrowserTest>SWTLayerTestCase.setUp:31 ? SWT Failed to execute runnable (org.ec... BrowserTest>SWTLayerTestCase.setUp:31 ? SWT Failed to execute runnable (org.ec... BrowserTest>SWTLayerTestCase.setUp:31 ? SWT Failed to execute runnable (org.ec... BrowserTest>SWTLayerTestCase.setUp:31 ? SWT Failed to execute runnable (org.ec... BrowserTest>SWTLayerTestCase.setUp:31 ? SWT Failed to execute runnable (org.ec... BrowserTest>SWTLayerTestCase.setUp:31 ? SWT Failed to execute runnable (org.ec... Tests run: 297, Failures: 0, Errors: 7, Skipped: 0 (Eclipse:834): Gtk-CRITICAL **: 11:57:11.981: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:57:11.988: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:834): Gtk-CRITICAL **: 11:57:11.988: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [ERROR] There are test failures. Please refer to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/target/surefire-reports for the individual test results. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.swt.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.core.test >---------- [INFO] Building RedDeer Core Tests 2.8.0-SNAPSHOT [33/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.core.test --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.core.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.core.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 Running org.eclipse.reddeer.core.test.condition.JobIsRunningTest 11:57:26.947 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 11:57:26.951 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=6 11:57:26.968 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 11:57:26.970 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 11:57:27.043 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 11:57:27.074 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:57:27.077 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:57:27.081 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 11:57:27.085 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:57:27.089 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:57:27.092 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 11:57:27.143 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 11:57:27.147 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:57:27.148 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:57:27.152 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:57:27.152 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:57:27.155 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 11:57:28.742 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:57:28.745 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 11:57:28.745 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 11:57:28.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:57:28.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:57:28.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:57:28.746 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:57:28.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 11:57:28.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 11:57:28.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 11:57:28.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 11:57:28.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 11:57:28.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 11:57:28.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:57:28.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:29.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:29.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not listed in considered jobs, ignore it 11:57:29.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Repository registry initialization' is not listed in considered jobs, ignore it 11:57:29.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:30.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Repository registry initialization' is not listed in considered jobs, ignore it 11:57:30.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:30.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 11:57:30.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating indexes' is not listed in considered jobs, ignore it 11:57:30.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 11:57:30.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 11:57:30.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 11:57:31.770 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 11:57:31.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 11:57:31.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:57:31.779 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:57:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:31.787 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 11:57:31.787 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:57:31.788 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 11:57:31.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 11:57:31.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:57:31.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:57:31.788 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:57:31.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:57:31.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 11:57:31.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 11:57:31.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:57:31.790 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:32.290 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:32.792 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:33.292 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:33.793 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:34.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:34.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:35.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:35.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:35.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running failed, an exception will be thrown 11:57:36.804 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' was successfully killed 11:57:36.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 11:57:36.805 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:57:36.805 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:57:36.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:36.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:36.807 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 11:57:36.807 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:57:36.808 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 11:57:36.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 11:57:36.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:57:36.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:57:36.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:57:36.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:57:36.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 11:57:37.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 11:57:37.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 11:57:37.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 11:57:37.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:57:37.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:38.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:38.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:39.313 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:39.813 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:40.314 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:40.815 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:41.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:41.816 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:42.317 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:57:42.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 11:57:42.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 11:57:42.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 11:57:42.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 11:57:43.818 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' was successfully killed 11:57:43.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 11:57:43.819 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:57:43.819 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:57:43.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:43.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:43.822 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 11:57:43.822 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:57:43.822 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 11:57:43.822 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 11:57:43.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:57:43.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:57:43.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:57:43.823 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:57:43.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 11:57:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 11:57:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 11:57:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 11:57:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 11:57:43.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 11:57:43.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 11:57:43.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 11:57:43.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:57:43.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 11:57:43.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:44.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 11:57:44.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:44.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 11:57:44.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:45.327 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 11:57:45.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:45.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 11:57:45.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:46.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 11:57:46.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:46.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:47.330 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:47.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:48.331 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:48.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:49.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:49.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 11:57:50.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 11:57:50.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 11:57:51.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 11:57:51.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 11:57:52.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 11:57:52.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 11:57:52.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 11:57:52.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 11:57:52.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 11:57:53.838 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 11:57:53.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 11:57:53.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:57:53.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:57:53.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:57:53.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:57:53.839 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 11:57:53.840 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:57:53.840 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 11:57:53.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 11:57:53.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:57:53.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:57:53.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:57:53.841 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:57:53.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 11:57:53.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 11:57:53.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 11:57:53.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 11:57:53.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 11:57:53.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 11:57:53.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 11:57:53.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 11:57:53.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:57:53.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:54.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:54.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:55.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:55.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:56.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:56.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:57.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:57.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:58.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:58.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:59.349 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 11:57:59.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 11:57:59.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 11:57:59.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 11:57:59.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 11:57:59.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 11:58:00.854 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 11:58:01.855 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 11:58:01.855 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 11:58:01.855 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:58:01.855 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:58:01.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:01.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:01.858 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 11:58:01.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:58:01.859 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 11:58:01.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 11:58:01.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:58:01.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:58:01.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:58:01.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:58:01.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 11:58:01.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 11:58:01.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 11:58:01.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:58:02.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:58:02.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:58:03.363 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 11:58:03.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 11:58:03.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 11:58:03.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 11:58:03.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 11:58:03.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:58:03.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:58:03.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:03.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:03.865 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 11:58:03.868 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 11:58:03.869 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 11:58:03.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 11:58:03.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:03.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.233 s - in org.eclipse.reddeer.core.test.condition.JobIsRunningTest testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 3.041 s testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 5.019 s testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 7.013 s testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 10.017 s testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 8.018 s testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 2.006 s Running org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest 11:58:03.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available.... 11:58:03.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available. finished successfully 11:58:03.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 11:58:03.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:03.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:03.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 11:58:03.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:03.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:03.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 11:58:03.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:03.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:03.995 INFO [WorkbenchTestable][AbstractShell] Close shell Test shell 11:58:03.996 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Test shell' 11:58:04.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 11:58:04.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest testActiveShellExistsGetResult(org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest) Time elapsed: 0.103 s Running org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest (Eclipse:944): Gtk-CRITICAL **: 11:58:04.391: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:944): Gtk-CRITICAL **: 11:58:04.412: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:944): Gtk-CRITICAL **: 11:58:04.434: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:58:04.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 11:58:04.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:04.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:05.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:58:05.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:58:06.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:58:06.735 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:58:06.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:06.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:06.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:58:06.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:58:06.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:58:06.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 11:58:06.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:07.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:58:07.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:58:08.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:58:08.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:58:08.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:08.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:08.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:08.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:58:08.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:08.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:08.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:58:08.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:08.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:08.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:58:08.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:58:08.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:08.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:08.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:58:08.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:08.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:08.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:58:08.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:58:08.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:08.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:08.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:58:08.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:08.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:08.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 11:58:08.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 11:58:08.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:08.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:08.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:58:08.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:08.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:08.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 11:58:08.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 11:58:08.805 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:58:08.805 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:58:08.806 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:58:08.806 DEBUG [main][AbstractWait] Waiting until shell is active... 11:58:08.806 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:58:08.806 INFO [main][AbstractShell] Close shell Testing shell 11:58:08.806 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:58:08.824 DEBUG [main][AbstractWait] Waiting while shell is available... 11:58:08.824 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully (Eclipse:944): Gtk-CRITICAL **: 11:58:09.119: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:944): Gtk-CRITICAL **: 11:58:09.140: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:944): Gtk-CRITICAL **: 11:58:09.161: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:58:09.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 11:58:09.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:09.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:10.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:58:10.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:58:11.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:58:11.467 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:58:11.467 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:11.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:11.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:58:11.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:58:11.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:58:11.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 11:58:11.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:12.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:58:12.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:58:13.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:58:13.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:58:13.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:13.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:13.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:13.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:13.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:58:13.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:13.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:13.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:13.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:13.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:58:13.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:13.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:13.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:13.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:13.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:58:13.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:13.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 11:58:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:13.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:13.513 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:58:13.514 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:58:13.514 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:58:13.514 DEBUG [main][AbstractWait] Waiting until shell is active... 11:58:13.514 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:58:13.514 INFO [main][AbstractShell] Close shell Testing shell 11:58:13.514 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:58:13.532 DEBUG [main][AbstractWait] Waiting while shell is available... 11:58:13.533 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:58:13.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:13.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:13.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:58:13.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 11:58:13.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:58:13.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 11:58:13.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 11:58:13.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 11:58:13.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 11:58:13.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found (Eclipse:944): Gtk-CRITICAL **: 11:58:13.825: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:944): Gtk-CRITICAL **: 11:58:13.847: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:944): Gtk-CRITICAL **: 11:58:13.868: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:58:13.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 11:58:13.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:14.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:15.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:58:15.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:58:16.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:58:16.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:58:16.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:16.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:16.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:58:16.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:58:16.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:58:16.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 11:58:16.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:16.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:17.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:58:17.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:58:18.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:58:18.693 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:58:18.693 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:18.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:18.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:58:18.695 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:58:18.696 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:58:18.696 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:58:18.696 DEBUG [main][AbstractWait] Waiting until shell is active... 11:58:18.696 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:58:18.697 INFO [main][AbstractShell] Close shell Testing shell 11:58:18.697 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:58:18.708 DEBUG [main][AbstractWait] Waiting while shell is available... 11:58:18.708 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully (Eclipse:944): Gtk-CRITICAL **: 11:58:18.995: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:944): Gtk-CRITICAL **: 11:58:19.017: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:944): Gtk-CRITICAL **: 11:58:19.038: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:58:19.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 11:58:19.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:19.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:20.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:58:20.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:58:21.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:58:21.329 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:58:21.329 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:21.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:21.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:58:21.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:58:21.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:58:21.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 11:58:21.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:21.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:22.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:58:22.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:58:23.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:58:23.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:58:23.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:23.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:23.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:58:23.860 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:58:23.861 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:58:23.861 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:58:23.862 DEBUG [main][AbstractWait] Waiting until shell is active... 11:58:23.862 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:58:23.862 INFO [main][AbstractShell] Close shell Testing shell 11:58:23.862 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:58:23.873 DEBUG [main][AbstractWait] Waiting while shell is available... 11:58:23.873 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 11:58:23.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:23.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found (Eclipse:944): Gtk-CRITICAL **: 11:58:24.162: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:944): Gtk-CRITICAL **: 11:58:24.183: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:944): Gtk-CRITICAL **: 11:58:24.204: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:58:24.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 11:58:24.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:24.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:25.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:58:25.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:58:26.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:58:26.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:58:26.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:26.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:26.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:58:27.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:58:27.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:58:27.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 11:58:27.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 11:58:27.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:27.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:28.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:58:28.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:58:29.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:58:29.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:58:29.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:29.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:29.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:29.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:58:29.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:58:29.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 11:58:29.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 11:58:29.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:29.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:30.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:58:30.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:58:31.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:58:31.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:58:31.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:31.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:31.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 11:58:31.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 11:58:31.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:58:31.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 11:58:31.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 11:58:31.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:31.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:32.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:58:32.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:58:33.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:58:33.032 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:58:33.032 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:33.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:33.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:58:33.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:58:33.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:58:33.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 11:58:33.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:33.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:58:33.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:33.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:58:33.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:33.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:58:33.055 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:58:33.055 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:58:33.055 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:58:33.056 DEBUG [main][AbstractWait] Waiting until shell is active... 11:58:33.056 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:58:33.056 INFO [main][AbstractShell] Close shell Testing shell 11:58:33.056 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:58:33.066 DEBUG [main][AbstractWait] Waiting while shell is available... 11:58:33.066 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully (Eclipse:944): Gtk-CRITICAL **: 11:58:33.344: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:944): Gtk-CRITICAL **: 11:58:33.365: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:944): Gtk-CRITICAL **: 11:58:33.386: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 11:58:33.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 11:58:33.390 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:33.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:35.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:58:35.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:58:36.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:58:36.176 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:58:36.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:36.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:36.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 11:58:36.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 11:58:36.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:58:36.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 11:58:36.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:36.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:37.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 11:58:37.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 11:58:38.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 11:58:38.198 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 11:58:38.198 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:38.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:38.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:58:38.199 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 11:58:38.199 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 11:58:38.200 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 11:58:38.200 DEBUG [main][AbstractWait] Waiting until shell is active... 11:58:38.200 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 11:58:38.200 INFO [main][AbstractShell] Close shell Testing shell 11:58:38.200 INFO [main][ShellHandler] Closing shell 'Testing shell' 11:58:38.210 DEBUG [main][AbstractWait] Waiting while shell is available... 11:58:38.210 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.153 s - in org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest testIndex(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 4.763 s testNotFoundAfterClose(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 4.709 s testMatcher(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 5.175 s testGetResult(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 5.165 s testParent(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 9.192 s testSimple(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 5.144 s Running org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 11:58:38.226 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 11:58:38.228 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 11:58:38.229 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:58:38.229 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 11:58:38.230 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:58:38.230 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 11:58:38.230 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:58:38.230 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 11:58:38.231 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:58:38.231 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 11:58:38.231 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:58:38.232 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 11:58:38.232 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 11:58:38.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 11:58:38.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 11:58:38.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 11:58:38.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 11:58:38.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 11:58:38.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:58:38.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:58:38.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:58:38.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:38.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:38.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:58:38.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:58:38.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:58:38.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:38.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:38.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:58:38.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:58:38.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:58:38.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:38.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:38.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:58:38.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:58:38.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:58:38.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:38.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:38.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 11:58:38.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 11:58:38.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 11:58:38.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:38.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:38.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:58:38.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:58:38.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:58:38.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:38.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:38.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:38.334 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:38.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:38.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:38.337 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:58:38.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:38.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:38.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:38.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:38.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:38.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:39.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:39.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:39.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:39.353 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:39.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:58:39.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:58:39.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:58:39.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:39.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:39.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:39.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:39.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:58:39.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:39.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:39.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:39.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:39.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:40.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:40.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:40.367 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:40.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:58:40.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:58:40.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:58:40.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:40.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:40.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:40.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:40.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:40.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:40.373 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:58:40.373 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:40.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:40.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:40.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:40.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:40.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:41.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:41.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:41.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:41.376 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:41.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:58:41.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:58:41.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:58:41.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:41.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:41.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:41.381 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:41.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:41.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:41.381 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:58:41.381 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:41.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:41.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:41.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:41.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:41.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:42.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:42.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:42.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:42.383 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:42.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:58:42.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:58:42.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:58:42.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:42.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:42.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:42.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:42.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:42.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:42.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 11:58:42.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:42.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:42.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:42.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:42.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:42.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:43.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:43.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:43.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:43.391 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:43.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 11:58:43.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 11:58:43.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 11:58:43.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:43.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:43.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:43.397 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:43.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:43.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:43.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 11:58:43.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:43.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:43.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:43.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:43.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:43.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:44.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:44.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:44.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:44.400 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:44.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:58:44.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:58:44.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:58:44.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:44.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:44.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:44.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:44.431 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:58:44.431 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:44.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:44.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:44.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:44.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:45.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:45.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:45.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:45.440 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:45.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:58:45.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:58:45.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:58:45.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:45.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:45.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:45.451 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:45.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:45.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:45.452 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:58:45.452 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:45.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:45.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:45.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:45.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:45.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:46.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:46.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:46.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:46.456 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:46.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:58:46.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:58:46.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:58:46.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:46.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:46.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:46.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:46.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:46.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:46.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:58:46.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:46.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:46.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:46.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:46.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:46.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:47.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:47.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:47.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:47.467 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:47.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:58:47.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:58:47.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:58:47.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:47.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:47.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:47.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:47.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:47.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:47.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:58:47.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:47.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:47.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:47.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:47.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:47.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:48.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:48.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:48.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:48.476 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:48.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:58:48.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:58:48.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:58:48.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:48.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:48.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:48.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:48.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:48.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:48.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 11:58:48.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:48.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:48.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:48.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:48.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:48.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:49.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:49.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:49.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:49.484 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:49.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 11:58:49.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 11:58:49.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 11:58:49.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:49.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:49.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:49.489 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:49.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:49.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:49.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 11:58:49.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:49.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:49.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:49.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:49.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:49.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:50.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:50.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:50.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:50.492 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:50.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:58:50.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:58:50.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:58:50.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:50.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:50.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:50.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:50.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:50.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:50.527 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:58:50.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:50.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:50.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:50.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:51.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:51.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:51.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:51.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:51.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:51.534 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:51.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:58:51.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:58:51.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:58:51.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:51.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:51.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:51.544 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:51.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:51.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:51.545 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:58:51.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:51.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:51.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:51.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:52.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:52.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:52.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:52.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:52.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:52.546 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:52.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:58:52.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:58:52.546 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:58:52.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:52.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:52.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:52.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:52.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:52.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:52.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:58:52.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:52.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:52.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:52.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:53.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:53.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:53.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:53.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:53.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:53.553 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:53.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:58:53.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:58:53.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:58:53.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:53.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:53.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:53.557 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:53.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:53.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:53.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:58:53.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:53.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:53.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:53.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:54.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:54.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:54.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:54.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:54.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:54.560 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:54.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:58:54.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:58:54.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:58:54.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:54.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:54.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:54.565 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:54.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:54.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:54.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 11:58:54.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:54.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:54.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:54.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:55.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:55.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:55.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:55.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:55.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:55.567 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:55.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 11:58:55.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 11:58:55.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 11:58:55.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:55.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:55.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:55.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:55.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:55.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:55.574 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 11:58:55.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:55.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:55.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:55.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:56.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:56.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:56.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:56.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:56.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:56.576 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:56.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:58:56.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:58:56.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:58:56.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:56.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:56.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:56.614 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:56.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:56.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:56.615 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:58:56.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:56.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:56.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:56.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:57.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:57.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:57.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:57.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:57.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:57.621 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:57.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:58:57.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:58:57.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:58:57.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:57.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:57.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:57.641 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:57.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:57.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:57.642 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:58:57.642 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:57.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:57.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:57.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:58.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:58.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:58.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:58.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:58.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:58.644 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:58.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:58:58.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:58:58.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:58:58.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:58.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:58.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:58.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:58.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:58.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:58.649 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:58:58.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:58.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:58.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:58.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:59.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:59.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:59.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:59.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:58:59.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:58:59.651 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:58:59.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:58:59.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:58:59.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:58:59.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:58:59.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:58:59.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:58:59.655 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:58:59.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:58:59.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:58:59.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:58:59.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:58:59.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:58:59.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:58:59.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:00.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:00.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:00.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:00.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:00.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:00.658 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:00.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:59:00.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:59:00.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:59:00.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:00.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:00.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:00.660 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:00.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:00.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:00.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 11:59:00.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:00.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:00.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:00.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:01.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:01.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:01.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:01.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:01.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:01.667 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:01.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 11:59:01.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 11:59:01.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 11:59:01.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:01.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:01.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:01.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:01.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:01.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:01.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 11:59:01.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:01.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:01.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:01.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:02.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:02.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:02.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:02.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:02.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:02.675 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:02.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:02.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:02.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:02.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:02.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:02.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:02.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:02.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:02.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:02.707 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:02.708 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:02.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:02.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:02.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:03.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:03.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:03.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:03.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:03.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:03.715 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:03.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:03.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:03.716 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:03.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:03.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:03.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:03.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:03.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:03.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:03.726 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:03.727 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:03.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:03.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:03.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:04.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:04.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:04.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:04.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:04.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:04.728 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:04.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:04.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:04.729 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:04.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:04.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:04.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:04.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:04.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:04.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:04.733 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:04.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:04.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:04.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:04.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:05.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:05.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:05.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:05.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:05.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:05.744 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:05.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:59:05.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:59:05.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:59:05.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:05.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:05.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:05.749 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:05.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:05.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:05.749 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:59:05.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:05.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:05.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:05.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:06.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:06.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:06.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:06.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:06.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:06.752 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:06.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:59:06.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:59:06.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:59:06.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:06.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:06.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:06.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:06.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:06.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:06.757 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 11:59:06.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:06.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:06.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:06.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:07.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:07.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:07.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:07.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:07.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:07.759 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:07.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 11:59:07.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 11:59:07.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 11:59:07.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:07.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:07.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:07.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:07.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:07.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:07.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 11:59:07.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:07.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:07.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:07.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:08.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:08.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:08.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:08.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:08.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:08.766 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:08.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:08.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:08.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:08.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:08.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:08.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:08.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:08.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:08.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:08.816 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:08.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:08.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:08.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:08.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:09.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:09.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:09.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:09.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:09.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:09.822 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:09.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:09.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:09.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:09.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:09.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:09.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:09.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:09.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:09.834 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:09.834 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:09.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:09.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:09.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:09.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:09.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:09.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:09.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:09.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:09.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:09.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:09.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:09.879 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:09.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:09.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:09.880 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:09.880 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:09.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:09.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:09.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:10.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:10.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:10.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:10.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:10.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:10.890 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:10.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:10.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:10.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:10.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:10.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:10.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:10.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:10.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:10.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:10.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:10.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:10.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:10.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:10.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:10.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:10.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:10.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:10.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:10.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:10.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:10.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:10.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:10.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:10.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:10.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:10.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:10.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:10.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:10.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:10.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:11.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:11.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:11.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:11.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:11.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:11.945 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:11.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:59:11.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:59:11.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:59:11.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:11.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:11.952 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:11.952 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:59:11.952 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:11.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:11.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:11.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:12.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:12.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:12.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:12.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:12.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:12.954 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:12.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:59:12.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:59:12.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:59:12.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:12.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:12.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:12.958 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:12.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:12.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:12.959 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 11:59:12.959 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:12.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:12.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:12.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:13.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:13.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:13.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:13.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:13.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:13.961 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:13.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 11:59:13.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 11:59:13.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 11:59:13.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:13.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:13.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:13.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:13.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:13.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:13.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 11:59:13.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:13.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:13.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:13.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:14.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:14.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:14.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:14.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:14.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:14.968 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:14.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:14.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:14.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:14.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:14.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:14.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:14.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:14.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:14.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:14.980 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:14.980 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:14.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:14.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:15.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:15.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:15.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:16.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:16.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:16.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:16.007 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:16.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:16.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:16.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:16.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:16.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:16.028 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:16.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:16.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:16.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:16.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:16.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:16.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:16.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:16.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:16.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:16.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:16.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:16.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:16.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:16.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:16.033 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:16.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:16.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:16.034 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:16.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:16.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:16.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:16.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:16.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:16.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:17.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:17.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:17.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:17.036 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:17.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:59:17.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:59:17.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:59:17.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:17.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:17.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:17.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:17.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:17.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:17.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:59:17.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:17.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:17.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:17.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:17.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:17.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:18.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:18.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:18.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:18.044 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:18.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:59:18.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:59:18.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:59:18.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:18.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:18.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:18.049 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:18.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:18.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:18.049 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 11:59:18.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:18.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:18.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:18.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:18.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:18.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:19.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:19.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:19.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:19.051 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:19.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 11:59:19.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 11:59:19.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 11:59:19.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:19.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:19.055 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:19.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:19.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:19.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 11:59:19.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:19.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:19.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:19.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:19.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:19.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:20.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:20.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:20.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:20.058 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:20.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:20.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:20.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:20.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:20.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:20.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:20.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:20.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:20.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:20.068 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:20.068 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:20.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:20.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:20.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:20.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:20.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:21.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:21.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:21.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:21.074 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:21.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:21.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:21.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:21.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:21.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:21.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:21.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:21.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:21.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:21.086 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:21.086 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:21.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:21.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:21.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:21.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:21.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:21.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:21.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:21.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:21.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:21.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:21.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:21.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:21.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:21.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:21.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:21.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:21.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:21.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:21.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:21.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:21.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:22.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:22.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:22.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:22.107 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:22.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:59:22.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:59:22.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:59:22.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:22.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:22.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:22.112 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:22.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:22.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:22.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:59:22.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:22.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:22.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:22.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:22.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:22.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:23.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:23.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:23.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:23.115 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:23.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:59:23.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:59:23.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:59:23.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:23.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:23.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:23.119 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:23.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:23.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:23.120 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 11:59:23.120 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:23.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:23.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:23.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:23.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:23.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:24.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:24.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:24.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:24.122 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:24.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 11:59:24.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 11:59:24.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 11:59:24.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:24.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:24.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:24.126 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:24.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:24.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:24.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 11:59:24.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:24.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:24.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:24.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:24.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:24.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:25.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:25.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:25.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:25.129 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:25.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:25.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:25.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:25.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:25.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:25.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:25.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:25.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:25.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:25.156 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:25.157 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:25.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:25.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:25.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:25.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:25.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:26.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:26.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:26.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:26.162 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:26.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:26.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:26.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:26.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:26.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:26.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:26.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:26.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:26.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:26.183 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:26.183 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:26.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:26.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:26.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:26.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:26.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:26.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:26.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:26.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:26.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:26.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:26.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:26.188 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:26.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:26.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:26.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:26.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:26.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:26.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:26.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:26.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:26.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:27.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:27.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:27.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:27.190 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:27.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:59:27.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:59:27.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:59:27.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:27.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:27.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:27.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:27.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:27.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:27.196 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:59:27.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:27.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:27.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:27.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:27.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:27.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:28.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:28.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:28.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:28.198 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:28.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:59:28.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:59:28.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:59:28.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:28.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:28.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:28.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:28.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:28.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:28.204 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 11:59:28.204 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:28.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:28.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:28.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:28.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:28.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:29.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:29.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:29.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:29.205 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:29.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 11:59:29.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 11:59:29.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 11:59:29.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:29.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:29.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:29.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:29.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:29.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 11:59:29.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:29.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:29.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:29.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:29.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:29.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:30.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:30.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:30.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:30.213 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:30.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:30.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:30.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:30.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:30.244 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:30.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:30.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:30.245 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:30.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:30.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:30.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:30.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:30.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:30.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:31.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:31.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:31.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:31.250 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:31.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:31.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:31.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:31.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:31.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:31.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:31.270 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:31.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:31.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:31.271 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:31.271 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:31.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:31.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:31.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:31.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:31.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:31.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:31.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:31.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:31.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:31.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:31.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:31.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:31.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:31.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:31.280 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:31.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:31.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:31.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:31.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:31.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:31.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:32.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:32.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:32.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:32.285 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:32.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:32.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:32.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:32.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:32.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:32.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:32.304 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:32.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:32.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:32.305 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:32.305 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:32.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:32.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:32.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:32.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:32.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:32.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:32.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:32.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:32.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:32.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:32.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:32.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:32.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:32.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:32.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:32.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:32.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:32.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:32.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:32.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:32.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:32.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:32.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:32.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:32.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:32.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:32.343 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:32.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:32.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:32.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:32.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:32.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:32.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:33.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:33.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:33.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:33.351 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:33.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:33.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:33.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:33.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:33.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:33.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:33.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:33.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:33.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:33.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:33.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:33.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:33.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:33.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:33.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:33.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:33.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:33.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:33.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:33.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:33.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:33.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:33.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:33.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:33.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:33.386 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:33.386 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:33.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:33.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:33.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:33.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:33.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:33.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:59:33.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:59:33.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:59:33.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:33.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:33.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:33.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:33.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:33.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:33.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:59:33.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:33.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:33.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:33.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:33.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:33.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:34.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:34.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:34.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:34.394 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:34.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:59:34.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:59:34.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:59:34.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:34.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:34.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:34.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:34.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:34.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:34.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 11:59:34.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:34.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:34.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:34.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:34.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:34.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:35.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:35.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:35.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:35.401 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:35.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 11:59:35.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 11:59:35.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 11:59:35.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:35.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:35.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:35.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:35.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:35.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 11:59:35.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:35.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:35.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:35.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:35.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:35.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:36.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:36.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:36.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:36.409 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:36.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:36.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:36.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:36.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:36.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:36.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:36.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:36.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:36.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:36.437 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:36.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:36.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:36.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:36.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:36.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:36.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:37.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:37.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:37.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:37.443 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:37.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:37.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:37.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:37.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:37.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:37.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:37.463 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:37.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:37.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:37.464 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:37.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:37.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:37.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:37.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:37.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:37.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:37.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:37.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:37.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:37.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:37.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:37.469 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:37.469 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:37.469 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:37.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:37.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:37.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:37.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:37.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:37.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:59:37.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:59:37.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:59:37.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:37.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:37.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:37.473 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:37.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:37.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:37.474 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:59:37.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:37.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:37.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:37.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:37.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:37.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:38.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:38.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:38.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:38.476 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:38.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:59:38.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:59:38.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:59:38.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:38.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:38.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:38.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:38.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:38.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:38.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 11:59:38.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:38.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:38.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:38.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:38.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:38.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:39.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:39.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:39.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:39.483 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:39.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 11:59:39.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 11:59:39.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 11:59:39.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:39.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:39.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:39.487 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:39.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:39.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:39.488 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 11:59:39.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:39.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:39.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:39.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:39.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:39.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:40.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:40.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:40.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:40.490 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:40.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:40.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:40.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:40.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:40.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:40.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:40.500 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:40.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:40.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:40.500 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:40.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:40.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:40.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:40.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:41.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:41.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:41.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:41.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:41.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:41.507 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:41.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:41.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:41.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:41.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:41.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:41.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:41.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:41.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:41.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:41.517 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:41.517 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:41.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:41.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:41.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:41.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:41.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:41.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:41.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:41.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:41.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:41.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:41.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:41.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:41.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:41.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:41.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:41.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:41.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:41.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:59:41.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:59:41.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:59:41.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:41.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:41.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:41.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:41.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:41.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:41.540 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:59:41.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:41.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:41.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:41.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:42.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:42.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:42.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:42.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:42.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:42.542 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:42.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:59:42.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:59:42.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:59:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:42.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:42.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:42.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:42.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:42.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:42.547 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 11:59:42.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:42.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:42.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:42.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:43.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:43.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:43.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:43.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:43.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:43.549 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:43.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 11:59:43.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 11:59:43.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 11:59:43.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:43.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:43.553 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:43.553 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:43.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:43.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:43.553 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 11:59:43.553 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:43.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:43.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:43.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:44.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:44.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:44.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:44.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:44.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:44.555 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:44.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:44.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:44.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:44.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:44.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:44.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:44.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:44.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:44.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:44.588 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:44.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:44.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:44.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:44.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:45.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:45.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:45.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:45.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:45.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:45.593 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:45.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:45.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:45.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:45.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:45.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:45.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:45.614 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:45.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:45.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:45.615 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:45.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:45.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:45.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:45.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:45.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:45.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:45.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:45.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:45.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:45.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:45.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:45.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:45.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:45.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:45.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:45.626 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:45.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:45.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:45.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:45.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:46.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:46.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:46.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:46.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:46.631 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:46.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:46.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:46.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:46.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:46.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:46.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:46.642 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:46.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:46.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:46.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:46.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:46.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:46.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:46.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:46.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:46.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:46.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:46.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:46.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:46.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:46.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:46.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:46.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:46.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:46.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:46.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:46.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:46.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:46.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:46.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:46.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:46.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:46.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:46.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:46.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:46.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:46.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:46.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:46.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:46.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:46.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:46.689 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:46.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:46.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:46.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:46.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:47.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:47.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:47.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:47.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:47.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:47.694 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:47.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:47.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:47.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:47.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:47.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:47.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:47.705 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:47.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:47.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:47.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:47.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:47.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:47.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:47.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:47.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:47.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:47.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:47.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:47.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:47.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:47.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:47.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:47.711 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:47.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:47.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:47.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:47.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:47.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:47.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:47.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:47.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:47.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:47.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:59:47.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:59:47.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:59:47.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:47.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:47.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:47.729 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:47.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:47.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:47.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:59:47.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:47.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:47.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:47.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:47.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:47.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:47.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:47.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:47.731 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:47.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:47.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:47.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:47.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:47.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:47.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:47.738 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:47.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:47.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:47.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:47.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:48.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:48.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:48.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:48.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:48.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:48.743 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:48.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:48.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:48.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:48.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:48.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:48.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:48.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:48.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:48.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:48.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:48.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:48.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:48.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:48.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:48.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:48.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:48.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:48.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:48.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:48.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:48.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:48.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:48.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:48.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:48.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:48.757 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:48.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:48.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:48.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:48.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:48.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:48.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:48.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:59:48.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:59:48.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:59:48.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:48.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:48.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:48.773 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:48.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:48.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:48.773 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:59:48.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:48.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:48.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:48.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:48.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:48.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:48.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:59:48.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:59:48.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:59:48.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:48.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:48.778 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:48.778 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 11:59:48.778 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:48.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:48.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:48.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:49.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:49.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:49.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:49.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:49.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:49.780 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:49.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 11:59:49.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 11:59:49.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 11:59:49.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:49.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:49.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:49.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:49.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:49.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:49.784 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 11:59:49.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:49.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:49.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:49.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:50.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:50.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:50.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:50.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:50.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:50.786 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:50.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:50.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:50.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:50.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:50.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:50.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:50.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:50.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:50.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:50.827 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:50.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:50.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:50.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:50.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:51.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:51.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:51.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:51.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:51.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:51.833 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:51.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:51.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:51.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:51.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:51.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:51.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:51.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:51.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:51.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:51.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:51.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:51.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:51.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:51.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:51.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:51.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:51.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:51.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:51.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:51.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:51.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:51.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:51.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:51.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:51.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:51.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:51.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:51.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:51.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:51.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:51.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:51.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:51.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:59:51.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:59:51.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:59:51.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:51.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:51.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:51.868 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:51.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:51.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:51.868 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:59:51.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:51.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:51.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:51.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:51.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:51.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:51.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:59:51.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:59:51.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:59:51.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:51.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:51.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:51.874 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:51.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:51.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:51.874 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 11:59:51.874 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:51.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:51.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:51.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:52.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:52.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:52.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:52.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:52.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:52.876 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:52.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 11:59:52.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 11:59:52.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 11:59:52.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:52.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:52.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:52.880 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:52.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:52.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:52.881 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 11:59:52.881 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:52.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:52.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:52.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:53.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:53.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:53.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:53.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:53.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:53.883 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:53.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:53.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:53.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:53.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:53.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:53.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:53.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:53.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:53.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:53.896 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:53.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:53.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:53.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:53.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:54.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:54.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:54.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:54.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:54.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:54.901 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:54.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:54.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:54.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:54.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:54.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:54.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:54.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:54.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:54.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:54.911 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:54.911 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:54.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:54.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:54.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:54.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:54.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:54.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:54.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:54.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:54.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:54.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:54.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:54.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:54.940 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:54.940 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:54.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:54.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:54.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:55.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:55.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:55.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:55.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:55.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:55.945 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:55.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:55.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:55.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:55.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:55.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:55.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:55.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:55.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:55.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:55.966 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:55.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:55.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:55.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:55.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:55.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:55.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:55.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:55.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:55.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:55.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:55.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:55.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:55.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:55.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:55.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:55.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:55.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:55.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:55.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:55.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:55.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:55.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:55.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:55.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:55.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:55.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:55.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:55.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:55.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:55.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:55.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:55.979 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:55.980 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:55.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:55.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:55.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:56.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:56.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:56.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:56.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:56.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:56.984 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:56.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:56.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:56.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:56.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:56.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:56.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:56.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:56.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:56.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:56.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:56.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:56.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:56.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:56.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:56.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:56.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:56.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:56.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:56.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:56.996 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:57.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:57.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:57.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:57.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:57.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:57.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:57.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:57.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:57.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:57.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:59:57.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:59:57.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:59:57.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:57.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:57.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:57.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:57.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:57.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:57.018 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:59:57.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:57.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:57.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:57.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:57.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:57.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:57.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:57.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:57.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:57.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:57.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:57.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:57.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:57.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:57.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:57.027 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:57.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:57.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:57.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:57.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:57.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:57.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:58.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:58.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:58.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:58.032 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:58.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:58.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:58.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:58.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:58.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:58.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:58.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:58.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:58.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:58.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:58.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:58.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:58.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:58.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:58.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:58.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:58.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:58.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:58.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:58.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:58.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:58.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:58.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:58.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:58.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:58.046 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:58.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:58.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:58.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:58.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:58.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:58.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:58.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:59:58.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:59:58.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:59:58.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:58.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:58.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:58.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:58.064 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:59:58.064 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:58.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:58.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:58.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:58.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:58.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:58.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:59:58.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:59:58.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:59:58.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:58.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:58.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:58.070 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:58.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:58.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:58.070 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 11:59:58.070 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:58.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:58.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:58.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:58.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:58.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:58.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 11:59:58.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 11:59:58.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 11:59:58.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:58.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:58.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:58.072 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:58.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:58.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:58.101 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 11:59:58.101 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:58.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:58.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:58.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:58.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:58.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:59.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:59.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:59.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 11:59:59.106 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 11:59:59.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 11:59:59.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 11:59:59.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 11:59:59.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:59.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:59.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:59.107 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:59.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:59.126 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 11:59:59.126 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:59.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:59.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:59.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:59.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:59.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 11:59:59.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 11:59:59.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 11:59:59.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:59.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:59.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:59.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:59.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:59.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:59.132 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 11:59:59.132 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:59.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:59.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:59.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:59.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:59.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:59.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 11:59:59.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 11:59:59.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 11:59:59.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:59.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:59.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:59.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:59.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:59.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:59.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 11:59:59.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:59.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:59.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:59.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:59.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:59.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 11:59:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 11:59:59.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 11:59:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:59.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:59.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:59.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:59.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:59.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:59.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 11:59:59.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:59.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:59.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:59.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 11:59:59.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 11:59:59.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 11:59:59.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 11:59:59.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 11:59:59.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 11:59:59.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 11:59:59.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 11:59:59.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 11:59:59.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 11:59:59.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 11:59:59.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 11:59:59.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 11:59:59.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 11:59:59.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 11:59:59.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:59.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 11:59:59.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 11:59:59.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:00.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:00.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:00.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:00.149 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:00.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:00:00.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:00:00.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:00:00.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:00.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:00.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:00.181 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:00.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:00.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:00.182 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:00:00.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:00.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:00.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:00.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:00.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:00.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:01.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:01.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:01.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:01.187 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:01.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:00:01.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:00:01.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:00:01.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:01.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:01.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:01.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:01.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:01.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:01.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:00:01.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:01.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:01.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:01.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:01.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:01.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:01.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:00:01.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:00:01.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:00:01.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:01.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:01.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:01.215 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:01.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:01.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:01.215 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:00:01.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:01.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:01.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:01.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:01.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:01.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:02.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:02.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:02.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:02.220 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:02.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:00:02.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:00:02.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:00:02.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:02.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:02.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:02.222 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:02.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:02.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:00:02.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:02.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:02.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:02.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:02.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:02.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:02.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:00:02.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:00:02.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:00:02.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:02.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:02.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:02.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:02.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:02.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:02.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:00:02.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:02.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:02.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:02.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:02.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:02.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:02.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:00:02.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:00:02.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:00:02.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:02.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:02.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:02.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:02.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:02.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:02.253 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:00:02.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:02.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:02.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:02.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:02.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:02.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:03.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:03.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:03.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:03.258 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:03.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:00:03.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:00:03.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:00:03.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:03.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:03.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:03.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:03.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:03.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:03.268 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:00:03.268 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:03.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:03.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:03.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:03.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:03.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:03.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:00:03.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:00:03.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:00:03.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:03.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:03.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:03.285 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:03.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:03.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:03.285 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:00:03.285 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:03.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:03.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:03.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:03.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:03.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:03.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:00:03.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:00:03.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:00:03.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:03.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:03.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:03.290 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:03.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:03.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:03.291 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:00:03.291 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:03.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:03.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:03.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:03.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:03.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:00:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:00:03.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:00:03.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:03.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:03.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:03.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:03.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:03.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:03.299 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:00:03.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:03.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:03.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:03.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:03.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:03.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:04.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:04.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:04.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:04.306 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:04.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:00:04.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:00:04.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:00:04.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:04.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:04.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:04.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:04.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:04.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:04.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:00:04.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:04.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:04.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:04.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:04.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:04.317 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:04.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:00:04.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:00:04.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:00:04.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:04.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:04.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:04.333 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:04.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:04.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:04.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:00:04.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:04.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:04.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:04.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:04.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:04.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:04.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:00:04.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:00:04.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:00:04.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:04.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:04.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:04.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:04.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:04.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:04.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:00:04.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:04.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:04.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:04.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:04.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:04.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:04.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:00:04.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:00:04.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:00:04.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:04.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:04.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:04.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:04.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:04.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:04.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:00:04.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:04.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:04.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:04.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:04.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:04.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:04.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:00:04.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:00:04.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:00:04.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:04.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:04.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:04.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:04.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:04.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:04.352 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:00:04.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:04.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:04.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:04.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:04.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:04.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:05.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:05.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:05.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:05.387 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:05.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:00:05.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:00:05.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:00:05.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:05.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:05.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:05.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:05.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:05.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:05.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:00:05.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:05.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:05.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:05.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:05.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:05.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:00:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:00:05.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:00:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:05.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:05.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:05.416 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:05.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:05.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:05.417 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:00:05.417 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:05.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:05.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:05.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:05.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:05.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:05.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:00:05.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:00:05.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:00:05.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:05.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:05.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:05.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:05.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:05.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:05.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:00:05.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:05.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:05.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:05.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:05.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:05.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:05.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:00:05.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:00:05.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:00:05.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:05.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:05.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:05.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:05.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:00:05.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:05.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:05.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:05.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:05.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:00:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:00:05.428 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:00:05.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:05.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:05.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:05.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:05.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:05.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:05.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:00:05.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:05.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:05.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:05.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:05.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:05.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:05.433 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 12:00:05.434 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 12:00:05.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:00:05.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:00:05.439 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 12:00:05.439 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 12:00:05.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:00:05.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:00:05.441 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 12:00:05.442 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 12:00:05.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:00:05.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:00:05.445 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 12:00:05.445 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 12:00:05.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:00:05.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:00:05.449 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 12:00:05.449 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 12:00:05.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:00:05.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:00:05.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:00:05.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:00:05.453 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:00:05.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:06.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:00:06.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:00:07.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:00:07.457 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 12:00:07.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:00:07.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 12:00:07.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:00:07.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:00:07.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:00:07.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:00:07.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:00:07.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:00:07.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:00:07.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:00:07.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:07.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:07.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:00:07.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:00:07.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:00:07.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:07.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:07.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:00:07.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:00:07.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:00:07.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:07.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:07.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:00:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:00:07.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:00:07.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:07.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:07.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:00:07.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:00:07.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:00:07.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:07.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:07.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:00:07.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:00:07.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:00:07.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:07.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:07.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:07.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:07.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:07.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:07.510 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:00:07.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:07.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:07.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:07.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:08.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:08.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:08.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:08.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:08.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:08.516 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:08.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:00:08.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:00:08.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:00:08.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:08.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:08.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:08.517 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:08.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:08.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:08.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:00:08.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:08.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:08.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:08.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:09.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:09.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:09.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:09.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:09.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:09.527 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:09.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:00:09.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:00:09.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:00:09.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:09.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:09.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:09.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:00:09.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:09.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:09.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:10.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:10.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:10.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:10.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:10.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:10.533 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:10.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:00:10.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:00:10.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:00:10.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:10.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:10.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:10.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:10.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:10.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:10.538 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:00:10.538 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:10.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:10.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:10.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:11.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:11.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:11.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:11.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:11.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:11.540 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:11.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:00:11.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:00:11.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:00:11.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:11.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:11.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:11.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:11.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:11.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:11.545 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:00:11.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:11.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:11.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:12.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:12.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:12.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:12.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:12.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:12.547 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:12.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:00:12.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:00:12.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:00:12.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:12.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:12.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:12.548 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:12.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:12.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:12.552 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:00:12.552 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:12.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:12.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:12.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:13.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:13.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:13.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:13.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:13.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:13.553 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:00:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:00:13.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:00:13.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:13.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:13.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:13.566 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:13.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:13.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:13.567 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:00:13.567 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:13.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:13.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:13.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:14.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:14.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:14.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:14.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:14.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:14.571 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:14.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:00:14.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:00:14.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:00:14.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:14.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:14.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:14.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:14.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:14.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:14.580 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:00:14.580 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:14.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:14.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:14.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:15.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:15.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:15.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:15.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:15.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:15.582 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:15.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:00:15.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:00:15.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:00:15.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:15.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:15.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:15.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:15.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:15.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:15.590 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:00:15.590 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:15.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:15.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:15.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:16.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:16.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:16.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:16.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:16.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:16.591 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:16.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:00:16.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:00:16.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:00:16.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:16.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:16.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:16.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:16.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:16.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:16.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:00:16.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:16.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:16.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:16.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:17.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:17.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:17.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:17.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:17.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:17.599 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:17.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:00:17.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:00:17.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:00:17.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:17.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:17.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:17.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:17.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:17.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:17.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:00:17.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:17.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:17.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:17.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:18.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:18.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:18.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:18.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:18.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:18.606 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:18.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:00:18.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:00:18.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:00:18.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:18.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:18.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:18.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:18.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:18.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:18.612 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:00:18.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:18.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:18.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:18.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:18.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:18.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:18.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:00:18.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:00:18.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:00:18.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:18.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:18.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:18.642 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:18.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:18.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:18.643 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:00:18.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:18.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:18.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:18.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:19.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:19.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:19.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:19.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:19.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:19.648 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:19.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:00:19.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:00:19.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:00:19.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:19.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:19.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:19.657 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:19.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:19.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:19.657 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:00:19.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:19.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:19.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:19.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:20.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:20.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:20.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:20.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:20.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:20.659 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:20.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:00:20.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:00:20.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:00:20.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:20.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:20.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:20.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:20.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:20.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:20.664 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:00:20.664 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:20.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:20.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:20.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:21.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:21.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:21.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:21.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:21.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:21.666 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:21.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:00:21.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:00:21.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:00:21.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:21.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:21.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:21.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:21.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:21.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:21.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:00:21.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:21.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:21.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:21.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:22.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:22.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:22.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:22.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:22.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:22.672 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:22.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:00:22.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:00:22.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:00:22.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:22.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:22.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:22.676 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:22.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:22.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:22.676 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:00:22.677 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:22.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:22.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:22.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:23.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:23.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:23.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:23.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:23.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:23.678 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:23.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:00:23.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:00:23.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:00:23.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:23.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:23.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:23.683 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:23.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:23.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:23.683 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:00:23.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:23.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:23.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:23.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:23.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:23.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:00:23.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:00:23.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:00:23.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:23.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:23.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:23.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:23.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:23.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:23.715 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:00:23.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:23.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:23.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:23.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:24.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:24.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:24.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:24.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:24.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:24.720 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:24.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:00:24.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:00:24.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:00:24.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:24.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:24.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:24.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:24.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:24.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:24.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:00:24.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:24.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:24.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:24.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:25.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:25.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:25.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:25.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:25.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:25.741 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:25.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:00:25.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:00:25.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:00:25.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:25.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:25.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:25.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:25.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:25.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:25.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:00:25.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:25.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:25.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:25.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:26.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:26.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:26.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:26.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:26.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:26.747 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:26.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:00:26.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:00:26.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:00:26.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:26.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:26.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:26.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:26.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:26.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:26.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:00:26.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:26.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:26.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:26.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:27.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:27.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:27.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:27.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:27.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:27.753 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:27.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:00:27.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:00:27.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:00:27.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:27.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:27.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:27.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:27.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:27.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:27.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:00:27.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:27.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:27.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:27.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:27.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:27.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:27.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:00:27.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:00:27.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:00:27.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:27.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:27.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:27.766 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:27.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:27.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:27.767 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:00:27.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:27.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:27.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:27.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:28.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:28.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:28.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:28.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:28.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:28.774 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:28.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:00:28.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:00:28.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:00:28.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:28.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:28.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:28.808 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:28.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:28.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:28.809 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:00:28.809 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:28.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:28.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:28.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:29.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:29.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:29.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:29.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:29.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:29.811 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:29.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:00:29.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:00:29.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:00:29.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:29.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:29.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:29.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:29.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:29.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:29.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:00:29.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:29.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:29.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:29.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:30.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:30.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:30.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:30.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:30.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:30.817 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:30.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:00:30.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:00:30.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:00:30.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:30.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:30.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:30.822 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:30.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:30.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:30.822 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:00:30.822 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:30.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:30.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:30.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:31.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:31.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:31.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:31.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:31.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:31.824 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:31.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:00:31.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:00:31.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:00:31.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:31.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:31.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:31.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:31.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:31.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:00:31.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:31.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:31.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:31.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:31.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:31.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:31.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:00:31.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:00:31.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:00:31.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:31.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:31.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:31.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:31.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:00:31.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:31.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:31.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:31.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:31.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:00:31.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:00:31.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:00:31.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:31.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:31.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:31.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:31.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:31.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:31.905 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:00:31.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:31.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:31.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:31.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:32.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:32.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:32.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:32.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:32.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:32.910 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:32.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:00:32.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:00:32.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:00:32.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:32.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:32.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:32.930 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:32.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:32.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:32.930 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:00:32.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:32.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:32.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:32.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:33.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:33.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:33.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:33.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:33.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:33.932 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:33.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:00:33.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:00:33.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:00:33.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:33.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:33.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:33.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:33.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:33.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:33.937 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:00:33.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:33.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:33.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:33.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:34.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:34.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:34.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:34.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:34.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:34.939 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:34.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:00:34.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:00:34.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:00:34.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:34.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:34.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:34.940 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:34.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:34.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:34.944 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:00:34.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:34.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:34.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:34.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:34.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:34.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:00:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:00:34.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:00:34.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:34.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:34.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:34.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:34.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:34.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:34.972 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:00:34.972 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:34.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:34.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:34.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:35.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:35.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:35.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:35.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:35.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:35.976 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:35.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:00:35.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:00:35.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:00:35.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:35.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:35.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:35.996 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:35.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:35.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:35.997 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:00:35.997 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:35.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:35.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:35.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:36.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:36.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:36.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:36.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:36.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:36.999 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:37.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:00:37.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:00:37.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:00:37.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:37.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:37.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:37.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:37.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:37.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:37.004 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:00:37.004 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:37.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:37.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:37.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:37.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:37.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:38.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:38.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:38.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:38.006 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:38.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:00:38.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:00:38.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:00:38.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:38.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:38.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:38.010 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:38.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:38.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:38.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:00:38.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:38.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:38.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:38.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:38.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:38.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:38.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:00:38.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:00:38.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:00:38.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:38.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:38.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:38.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:38.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:38.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:38.016 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:00:38.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:38.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:38.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:38.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:38.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:38.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:38.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:00:38.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:00:38.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:00:38.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:38.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:38.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:38.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:38.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:38.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:38.021 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:00:38.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:38.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:38.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:38.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:38.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:38.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:38.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:00:38.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:00:38.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:00:38.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:38.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:38.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:38.034 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:38.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:38.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:38.034 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:00:38.035 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:38.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:38.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:38.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:38.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:38.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:39.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:39.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:39.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:39.040 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:39.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:00:39.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:00:39.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:00:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:39.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:39.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:39.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:39.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:39.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:39.049 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:00:39.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:39.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:39.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:39.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:39.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:39.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:40.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:40.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:40.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:40.050 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:40.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:00:40.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:00:40.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:00:40.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:40.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:40.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:40.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:40.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:40.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:40.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:00:40.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:40.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:40.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:40.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:40.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:40.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:40.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:00:40.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:00:40.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:00:40.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:40.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:40.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:40.064 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:40.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:40.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:40.065 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:00:40.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:40.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:40.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:40.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:40.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:40.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:41.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:41.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:41.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:41.070 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:41.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:00:41.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:00:41.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:00:41.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:41.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:41.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:41.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:41.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:41.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:41.078 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:00:41.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:41.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:41.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:41.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:41.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:41.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:42.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:42.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:42.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:42.080 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:42.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 12:00:42.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 12:00:42.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 12:00:42.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:42.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:42.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:42.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:42.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:42.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:42.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 12:00:42.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:42.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:42.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:42.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:42.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:42.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:42.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 12:00:42.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 12:00:42.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 12:00:42.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:42.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:42.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:42.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:42.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:42.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:42.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 12:00:42.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:42.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:42.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:42.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:42.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:42.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:42.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 12:00:42.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 12:00:42.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 12:00:42.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:42.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:42.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:42.095 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:42.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:42.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:42.096 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 12:00:42.096 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:42.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:42.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:42.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:42.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:42.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:42.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 12:00:42.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 12:00:42.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 12:00:42.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:42.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:42.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:42.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:42.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:42.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 12:00:42.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:42.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:42.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:42.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:42.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:42.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:42.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 12:00:42.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 12:00:42.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:00:42.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:42.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:42.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:42.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:42.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:42.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:42.115 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 12:00:42.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:42.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:42.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:42.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:42.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:42.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:43.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:43.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:00:43.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:00:43.121 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 12:00:43.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 12:00:43.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 12:00:43.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 12:00:43.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:43.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:43.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:00:43.147 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:43.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:43.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:00:43.148 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 12:00:43.148 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:43.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:43.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:43.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:43.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:43.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:00:43.150 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 12:00:43.150 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 12:00:43.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:00:43.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:00:43.155 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 12:00:43.155 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 12:00:43.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:00:43.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:00:43.157 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 12:00:43.157 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 12:00:43.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:00:43.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:00:43.159 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 12:00:43.159 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 12:00:43.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:00:43.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:00:43.161 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 12:00:43.161 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 12:00:43.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:00:43.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:00:43.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:00:43.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:00:43.164 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:00:43.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:44.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:00:44.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:00:45.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:00:45.668 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 12:00:45.668 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 12:00:45.668 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:00:45.668 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:00:45.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:46.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:00:46.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:00:47.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 129.45 s - in org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 89.225 s testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 38.211 s Running org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:00:47.682 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:00:47.688 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:00:47.689 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:00:47.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:00:47.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:00:47.689 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:00:47.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:00:47.689 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:00:47.690 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:00:47.690 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:00:47.690 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:00:47.690 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:00:47.691 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 12:00:47.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:00:47.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:00:47.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:00:47.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:00:47.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:944): Gtk-CRITICAL **: 12:00:47.979: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:944): Gtk-CRITICAL **: 12:00:48.000: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:944): Gtk-CRITICAL **: 12:00:48.022: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:00:48.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 12:00:48.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:48.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:49.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:00:49.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:00:50.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:00:50.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:00:50.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:50.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:50.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:00:50.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:00:50.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:50.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 12:00:50.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:51.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:00:51.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:00:52.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:00:52.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:00:52.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:52.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:52.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:00:52.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:00:52.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:00:52.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:00:52.866 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:00:52.867 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:00:52.867 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:00:52.867 DEBUG [main][AbstractWait] Waiting until shell is active... 12:00:52.867 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:00:52.867 INFO [main][AbstractShell] Close shell Testing shell 12:00:52.867 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:00:52.881 DEBUG [main][AbstractWait] Waiting while shell is available... 12:00:52.881 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:00:52.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:00:52.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:00:52.881 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:00:52.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:53.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:00:53.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:00:54.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:00:54.885 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 12:00:54.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:00:54.885 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 12:00:54.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:00:54.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:00:54.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:00:54.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:00:54.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:00:54.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:00:54.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:00:54.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:55.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:00:55.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:00:56.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:00:56.907 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:00:56.907 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:00:56.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:00:56.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:00:56.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:00:56.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:00:56.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:00:56.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:00:57.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:00:57.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:00:58.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:00:58.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 12:00:58.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:00:58.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:00:58.935 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 12:00:58.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 12:00:58.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:00:59.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:00:59.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 12:00:59.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 12:00:59.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:00:59.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:00:59.943 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 12:00:59.944 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 12:00:59.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 12:00:59.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:00.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:00.445 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 12:01:00.446 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 12:01:00.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:01:00.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:00.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:00.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:01:00.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:01:00.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:00.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 12:01:00.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:00.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:01:00.452 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 12:01:00.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 12:01:00.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:00.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 12:01:00.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:00.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 12:01:00.452 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 12:01:00.453 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 12:01:00.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:00.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:00.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 12:01:00.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 12:01:00.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:01.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:01.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 12:01:01.454 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 12:01:01.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 12:01:01.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:01.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:01.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 12:01:01.956 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:01:01.956 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:01:01.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:02.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:02.457 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:01:02.461 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:01:02.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:02.461 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:01:02.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:02.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:01:02.462 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 12:01:02.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 12:01:02.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:02.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 12:01:02.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:02.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 12:01:02.463 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 12:01:02.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:01:02.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:02.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:02.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:01:02.968 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:01:02.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:02.968 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:01:02.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:02.968 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:01:02.969 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 12:01:02.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 12:01:02.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:02.969 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 12:01:02.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:02.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 12:01:02.969 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 12:01:02.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 12:01:02.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:03.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:03.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 12:01:03.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 12:01:03.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:03.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:03.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 12:01:03.972 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 12:01:03.972 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 12:01:03.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:04.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:04.473 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 12:01:04.473 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 12:01:04.473 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 12:01:04.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:04.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:04.974 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 12:01:04.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 12:01:04.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:05.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:05.475 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 12:01:05.476 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 12:01:05.476 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 12:01:05.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:05.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:05.977 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 12:01:05.977 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:01:05.977 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:01:05.977 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:01:05.977 DEBUG [main][AbstractWait] Waiting until shell is active... 12:01:05.977 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:01:05.978 INFO [main][AbstractShell] Close shell Testing shell 12:01:05.978 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:01:05.982 DEBUG [main][AbstractWait] Waiting while shell is available... 12:01:05.982 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:01:05.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:01:05.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:01:05.982 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:01:05.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:01:06.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:01:06.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:01:07.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:01:07.985 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 12:01:07.986 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 12:01:07.986 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:01:07.986 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:01:07.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:01:09.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:01:09.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:01:10.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.808 s - in org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 7.194 s testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 13.1 s Running org.eclipse.reddeer.core.test.DummyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.core.test.DummyTest dummyTest(org.eclipse.reddeer.core.test.DummyTest) Time elapsed: 0 s Results: Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.core.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 135 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.workbench.test >------- [INFO] Building RedDeer Workbench Tests 2.8.0-SNAPSHOT [34/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.workbench.test --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.workbench.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.workbench.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 Running org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:01:24.851 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:01:24.855 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=6 12:01:24.874 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:01:24.876 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:01:24.954 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:01:24.984 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:01:24.989 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:01:24.994 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:01:24.997 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:01:25.000 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:01:25.003 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:01:25.042 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:01:25.045 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:01:25.046 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:01:25.062 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:01:25.062 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:01:25.065 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:01:25.066 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:01:25.085 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:01:25.088 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:25.090 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:01:25.091 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:25.092 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:01:25.092 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:25.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:01:25.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:25.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:25.146 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:01:25.151 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:01:25.157 DEBUG [main][MenuItemLookup] Found menu:'File' 12:01:25.158 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:01:25.158 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:01:25.158 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:01:25.158 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:01:25.159 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:01:25.159 DEBUG [main][MenuItemLookup] Item match:Window 12:01:25.164 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:01:25.164 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:01:25.164 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:01:25.165 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:25.165 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:01:25.165 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:01:25.165 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:25.165 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:01:25.165 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:25.166 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:01:25.166 DEBUG [main][MenuItemLookup] Item match:Preferences 12:01:25.169 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:01:25.169 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:01:25.171 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1006): Gtk-WARNING **: 12:01:25.306: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg. This may indicate that pixbuf loaders or the mime database could not be found. 12:01:25.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:01:25.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:01:25.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:01:25.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:25.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:25.550 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:01:25.550 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:25.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:01:25.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:25.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:25.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:25.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:25.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:01:25.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:01:25.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:01:25.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:01:25.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:25.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:25.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:25.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:25.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:01:25.647 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:01:25.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:01:25.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:01:25.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:01:25.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:01:25.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:01:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:01:25.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:01:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:25.744 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:01:25.746 DEBUG [main][EditorHandler] 0 editor(s) found 12:01:25.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:25.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:25.765 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:01:25.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:25.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:25.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:01:25.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:25.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:25.773 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:01:25.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:01:25.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:25.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:25.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:25.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:25.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:25.782 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:25.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:25.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:25.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:01:25.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:01:25.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:01:25.841 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:25.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:25.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:25.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:01:25.846 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:25.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:25.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:25.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:01:25.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:25.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:25.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:25.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:25.851 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:25.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:25.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:25.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:01:25.855 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:01:25.856 DEBUG [main][EditorHandler] 0 editor(s) found 12:01:25.865 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:01:25.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:25.866 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:01:25.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:25.866 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:01:25.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:25.867 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:01:25.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:25.868 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:01:25.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:25.869 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:01:25.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:25.869 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:01:25.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:25.870 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:01:25.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:25.870 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:01:25.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:25.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:01:25.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:25.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:25.893 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:01:25.893 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:01:25.894 DEBUG [main][MenuItemLookup] Found menu:'File' 12:01:25.894 DEBUG [main][MenuItemLookup] Item match:File 12:01:25.901 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:01:25.901 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:01:25.937 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:01:25.937 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:25.937 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:01:25.937 DEBUG [main][MenuItemLookup] Found menu:'File' 12:01:25.937 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:01:25.938 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:25.938 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:01:25.938 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:01:25.939 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:01:25.939 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:01:25.939 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:01:26.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:01:26.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:01:26.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:01:26.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:26.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:26.089 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:01:26.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:26.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:01:26.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:26.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:26.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:26.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:26.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:01:26.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:01:26.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:01:26.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:01:26.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:01:26.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:26.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:26.652 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:01:26.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:01:26.655 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:01:26.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:26.655 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:01:26.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:26.655 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:01:26.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:01:26.657 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:01:26.658 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:01:26.663 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:01:26.664 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:01:26.664 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:01:26.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:01:26.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:26.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:26.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:26.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:26.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:01:26.674 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:01:26.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:01:26.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:01:26.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:01:26.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:01:26.737 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:01:26.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:26.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:26.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:01:26.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:01:26.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:01:26.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:26.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:26.740 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:01:26.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:26.742 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 12:01:26.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:01:26.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:26.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:26.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:26.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:26.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:01:26.777 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:01:26.778 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 12:01:26.782 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:01:26.783 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 12:01:26.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:01:26.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:26.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:26.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:26.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:26.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:01:26.799 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:01:26.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:01:26.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:01:26.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:01:26.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:01:26.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:01:27.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:01:27.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:01:27.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:01:27.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:01:27.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:01:27.356 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:01:27.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:27.358 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:01:27.358 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:27.358 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:01:27.358 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:27.359 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:01:27.359 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:27.360 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:01:27.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:27.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:01:27.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:27.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:01:27.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:27.362 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:01:27.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:27.362 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:01:27.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:27.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:01:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:27.364 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:01:27.364 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:01:27.364 DEBUG [main][MenuItemLookup] Found menu:'File' 12:01:27.364 DEBUG [main][MenuItemLookup] Item match:File 12:01:27.366 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:01:27.367 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:01:27.367 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:01:27.367 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:01:27.367 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:27.367 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:01:27.367 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:01:27.367 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:27.367 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:01:27.367 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:01:27.367 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:01:27.367 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:01:27.368 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:27.368 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:01:27.368 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:01:27.368 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:01:27.368 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:01:27.368 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:27.368 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:01:27.368 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:27.368 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:01:27.368 DEBUG [main][MenuItemLookup] Item match:Import... 12:01:27.369 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:01:27.369 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:01:27.369 INFO [main][MenuItemHandler] Select menu item: &Import... 12:01:27.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:01:27.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:01:27.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:01:27.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:27.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:27.496 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:01:27.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:27.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:01:27.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:27.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:27.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:27.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:27.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:01:27.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:01:27.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:01:27.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:01:27.500 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:01:27.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:28.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:28.005 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:01:28.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:01:28.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:01:28.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:28.007 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:01:28.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:28.007 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:01:28.008 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:01:28.008 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:01:28.008 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:01:28.013 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:01:28.013 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:01:28.013 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:01:28.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:01:28.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:28.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:28.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:28.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:28.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:01:28.017 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:01:28.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:01:28.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:01:28.017 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:01:28.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:01:28.092 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:01:28.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:28.131 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:28.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:01:28.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:28.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:28.133 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:01:28.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:28.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:01:28.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:01:28.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:01:28.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:28.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:28.134 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:01:28.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:28.138 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/' 12:01:28.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:01:28.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:28.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:28.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:28.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:28.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:01:28.142 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:01:28.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:01:28.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:01:28.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:01:28.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:01:28.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:01:28.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:28.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:28.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:28.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:28.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:01:28.170 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/target/work/data/testProject to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/ 12:01:28.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:01:28.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:28.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:28.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:28.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:28.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:01:28.255 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:01:28.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:01:28.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:01:28.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:01:28.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:01:28.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:01:28.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:28.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:28.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:28.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:28.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:01:28.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:01:28.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:01:28.299 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 12:01:28.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:01:28.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:28.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:28.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:28.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:01:28.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Copy projects into workspace") 12:01:28.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:28.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:28.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:28.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:01:28.368 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 12:01:28.368 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 12:01:28.369 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 12:01:28.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:01:28.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:01:28.369 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:01:28.369 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:01:28.371 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:01:28.371 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:01:28.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:01:28.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:28.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:28.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:28.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:28.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:01:28.388 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:01:28.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:01:28.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:01:28.401 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:01:28.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:01:28.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:01:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:01:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:01:29.461 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' has no excuses, wait for it 12:01:29.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 17 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/resources.jar)' is a system job, skipped 12:01:29.961 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' has no excuses, wait for it 12:01:30.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:01:30.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:01:30.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:01:30.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:01:30.462 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:01:30.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:01:30.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:01:30.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:30.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:30.471 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:01:30.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:30.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:30.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:01:30.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:30.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:30.479 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:01:30.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:01:30.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:30.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:30.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:30.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:30.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:30.481 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:30.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:30.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:30.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:01:30.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:01:30.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:01:30.487 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:30.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:30.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:30.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:30.539 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:30.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:30.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:30.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:30.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:30.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:30.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:31.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:31.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:31.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:31.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:31.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:01:31.640 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:31.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:31.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:31.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:31.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:01:31.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:31.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:31.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:31.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:31.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:01:31.655 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:01:31.668 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:01:31.673 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:01:31.674 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:01:31.675 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:01:31.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:32.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:32.176 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:01:32.180 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:01:32.180 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:01:32.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:32.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:32.682 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:01:32.683 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:01:32.683 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:01:32.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:33.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:33.257 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:01:33.259 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:33.259 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:33.260 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:33.537 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:33.539 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:01:33.540 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:33.540 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:33.540 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:33.552 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:33.552 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:01:33.553 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:01:35.850 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:01:35.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:01:35.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:01:35.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:01:35.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:01:35.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:01:35.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:01:35.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:01:35.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:01:35.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2320a894 is found... 12:01:35.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2320a894 is found finished successfully 12:01:35.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:01:35.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:35.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:35.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:35.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:35.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:35.968 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:35.974 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:35.976 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 13] 12:01:36.066 INFO [WorkbenchTestable][Keyboard] Type text "a" 12:01:36.335 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:01:36.335 INFO [WorkbenchTestable][Keyboard] As char:a, as int:97 12:01:37.001 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:37.002 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:37.002 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:01:37.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:01:37.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:37.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:37.004 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:37.004 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:37.004 DEBUG [main][MenuItemLookup] Found menu:'File' 12:01:37.005 DEBUG [main][MenuItemLookup] Item match:File 12:01:37.008 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:01:37.008 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:01:37.008 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:01:37.008 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:01:37.008 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:37.008 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:01:37.009 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:01:37.009 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:37.009 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:01:37.009 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:01:37.009 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:01:37.009 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:01:37.009 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:01:37.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:01:37.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:01:37.183 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:37.183 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:37.184 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:37.184 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:37.184 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:01:37.267 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:01:37.488 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:01:37.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:37.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:37.537 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:01:37.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:37.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:37.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:01:37.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:37.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:37.540 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:01:37.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:01:37.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:37.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:37.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:37.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:37.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:37.543 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:37.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:37.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:37.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:01:37.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:01:37.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:01:37.547 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:37.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:37.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:37.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:37.549 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:37.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:37.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:37.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:37.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:37.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:37.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:38.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:38.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:38.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:38.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:38.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:01:38.580 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:38.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:38.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:38.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:38.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:01:38.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:38.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:38.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:38.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:38.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:01:38.583 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:01:38.584 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:01:38.585 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:01:38.585 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:01:38.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:01:38.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:38.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:01:38.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:38.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:01:38.586 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:01:38.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:01:38.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:38.587 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:01:38.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:38.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:01:38.587 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:01:38.587 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:01:38.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:38.587 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:01:38.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:38.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:01:38.588 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:38.588 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:38.588 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:38.639 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:38.640 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:01:38.640 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:38.640 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:38.640 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:38.650 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:38.650 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:01:38.650 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:01:39.168 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:01:39.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:01:39.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:01:39.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 9 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:01:39.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:01:39.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:01:39.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:01:39.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:01:39.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:01:39.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:01:39.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29091bfe is found... 12:01:39.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29091bfe is found finished successfully 12:01:39.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:01:39.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:39.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:39.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:39.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:39.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:39.241 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:39.241 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:39.241 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:01:39.346 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:39.348 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:39.348 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:01:39.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:01:39.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:39.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:39.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:39.350 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:39.351 DEBUG [main][MenuItemLookup] Found menu:'File' 12:01:39.351 DEBUG [main][MenuItemLookup] Item match:File 12:01:39.353 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:01:39.353 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:01:39.353 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:01:39.353 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:01:39.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:39.353 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:01:39.353 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:01:39.354 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:39.354 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:01:39.354 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:01:39.464 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:01:39.464 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:01:39.464 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:01:39.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:01:39.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:01:39.854 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:39.854 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:39.854 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:01:39.855 DEBUG [main][EditorHandler] 1 editor(s) found 12:01:39.855 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:01:40.037 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:01:40.038 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:01:40.040 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:01:40.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:01:40.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:01:40.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:01:40.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:01:40.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:01:40.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:40.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:40.048 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:01:40.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:40.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:40.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:01:40.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:40.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:40.058 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:01:40.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:01:40.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:40.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:40.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:40.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:40.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:40.065 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:40.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:40.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:40.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:01:40.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:01:40.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:01:40.133 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:40.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:40.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:40.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:40.135 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:40.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:40.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:40.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:40.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:40.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:40.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:40.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:40.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:41.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:41.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:41.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:01:41.139 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:41.139 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:41.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:41.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:41.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:01:41.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:41.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:41.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:41.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:41.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:01:41.142 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:01:41.142 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:01:41.143 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:01:41.143 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:01:41.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:01:41.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:41.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:01:41.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:41.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:01:41.144 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:01:41.144 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:01:41.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:41.145 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:01:41.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:41.145 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:01:41.145 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:01:41.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:01:41.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:41.146 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:01:41.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:41.146 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:01:41.146 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:41.146 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:41.147 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:41.162 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:41.163 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:01:41.164 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:41.164 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:41.164 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:41.178 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:41.178 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:01:41.179 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:01:41.468 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:01:41.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:01:41.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:01:41.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:01:41.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:01:41.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:01:41.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:01:41.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:01:41.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:01:41.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:01:41.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29ac84f7 is found... 12:01:41.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29ac84f7 is found finished successfully 12:01:41.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:01:41.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:41.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:41.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:41.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:41.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:41.497 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:41.497 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:41.497 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:41.498 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:41.501 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 12:01:41.537 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 12:01:41.546 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:01:41.546 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:01:42.148 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:01:42.148 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:01:42.756 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:01:42.756 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:01:43.357 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:01:43.358 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:01:43.959 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:01:43.959 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:01:44.561 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:01:44.562 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:01:45.163 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:01:45.163 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 12:01:45.765 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:01:45.765 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:01:46.367 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:46.368 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:46.368 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:01:46.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:01:46.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:46.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:46.370 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:46.370 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:46.371 DEBUG [main][MenuItemLookup] Found menu:'File' 12:01:46.371 DEBUG [main][MenuItemLookup] Item match:File 12:01:46.373 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:01:46.374 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:01:46.374 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:01:46.374 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:01:46.374 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:46.374 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:01:46.374 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:01:46.374 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:46.374 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:01:46.374 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:01:46.374 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:01:46.375 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:01:46.375 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:01:46.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:01:46.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:01:46.454 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:46.454 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:46.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:46.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:46.461 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:01:46.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:46.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:46.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:01:46.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:46.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:46.464 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:46.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:01:46.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:46.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:46.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:46.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:46.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:46.496 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:46.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:46.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:46.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:46.558 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:46.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:46.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:46.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:46.560 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:46.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:46.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:46.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:46.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:46.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:46.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:47.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:47.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:47.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:47.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:47.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:01:47.565 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:47.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:47.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:47.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:47.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:01:47.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:47.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:47.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:47.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:47.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:01:47.568 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:01:47.569 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:01:47.569 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:01:47.570 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:01:47.570 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:01:47.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:47.570 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:01:47.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:47.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:01:47.571 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:01:47.571 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:01:47.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:47.571 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:01:47.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:47.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:01:47.572 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:01:47.572 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:01:47.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:47.572 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:01:47.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:47.572 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:01:47.573 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:47.573 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:47.573 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:47.589 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:47.590 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:01:47.590 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:47.590 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:47.591 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:47.603 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:47.603 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:01:47.604 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:01:47.664 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:01:47.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:01:47.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:01:47.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:01:47.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:01:47.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:01:47.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:01:47.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:01:47.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:01:47.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@73e656c2 is found... 12:01:47.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@73e656c2 is found finished successfully 12:01:47.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:01:47.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:47.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:47.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:47.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:47.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:47.674 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:47.674 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:47.674 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:01:47.701 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:47.701 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:47.702 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:01:47.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:01:47.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:47.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:47.702 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:47.702 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:47.703 DEBUG [main][MenuItemLookup] Found menu:'File' 12:01:47.703 DEBUG [main][MenuItemLookup] Item match:File 12:01:47.705 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:01:47.705 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:01:47.705 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:01:47.705 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:01:47.705 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:47.705 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:01:47.705 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:01:47.705 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:47.705 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:01:47.705 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:01:47.705 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:01:47.705 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:01:47.706 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:01:47.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:01:47.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:01:47.788 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:47.789 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:47.789 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:01:47.789 DEBUG [main][EditorHandler] 1 editor(s) found 12:01:47.789 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:01:47.979 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:01:47.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:01:47.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:01:47.985 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:01:47.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:01:47.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:01:47.989 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:01:47.989 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:01:47.990 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:01:47.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:01:47.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:01:47.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:01:47.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:01:47.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:01:47.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:47.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:47.993 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:01:47.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:48.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:48.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:01:48.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:48.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:48.037 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:01:48.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:01:48.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:48.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:48.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:48.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:48.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:48.039 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:48.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:48.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:48.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:01:48.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:01:48.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:01:48.042 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:48.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:48.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:48.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:48.044 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:48.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:48.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:48.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:48.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:48.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:48.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:48.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:48.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:49.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:49.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:49.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:01:49.048 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:49.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:49.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:49.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:49.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:01:49.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:49.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:49.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:49.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:49.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:01:49.051 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:01:49.051 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:01:49.052 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:01:49.053 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:01:49.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:01:49.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:49.053 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:01:49.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:49.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:01:49.054 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:01:49.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:01:49.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:49.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:01:49.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:49.055 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:01:49.055 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:01:49.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:01:49.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:49.055 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:01:49.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:49.056 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:01:49.056 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:49.056 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:49.057 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:49.073 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:49.074 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:01:49.074 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:49.074 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:49.074 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:49.087 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:49.087 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:01:49.088 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:01:49.346 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:01:49.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:01:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:01:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:01:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:01:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:01:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:01:49.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:01:49.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:01:49.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:01:49.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3aa44d77 is found... 12:01:49.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3aa44d77 is found finished successfully 12:01:49.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:01:49.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:49.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:49.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:49.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:49.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:49.370 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:49.371 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:49.371 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:49.372 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:49.372 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:01:50.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:01:50.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:01:50.373 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:50.373 DEBUG [main][MenuItemLookup] Found menu:'File' 12:01:50.373 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:01:50.373 DEBUG [main][MenuItemLookup] Item match:Edit 12:01:50.376 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:01:50.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:50.378 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:01:50.378 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:01:50.378 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:50.378 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:01:50.378 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:50.378 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:01:50.378 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:50.378 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:01:50.378 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:01:50.391 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 12:01:50.393 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Java Non-Type Proposals" 12:01:50.393 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 12:01:50.393 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Te&mplate Proposals" 12:01:50.393 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Word Proposals" 12:01:50.394 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Chain Template Proposals" 12:01:50.394 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"" 12:01:50.394 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Parameter &Hints Shift+Ctrl+Space" 12:01:50.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:50.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:50.396 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:01:50.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:50.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:50.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:01:50.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:50.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:50.398 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:50.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:01:50.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:50.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:50.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:50.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:50.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:50.399 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:50.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:50.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:50.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:50.454 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:50.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:50.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:50.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:50.455 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:50.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:50.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:50.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:50.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:50.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:50.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:50.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:50.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:51.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:51.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:51.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:01:51.459 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:51.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:51.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:51.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:51.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:01:51.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:51.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:51.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:51.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:51.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:01:51.462 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:01:51.463 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:01:51.463 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:01:51.464 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:01:51.464 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:01:51.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:51.464 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:01:51.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:51.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:01:51.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:01:51.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:01:51.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:51.465 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:01:51.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:51.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:01:51.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:01:51.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:01:51.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:51.466 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:01:51.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:51.466 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:01:51.466 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:51.466 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:51.466 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:51.479 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:51.485 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:01:51.485 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:51.485 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:51.486 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:51.500 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:51.500 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:01:51.501 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:01:51.564 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:01:51.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:01:51.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:01:51.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:01:51.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:01:51.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:01:51.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:01:51.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:01:51.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:01:51.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f40f94e is found... 12:01:51.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6f40f94e is found finished successfully 12:01:51.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:01:51.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:51.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:51.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:51.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:51.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:51.574 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:51.574 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:51.574 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:01:51.606 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:51.633 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:51.633 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:01:51.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:01:51.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:51.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:51.634 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:51.634 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:51.634 DEBUG [main][MenuItemLookup] Found menu:'File' 12:01:51.634 DEBUG [main][MenuItemLookup] Item match:File 12:01:51.636 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:01:51.636 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:01:51.636 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:01:51.636 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:01:51.636 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:51.636 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:01:51.636 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:01:51.636 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:51.636 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:01:51.636 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:01:51.636 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:01:51.637 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:01:51.637 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:01:51.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:01:51.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:01:51.696 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:51.696 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:51.697 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:01:51.697 DEBUG [main][EditorHandler] 1 editor(s) found 12:01:51.697 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:01:51.843 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:01:51.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:01:51.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:01:51.843 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:01:51.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:01:51.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:01:51.847 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:01:51.847 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:01:51.847 INFO [WorkbenchTestable][RequirementsRunner] Started test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:01:51.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:01:51.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:01:51.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:01:51.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:01:51.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:01:51.849 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:01:51.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:51.850 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:01:51.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:51.850 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:01:51.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:51.850 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:01:51.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:51.851 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:01:51.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:51.851 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:01:51.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:51.851 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:01:51.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:51.852 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:01:51.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:51.852 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:01:51.852 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:51.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:01:51.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:51.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:51.853 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:01:51.853 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:01:51.853 DEBUG [main][MenuItemLookup] Found menu:'File' 12:01:51.854 DEBUG [main][MenuItemLookup] Item match:File 12:01:51.856 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:01:51.856 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:01:51.860 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:01:51.860 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:51.861 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:01:51.861 DEBUG [main][MenuItemLookup] Found menu:'File' 12:01:51.861 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:01:51.861 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:51.861 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:01:51.861 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:01:51.885 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:01:51.885 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:01:51.885 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:01:52.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:01:52.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:01:52.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:01:52.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:52.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:52.042 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:01:52.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:52.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:01:52.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:52.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:52.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:52.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:52.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:01:52.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:01:52.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:01:52.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:01:52.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:01:52.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:52.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:01:52.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:52.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:01:52.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:01:52.047 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:01:52.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:52.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:01:52.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:52.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:01:52.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:01:52.048 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:01:52.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:01:52.061 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:01:52.061 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:01:52.061 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:01:52.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:01:52.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:52.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:52.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:52.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:52.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:01:52.071 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:01:52.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:01:52.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:01:52.072 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:01:52.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:01:52.189 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:01:52.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:52.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:52.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:01:52.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:01:52.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:01:52.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:52.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:52.191 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:01:52.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:01:52.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:01:52.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:52.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:52.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:52.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:52.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:01:52.200 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:01:52.200 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 12:01:52.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:01:52.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:52.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:52.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:52.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:52.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:01:52.216 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:01:52.217 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 12:01:52.244 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:01:52.244 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:01:52.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:01:52.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:52.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:52.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:52.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:52.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:01:52.246 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:01:52.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:01:52.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:01:52.247 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:01:52.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:01:52.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:01:52.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:01:52.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:01:52.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/TextEditorTestProject)' is a system job, skipped 12:01:52.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:01:52.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:01:52.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:01:52.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:01:52.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:01:52.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:01:52.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:01:52.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:01:52.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:52.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:52.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:52.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:52.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:52.402 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:52.402 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 12:01:52.402 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:01:52.402 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:01:52.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:52.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:52.408 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:01:52.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:52.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:52.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:01:52.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:52.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:52.409 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:01:52.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:01:52.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:52.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:52.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:52.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:52.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:52.410 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:52.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:52.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:52.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:52.463 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:52.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:52.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:52.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:52.465 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:52.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:52.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:52.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:52.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:52.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:52.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:52.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:52.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:53.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:53.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:53.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:01:53.468 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:53.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:53.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:53.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:53.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:01:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:53.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:53.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:53.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:01:53.471 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:01:53.472 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:01:53.472 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:01:53.473 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:01:53.473 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:01:53.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:53.474 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:01:53.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:53.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:01:53.474 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:01:53.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:01:53.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:53.474 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:01:53.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:53.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:01:53.475 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:01:53.475 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:01:53.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:53.475 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:01:53.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:53.475 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:01:53.475 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:53.475 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:53.476 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:53.495 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:53.496 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:01:53.496 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:53.496 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:53.496 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:53.509 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:53.510 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:01:53.510 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:01:53.769 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:01:53.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:01:53.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:01:53.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:01:53.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:01:53.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:01:53.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:01:53.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:01:53.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:01:53.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:01:53.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e84cfb4 is found... 12:01:53.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6e84cfb4 is found finished successfully 12:01:53.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:01:53.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:53.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:53.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:53.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:53.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:53.794 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:53.794 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:53.794 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:01:53.845 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:53.846 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:53.846 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:01:53.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:01:53.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:53.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:53.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:53.847 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:53.847 DEBUG [main][MenuItemLookup] Found menu:'File' 12:01:53.848 DEBUG [main][MenuItemLookup] Item match:File 12:01:53.849 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:01:53.850 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:01:53.850 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:01:53.850 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:01:53.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:53.850 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:01:53.850 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:01:53.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:53.850 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:01:53.850 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:01:53.850 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:01:53.850 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:01:53.850 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:01:53.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:01:53.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:01:53.946 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:53.946 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:53.946 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:01:53.947 DEBUG [main][EditorHandler] 2 editor(s) found 12:01:53.947 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:01:53.987 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:01:53.990 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:01:54.095 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:01:54.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:01:54.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:01:54.095 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:01:54.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:01:54.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:01:54.097 INFO [WorkbenchTestable][RequirementsRunner] Finished test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:01:54.097 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:01:54.097 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:01:54.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:01:54.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:01:54.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:01:54.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:01:54.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:01:54.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:54.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:54.101 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:01:54.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:54.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:54.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:01:54.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:54.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:54.103 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:01:54.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:01:54.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:54.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:54.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:54.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:54.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:54.136 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:54.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:54.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:54.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:01:54.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:01:54.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:01:54.160 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:54.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:54.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:54.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:54.162 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:54.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:54.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:54.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:54.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:54.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:54.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:54.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:54.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:55.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:55.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:55.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:01:55.165 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:55.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:55.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:55.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:55.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:01:55.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:55.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:55.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:55.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:55.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:01:55.168 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:01:55.169 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:01:55.170 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:01:55.171 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:01:55.171 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:01:55.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:55.171 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:01:55.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:55.171 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:01:55.171 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:01:55.171 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:01:55.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:55.172 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:01:55.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:55.172 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:01:55.172 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:01:55.172 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:01:55.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:55.172 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:01:55.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:55.172 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:01:55.174 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:55.174 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:55.174 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:55.198 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:55.199 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:01:55.199 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:55.199 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:55.200 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:55.212 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:55.212 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:01:55.212 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:01:55.453 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:01:55.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:01:55.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:01:55.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:01:55.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:01:55.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:01:55.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:01:55.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:01:55.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:01:55.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:01:55.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@14e6b025 is found... 12:01:55.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@14e6b025 is found finished successfully 12:01:55.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:01:55.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:55.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:55.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:55.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:55.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:55.476 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:55.476 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:55.477 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5 12:01:55.477 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5, offser 0 12:01:55.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:55.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:55.484 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:01:55.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:55.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:55.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:01:55.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:55.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:55.486 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:55.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:01:55.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:55.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:55.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:55.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:55.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:55.488 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:55.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:55.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:55.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:55.560 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:55.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:55.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:55.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:55.561 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:55.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:55.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:55.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:55.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:55.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:55.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:56.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:56.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:56.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:56.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:56.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:01:56.565 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:56.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:56.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:56.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:56.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:01:56.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:56.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:56.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:56.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:56.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:01:56.568 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:01:56.568 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:01:56.568 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:01:56.569 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:01:56.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:01:56.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:56.570 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:01:56.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:56.570 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:01:56.570 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:01:56.570 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:01:56.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:56.570 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:01:56.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:56.570 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:01:56.571 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:01:56.571 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:01:56.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:56.571 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:01:56.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:56.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:01:56.571 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:56.572 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:56.572 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:56.584 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:56.585 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:01:56.585 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:56.585 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:56.585 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:56.596 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:56.596 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:01:56.597 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:01:56.658 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:01:56.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:01:56.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:01:56.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:01:56.659 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:01:56.659 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:01:56.659 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:01:56.659 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:01:56.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:01:56.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7cb4402b is found... 12:01:56.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7cb4402b is found finished successfully 12:01:56.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:01:56.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:56.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:56.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:56.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:56.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:56.669 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:56.669 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:56.669 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:01:56.698 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:56.698 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:56.698 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:01:56.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:01:56.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:56.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:56.699 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:56.699 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:01:56.700 DEBUG [main][MenuItemLookup] Found menu:'File' 12:01:56.700 DEBUG [main][MenuItemLookup] Item match:File 12:01:56.702 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:01:56.702 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:01:56.702 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:01:56.702 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:01:56.702 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:56.702 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:01:56.702 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:01:56.702 DEBUG [main][MenuItemLookup] Found menu:'' 12:01:56.702 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:01:56.702 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:01:56.756 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:01:56.757 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:01:56.757 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:01:56.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:01:56.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:01:56.798 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:56.798 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:56.798 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:01:56.798 DEBUG [main][EditorHandler] 1 editor(s) found 12:01:56.799 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:01:56.944 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:01:56.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:01:56.944 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:01:56.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:01:56.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:01:56.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:01:56.945 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:01:56.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:01:56.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:01:56.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:01:56.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:01:56.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:01:56.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:01:56.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:01:56.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:56.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:56.949 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:01:56.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:56.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:56.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:01:56.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:01:56.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:01:56.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:01:56.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:01:56.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:56.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:56.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:56.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:56.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:56.954 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:56.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:56.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:56.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:01:56.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:01:56.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:01:56.980 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:56.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:56.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:56.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:56.981 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:56.981 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:56.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:56.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:56.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:56.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:56.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:57.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:57.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:57.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:57.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:01:57.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:01:57.986 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:01:57.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:01:57.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:57.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:01:57.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:01:57.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:57.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:57.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:57.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:57.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:01:57.989 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:01:57.989 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:01:57.990 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:01:57.991 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:01:57.991 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:01:57.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:57.991 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:01:57.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:57.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:01:57.991 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:01:57.991 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:01:57.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:57.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:01:57.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:57.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:01:57.992 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:01:57.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:01:57.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:01:57.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:01:57.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:01:57.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:01:57.993 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:57.993 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:57.993 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:58.007 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:58.008 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:01:58.008 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:01:58.008 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:01:58.008 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:01:58.020 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:01:58.020 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:01:58.021 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:01:58.301 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:01:58.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:01:58.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:01:58.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:01:58.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:01:58.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:01:58.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:01:58.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:01:58.302 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:01:58.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:01:58.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@590cac19 is found... 12:01:58.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@590cac19 is found finished successfully 12:01:58.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:01:58.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:01:58.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:01:58.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:01:58.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:01:58.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:01:58.351 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:01:58.352 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:01:58.352 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:01:58.352 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:01:58.554 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:01:58.766 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:01:58.766 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:01:58.967 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:01:59.182 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:01:59.182 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:01:59.383 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:01:59.593 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:01:59.594 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:01:59.794 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:00.000 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:02:00.000 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:02:00.201 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:02:01.203 INFO [WorkbenchTestable][TextEditor] Select text in editor with index 1 /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { 12:02:01.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:01.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:01.244 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:01.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:01.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:01.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:01.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:01.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:01.247 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:01.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:01.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:01.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:01.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:01.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:01.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:01.250 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:01.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:01.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:01.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:01.336 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:01.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:01.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:01.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:01.338 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:01.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:01.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:01.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:01.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:01.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:01.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:01.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:01.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:02.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:02.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:02.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:02.341 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:02.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:02.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:02.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:02.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:02.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:02.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:02.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:02.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:02.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:02.343 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:02.344 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:02.344 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:02.345 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:02.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:02.345 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:02.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:02.345 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:02.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:02.345 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:02.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:02.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:02.346 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:02.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:02.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:02.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:02.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:02.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:02.346 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:02.346 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:02.347 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:02.355 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:02.356 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:02.356 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:02.356 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:02.357 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:02.367 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:02.368 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:02.368 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:02.425 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:02.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:02.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:02.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:02.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:02.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:02.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:02.426 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:02.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:02.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@63cdcb49 is found... 12:02:02.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@63cdcb49 is found finished successfully 12:02:02.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:02.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:02.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:02.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:02.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:02.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:02.442 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:02.442 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:02.443 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:02:02.484 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:02.484 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:02.484 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:02:02.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:02.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:02.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:02.486 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:02.486 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:02.486 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:02.486 DEBUG [main][MenuItemLookup] Item match:File 12:02:02.488 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:02:02.489 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:02:02.489 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:02:02.489 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:02:02.489 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:02.489 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:02:02.489 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:02:02.489 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:02.489 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:02.489 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:02:02.537 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:02:02.538 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:02:02.538 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:02:02.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:02:02.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:02:02.582 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:02.582 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:02.583 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:02:02.583 DEBUG [main][EditorHandler] 1 editor(s) found 12:02:02.583 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:02:02.710 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:02:02.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:02.710 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:02:02.710 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:02:02.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:02.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:02.712 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:02.712 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:02:02.712 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:02.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:02.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:02:02.712 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:02:02.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:02:02.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:02:02.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:02.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:02.738 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:02.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:02.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:02.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:02:02.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:02.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:02.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:02:02.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:02.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:02.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:02.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:02.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:02.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:02.745 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:02.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:02.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:02.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:02:02.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:02:02.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:02:02.772 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:02.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:02.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:02.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:02.774 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:02.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:02.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:02.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:02.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:02.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:02.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:03.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:03.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:03.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:03.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:03.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:03.778 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:03.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:03.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:03.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:03.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:03.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:03.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:03.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:03.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:03.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:03.781 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:03.781 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:03.782 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:03.783 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:03.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:03.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:03.783 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:03.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:03.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:03.784 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:03.784 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:03.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:03.784 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:03.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:03.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:03.784 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:03.784 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:03.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:03.785 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:03.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:03.785 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:03.785 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:03.785 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:03.785 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:03.794 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:03.794 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:03.794 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:03.794 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:03.795 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:03.807 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:03.807 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:03.809 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:04.043 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:04.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:04.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:04.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:04.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:04.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:02:04.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:04.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:04.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:04.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:04.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62a823ee is found... 12:02:04.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62a823ee is found finished successfully 12:02:04.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:04.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:04.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:04.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:04.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:04.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:04.065 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:04.066 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:04.066 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:02:04.066 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:02:04.267 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:04.504 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:02:04.504 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:02:04.705 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:04.911 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:02:04.911 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:02:05.112 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:05.321 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:02:05.321 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:02:05.522 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:05.726 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:02:05.726 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:02:05.927 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:02:06.929 INFO [WorkbenchTestable][TextEditor] Select text in editor with index 2 /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } 12:02:06.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:06.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:06.933 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:06.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:06.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:06.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:06.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:06.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:06.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:06.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:06.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:06.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:06.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:06.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:06.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:06.938 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:06.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:06.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:06.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:06.990 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:06.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:06.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:06.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:06.992 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:06.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:06.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:06.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:06.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:06.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:06.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:07.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:07.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:07.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:07.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:07.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:07.996 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:07.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:07.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:07.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:07.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:08.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:08.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:08.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:08.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:08.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:08.001 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:08.001 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:08.002 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:08.002 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:08.003 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:08.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:08.003 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:08.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:08.003 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:08.003 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:08.003 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:08.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:08.004 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:08.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:08.004 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:08.004 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:08.004 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:08.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:08.004 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:08.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:08.004 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:08.005 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:08.005 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:08.006 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:08.027 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:08.028 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:08.029 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:08.029 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:08.029 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:08.039 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:08.040 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:08.040 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:08.094 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:08.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:08.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:08.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:08.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:08.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:08.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:08.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:08.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:08.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@472ab6b3 is found... 12:02:08.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@472ab6b3 is found finished successfully 12:02:08.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:08.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:08.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:08.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:08.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:08.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:08.104 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:08.104 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 12:02:08.104 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:02:08.149 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:08.150 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:08.150 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:02:08.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:08.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:08.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:08.151 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:08.151 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:08.151 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:08.151 DEBUG [main][MenuItemLookup] Item match:File 12:02:08.152 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:02:08.152 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:02:08.153 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:02:08.153 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:02:08.153 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:08.153 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:02:08.153 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:02:08.153 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:08.153 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:08.153 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:02:08.153 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:02:08.153 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:02:08.153 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:02:08.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:02:08.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:02:08.214 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:08.215 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:08.215 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:02:08.215 DEBUG [main][EditorHandler] 1 editor(s) found 12:02:08.215 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:02:08.336 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:02:08.336 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:08.336 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:02:08.336 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:02:08.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:08.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:08.337 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:08.337 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:02:08.338 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:08.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:08.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:02:08.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:02:08.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:02:08.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:02:08.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:08.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:08.340 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:08.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:08.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:08.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:02:08.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:08.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:08.347 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:02:08.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:08.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:08.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:08.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:08.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:08.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:08.349 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:08.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:08.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:08.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:02:08.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:02:08.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:02:08.372 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:08.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:08.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:08.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:08.374 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:08.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:08.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:08.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:08.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:08.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:08.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:08.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:08.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:09.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:09.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:09.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:09.380 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:09.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:09.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:09.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:09.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:09.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:09.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:09.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:09.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:09.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:09.384 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:09.384 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:09.385 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:09.386 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:09.386 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:09.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:09.386 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:09.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:09.386 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:09.387 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:09.387 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:09.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:09.387 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:09.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:09.387 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:09.388 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:09.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:09.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:09.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:09.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:09.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:09.388 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:09.388 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:09.389 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:09.398 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:09.398 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:09.399 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:09.399 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:09.399 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:09.412 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:09.412 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:09.413 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:09.648 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:09.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:09.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:09.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:09.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:09.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:02:09.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:09.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:09.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:09.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:09.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@67b79649 is found... 12:02:09.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@67b79649 is found finished successfully 12:02:09.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:09.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:09.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:09.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:09.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:09.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:09.671 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:09.671 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:09.671 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:02:09.700 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:09.700 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:09.700 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:02:09.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:09.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:09.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:09.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:09.744 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:09.744 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:09.744 DEBUG [main][MenuItemLookup] Item match:File 12:02:09.746 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:02:09.746 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:02:09.746 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:02:09.746 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:02:09.746 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:09.746 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:02:09.746 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:02:09.746 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:09.746 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:09.746 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:02:09.746 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:02:09.746 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:02:09.747 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:02:09.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:02:09.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:02:09.784 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:09.784 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:09.784 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:02:10.785 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:02:10.794 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:02:11.796 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:11.797 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemY.out.println(""); } } TooltipText=null 12:02:11.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:11.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:11.803 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:11.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:11.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:11.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:11.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:11.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:11.806 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:11.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:11.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:11.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:11.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:11.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:11.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:11.809 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:11.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:11.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:11.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:11.861 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:11.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:11.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:11.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:11.863 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:11.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:11.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:11.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:11.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:11.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:11.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:12.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:12.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:12.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:12.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:12.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:12.866 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:12.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:12.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:12.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:12.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:12.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:12.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:12.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:12.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:12.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:12.869 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:12.870 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:12.871 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:12.871 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:12.871 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:12.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:12.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:12.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:12.872 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:12.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:12.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:12.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:12.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:12.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:12.873 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:12.873 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:12.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:12.873 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:12.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:12.873 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:12.873 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:12.873 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:12.874 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:12.887 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:12.888 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:12.888 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:12.888 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:12.888 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:12.896 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:12.896 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:12.897 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:12.950 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:12.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:12.950 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:12.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:12.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:12.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:12.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:12.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13aa0a1e is found... 12:02:12.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13aa0a1e is found finished successfully 12:02:12.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:12.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:12.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:12.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:12.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:12.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:12.960 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:12.960 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemY.out.println(""); } } TooltipText=null 12:02:12.960 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:02:12.975 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:12.975 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:12.975 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:02:12.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:12.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:12.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:12.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:12.976 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:12.976 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:12.977 DEBUG [main][MenuItemLookup] Item match:File 12:02:12.978 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:02:12.978 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:02:12.978 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:02:12.978 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:02:12.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:12.978 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:02:12.978 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:02:12.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:12.978 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:12.978 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:02:12.978 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:02:12.978 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:02:12.979 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:02:13.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:02:13.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:02:13.043 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:13.043 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:13.044 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:02:13.044 DEBUG [main][EditorHandler] 1 editor(s) found 12:02:13.044 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:02:13.135 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:02:13.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:13.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:02:13.136 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:02:13.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:13.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:13.137 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:13.137 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:02:13.137 INFO [WorkbenchTestable][RequirementsRunner] Started test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:13.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:13.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:02:13.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:02:13.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:02:13.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:02:13.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:13.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:13.140 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:13.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:13.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:13.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:02:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:13.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:02:13.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:13.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:13.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:13.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:13.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:13.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:13.146 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:13.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:13.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:13.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:02:13.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:02:13.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:02:13.149 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:13.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:13.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:13.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:13.150 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:13.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:13.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:13.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:13.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:13.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:13.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:13.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:13.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:14.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:14.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:14.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:14.177 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:14.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:14.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:14.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:14.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:14.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:14.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:14.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:14.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:14.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:14.181 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:14.181 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:14.183 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:14.184 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:14.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:14.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:14.184 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:14.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:14.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:14.185 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:14.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:14.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:14.185 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:14.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:14.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:14.185 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:14.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:14.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:14.186 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:14.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:14.186 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:14.186 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:14.186 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:14.186 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:14.194 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:14.194 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:14.194 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:14.195 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:14.195 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:14.206 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:14.206 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:14.206 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:14.409 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:14.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:14.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:14.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:14.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:14.409 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:02:14.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:14.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:14.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:14.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:14.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40442266 is found... 12:02:14.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40442266 is found finished successfully 12:02:14.415 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:14.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:14.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:14.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:14.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:14.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:14.447 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:14.447 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:14.447 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:14.447 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:14.448 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 12:02:14.470 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:14.470 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:14.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:14.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:14.484 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:14.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:14.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:14.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:14.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:14.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:14.486 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:14.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:14.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:14.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:14.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:14.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:14.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:14.488 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:14.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:14.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:14.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:14.549 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:14.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:14.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:14.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:14.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:14.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:14.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:14.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:14.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:14.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:14.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:15.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:15.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:15.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:15.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:15.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:15.555 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:15.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:15.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:15.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:15.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:15.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:15.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:15.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:15.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:15.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:15.559 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:15.560 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:15.560 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:15.561 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:15.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:15.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:15.562 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:15.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:15.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:15.562 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:15.562 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:15.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:15.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:15.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:15.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:15.563 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:15.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:15.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:15.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:15.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:15.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:15.564 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:15.564 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:15.564 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:15.583 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:15.584 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:15.584 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:15.585 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:15.585 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:15.597 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:15.597 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:15.598 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:15.652 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:15.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:15.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:15.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:15.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:15.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:15.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:15.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:15.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:15.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@653eac1a is found... 12:02:15.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@653eac1a is found finished successfully 12:02:15.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:15.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:15.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:15.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:15.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:15.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:15.661 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:15.661 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:15.661 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:02:15.692 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:15.693 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:15.693 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:02:15.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:15.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:15.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:15.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:15.694 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:15.694 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:15.694 DEBUG [main][MenuItemLookup] Item match:File 12:02:15.695 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:02:15.695 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:02:15.695 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:02:15.695 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:02:15.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:15.696 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:02:15.696 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:02:15.696 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:15.696 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:15.696 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:02:15.696 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:02:15.696 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:02:15.696 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:02:15.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:02:15.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:02:15.752 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:15.752 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:15.752 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:02:15.752 DEBUG [main][EditorHandler] 1 editor(s) found 12:02:15.752 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:02:15.842 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:02:15.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:15.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:02:15.842 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:02:15.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:15.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:15.843 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:15.843 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:02:15.843 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:15.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:15.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:02:15.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:02:15.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:02:15.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:02:15.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:15.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:15.846 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:15.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:15.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:15.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:02:15.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:15.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:15.848 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:02:15.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:15.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:15.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:15.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:15.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:15.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:15.875 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:15.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:15.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:15.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:02:15.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:02:15.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:02:15.877 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:15.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:15.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:15.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:15.879 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:15.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:15.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:15.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:15.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:15.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:15.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:16.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:16.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:16.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:16.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:16.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:16.882 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:16.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:16.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:16.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:16.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:16.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:16.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:16.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:16.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:16.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:16.885 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:16.886 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:16.886 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:16.887 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:16.887 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:16.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:16.888 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:16.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:16.888 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:16.888 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:16.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:16.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:16.888 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:16.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:16.888 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:16.889 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:16.889 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:16.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:16.889 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:16.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:16.889 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:16.889 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:16.889 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:16.890 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:16.902 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:16.902 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:16.902 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:16.902 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:16.903 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:16.914 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:16.914 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:16.915 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:17.141 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:17.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:17.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:17.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:17.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:17.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:02:17.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:17.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:17.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:17.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:17.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@d616 is found... 12:02:17.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@d616 is found finished successfully 12:02:17.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:17.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:17.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:17.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:17.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:17.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:17.162 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:17.162 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:17.162 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19 12:02:17.162 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19, offser 0 12:02:17.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:17.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:17.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:17.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:17.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:17.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:17.181 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:17.181 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } newText TooltipText=null 12:02:17.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:17.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:17.191 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:17.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:17.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:17.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:17.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:17.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:17.194 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:17.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:17.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:17.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:17.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:17.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:17.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:17.196 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:17.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:17.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:17.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:17.268 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:17.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:17.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:17.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:17.270 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:17.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:17.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:17.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:17.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:17.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:17.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:17.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:17.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:18.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:18.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:18.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:18.273 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:18.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:18.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:18.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:18.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:18.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:18.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:18.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:18.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:18.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:18.276 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:18.276 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:18.276 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:18.277 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:18.277 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:18.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:18.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:18.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:18.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:18.278 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:18.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:18.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:18.279 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:18.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:18.279 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:18.279 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:18.279 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:18.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:18.279 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:18.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:18.279 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:18.280 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:18.280 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:18.280 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:18.291 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:18.292 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:18.292 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:18.292 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:18.293 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:18.302 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:18.302 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:18.303 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:18.352 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:18.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:18.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:18.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:18.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:18.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:18.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:18.353 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:18.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:18.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5355f645 is found... 12:02:18.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5355f645 is found finished successfully 12:02:18.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:18.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:18.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:18.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:18.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:18.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:18.361 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:18.361 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } newText TooltipText=null 12:02:18.361 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:02:18.390 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:18.390 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:18.390 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:02:18.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:18.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:18.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:18.391 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:18.391 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:18.391 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:18.391 DEBUG [main][MenuItemLookup] Item match:File 12:02:18.392 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:02:18.392 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:02:18.393 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:02:18.393 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:02:18.393 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:18.393 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:02:18.393 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:02:18.393 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:18.393 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:18.393 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:02:18.393 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:02:18.393 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:02:18.393 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:02:18.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:02:18.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:02:18.453 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:18.453 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:18.453 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:02:18.454 DEBUG [main][EditorHandler] 1 editor(s) found 12:02:18.454 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:02:18.551 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:02:18.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:18.551 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:02:18.551 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:02:18.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:18.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:18.552 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:18.552 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:02:18.553 INFO [WorkbenchTestable][RequirementsRunner] Started test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:18.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:18.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:02:18.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:02:18.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:02:18.553 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:02:18.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:18.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:18.556 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:18.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:18.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:18.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:02:18.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:18.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:18.558 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:02:18.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:18.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:18.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:18.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:18.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:18.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:18.560 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:18.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:18.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:18.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:02:18.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:02:18.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:02:18.563 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:18.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:18.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:18.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:18.564 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:18.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:18.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:18.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:18.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:18.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:18.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:19.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:19.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:19.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:19.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:19.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:19.568 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:19.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:19.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:19.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:19.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:19.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:19.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:19.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:19.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:19.571 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:19.572 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:19.572 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:19.573 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:19.573 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:19.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:19.574 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:19.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:19.574 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:19.574 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:19.574 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:19.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:19.575 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:19.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:19.575 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:19.575 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:19.575 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:19.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:19.575 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:19.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:19.575 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:19.576 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:19.576 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:19.576 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:19.590 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:19.591 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:19.591 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:19.591 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:19.591 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:19.598 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:19.598 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:19.598 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:19.834 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:19.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:19.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:19.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:19.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:19.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:02:19.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:19.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:19.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:19.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:19.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@24d0bc57 is found... 12:02:19.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@24d0bc57 is found finished successfully 12:02:19.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:19.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:19.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:19.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:19.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:19.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:19.858 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:19.858 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:19.858 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 0] 12:02:19.869 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0 12:02:19.869 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0, offser 0 12:02:19.884 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:19.884 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:19.884 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:02:19.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:19.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:19.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:19.885 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:19.885 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:19.885 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:19.885 DEBUG [main][MenuItemLookup] Item match:File 12:02:19.887 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:02:19.887 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:02:19.887 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:02:19.887 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:02:19.887 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:19.887 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:02:19.887 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:02:19.887 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:19.887 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:19.887 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:02:19.910 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:02:19.911 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:02:19.911 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:02:19.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:02:19.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:02:19.969 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:19.969 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:19.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:19.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:19.969 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:19.970 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:19.970 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:02:19.970 DEBUG [main][MenuItemLookup] Item match:Edit 12:02:19.971 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 12:02:19.971 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:02:19.971 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:19.971 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:02:19.971 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:02:19.971 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:02:19.971 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:02:19.971 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:19.971 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:19.972 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:02:19.972 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:02:19.973 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:19.973 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:19.973 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 12:02:19.973 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:02:20.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:20.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:20.974 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:20.974 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:20.974 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:02:20.974 DEBUG [main][MenuItemLookup] Item match:Edit 12:02:20.975 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 12:02:20.975 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:02:20.975 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:20.975 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:20.976 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:02:20.976 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:02:20.982 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 12:02:20.982 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 12:02:20.982 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 12:02:20.982 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 12:02:20.982 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 12:02:21.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:02:21.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:02:21.210 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:02:21.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:21.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:21.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:02:21.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:02:21.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:21.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:21.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:21.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:21.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:02:21.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:02:21.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:02:21.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:21.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:21.265 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 12:02:21.265 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 12:02:21.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:02:21.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:02:21.284 DEBUG [WorkbenchTestable][ContentAssistant] abstract 12:02:21.284 DEBUG [WorkbenchTestable][ContentAssistant] class 12:02:21.284 DEBUG [WorkbenchTestable][ContentAssistant] enum 12:02:21.284 DEBUG [WorkbenchTestable][ContentAssistant] final 12:02:21.284 DEBUG [WorkbenchTestable][ContentAssistant] import 12:02:21.284 DEBUG [WorkbenchTestable][ContentAssistant] interface 12:02:21.284 DEBUG [WorkbenchTestable][ContentAssistant] public 12:02:21.285 DEBUG [WorkbenchTestable][ContentAssistant] new - create new object 12:02:21.285 DEBUG [WorkbenchTestable][ContentAssistant] nls - non-externalized string marker 12:02:21.285 DEBUG [WorkbenchTestable][ContentAssistant] runnable - runnable 12:02:21.285 DEBUG [WorkbenchTestable][ContentAssistant] toarray - convert collection to array 12:02:21.285 DEBUG [WorkbenchTestable][ContentAssistant] Choose content assist proposal - enum 12:02:21.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:02:21.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:02:21.304 TRACE [main][WidgetHandler] Notify Table with event 13 12:02:21.305 TRACE [main][WidgetHandler] Wait for synchronization 12:02:21.305 TRACE [main][WidgetHandler] Notify Table with event 14 12:02:21.305 TRACE [main][WidgetHandler] Wait for synchronization 12:02:21.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:02:21.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:02:21.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:21.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:21.373 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:21.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:21.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:21.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:21.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:21.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:21.377 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:21.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:21.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:21.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:21.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:21.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:21.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:21.378 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:21.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:21.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:21.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:21.429 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:21.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:21.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:21.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:21.430 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:21.430 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:21.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:21.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:21.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:21.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:21.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:21.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:21.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:22.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:22.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:22.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:22.433 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:22.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:22.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:22.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:22.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:22.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:22.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:22.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:22.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:22.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:22.435 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:22.436 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:22.436 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:22.437 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:22.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:22.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:22.437 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:22.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:22.437 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:22.437 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:22.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:22.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:22.437 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:22.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:22.438 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:22.438 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:22.438 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:22.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:22.438 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:22.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:22.438 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:22.438 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:22.438 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:22.441 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:22.448 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:22.449 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:22.449 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:22.449 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:22.449 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:22.455 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:22.455 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:22.459 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:22.506 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:22.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:22.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:22.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:22.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d701116 is found... 12:02:22.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d701116 is found finished successfully 12:02:22.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:22.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:22.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:22.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:22.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:22.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:22.515 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:22.516 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=enum /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:22.516 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:02:22.538 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:22.538 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:22.538 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:02:22.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:22.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:22.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:22.566 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:22.566 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:22.567 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:22.567 DEBUG [main][MenuItemLookup] Item match:File 12:02:22.568 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:02:22.568 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:02:22.568 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:02:22.568 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:02:22.568 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:22.568 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:02:22.568 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:02:22.568 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:22.568 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:22.568 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:02:22.568 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:02:22.568 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:02:22.568 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:02:22.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:02:22.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:02:22.605 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:22.605 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:22.605 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:02:22.605 DEBUG [main][EditorHandler] 1 editor(s) found 12:02:22.606 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:02:22.709 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:02:22.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:22.709 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:02:22.709 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:02:22.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:22.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:22.710 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:22.710 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:02:22.710 INFO [WorkbenchTestable][RequirementsRunner] Started test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:22.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:22.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:02:22.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:02:22.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:02:22.711 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:02:22.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:22.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:22.734 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:22.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:22.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:22.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:02:22.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:22.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:22.736 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:02:22.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:22.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:22.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:22.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:22.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:22.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:22.739 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:22.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:22.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:22.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:02:22.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:02:22.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:02:22.741 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:22.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:22.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:22.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:22.763 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:22.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:22.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:22.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:22.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:22.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:22.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:23.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:23.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:23.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:23.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:23.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:23.766 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:23.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:23.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:23.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:23.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:23.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:23.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:23.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:23.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:23.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:23.768 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:23.768 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:23.769 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:23.770 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:23.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:23.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:23.770 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:23.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:23.771 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:23.771 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:23.771 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:23.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:23.771 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:23.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:23.771 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:23.771 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass+.java of tree item test 12:02:23.771 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:23.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:23.772 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:23.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:23.772 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:23.772 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass+.java 12:02:23.772 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass+.java 12:02:23.773 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass+.java about selection 12:02:23.787 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass+.java 12:02:23.787 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass+.java 12:02:23.787 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass+.java 12:02:23.787 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass+.java 12:02:23.788 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass+.java about selection 12:02:23.801 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass+.java 12:02:23.801 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:23.801 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:23.993 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:23.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:23.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:23.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:23.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:23.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:02:23.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:23.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:23.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:23.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:23.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3dcb2231 is found... 12:02:24.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3dcb2231 is found finished successfully 12:02:24.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass+.java\E') 12:02:24.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:24.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:24.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:24.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:24.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:24.023 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:24.024 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:24.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:24.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:24.028 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:24.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:24.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:24.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass+.java - Eclipse Platform 12:02:24.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:24.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:24.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass+.java - Eclipse Platform' 12:02:24.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:24.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:24.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:24.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:24.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:24.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:24.033 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:24.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:24.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:24.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:24.086 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:24.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:24.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:24.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:24.088 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:24.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:24.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:24.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:24.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:24.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:24.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:24.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:24.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:25.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:25.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:25.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:25.091 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:25.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:25.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:25.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:25.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:25.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:25.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:25.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:25.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:25.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:25.094 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:25.094 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:25.094 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:25.095 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:25.095 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:25.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:25.095 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:25.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:25.095 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:25.096 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:25.096 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:25.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:25.096 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:25.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:25.096 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:25.096 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:25.096 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:25.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:25.096 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:25.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:25.096 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:25.097 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:25.097 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:25.097 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:25.109 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:25.110 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:25.110 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:25.110 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:25.110 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:25.117 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:25.117 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:25.118 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:25.295 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:25.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:25.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:25.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:25.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:25.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:02:25.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:25.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:25.296 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:25.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:25.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16950334 is found... 12:02:25.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16950334 is found finished successfully 12:02:25.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:25.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:25.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:25.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:25.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:25.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:25.313 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:25.315 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:25.315 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:02:25.342 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:25.342 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:25.342 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:02:25.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:25.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:25.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:25.343 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:25.343 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:25.344 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:25.344 DEBUG [main][MenuItemLookup] Item match:File 12:02:25.345 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:02:25.345 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:02:25.345 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:02:25.345 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:02:25.345 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:25.345 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:02:25.345 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:02:25.346 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:25.346 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:25.346 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:02:25.346 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:02:25.346 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:02:25.346 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:02:25.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:02:25.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:02:25.403 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:25.403 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:25.403 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:02:25.403 DEBUG [main][EditorHandler] 2 editor(s) found 12:02:25.403 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass+.java 12:02:25.460 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass+.java is closed 12:02:25.460 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:02:25.537 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:02:25.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:25.537 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:02:25.537 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:02:25.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:25.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:25.539 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:25.539 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:02:25.539 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:25.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:25.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:02:25.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:02:25.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:02:25.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:02:25.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:25.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:25.541 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:25.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:25.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:25.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:02:25.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:25.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:25.545 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:02:25.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:25.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:25.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:25.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:25.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:25.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:25.567 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:25.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:25.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:25.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:02:25.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:02:25.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:02:25.570 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:25.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:25.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:25.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:25.571 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:25.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:25.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:25.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:25.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:25.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:25.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:26.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:26.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:26.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:26.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:26.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:26.575 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:26.575 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:26.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:26.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:26.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:26.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:26.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:26.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:26.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:26.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:26.578 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:26.579 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:26.580 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:26.581 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:26.581 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:26.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:26.582 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:26.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:26.582 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:26.582 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:26.582 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:26.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:26.582 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:26.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:26.583 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:26.583 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:26.583 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:26.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:26.583 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:26.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:26.583 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:26.583 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:26.583 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:26.584 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:26.601 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:26.602 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:26.602 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:26.603 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:26.603 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:26.610 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:26.610 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:26.611 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:26.831 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:26.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:26.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:26.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:26.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:26.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:02:26.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:26.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:26.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:26.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40b046f is found... 12:02:26.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@40b046f is found finished successfully 12:02:26.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:26.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:26.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:26.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:26.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:26.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:26.862 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:26.862 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:26.862 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:02:26.862 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:02:27.062 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:27.267 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:02:27.267 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:02:27.468 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:27.673 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:02:27.673 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:02:27.874 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:28.078 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:02:28.078 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:02:28.279 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:28.484 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:02:28.484 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:02:28.685 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:02:29.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:29.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:29.691 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:29.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:29.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:29.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:29.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:29.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:29.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:29.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:29.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:29.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:29.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:29.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:29.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:29.696 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:29.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:29.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:29.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:29.749 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:29.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:29.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:29.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:29.751 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:29.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:29.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:29.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:29.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:29.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:29.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:30.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:30.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:30.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:30.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:30.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:30.753 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:30.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:30.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:30.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:30.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:30.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:30.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:30.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:30.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:30.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:30.756 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:30.756 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:30.757 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:30.758 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:30.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:30.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:30.758 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:30.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:30.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:30.758 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:30.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:30.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:30.759 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:30.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:30.759 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:30.759 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:30.759 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:30.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:30.759 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:30.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:30.760 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:30.760 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:30.760 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:30.760 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:30.769 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:30.773 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:30.773 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:30.774 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:30.774 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:30.782 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:30.782 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:30.782 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:30.838 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:30.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:30.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:30.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:30.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:30.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:30.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:30.839 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:30.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:30.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49be4d59 is found... 12:02:30.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49be4d59 is found finished successfully 12:02:30.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:30.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:30.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:30.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:30.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:30.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:30.847 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:30.847 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 12:02:30.848 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:02:30.881 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:30.881 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:30.881 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:02:30.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:30.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:30.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:30.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:30.882 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:30.882 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:30.882 DEBUG [main][MenuItemLookup] Item match:File 12:02:30.883 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:02:30.883 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:02:30.883 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:02:30.883 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:02:30.883 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:30.883 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:02:30.883 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:02:30.883 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:30.883 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:30.883 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:02:30.883 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:02:30.884 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:02:30.884 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:02:30.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:02:30.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:02:30.946 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:30.946 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:30.946 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:02:30.946 DEBUG [main][EditorHandler] 1 editor(s) found 12:02:30.946 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:02:31.033 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:02:31.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:31.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:02:31.033 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:02:31.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:31.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:31.039 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:31.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:02:31.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:31.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:31.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:02:31.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:02:31.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:02:31.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:02:31.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:31.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:31.041 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:31.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:31.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:31.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:02:31.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:31.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:31.045 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:02:31.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:31.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:31.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:31.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:31.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:31.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:31.048 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:31.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:31.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:31.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:02:31.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:02:31.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:02:31.051 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:31.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:31.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:31.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:31.073 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:31.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:31.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:31.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:31.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:31.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:31.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:31.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:31.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:32.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:32.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:32.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:32.076 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:32.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:32.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:32.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:32.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:32.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:32.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:32.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:32.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:32.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:32.079 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:32.079 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:32.079 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:32.080 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:32.080 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:32.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:32.081 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:32.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:32.081 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:32.081 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:32.081 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:32.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:32.081 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:32.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:32.081 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:32.082 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:32.082 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:32.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:32.082 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:32.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:32.082 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:32.082 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:32.082 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:32.083 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:32.093 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:32.094 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:32.094 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:32.094 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:32.095 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:32.107 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:32.107 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:32.108 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:32.307 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:32.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:32.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:32.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:32.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:32.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:02:32.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:32.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:32.308 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:32.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:32.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2d8024f5 is found... 12:02:32.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2d8024f5 is found finished successfully 12:02:32.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:32.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:32.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:32.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:32.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:32.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:32.320 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:32.320 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:32.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:32.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:32.331 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:32.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:32.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:32.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:32.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:32.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:32.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:32.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:32.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:32.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:32.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:32.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:32.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:32.335 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:32.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:32.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:32.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:32.390 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:32.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:32.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:32.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:32.391 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:32.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:32.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:32.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:32.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:32.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:32.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:32.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:32.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:33.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:33.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:33.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:33.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:33.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:33.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:33.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:33.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:33.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:33.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:33.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:33.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:33.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:33.397 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:33.398 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:33.398 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:33.398 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:33.398 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:33.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:33.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:33.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:33.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:33.399 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:33.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:33.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:33.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:33.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:33.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:33.399 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:33.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:33.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:33.400 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:33.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:33.400 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:33.400 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:33.400 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:33.400 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:33.411 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:33.411 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:33.411 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:33.412 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:33.412 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:33.419 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:33.419 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:33.419 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:33.468 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:33.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:33.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:33.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:33.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:33.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:33.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:33.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:33.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:33.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13320ed2 is found... 12:02:33.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@13320ed2 is found finished successfully 12:02:33.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:33.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:33.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:33.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:33.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:33.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:33.476 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:33.476 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:33.476 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:02:33.505 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:33.505 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:33.505 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:02:33.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:33.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:33.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:33.506 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:33.506 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:33.506 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:33.506 DEBUG [main][MenuItemLookup] Item match:File 12:02:33.507 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:02:33.507 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:02:33.507 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:02:33.507 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:02:33.507 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:33.507 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:02:33.507 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:02:33.507 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:33.507 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:33.507 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:02:33.507 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:02:33.508 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:02:33.508 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:02:33.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:02:33.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:02:33.564 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:33.564 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:33.564 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:02:33.564 DEBUG [main][EditorHandler] 1 editor(s) found 12:02:33.565 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:02:33.646 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:02:33.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:33.646 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:02:33.646 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:02:33.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:33.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:33.647 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:33.647 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:02:33.647 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:33.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:33.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:02:33.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:02:33.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:02:33.647 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:02:33.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:33.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:33.651 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:33.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:33.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:33.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:02:33.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:33.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:33.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:02:33.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:33.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:33.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:33.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:33.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:33.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:33.655 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:33.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:33.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:33.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:02:33.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:02:33.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:02:33.658 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:33.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:33.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:33.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:33.659 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:33.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:33.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:33.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:33.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:33.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:33.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:34.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:34.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:34.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:34.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:34.662 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:34.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:34.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:34.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:34.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:34.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:34.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:34.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:34.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:34.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:34.665 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:34.665 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:34.666 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:34.667 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:34.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:34.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:34.667 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:34.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:34.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:34.668 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:34.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:34.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:34.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:34.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:34.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:34.668 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:34.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:34.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:34.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:34.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:34.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:34.669 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:34.669 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:34.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:34.676 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:34.677 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:34.677 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:34.677 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:34.677 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:34.688 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:34.688 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:34.688 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:34.895 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:34.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:02:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:34.896 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:34.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:34.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4fc658a7 is found... 12:02:34.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4fc658a7 is found finished successfully 12:02:34.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:34.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:34.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:34.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:34.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:34.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:34.935 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:34.936 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:34.939 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:02:34.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'Local History' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:35.095 DEBUG [main][MenuItemLookup] Found menu:'References' 12:02:35.096 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 12:02:35.096 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:35.096 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:02:35.096 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:02:35.096 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:02:35.096 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:02:35.096 DEBUG [main][MenuItemLookup] Found menu:'Replace With' 12:02:35.096 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:35.096 DEBUG [main][MenuItemLookup] Found menu:'Preferences...' 12:02:35.096 DEBUG [main][MenuItemLookup] Item match:Preferences... 12:02:35.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:35.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:35.098 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:35.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:35.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:35.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:35.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:35.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:35.101 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:35.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:35.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:35.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:35.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:35.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:35.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:35.102 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:35.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:35.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:35.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:35.176 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:35.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:35.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:35.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:35.177 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:35.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:35.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:35.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:35.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:35.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:35.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:35.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:35.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:36.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:36.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:36.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:36.181 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:36.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:36.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:36.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:36.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:36.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:36.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:36.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:36.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:36.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:36.183 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:36.184 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:36.184 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:36.184 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:36.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:36.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:36.185 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:36.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:36.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:36.185 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:36.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:36.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:36.186 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:36.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:36.186 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:36.186 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:36.186 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:36.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:36.187 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:36.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:36.187 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:36.187 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:36.187 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:36.187 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:36.194 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:36.195 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:36.195 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:36.195 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:36.195 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:36.201 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:36.201 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:36.201 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:36.254 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:36.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:36.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:36.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:36.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:36.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:36.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:36.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:36.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:36.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2447fe0 is found... 12:02:36.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2447fe0 is found finished successfully 12:02:36.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:36.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:36.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:36.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:36.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:36.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:36.262 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:36.262 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:36.262 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:02:36.291 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:36.292 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:36.292 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:02:36.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:36.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:36.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:36.292 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:36.293 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:36.293 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:36.293 DEBUG [main][MenuItemLookup] Item match:File 12:02:36.294 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:02:36.294 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:02:36.294 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:02:36.294 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:02:36.294 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:36.294 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:02:36.294 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:02:36.294 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:36.294 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:36.295 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:02:36.295 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:02:36.295 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:02:36.295 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:02:36.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:02:36.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:02:36.385 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:36.385 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:36.385 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:02:36.386 DEBUG [main][EditorHandler] 1 editor(s) found 12:02:36.386 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:02:36.541 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:02:36.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:36.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:02:36.542 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:02:36.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:36.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:36.545 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:36.545 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:02:36.545 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:36.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:36.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:02:36.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:02:36.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:02:36.545 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:02:36.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:36.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:36.547 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:36.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:36.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:36.549 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:02:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:36.550 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:02:36.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:36.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:36.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:36.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:36.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:36.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:36.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:36.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:36.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:36.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:02:36.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:02:36.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:02:36.555 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:36.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:36.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:36.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:36.556 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:36.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:36.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:36.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:36.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:36.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:36.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:37.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:37.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:37.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:37.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:37.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:37.581 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:37.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:37.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:37.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:37.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:37.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:37.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:37.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:37.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:37.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:37.583 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:37.584 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:37.584 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:37.585 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:37.585 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:37.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:37.585 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:37.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:37.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:37.586 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:37.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:37.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:37.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:37.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:37.586 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:37.586 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:37.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:37.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:37.586 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:37.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:37.587 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:37.587 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:37.587 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:37.587 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:37.599 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:37.600 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:37.600 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:37.600 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:37.601 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:37.612 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:37.612 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:37.613 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:37.822 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:37.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:37.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:37.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:37.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:37.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:02:37.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:37.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:37.822 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:37.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:37.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10544b76 is found... 12:02:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10544b76 is found finished successfully 12:02:37.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:37.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:37.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:37.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:37.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:37.843 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:37.843 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:37.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:37.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:37.843 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:37.843 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:37.844 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:02:37.844 DEBUG [main][MenuItemLookup] Item match:Edit 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:02:37.845 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:02:37.846 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:02:37.846 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:37.846 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:02:37.846 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:02:37.846 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:37.846 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:02:37.846 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:37.846 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:02:37.846 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:37.846 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:02:37.846 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:02:37.846 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:37.847 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:37.847 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 12:02:37.847 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:02:38.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:38.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:38.847 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:38.847 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:38.848 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:02:38.848 DEBUG [main][MenuItemLookup] Item match:Edit 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:02:38.849 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:38.850 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:02:38.850 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:02:38.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:38.850 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:02:38.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:38.850 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:02:38.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:38.850 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:02:38.850 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:02:38.855 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 12:02:38.855 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 12:02:38.856 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 12:02:38.856 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 12:02:38.856 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 12:02:38.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:02:38.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:02:38.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:02:38.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:38.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:38.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:02:38.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:02:38.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:38.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:38.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:38.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:38.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:02:38.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:02:38.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:02:38.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:38.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:38.898 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:02:38.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:38.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:38.899 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 12:02:38.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:02:38.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:38.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:38.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:02:38.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:38.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:38.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:39.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:39.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:39.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:39.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:39.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:02:39.921 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:02:39.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:02:39.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:02:39.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:02:40.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 12:02:40.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:40.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:40.452 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:40.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:40.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:40.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:40.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:40.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:40.455 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:40.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:40.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:40.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:40.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:40.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:40.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:40.457 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:40.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:40.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:40.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:40.509 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:40.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:40.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:40.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:40.511 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:40.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:40.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:40.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:40.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:40.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:40.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:41.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:41.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:41.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:41.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:41.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:41.515 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:41.515 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:41.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:41.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:41.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:41.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:41.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:41.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:41.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:41.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:41.518 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:41.518 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:41.519 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:41.519 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:41.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:41.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:41.520 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:41.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:41.520 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:41.520 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:41.520 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:41.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:41.521 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:41.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:41.521 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:41.521 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:41.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:41.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:41.522 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:41.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:41.522 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:41.523 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:41.523 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:41.523 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:41.530 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:41.530 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:41.531 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:41.531 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:41.531 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:41.542 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:41.542 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:41.543 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:41.595 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:41.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:41.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:41.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:41.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:41.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:41.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:41.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:41.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:41.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7b962f87 is found... 12:02:41.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7b962f87 is found finished successfully 12:02:41.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:41.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:41.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:41.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:41.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:41.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:41.603 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:41.604 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:41.604 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:02:41.634 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:41.635 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:41.635 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:02:41.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:41.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:41.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:41.636 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:41.636 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:41.637 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:41.637 DEBUG [main][MenuItemLookup] Item match:File 12:02:41.638 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:02:41.638 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:02:41.638 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:02:41.638 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:02:41.638 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:41.638 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:02:41.638 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:02:41.638 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:41.638 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:41.638 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:02:41.638 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:02:41.638 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:02:41.639 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:02:41.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:02:41.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:02:41.692 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:41.692 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:41.692 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:02:41.692 DEBUG [main][EditorHandler] 1 editor(s) found 12:02:41.693 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:02:41.803 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:02:41.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:41.803 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:02:41.803 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:02:41.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:41.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:41.804 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:41.805 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:02:41.805 INFO [WorkbenchTestable][RequirementsRunner] Started test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:41.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:41.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:02:41.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:02:41.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:02:41.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:02:41.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:41.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:41.808 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:41.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:41.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:41.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:02:41.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:41.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:41.810 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:02:41.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:41.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:41.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:41.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:41.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:41.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:41.862 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:41.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:41.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:41.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:02:41.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:02:41.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:02:41.865 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:41.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:41.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:41.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:41.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:41.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:41.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:41.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:41.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:41.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:41.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:42.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:42.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:42.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:42.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:42.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:42.871 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:42.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:42.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:42.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:42.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:42.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:42.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:42.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:42.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:42.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:42.874 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:42.874 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:42.874 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:42.875 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:42.875 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:42.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:42.875 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:42.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:42.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:42.876 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:42.876 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:42.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:42.876 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:42.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:42.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:42.876 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:42.876 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:42.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:42.876 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:42.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:42.876 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:42.877 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:42.877 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:42.877 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:42.885 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:42.886 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:42.886 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:42.886 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:42.887 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:42.898 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:42.898 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:42.899 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:43.095 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:43.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:43.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:43.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:43.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:43.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:02:43.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:43.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:43.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:43.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:43.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@710c7f0e is found... 12:02:43.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@710c7f0e is found finished successfully 12:02:43.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:43.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:43.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:43.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:43.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:43.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:43.119 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:43.119 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:43.119 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 12:02:43.152 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:43.152 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:43.152 INFO [WorkbenchTestable][AbstractEditor] Open editor's quick fix assistant 12:02:43.152 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:02:44.153 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:02:44.153 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:02:44.354 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 12:02:45.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:02:45.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:02:45.356 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:02:45.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:45.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:45.369 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:02:45.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:02:45.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:45.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:45.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:45.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:45.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:02:45.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:02:45.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:02:45.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:45.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:45.377 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 12:02:45.377 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 12:02:45.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:02:45.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:02:45.378 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 12:02:45.378 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 12:02:45.378 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 12:02:45.378 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 12:02:45.378 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 12:02:45.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:02:45.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:02:45.378 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 12:02:45.378 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 12:02:45.378 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 12:02:45.378 INFO [WorkbenchTestable][AbstractShell] Close shell 12:02:45.379 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:02:45.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:02:45.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:02:45.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:45.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:45.400 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:45.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:45.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:45.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:45.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:45.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:45.402 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:45.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:45.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:45.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:45.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:45.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:45.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:45.428 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:45.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:45.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:45.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:45.467 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:45.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:45.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:45.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:45.468 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:45.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:45.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:45.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:45.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:45.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:45.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:45.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:45.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:46.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:46.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:46.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:46.472 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:46.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:46.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:46.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:46.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:46.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:46.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:46.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:46.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:46.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:46.474 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:46.474 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:46.475 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:46.475 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:46.475 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:46.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:46.475 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:46.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:46.475 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:46.476 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:46.476 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:46.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:46.476 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:46.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:46.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:46.476 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:46.476 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:46.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:46.476 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:46.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:46.476 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:46.477 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:46.477 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:46.477 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:46.483 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:46.484 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:46.484 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:46.484 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:46.484 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:46.493 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:46.493 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:46.494 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:46.539 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:46.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:46.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:46.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:46.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:46.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:46.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:46.539 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:46.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:46.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6c843c58 is found... 12:02:46.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6c843c58 is found finished successfully 12:02:46.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:46.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:46.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:46.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:46.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:46.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:46.547 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:46.547 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:46.547 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:02:46.578 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:46.579 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:46.579 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:02:46.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:46.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:46.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:46.579 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:46.579 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:46.580 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:46.580 DEBUG [main][MenuItemLookup] Item match:File 12:02:46.581 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:02:46.581 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:02:46.581 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:02:46.581 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:02:46.581 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:46.581 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:02:46.581 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:02:46.581 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:46.581 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:46.581 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:02:46.581 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:02:46.581 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:02:46.582 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:02:46.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:02:46.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:02:46.659 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:46.659 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:46.659 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:02:46.659 DEBUG [main][EditorHandler] 1 editor(s) found 12:02:46.659 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:02:46.763 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:02:46.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:46.763 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:02:46.763 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:02:46.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:46.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:46.764 INFO [WorkbenchTestable][RequirementsRunner] Finished test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:46.764 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:02:46.764 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:46.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:46.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:02:46.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:02:46.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:02:46.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:02:46.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:46.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:46.766 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:46.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:46.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:46.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:02:46.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:46.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:46.769 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:02:46.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:46.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:46.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:46.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:46.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:46.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:46.771 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:46.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:46.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:46.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:02:46.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:02:46.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:02:46.774 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:46.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:46.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:46.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:46.775 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:46.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:46.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:46.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:46.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:46.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:46.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:47.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:47.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:47.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:47.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:47.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:47.778 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:47.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:47.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:47.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:47.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:47.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:47.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:47.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:47.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:47.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:47.781 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:47.781 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:47.782 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:47.783 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:47.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:47.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:47.783 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:47.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:47.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:47.783 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:47.784 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:47.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:47.784 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:47.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:47.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:47.784 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:47.785 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:47.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:47.785 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:47.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:47.785 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:47.785 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:47.785 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:47.786 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:47.792 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:47.793 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:47.793 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:47.793 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:47.793 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:47.805 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:47.805 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:47.805 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:47.984 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:47.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:47.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:47.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:47.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:47.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:02:47.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:47.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:47.984 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:47.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:47.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ea7c37c is found... 12:02:47.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4ea7c37c is found finished successfully 12:02:47.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:47.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:47.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:47.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:47.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:47.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:47.995 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:47.996 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:47.996 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:02:47.996 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:02:48.196 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:48.405 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:02:48.405 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:02:48.606 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:48.810 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:02:48.810 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:02:49.011 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:49.215 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:02:49.215 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:02:49.416 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:49.620 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:02:49.620 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:02:49.821 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:02:50.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:50.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:50.827 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:50.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:50.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:50.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:50.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:50.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:50.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:50.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:50.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:50.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:50.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:50.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:50.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:50.832 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:50.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:50.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:50.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:50.880 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:50.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:50.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:50.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:50.881 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:50.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:50.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:50.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:50.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:50.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:50.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:51.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:51.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:51.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:51.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:51.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:51.884 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:51.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:51.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:51.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:51.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:51.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:51.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:51.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:51.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:51.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:51.886 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:51.887 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:51.887 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:51.887 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:51.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:51.888 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:51.888 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:51.888 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:51.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:51.888 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:51.888 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:51.889 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:51.889 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:51.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:51.889 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:51.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:51.889 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:51.889 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:51.889 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:51.889 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:51.899 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:51.899 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:51.899 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:51.899 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:51.899 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:51.905 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:51.905 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:51.905 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:51.949 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:51.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:51.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:51.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:51.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:51.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:51.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:51.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:51.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:51.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@34b3a6b3 is found... 12:02:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@34b3a6b3 is found finished successfully 12:02:51.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:51.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:51.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:51.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:51.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:51.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:51.957 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:51.957 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 12:02:51.957 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:02:51.994 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:51.995 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:51.995 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:02:51.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:51.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:51.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:51.995 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:51.995 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:51.996 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:51.996 DEBUG [main][MenuItemLookup] Item match:File 12:02:51.997 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:02:51.997 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:02:51.997 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:02:51.997 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:02:51.997 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:51.997 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:02:51.997 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:02:51.997 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:51.997 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:51.997 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:02:51.997 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:02:51.997 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:02:51.997 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:02:52.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:02:52.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:02:52.041 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:52.041 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:52.041 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:02:52.041 DEBUG [main][EditorHandler] 1 editor(s) found 12:02:52.042 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:02:52.116 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:02:52.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:52.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:02:52.116 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:02:52.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:52.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:52.116 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:52.116 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:02:52.117 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:52.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:52.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:02:52.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:02:52.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:02:52.117 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:02:52.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:52.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:52.119 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:52.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:52.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:52.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:02:52.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:52.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:52.123 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:02:52.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:52.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:52.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:52.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:52.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:52.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:52.125 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:52.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:52.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:52.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:02:52.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:02:52.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:02:52.128 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:52.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:52.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:52.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:52.129 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:52.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:52.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:52.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:52.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:52.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:52.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:52.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:52.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:53.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:53.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:53.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:53.133 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:53.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:53.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:53.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:53.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:53.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:53.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:53.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:53.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:53.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:53.137 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:53.138 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:53.138 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:53.139 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:53.139 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:53.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:53.140 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:53.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:53.140 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:53.140 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:53.140 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:53.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:53.142 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:53.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:53.142 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:53.142 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:53.142 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:53.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:53.142 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:53.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:53.143 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:53.143 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:53.143 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:53.144 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:53.161 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:53.162 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:53.162 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:53.162 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:53.162 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:53.172 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:53.172 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:53.173 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:53.353 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:53.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:53.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:53.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:53.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:53.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:02:53.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:53.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:53.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:53.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:53.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@45626ee is found... 12:02:53.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@45626ee is found finished successfully 12:02:53.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:53.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:53.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:53.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:53.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:53.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:53.378 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:53.378 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:53.378 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:02:53.378 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:02:53.579 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:53.783 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:02:53.783 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:02:53.983 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:54.187 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:02:54.187 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:02:54.388 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:54.591 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:02:54.591 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:02:54.792 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:02:54.996 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:02:54.996 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:02:55.197 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:02:56.199 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 12:02:56.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:56.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:56.214 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:56.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:56.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:56.215 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:56.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:56.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:56.215 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:56.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:56.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:56.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:56.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:56.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:56.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:56.239 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:56.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:56.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:56.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:56.286 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:56.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:56.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:56.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:56.287 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:56.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:56.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:56.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:56.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:56.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:56.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:56.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:56.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:57.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:57.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:57.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:57.290 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:57.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:57.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:57.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:57.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:57.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:57.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:57.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:57.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:57.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:57.292 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:57.293 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:57.293 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:57.294 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:57.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:57.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:57.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:57.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:57.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:57.294 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:57.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:57.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:57.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:57.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:57.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:57.295 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:57.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:57.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:57.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:57.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:57.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:57.295 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:57.295 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:57.296 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:57.306 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:57.306 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:57.306 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:57.307 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:57.307 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:57.313 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:57.313 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:57.313 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:57.359 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:57.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:57.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:57.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:57.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:57.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:57.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:57.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:57.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:57.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2580fb6b is found... 12:02:57.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2580fb6b is found finished successfully 12:02:57.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:57.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:57.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:57.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:57.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:57.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:57.368 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:57.368 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:57.368 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:02:57.399 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:57.400 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:57.400 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:02:57.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:57.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:57.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:57.401 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:57.401 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:57.401 DEBUG [main][MenuItemLookup] Found menu:'File' 12:02:57.401 DEBUG [main][MenuItemLookup] Item match:File 12:02:57.402 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:02:57.402 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:02:57.402 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:02:57.402 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:02:57.402 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:57.402 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:02:57.402 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:02:57.402 DEBUG [main][MenuItemLookup] Found menu:'' 12:02:57.402 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:02:57.402 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:02:57.402 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:02:57.402 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:02:57.402 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:02:57.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:02:57.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:02:57.455 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:57.455 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:57.456 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:02:57.456 DEBUG [main][EditorHandler] 1 editor(s) found 12:02:57.456 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:02:57.535 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:02:57.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:57.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:02:57.535 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:02:57.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:02:57.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:02:57.536 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:57.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:02:57.536 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:02:57.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:02:57.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:02:57.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:02:57.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:02:57.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:02:57.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:57.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:57.537 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:57.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:57.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:57.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:02:57.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:57.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:57.539 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:02:57.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:57.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:57.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:57.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:57.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:57.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:57.562 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:57.562 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:57.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:57.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:02:57.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:02:57.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:02:57.565 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:57.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:57.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:57.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:57.565 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:57.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:57.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:57.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:57.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:57.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:57.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:58.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:58.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:58.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:58.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:58.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:58.572 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:58.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:58.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:58.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:58.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:58.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:58.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:58.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:58.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:58.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:58.576 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:58.576 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:58.576 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:58.577 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:58.578 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:58.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:58.578 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:58.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:58.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:58.578 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:58.578 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:58.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:58.578 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:58.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:58.578 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:58.579 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:58.579 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:58.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:58.579 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:58.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:58.579 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:58.579 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:58.579 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:58.580 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:58.596 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:58.597 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:58.597 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:58.597 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:58.597 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:58.603 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:58.603 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:58.604 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:02:58.817 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:02:58.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:02:58.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:02:58.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:02:58.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:02:58.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:02:58.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:02:58.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:02:58.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:02:58.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:02:58.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10658032 is found... 12:02:58.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10658032 is found finished successfully 12:02:58.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:02:58.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:58.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:58.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:58.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:58.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:58.857 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:58.857 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:02:58.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:58.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:58.859 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:02:58.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:58.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:58.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:02:58.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:02:58.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:02:58.864 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:02:58.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:02:58.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:58.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:58.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:58.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:58.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:02:58.866 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:58.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:58.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:58.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:58.941 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:58.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:58.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:58.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:58.943 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:58.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:58.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:58.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:58.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:58.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:58.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:59.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:59.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:59.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:59.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:02:59.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:02:59.946 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:02:59.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:02:59.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:02:59.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:02:59.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:02:59.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:02:59.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:02:59.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:02:59.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:02:59.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:02:59.949 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:02:59.949 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:02:59.950 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:02:59.950 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:02:59.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:02:59.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:59.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:02:59.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:59.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:02:59.951 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:02:59.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:02:59.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:59.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:02:59.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:59.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:02:59.952 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:02:59.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:02:59.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:02:59.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:02:59.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:02:59.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:02:59.953 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:59.953 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:59.956 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:59.963 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:59.964 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:02:59.964 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:02:59.964 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:02:59.964 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:02:59.974 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:02:59.974 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:02:59.974 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:00.023 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:00.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:00.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:00.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:00.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:00.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:00.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:00.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:00.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:00.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@39ca3ab3 is found... 12:03:00.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@39ca3ab3 is found finished successfully 12:03:00.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:00.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:00.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:00.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:00.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:00.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:00.031 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:00.031 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:00.031 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:03:00.062 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:00.063 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:00.063 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:03:00.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:00.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:00.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:00.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:00.064 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:00.064 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:00.065 DEBUG [main][MenuItemLookup] Item match:File 12:03:00.066 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:00.066 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:03:00.066 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:03:00.066 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:03:00.066 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:00.066 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:03:00.066 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:03:00.066 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:00.066 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:03:00.066 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:03:00.066 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:03:00.066 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:03:00.066 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:03:00.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:03:00.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:03:00.138 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:00.138 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:00.138 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:03:00.139 DEBUG [main][EditorHandler] 1 editor(s) found 12:03:00.139 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:03:00.283 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:03:00.283 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:00.283 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:00.283 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:00.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:00.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:00.284 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:00.284 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:00.284 INFO [WorkbenchTestable][RequirementsRunner] Started test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:00.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:00.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:03:00.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:00.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:00.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:00.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:00.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:00.288 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:00.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:00.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:00.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:00.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:00.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:00.290 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:00.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:00.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:00.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:00.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:00.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:00.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:00.293 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:00.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:00.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:00.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:00.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:00.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:00.296 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:00.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:00.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:00.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:00.297 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:00.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:00.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:00.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:00.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:00.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:00.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:00.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:00.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:01.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:01.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:01.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:01.300 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:01.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:01.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:01.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:01.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:01.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:01.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:01.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:01.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:01.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:01.302 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:01.303 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:01.303 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:01.304 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:01.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:01.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:01.305 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:01.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:01.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:01.305 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:01.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:01.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:01.306 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:01.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:01.306 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:01.306 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:01.306 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:01.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:01.306 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:01.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:01.306 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:01.307 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:01.307 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:01.307 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:01.316 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:01.316 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:01.316 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:01.316 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:01.317 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:01.328 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:01.328 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:01.329 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:01.520 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:01.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:01.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:01.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:01.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:01.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:03:01.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:01.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:01.520 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:01.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:01.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c1e0a32 is found... 12:03:01.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c1e0a32 is found finished successfully 12:03:01.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:01.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:01.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:01.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:01.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:01.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:01.543 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:01.543 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:01.543 INFO [WorkbenchTestable][TextEditor] Set cursor position to [12, 0] 12:03:01.567 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:01.567 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:01.567 INFO [WorkbenchTestable][AbstractEditor] Open editor's Java Proposals content assistant 12:03:01.567 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:03:02.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:02.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:02.568 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:02.568 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:02.568 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:03:02.568 DEBUG [main][MenuItemLookup] Item match:Edit 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:02.570 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:03:02.570 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:03:02.575 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 12:03:02.575 DEBUG [main][MenuItemLookup] Found menu:'Java Type Proposals' 12:03:02.575 DEBUG [main][MenuItemLookup] Found menu:'Java Non-Type Proposals' 12:03:02.575 DEBUG [main][MenuItemLookup] Found menu:'Java Proposals' 12:03:02.575 DEBUG [main][MenuItemLookup] Item match:Java Proposals 12:03:02.575 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 12:03:02.575 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Java Proposals 12:03:02.576 INFO [main][MenuItemHandler] Select menu item: J&ava Proposals 12:03:02.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:03:02.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:03:02.618 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:02.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:02.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:02.630 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:03:02.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:02.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:02.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:02.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:02.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:02.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:03:02.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:03:02.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:03:02.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:02.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:02.650 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 12:03:02.650 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 12:03:02.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:03:02.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:03:02.651 DEBUG [WorkbenchTestable][ContentAssistant] abstract 12:03:02.651 DEBUG [WorkbenchTestable][ContentAssistant] class 12:03:02.651 DEBUG [WorkbenchTestable][ContentAssistant] enum 12:03:02.651 DEBUG [WorkbenchTestable][ContentAssistant] final 12:03:02.651 DEBUG [WorkbenchTestable][ContentAssistant] import 12:03:02.651 DEBUG [WorkbenchTestable][ContentAssistant] interface 12:03:02.651 DEBUG [WorkbenchTestable][ContentAssistant] public 12:03:02.651 INFO [WorkbenchTestable][AbstractShell] Close shell 12:03:02.651 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:03:02.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:03:02.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:03:02.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:02.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:02.683 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:02.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:02.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:02.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:02.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:02.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:02.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:02.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:02.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:02.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:02.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:02.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:02.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:02.688 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:02.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:02.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:02.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:02.745 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:02.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:02.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:02.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:02.747 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:02.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:02.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:02.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:02.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:02.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:02.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:03.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:03.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:03.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:03.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:03.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:03.751 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:03.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:03.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:03.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:03.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:03.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:03.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:03.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:03.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:03.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:03.753 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:03.754 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:03.754 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:03.754 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:03.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:03.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:03.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:03.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:03.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:03.755 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:03.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:03.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:03.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:03.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:03.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:03.756 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:03.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:03.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:03.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:03.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:03.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:03.757 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:03.757 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:03.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:03.764 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:03.765 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:03.765 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:03.765 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:03.769 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:03.775 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:03.775 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:03.776 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:03.827 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:03.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:03.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:03.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:03.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:03.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:03.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:03.827 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:03.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:03.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2e67e379 is found... 12:03:03.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2e67e379 is found finished successfully 12:03:03.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:03.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:03.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:03.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:03.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:03.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:03.835 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:03.835 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:03.835 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:03:03.865 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:03.865 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:03.865 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:03:03.866 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:03.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:03.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:03.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:03.866 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:03.866 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:03.866 DEBUG [main][MenuItemLookup] Item match:File 12:03:03.868 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:03.868 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:03:03.868 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:03:03.868 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:03:03.868 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:03.868 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:03:03.868 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:03:03.868 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:03.868 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:03:03.868 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:03:03.868 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:03:03.868 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:03:03.868 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:03:04.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:03:04.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:03:04.821 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:04.821 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:04.821 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:03:04.821 DEBUG [main][EditorHandler] 1 editor(s) found 12:03:04.821 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:03:04.903 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:03:04.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:04.903 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:04.903 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:04.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:04.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:04.904 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:04.904 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:04.904 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:04.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:04.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:03:04.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:04.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:04.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:04.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:04.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:04.907 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:04.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:04.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:04.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:04.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:04.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:04.910 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:04.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:04.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:04.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:04.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:04.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:04.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:04.912 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:04.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:04.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:04.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:04.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:04.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:04.915 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:04.915 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:04.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:04.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:04.916 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:04.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:04.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:04.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:04.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:04.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:04.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:05.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:05.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:05.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:05.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:05.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:05.919 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:05.919 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:05.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:05.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:05.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:05.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:05.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:05.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:05.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:05.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:05.922 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:05.922 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:05.923 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:05.924 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:05.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:05.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:05.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:05.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:05.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:05.924 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:05.924 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:05.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:05.924 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:05.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:05.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:05.925 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:05.925 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:05.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:05.925 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:05.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:05.925 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:05.926 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:05.926 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:05.926 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:05.943 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:05.944 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:05.944 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:05.944 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:05.945 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:05.951 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:05.951 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:05.951 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:06.154 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:06.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:06.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:06.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:06.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:06.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:03:06.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:06.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:06.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:06.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@123f8297 is found... 12:03:06.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@123f8297 is found finished successfully 12:03:06.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:06.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:06.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:06.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:06.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:06.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:06.178 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:06.178 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:06.178 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 14, offser 22 12:03:06.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:06.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:06.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:06.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:06.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:06.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:06.198 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:06.198 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { test System.out.println(""); } } TooltipText=null 12:03:06.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:06.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:06.200 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:06.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:06.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:06.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:06.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:06.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:06.203 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:06.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:06.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:06.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:06.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:06.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:06.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:06.227 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:06.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:06.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:06.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:06.268 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:06.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:06.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:06.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:06.269 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:06.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:06.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:06.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:06.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:06.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:06.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:06.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:06.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:07.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:07.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:07.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:07.274 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:07.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:07.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:07.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:07.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:07.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:07.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:07.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:07.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:07.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:07.277 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:07.277 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:07.277 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:07.278 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:07.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:07.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:07.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:07.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:07.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:07.278 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:07.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:07.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:07.279 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:07.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:07.279 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:07.279 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:07.279 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:07.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:07.279 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:07.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:07.279 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:07.280 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:07.280 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:07.280 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:07.291 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:07.291 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:07.291 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:07.292 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:07.292 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:07.298 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:07.298 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:07.299 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:07.345 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:07.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:07.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:07.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:07.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:07.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:07.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:07.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:07.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:07.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7a482dc1 is found... 12:03:07.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7a482dc1 is found finished successfully 12:03:07.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:07.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:07.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:07.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:07.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:07.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:07.353 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:07.353 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { test System.out.println(""); } } TooltipText=null 12:03:07.353 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:03:07.375 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:07.375 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:07.375 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:03:07.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:07.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:07.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:07.376 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:07.376 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:07.376 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:07.376 DEBUG [main][MenuItemLookup] Item match:File 12:03:07.377 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:07.377 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:03:07.377 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:03:07.377 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:03:07.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:07.377 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:03:07.377 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:03:07.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:07.377 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:03:07.377 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:03:07.378 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:03:07.378 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:03:07.378 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:03:07.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:03:07.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:03:07.452 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:07.452 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:07.452 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:03:07.452 DEBUG [main][EditorHandler] 1 editor(s) found 12:03:07.452 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:03:07.567 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:03:07.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:07.568 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:07.568 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:07.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:07.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:07.569 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:07.569 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:07.569 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:07.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:07.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:03:07.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:07.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:07.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:07.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:03:07.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:07.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:03:07.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:07.571 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:03:07.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:07.571 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:03:07.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:07.571 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:03:07.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:07.572 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:03:07.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:07.572 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:03:07.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:07.572 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:03:07.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:07.572 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:03:07.572 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:07.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:07.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:07.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:07.573 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:07.573 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:03:07.574 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:07.575 DEBUG [main][MenuItemLookup] Item match:File 12:03:07.576 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:07.576 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:03:07.580 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:03:07.580 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:07.580 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:03:07.580 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:07.580 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:03:07.580 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:07.580 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:03:07.580 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:03:07.601 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:03:07.601 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:03:07.601 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:03:07.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:03:07.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:03:07.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:03:07.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:07.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:07.741 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:03:07.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:07.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:03:07.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:07.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:07.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:07.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:07.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:07.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:07.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:07.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:03:07.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:03:07.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:07.752 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:03:07.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:07.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:03:07.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:03:07.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:03:07.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:07.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:03:07.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:07.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:03:07.753 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:03:07.753 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:03:07.753 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:03:07.754 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:03:07.754 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:03:07.754 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:03:07.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:03:07.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:07.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:07.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:07.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:03:07.756 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:03:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:03:07.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:03:07.756 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:03:07.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:07.809 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:03:07.809 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:07.809 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:07.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:03:07.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:03:07.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:03:07.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:07.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:07.810 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:03:07.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:07.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:03:07.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:07.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:07.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:07.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:07.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:03:07.855 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:03:07.855 INFO [WorkbenchTestable][AbstractText] Text set to: textEditor.txt 12:03:07.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:03:07.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:07.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:07.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:07.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:07.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:03:07.869 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:03:07.870 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 12:03:07.870 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:03:07.870 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:03:07.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:03:07.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:07.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:07.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:07.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:07.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:03:07.873 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:03:07.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:03:07.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:03:07.874 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:03:07.874 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:07.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:03:08.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:03:08.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:08.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:03:08.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:08.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/TextEditorTestProject)' is a system job, skipped 12:03:08.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:08.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:03:08.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:03:08.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:08.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:08.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:08.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:08.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QtextEditor.txt\E') 12:03:08.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:08.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:08.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:08.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:08.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:08.147 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:08.148 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:03:08.156 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:08.157 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 12:03:08.157 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:03:08.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testProject/textEditor.txt - Eclipse Platform 12:03:08.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:08.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:08.158 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testProject/textEditor.txt - Eclipse Platform' 12:03:08.158 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testProject/textEditor.txt - Eclipse Platform' 12:03:08.158 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:08.158 DEBUG [main][MenuItemLookup] Item match:File 12:03:08.159 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:08.159 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:03:08.159 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:03:08.159 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:03:08.159 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:08.159 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:03:08.159 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:03:08.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:08.160 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:03:08.160 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:03:08.160 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:03:08.160 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:03:08.160 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:03:08.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:03:08.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:03:08.196 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:08.197 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 12:03:08.197 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:08.197 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 12:03:08.197 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:03:08.197 DEBUG [WorkbenchTestable][EditorHandler] Closing editor textEditor.txt 12:03:08.269 DEBUG [WorkbenchTestable][EditorHandler] Editor textEditor.txt is closed 12:03:08.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:08.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:08.271 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:08.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:08.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:08.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:08.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:08.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:08.273 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:08.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:08.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:08.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:08.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:08.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:08.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:08.275 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:08.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:08.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:08.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:08.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:08.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:08.299 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:08.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:08.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:08.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:08.300 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:08.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:08.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:08.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:08.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:08.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:08.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:08.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:08.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:09.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:09.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:09.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:09.304 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:09.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:09.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:09.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:09.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:09.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:09.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:09.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:09.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:09.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:09.307 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:09.307 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:09.307 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:09.308 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:09.308 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:09.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:09.308 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:09.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:09.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:09.308 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:09.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:09.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:09.309 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:09.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:09.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:09.309 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:09.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:09.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:09.310 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:09.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:09.310 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:09.310 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:09.310 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:09.310 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:09.317 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:09.318 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:09.318 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:09.318 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:09.318 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:09.324 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:09.324 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:09.324 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:09.514 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:09.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:09.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:09.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:09.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:09.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:03:09.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:09.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:09.514 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:09.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:09.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3964ca2d is found... 12:03:09.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3964ca2d is found finished successfully 12:03:09.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:09.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:09.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:09.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:09.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:09.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:09.537 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:09.537 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:09.537 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:03:09.563 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:09.563 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:09.563 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:03:09.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:09.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:09.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:09.564 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:09.591 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:09.591 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:09.591 DEBUG [main][MenuItemLookup] Item match:File 12:03:09.592 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:09.592 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:03:09.592 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:03:09.592 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:03:09.592 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:09.592 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:03:09.592 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:03:09.592 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:09.592 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:03:09.592 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:03:09.593 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:03:09.593 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:03:09.593 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:03:09.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:03:09.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:03:09.625 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:09.625 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:09.625 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:03:09.625 DEBUG [main][EditorHandler] 1 editor(s) found 12:03:09.625 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:03:09.699 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:03:09.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:09.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:09.699 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:09.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:09.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:09.700 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:09.700 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:09.700 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:09.700 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:09.700 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:03:09.700 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:09.700 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:09.700 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:09.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:09.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:09.702 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:09.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:09.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:09.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:09.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:09.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:09.705 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:09.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:09.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:09.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:09.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:09.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:09.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:09.707 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:09.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:09.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:09.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:09.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:09.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:09.735 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:09.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:09.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:09.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:09.737 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:09.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:09.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:09.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:09.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:09.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:09.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:10.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:10.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:10.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:10.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:10.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:10.741 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:10.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:10.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:10.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:10.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:10.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:10.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:10.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:10.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:10.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:10.749 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:10.749 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:10.750 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:10.751 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:10.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:10.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:10.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:10.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:10.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:10.753 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:10.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:10.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:10.753 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:10.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:10.753 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:10.753 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:10.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:10.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:10.754 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:10.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:10.754 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:10.754 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:10.754 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:10.754 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:10.766 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:10.766 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:10.767 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:10.767 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:10.767 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:10.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:10.774 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:10.774 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:10.959 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:10.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:10.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:10.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:10.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:10.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:03:10.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:10.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:10.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:10.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:10.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5dcc2240 is found... 12:03:10.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5dcc2240 is found finished successfully 12:03:10.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:10.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:10.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:10.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:10.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:10.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:10.983 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:10.983 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:10.983 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 540 12:03:10.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:10.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:10.990 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:10.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:10.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:10.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:10.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:10.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:10.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:11.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:11.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:11.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:11.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:11.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:11.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:11.020 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:11.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:11.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:11.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:11.060 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:11.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:11.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:11.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:11.061 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:11.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:11.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:11.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:11.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:11.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:11.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:11.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:11.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:12.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:12.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:12.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:12.064 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:12.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:12.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:12.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:12.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:12.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:12.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:12.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:12.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:12.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:12.067 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:12.067 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:12.067 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:12.068 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:12.068 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:12.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:12.068 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:12.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:12.068 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:12.068 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:12.069 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:12.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:12.069 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:12.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:12.069 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:12.069 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:12.069 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:12.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:12.069 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:12.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:12.069 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:12.070 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:12.070 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:12.070 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:12.078 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:12.078 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:12.079 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:12.079 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:12.083 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:12.090 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:12.090 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:12.090 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:12.138 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:12.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:12.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:12.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:12.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:12.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:12.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:12.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:12.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:12.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@57d2f80c is found... 12:03:12.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@57d2f80c is found finished successfully 12:03:12.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:12.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:12.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:12.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:12.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:12.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:12.146 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:12.146 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass extends String { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:12.146 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:03:12.167 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:12.168 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:12.168 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:03:12.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:12.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:12.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:12.169 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:12.169 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:12.169 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:12.169 DEBUG [main][MenuItemLookup] Item match:File 12:03:12.170 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:12.170 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:03:12.170 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:03:12.170 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:03:12.170 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:12.170 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:03:12.170 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:03:12.170 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:12.170 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:03:12.170 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:03:12.195 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:03:12.195 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:03:12.195 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:03:12.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:03:12.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:03:12.231 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:12.231 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:12.231 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:03:12.231 DEBUG [main][EditorHandler] 1 editor(s) found 12:03:12.232 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:03:12.309 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:03:12.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:12.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:12.309 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:12.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:12.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:12.310 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:12.310 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:12.310 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:12.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:12.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:03:12.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:12.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:12.310 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:12.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:12.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:12.313 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:12.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:12.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:12.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:12.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:12.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:12.315 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:12.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:12.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:12.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:12.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:12.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:12.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:12.355 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:12.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:12.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:12.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:12.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:12.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:12.358 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:12.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:12.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:12.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:12.359 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:12.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:12.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:12.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:12.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:12.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:12.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:12.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:12.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:13.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:13.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:13.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:13.365 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:13.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:13.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:13.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:13.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:13.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:13.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:13.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:13.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:13.369 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:13.370 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:13.371 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:13.372 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:13.372 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:13.372 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:13.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:13.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:13.373 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:13.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:13.373 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:13.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:13.373 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:13.374 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:13.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:13.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:13.374 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:13.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:13.374 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:13.375 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:13.375 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:13.375 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:13.391 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:13.392 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:13.392 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:13.392 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:13.393 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:13.399 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:13.399 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:13.399 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:13.599 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:13.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:13.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:13.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:13.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:13.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:03:13.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:13.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:13.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:13.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:13.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d3fbfe7 is found... 12:03:13.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d3fbfe7 is found finished successfully 12:03:13.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:13.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:13.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:13.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:13.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:13.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:13.620 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:13.620 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:13.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:13.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:13.621 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:13.621 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:13.621 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:03:13.621 DEBUG [main][MenuItemLookup] Item match:Edit 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:13.633 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:03:13.634 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:13.634 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:03:13.634 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:13.634 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:03:13.634 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:03:13.635 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:13.635 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:13.635 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 12:03:13.635 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:03:14.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:14.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:14.636 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:14.637 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:14.637 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:03:14.637 DEBUG [main][MenuItemLookup] Item match:Edit 12:03:14.638 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:03:14.638 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:03:14.638 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:14.638 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:03:14.638 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:03:14.638 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:03:14.638 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:03:14.638 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:14.639 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 12:03:14.639 DEBUG [main][MenuItemLookup] Item match:Content Assist 12:03:14.644 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 12:03:14.644 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 12:03:14.645 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 12:03:14.645 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 12:03:14.645 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 12:03:14.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:03:14.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:03:14.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:14.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:14.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:14.690 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:03:14.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:14.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:14.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:14.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:14.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:14.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:03:14.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:03:14.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:03:14.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:14.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:14.693 INFO [WorkbenchTestable][AbstractShell] Close shell 12:03:14.693 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:03:14.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:03:14.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:03:14.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:03:14.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 12:03:14.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:14.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:14.734 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:14.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:14.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:14.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:14.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:14.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:14.736 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:14.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:14.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:14.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:14.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:14.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:14.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:14.738 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:14.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:14.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:14.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:14.786 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:14.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:14.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:14.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:14.787 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:14.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:14.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:14.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:14.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:14.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:14.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:15.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:15.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:15.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:15.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:15.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:15.790 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:15.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:15.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:15.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:15.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:15.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:15.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:15.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:15.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:15.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:15.792 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:15.793 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:15.793 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:15.793 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:15.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:15.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:15.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:15.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:15.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:15.794 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:15.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:15.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:15.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:15.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:15.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:15.794 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:15.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:15.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:15.795 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:15.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:15.795 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:15.795 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:15.795 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:15.795 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:15.803 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:15.803 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:15.803 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:15.803 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:15.803 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:15.813 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:15.813 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:15.813 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:15.861 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:15.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:15.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:15.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:15.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:15.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:15.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:15.862 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:15.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:15.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7cbe5695 is found... 12:03:15.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7cbe5695 is found finished successfully 12:03:15.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:15.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:15.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:15.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:15.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:15.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:15.870 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:15.870 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:15.870 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:03:15.893 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:15.893 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:15.893 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:03:15.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:15.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:15.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:15.905 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:15.905 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:15.905 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:15.905 DEBUG [main][MenuItemLookup] Item match:File 12:03:15.906 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:15.906 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:03:15.906 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:03:15.906 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:03:15.906 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:15.906 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:03:15.906 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:03:15.906 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:15.906 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:03:15.906 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:03:15.907 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:03:15.907 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:03:15.907 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:03:15.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:03:15.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:03:15.989 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:15.989 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:15.989 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:03:15.989 DEBUG [main][EditorHandler] 1 editor(s) found 12:03:15.990 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:03:16.091 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:03:16.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:16.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:16.091 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:16.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:16.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:16.092 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:16.092 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:16.092 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:16.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:16.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:03:16.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:16.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:16.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:16.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:16.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:16.097 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:16.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:16.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:16.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:16.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:16.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:16.099 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:16.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:16.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:16.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:16.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:16.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:16.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:16.101 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:16.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:16.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:16.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:16.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:16.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:16.154 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:16.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:16.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:16.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:16.155 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:16.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:16.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:16.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:16.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:16.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:16.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:16.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:16.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:17.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:17.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:17.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:17.159 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:17.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:17.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:17.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:17.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:17.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:17.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:17.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:17.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:17.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:17.164 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:17.164 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:17.165 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:17.166 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:17.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:17.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:17.166 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:17.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:17.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:17.167 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:17.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:17.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:17.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:17.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:17.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:17.167 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:17.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:17.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:17.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:17.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:17.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:17.168 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:17.168 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:17.168 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:17.179 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:17.180 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:17.180 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:17.180 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:17.180 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:17.191 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:17.191 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:17.192 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:17.376 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:17.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:17.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:17.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:17.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:17.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:03:17.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:17.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:17.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:17.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:17.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@53eb7b64 is found... 12:03:17.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@53eb7b64 is found finished successfully 12:03:17.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:17.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:17.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:17.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:17.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:17.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:17.400 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:17.400 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:17.400 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:17.400 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:17.400 INFO [WorkbenchTestable][TextEditor] Set cursor position to offset: 517 12:03:17.401 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:17.401 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:17.413 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 12:03:17.420 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:03:17.420 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:03:18.023 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:03:18.023 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:03:18.625 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:03:18.625 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 12:03:19.227 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:03:19.227 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:03:19.829 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:03:19.829 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:03:20.430 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:03:20.430 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 12:03:21.032 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:03:21.032 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 12:03:21.634 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:03:21.634 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 12:03:22.236 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:22.236 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:22.237 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:03:22.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:22.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:22.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:22.238 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:22.238 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:22.238 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:22.239 DEBUG [main][MenuItemLookup] Item match:File 12:03:22.240 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:22.240 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:03:22.241 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:03:22.241 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:03:22.241 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:22.241 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:03:22.241 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:03:22.241 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:22.241 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:03:22.241 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:03:22.241 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:03:22.241 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:03:22.241 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:03:22.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:03:22.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:03:22.299 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:22.300 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:22.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:22.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:22.302 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:22.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:22.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:22.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:22.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:22.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:22.305 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:22.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:22.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:22.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:22.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:22.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:22.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:22.342 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:22.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:22.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:22.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:22.388 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:22.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:22.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:22.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:22.389 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:22.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:22.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:22.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:22.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:22.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:22.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:22.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:22.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:23.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:23.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:23.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:23.392 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:23.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:23.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:23.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:23.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:23.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:23.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:23.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:23.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:23.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:23.395 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:23.395 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:23.396 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:23.396 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:23.396 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:23.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:23.396 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:23.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:23.396 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:23.397 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:23.397 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:23.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:23.397 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:23.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:23.397 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:23.397 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:23.397 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:23.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:23.397 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:23.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:23.397 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:23.398 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:23.398 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:23.398 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:23.406 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:23.407 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:23.410 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:23.411 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:23.411 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:23.417 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:23.417 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:23.417 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:23.467 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:23.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:23.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:23.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:23.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:23.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:23.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:23.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:23.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:23.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5dbd5096 is found... 12:03:23.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5dbd5096 is found finished successfully 12:03:23.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:23.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:23.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:23.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:23.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:23.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:23.475 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:23.475 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:23.475 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:03:23.496 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:23.496 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:23.497 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:03:23.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:23.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:23.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:23.539 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:23.539 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:23.540 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:23.540 DEBUG [main][MenuItemLookup] Item match:File 12:03:23.541 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:23.541 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:03:23.541 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:03:23.541 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:03:23.541 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:23.541 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:03:23.541 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:03:23.541 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:23.541 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:03:23.541 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:03:23.542 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:03:23.542 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:03:23.542 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:03:23.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:03:23.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:03:23.585 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:23.586 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:23.586 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:03:23.586 DEBUG [main][EditorHandler] 1 editor(s) found 12:03:23.586 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:03:23.686 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:03:23.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:23.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:23.686 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:23.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:23.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:23.687 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:23.687 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:23.687 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:23.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:23.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:03:23.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:23.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:23.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:23.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:23.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:23.690 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:23.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:23.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:23.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:23.692 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:23.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:23.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:23.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:23.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:23.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:23.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:23.694 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:23.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:23.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:23.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:23.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:23.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:23.697 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:23.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:23.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:23.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:23.698 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:23.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:23.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:23.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:23.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:23.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:23.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:24.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:24.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:24.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:24.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:24.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:24.701 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:24.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:24.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:24.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:24.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:24.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:24.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:24.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:24.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:24.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:24.703 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:24.704 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:24.704 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:24.705 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:24.705 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:24.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:24.706 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:24.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:24.706 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:24.706 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:24.706 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:24.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:24.707 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:24.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:24.707 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:24.707 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:24.707 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:24.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:24.707 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:24.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:24.707 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:24.708 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:24.708 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:24.708 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:24.718 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:24.718 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:24.718 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:24.718 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:24.719 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:24.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:24.725 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:24.725 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:24.923 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:24.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:24.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:24.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:24.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:24.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:03:24.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:24.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:24.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:24.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:24.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5505301e is found... 12:03:24.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5505301e is found finished successfully 12:03:24.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:24.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:24.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:24.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:24.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:24.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:24.951 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:24.951 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:24.951 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 0] 12:03:24.962 DEBUG [WorkbenchTestable][Keyboard] Select 15 characters to the right 12:03:24.962 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 12:03:25.171 INFO [WorkbenchTestable][Keyboard] Move cursor 12:03:25.371 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:03:25.371 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:03:25.572 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:03:25.984 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:03:25.984 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:03:26.185 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:03:26.595 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:03:26.595 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:03:26.796 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:03:27.200 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:03:27.200 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:03:27.400 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:03:27.804 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:03:27.804 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:03:28.009 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:03:28.413 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:03:28.413 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:03:28.613 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:03:29.017 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:03:29.017 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:03:29.223 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:03:29.627 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:03:29.627 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:03:29.827 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:03:30.231 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:03:30.231 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:03:30.431 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:03:30.840 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:03:30.840 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:03:31.041 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:03:31.444 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:03:31.444 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:03:31.645 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:03:32.054 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:03:32.054 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:03:32.254 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:03:32.657 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:03:32.657 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:03:32.858 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:03:33.261 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:03:33.261 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:03:33.466 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:03:33.877 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 12:03:33.877 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 12:03:34.082 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 12:03:34.287 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 12:03:34.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:34.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:34.491 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:34.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:34.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:34.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:34.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:34.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:34.494 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:34.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:34.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:34.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:34.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:34.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:34.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:34.496 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:34.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:34.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:34.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:34.550 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:34.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:34.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:34.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:34.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:34.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:34.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:34.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:34.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:34.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:34.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:35.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:35.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:35.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:35.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:35.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:35.557 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:35.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:35.557 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:35.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:35.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:35.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:35.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:35.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:35.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:35.559 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:35.559 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:35.559 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:35.560 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:35.560 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:35.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:35.560 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:35.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:35.560 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:35.561 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:35.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:35.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:35.561 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:35.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:35.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:35.561 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:35.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:35.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:35.562 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:35.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:35.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:35.562 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:35.562 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:35.562 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:35.571 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:35.571 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:35.572 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:35.572 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:35.572 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:35.581 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:35.581 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:35.581 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:35.630 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:35.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:35.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:35.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:35.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:35.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:35.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:35.630 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:35.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:35.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9bcccb0 is found... 12:03:35.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9bcccb0 is found finished successfully 12:03:35.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:35.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:35.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:35.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:35.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:35.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:35.638 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:35.638 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:35.638 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:03:35.655 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:35.656 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:35.656 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:03:35.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:35.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:35.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:35.656 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:35.656 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:35.657 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:35.657 DEBUG [main][MenuItemLookup] Item match:File 12:03:35.658 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:35.658 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:03:35.658 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:03:35.658 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:03:35.658 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:35.658 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:03:35.658 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:03:35.658 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:35.658 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:03:35.658 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:03:35.658 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:03:35.658 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:03:35.658 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:03:35.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:03:35.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:03:35.745 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:35.745 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:35.745 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:03:35.746 DEBUG [main][EditorHandler] 1 editor(s) found 12:03:35.746 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:03:35.867 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:03:35.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:35.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:35.867 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:35.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:35.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:35.868 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:35.868 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:35.868 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:35.868 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:35.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:03:35.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:35.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:35.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:35.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:35.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:35.871 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:35.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:35.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:35.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:35.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:35.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:35.873 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:35.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:35.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:35.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:35.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:35.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:35.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:35.875 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:35.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:35.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:35.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:35.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:35.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:35.878 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:35.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:35.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:35.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:35.879 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:35.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:35.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:35.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:35.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:35.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:35.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:36.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:36.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:36.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:36.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:36.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:36.882 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:36.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:36.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:36.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:36.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:36.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:36.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:36.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:36.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:36.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:36.884 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:36.885 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:36.885 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:36.886 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:36.886 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:36.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:36.886 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:36.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:36.886 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:36.887 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:36.887 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:36.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:36.887 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:36.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:36.887 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:36.887 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:36.887 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:36.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:36.888 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:36.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:36.888 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:36.888 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:36.888 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:36.889 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:36.896 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:36.896 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:36.897 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:36.897 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:36.897 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:36.907 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:36.907 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:36.908 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:37.088 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:37.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:37.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:37.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:37.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:03:37.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:37.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:37.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@17effef3 is found... 12:03:37.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@17effef3 is found finished successfully 12:03:37.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:37.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:37.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:37.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:37.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:37.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:37.106 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:37.112 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:37.112 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 525 12:03:37.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:37.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:37.117 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:37.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:37.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:37.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:37.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:37.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:37.120 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:37.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:37.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:37.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:37.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:37.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:37.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:37.122 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:37.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:37.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:37.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:37.186 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:37.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:37.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:37.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:37.187 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:37.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:37.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:37.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:37.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:37.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:37.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:37.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:37.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:38.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:38.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:38.192 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:38.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:38.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:38.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:38.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:38.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:38.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:38.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:38.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:38.195 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:38.195 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:38.195 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:38.196 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:38.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:38.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:38.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:38.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:38.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:38.197 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:38.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:38.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:38.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:38.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:38.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:38.197 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:38.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:38.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:38.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:38.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:38.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:38.198 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:38.198 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:38.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:38.209 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:38.209 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:38.209 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:38.209 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:38.210 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:38.216 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:38.216 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:38.216 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:38.262 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:38.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:38.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:38.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:38.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:38.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:38.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:38.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:38.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:38.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20613578 is found... 12:03:38.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20613578 is found finished successfully 12:03:38.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:38.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:38.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:38.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:38.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:38.270 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:38.270 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public static class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:38.270 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:03:38.290 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:38.291 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:38.291 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:03:38.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:38.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:38.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:38.291 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:38.292 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:38.292 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:38.292 DEBUG [main][MenuItemLookup] Item match:File 12:03:38.293 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:38.293 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:03:38.293 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:03:38.293 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:03:38.293 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:38.293 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:03:38.293 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:03:38.293 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:38.293 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:03:38.293 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:03:38.293 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:03:38.293 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:03:38.293 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:03:38.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:03:38.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:03:38.360 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:38.361 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:38.361 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:03:38.361 DEBUG [main][EditorHandler] 1 editor(s) found 12:03:38.361 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:03:38.445 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:03:38.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:38.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:38.445 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:38.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:38.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:38.446 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:38.446 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:38.446 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:03:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:38.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:38.449 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:38.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:38.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:38.451 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:38.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:38.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:38.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:38.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:38.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:38.452 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:38.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:38.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:38.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:38.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:38.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:38.455 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:38.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:38.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:38.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:38.456 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:38.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:38.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:38.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:38.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:38.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:38.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:38.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:39.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:39.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:39.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:39.459 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:39.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:39.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:39.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:39.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:39.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:39.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:39.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:39.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:39.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:39.461 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:39.461 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:39.462 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:39.462 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:39.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:39.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:39.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:39.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:39.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:39.463 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:39.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:39.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:39.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:39.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:39.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:39.463 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:39.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:39.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:39.464 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:39.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:39.464 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:39.464 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:39.464 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:39.464 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:39.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:39.470 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:39.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:39.470 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:39.471 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:39.476 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:39.476 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:39.476 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:39.665 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:39.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:39.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:39.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:39.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:39.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:03:39.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:39.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:39.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:39.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:39.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5c1874aa is found... 12:03:39.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5c1874aa is found finished successfully 12:03:39.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:39.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:39.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:39.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:39.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:39.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:39.677 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:39.678 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:39.678 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:03:39.693 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:03:39.712 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:39.712 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 12:03:39.712 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:03:39.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:39.740 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:39.740 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:39.740 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:39.740 DEBUG [main][MenuItemLookup] Item match:File 12:03:39.741 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:39.741 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:03:39.741 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:03:39.741 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:03:39.741 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:39.741 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:03:39.741 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:03:39.741 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:39.741 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:03:39.741 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:03:39.742 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:03:39.742 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:03:39.742 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:03:39.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:03:39.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:03:39.777 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:39.778 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 12:03:39.778 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:03:40.778 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:40.779 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 12:03:40.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:40.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:40.781 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:40.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:40.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:40.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:40.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:40.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:40.784 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:40.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:40.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:40.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:40.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:40.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:40.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:40.812 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:40.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:40.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:40.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:40.852 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:40.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:40.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:40.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:40.854 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:40.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:40.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:40.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:40.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:40.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:40.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:41.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:41.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:41.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:41.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:41.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:41.857 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:41.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:41.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:41.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:41.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:41.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:41.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:41.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:41.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:41.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:41.858 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:41.858 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:41.859 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:41.859 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:41.859 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:41.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:41.859 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:41.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:41.859 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:41.860 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:41.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:41.860 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:41.860 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:41.860 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:41.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:41.861 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:41.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:41.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:41.861 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:41.861 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:41.861 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:41.868 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:41.868 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:41.869 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:41.869 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:41.869 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:41.878 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:41.878 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:41.878 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:41.923 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:41.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:41.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:41.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:41.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:41.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:41.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:41.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:41.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:41.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@332efad5 is found... 12:03:41.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@332efad5 is found finished successfully 12:03:41.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:41.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:41.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:41.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:41.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:41.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:41.932 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:41.932 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 12:03:41.933 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:03:41.948 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:41.949 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:41.949 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:03:41.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:41.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:41.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:41.949 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:41.949 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:41.949 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:41.950 DEBUG [main][MenuItemLookup] Item match:File 12:03:41.950 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:41.950 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:03:41.950 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:03:41.950 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:03:41.950 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:41.950 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:03:41.950 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:03:41.950 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:41.950 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:03:41.950 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:03:41.951 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:03:41.951 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:03:41.951 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:03:42.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:03:42.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:03:42.004 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:42.004 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:42.004 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:03:42.004 DEBUG [main][EditorHandler] 1 editor(s) found 12:03:42.005 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:03:42.103 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:03:42.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:42.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:42.103 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:42.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:42.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:42.104 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:42.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:42.104 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:42.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:42.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:03:42.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:42.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:42.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:42.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:42.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:42.106 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:42.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:42.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:42.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:42.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:42.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:42.147 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:42.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:42.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:42.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:42.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:42.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:42.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:42.148 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:42.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:42.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:42.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:42.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:42.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:42.152 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:42.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:42.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:42.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:42.153 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:42.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:42.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:42.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:42.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:42.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:42.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:42.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:42.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:43.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:43.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:43.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:43.157 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:43.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:43.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:43.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:43.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:43.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:43.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:43.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:43.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:43.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:43.160 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:43.160 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:43.160 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:43.161 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:43.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:43.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:43.162 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:43.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:43.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:43.162 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:43.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:43.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:43.162 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:43.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:43.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:43.163 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:43.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:43.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:43.163 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:43.163 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:43.163 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:43.164 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:43.172 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:43.172 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:43.173 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:43.173 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:43.173 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:43.184 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:43.184 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:43.185 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:43.368 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:43.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:43.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:43.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:43.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:43.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:03:43.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:43.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:43.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:43.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:43.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5bde8225 is found... 12:03:43.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5bde8225 is found finished successfully 12:03:43.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:43.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:43.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:43.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:43.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:43.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:43.381 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:43.381 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:43.381 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 12:03:43.402 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:43.402 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:43.402 INFO [WorkbenchTestable][AbstractEditor] Open editor's open on assistant 12:03:43.402 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:03:44.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:44.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:44.403 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:44.403 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:44.404 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:03:44.404 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:03:44.404 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:03:44.404 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:03:44.404 DEBUG [main][MenuItemLookup] Item match:Navigate 12:03:44.411 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:03:44.411 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:03:44.411 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:44.411 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 12:03:44.411 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:03:44.411 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 12:03:44.411 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 12:03:44.411 DEBUG [main][MenuItemLookup] Item match:Open Hyperlink 12:03:44.411 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open Hyperlin&k" 12:03:44.411 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Hyperlink 12:03:44.411 INFO [main][MenuItemHandler] Select menu item: Open Hyperlin&k 12:03:44.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:03:44.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:03:44.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:44.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:03:44.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:44.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:44.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:44.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:44.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:03:44.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:03:44.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:03:44.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:44.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:44.513 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:44.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:44.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:44.514 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 12:03:44.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:03:44.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:44.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:44.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:03:44.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:44.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:44.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:45.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:45.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:45.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:45.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:45.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:03:45.518 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:03:45.518 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:03:45.518 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:45.518 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:03:45.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:03:46.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 12:03:46.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:46.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:46.046 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:46.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:46.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:46.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:46.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:46.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:46.048 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:46.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:46.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:46.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:46.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:46.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:46.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:46.050 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:46.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:46.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:46.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:46.100 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:46.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:46.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:46.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:46.101 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:46.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:46.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:46.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:46.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:46.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:46.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:46.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:46.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:47.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:47.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:47.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:47.105 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:47.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:47.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:47.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:47.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:47.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:47.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:47.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:47.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:47.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:47.106 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:47.107 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:47.107 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:47.107 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:47.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:47.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:47.108 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:47.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:47.108 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:47.108 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:47.108 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:47.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:47.108 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:47.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:47.108 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:47.108 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:47.108 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:47.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:47.108 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:47.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:47.108 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:47.108 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:47.109 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:47.109 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:47.119 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:47.120 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:47.120 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:47.120 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:47.120 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:47.127 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:47.127 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:47.127 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:47.175 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:47.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:47.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:47.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:47.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:47.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:47.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:47.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:47.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:47.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@723da6d3 is found... 12:03:47.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@723da6d3 is found finished successfully 12:03:47.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:47.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:47.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:47.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:47.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:47.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:47.181 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:47.181 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:47.181 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:03:47.210 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:47.211 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:47.211 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:03:47.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:47.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:47.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:47.211 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:47.211 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:47.212 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:47.212 DEBUG [main][MenuItemLookup] Item match:File 12:03:47.212 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:47.212 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:03:47.212 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:03:47.212 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:03:47.212 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:47.212 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:03:47.212 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:03:47.212 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:47.212 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:03:47.212 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:03:47.213 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:03:47.213 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:03:47.213 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:03:47.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:03:47.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:03:47.276 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:47.276 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:47.276 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:03:47.276 DEBUG [main][EditorHandler] 1 editor(s) found 12:03:47.277 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:03:47.381 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:03:47.382 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:47.382 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:47.382 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:47.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:47.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:47.383 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:47.383 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:47.383 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:47.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:47.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:03:47.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:47.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:47.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:47.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:47.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:47.386 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:47.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:47.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:47.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:47.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:47.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:47.388 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:47.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:47.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:47.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:47.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:47.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:47.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:47.390 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:47.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:47.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:47.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:47.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:47.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:47.393 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:47.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:47.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:47.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:47.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:47.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:47.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:47.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:47.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:47.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:47.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:47.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:47.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:48.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:48.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:48.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:48.452 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:48.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:48.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:48.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:48.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:48.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:48.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:48.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:48.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:48.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:48.454 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:48.454 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:48.455 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:48.455 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:48.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:48.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:48.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:48.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:48.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:48.456 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:48.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:48.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:48.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:48.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:48.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:48.456 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:48.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:48.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:48.457 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:48.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:48.457 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:48.457 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:48.457 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:48.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:48.469 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:48.470 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:48.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:48.470 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:48.470 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:48.477 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:48.477 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:48.477 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:48.670 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:48.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:48.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:48.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:48.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:48.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:03:48.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:48.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:48.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:48.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:48.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d9f211a is found... 12:03:48.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6d9f211a is found finished successfully 12:03:48.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:48.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:48.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:48.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:48.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:48.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:48.691 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:48.691 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:48.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:48.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:48.694 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:48.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:48.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:48.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:48.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:48.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:48.696 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:48.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:48.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:48.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:48.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:48.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:48.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:48.723 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:48.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:48.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:48.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:48.768 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:48.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:48.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:48.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:48.769 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:48.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:48.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:48.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:48.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:48.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:48.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:49.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:49.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:49.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:49.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:49.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:49.780 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:49.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:49.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:49.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:49.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:49.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:49.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:49.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:49.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:49.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:49.784 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:49.784 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:49.784 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:49.785 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:49.785 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:49.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:49.785 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:49.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:49.785 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:49.786 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:49.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:49.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:49.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:49.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:49.786 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:49.786 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:49.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:49.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:49.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:49.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:49.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:49.787 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:49.787 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:49.788 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:49.795 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:49.796 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:49.796 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:49.796 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:49.796 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:49.801 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:49.801 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:49.801 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:49.849 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:49.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:49.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:49.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:49.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:49.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:49.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:49.849 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:49.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:49.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2923962e is found... 12:03:49.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2923962e is found finished successfully 12:03:49.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:49.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:49.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:49.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:49.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:49.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:49.857 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:49.857 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:49.857 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:03:49.891 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:49.892 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:49.892 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:03:49.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:49.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:49.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:49.893 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:49.893 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:49.893 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:49.893 DEBUG [main][MenuItemLookup] Item match:File 12:03:49.894 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:49.894 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:03:49.894 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:03:49.894 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:03:49.894 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:49.894 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:03:49.894 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:03:49.894 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:49.894 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:03:49.894 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:03:49.894 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:03:49.894 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:03:49.895 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:03:49.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:03:49.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:03:49.959 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:49.959 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:49.959 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:03:49.959 DEBUG [main][EditorHandler] 1 editor(s) found 12:03:49.959 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:03:50.045 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:03:50.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:50.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:50.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:50.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:50.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:50.046 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:50.046 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:50.046 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:50.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:50.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:03:50.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:50.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:50.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:50.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:50.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:50.048 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:50.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:50.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:50.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:50.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:50.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:50.050 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:50.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:50.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:50.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:50.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:50.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:50.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:50.052 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:50.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:50.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:50.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:50.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:50.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:50.055 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:50.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:50.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:50.056 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:50.057 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:50.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:50.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:50.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:50.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:50.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:50.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:50.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:50.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:51.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:51.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:51.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:51.081 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:51.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:51.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:51.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:51.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:51.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:51.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:51.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:51.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:51.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:51.084 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:51.084 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:51.085 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:51.086 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:51.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:51.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:51.086 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:51.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:51.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:51.086 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:51.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:51.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:51.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:51.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:51.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:51.087 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:51.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:51.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:51.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:51.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:51.088 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:51.088 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:51.088 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:51.089 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:51.098 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:51.099 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:51.099 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:51.099 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:51.100 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:51.106 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:51.106 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:51.111 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:51.288 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:51.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:03:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:51.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:51.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6c3e685 is found... 12:03:51.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6c3e685 is found finished successfully 12:03:51.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:51.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:51.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:51.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:51.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:51.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:51.312 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:51.313 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:51.313 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:03:51.313 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:03:51.513 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:03:51.717 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:03:51.717 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:03:51.918 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:03:52.129 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:03:52.129 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:03:52.330 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:03:52.533 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 12:03:52.533 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 12:03:52.734 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 12:03:52.944 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:03:52.944 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:03:53.144 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 12:03:54.146 INFO [WorkbenchTestable][TextEditor] Select line 17 in editor 12:03:54.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:54.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:54.166 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:54.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:54.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:54.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:54.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:54.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:54.168 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:54.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:54.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:54.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:54.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:54.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:54.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:54.193 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:54.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:54.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:54.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:54.237 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:54.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:54.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:54.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:54.239 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:54.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:54.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:54.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:54.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:54.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:54.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:54.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:54.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:55.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:55.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:55.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:55.242 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:55.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:55.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:55.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:55.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:55.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:55.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:55.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:55.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:55.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:55.245 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:55.245 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:55.246 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:03:55.246 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 12:03:55.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 12:03:55.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:55.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 12:03:55.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:55.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 12:03:55.247 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:03:55.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:03:55.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:55.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:03:55.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:55.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:03:55.247 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 12:03:55.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:03:55.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:03:55.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:03:55.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:03:55.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:03:55.248 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:55.248 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:55.249 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:55.260 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:55.260 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 12:03:55.260 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 12:03:55.261 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 12:03:55.261 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 12:03:55.267 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 12:03:55.267 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:03:55.267 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:03:55.315 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:03:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:55.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:03:55.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:03:55.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:03:55.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:55.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:55.315 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:55.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@149e61e3 is found... 12:03:55.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@149e61e3 is found finished successfully 12:03:55.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 12:03:55.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:55.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:55.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:55.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:55.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:55.322 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:55.323 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:55.323 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:03:55.356 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:55.356 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:55.357 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:03:55.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 12:03:55.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:55.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:55.357 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:55.357 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 12:03:55.358 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:55.358 DEBUG [main][MenuItemLookup] Item match:File 12:03:55.359 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:03:55.359 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:03:55.359 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:03:55.359 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:03:55.359 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:55.359 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:03:55.359 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:03:55.359 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:55.359 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:03:55.359 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:03:55.359 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:03:55.359 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:03:55.359 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:03:55.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:03:55.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:03:55.418 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:55.418 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 12:03:55.418 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:03:55.418 DEBUG [main][EditorHandler] 1 editor(s) found 12:03:55.419 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 12:03:55.535 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 12:03:55.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:55.535 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:55.535 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:55.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:55.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:55.536 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 12:03:55.537 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:03:55.537 DEBUG [main][EditorHandler] 0 editor(s) found 12:03:55.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:55.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:55.540 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:55.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:55.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:55.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:55.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:55.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:55.543 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:55.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:55.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:55.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:55.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:55.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:55.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:55.546 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:55.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:55.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:55.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:55.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:55.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:55.550 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:55.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:55.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:55.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:55.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:55.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:55.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:55.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:55.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:55.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:55.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:56.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:56.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:56.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:56.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:56.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:56.578 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:56.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:56.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:56.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:56.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:56.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:56.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:56.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:56.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:56.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:56.580 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:56.580 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:56.580 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:56.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:56.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:56.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:56.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:56.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:56.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:57.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:57.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:57.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:57.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:03:57.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:03:57.584 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:57.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:57.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:57.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:57.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:57.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:57.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:57.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:57.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:57.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:57.586 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:03:57.587 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 12:03:57.587 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:57.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:57.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:57.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:03:57.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:03:57.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:57.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:57.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:57.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:57.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:57.590 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:03:57.590 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:03:57.592 DEBUG [main][TreeItemHandler] Set Tree selection 12:03:57.592 DEBUG [main][TreeHandler] Notify Tree about selection event 12:03:57.604 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:03:57.613 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 12:03:57.613 DEBUG [WorkbenchTestable][TreeItemHandler] TextEditorTestProject 12:03:57.615 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:57.615 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:57.670 DEBUG [main][MenuItemLookup] Found menu:'New' 12:03:57.671 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:03:57.671 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:57.671 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:03:57.671 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:57.671 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:03:57.671 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:03:57.671 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:03:57.671 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:03:57.671 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:03:57.671 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:57.671 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:03:57.671 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:03:57.671 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:57.671 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:03:57.671 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:03:57.671 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:03:57.671 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:03:57.671 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:03:57.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:57.673 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:03:58.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:58.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:58.174 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:03:58.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:58.174 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:03:58.174 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:58.204 DEBUG [main][MenuItemLookup] Found menu:'New' 12:03:58.204 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:03:58.204 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:58.204 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:03:58.204 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:58.204 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:03:58.204 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:03:58.204 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:03:58.204 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:03:58.204 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:03:58.204 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:03:58.204 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:03:58.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1006): Gtk-CRITICAL **: 12:03:58.453: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1006): Gtk-CRITICAL **: 12:03:58.550: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1006): Gtk-CRITICAL **: 12:03:58.560: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1006): Gtk-CRITICAL **: 12:03:58.577: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1006): Gtk-CRITICAL **: 12:03:58.593: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1006): Gtk-CRITICAL **: 12:03:58.610: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1006): Gtk-CRITICAL **: 12:03:58.626: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1006): Gtk-CRITICAL **: 12:03:58.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1006): Gtk-CRITICAL **: 12:03:58.660: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1006): Gtk-CRITICAL **: 12:03:58.676: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1006): Gtk-CRITICAL **: 12:03:58.693: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1006): Gtk-CRITICAL **: 12:03:58.709: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1006): Gtk-CRITICAL **: 12:03:58.726: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1006): Gtk-CRITICAL **: 12:03:58.743: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:03:59.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:03:59.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:03:59.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:59.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:59.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:03:59.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:59.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:59.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:59.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:03:59.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:59.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:59.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:59.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:59.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:59.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:03:59.058 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:03:59.058 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:03:59.058 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:03:59.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:03:59.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:03:59.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:03:59.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:59.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:03:59.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:03:59.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:59.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:59.060 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:03:59.060 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:03:59.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:59.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:59.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:59.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:59.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:03:59.062 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:03:59.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:03:59.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:03:59.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:03:59.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1006): Gtk-CRITICAL **: 12:03:59.067: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1006): Gtk-CRITICAL **: 12:03:59.077: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:03:59.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:03:59.086 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1006): Gtk-CRITICAL **: 12:03:59.281: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:03:59.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:03:59.587 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:03:59.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:03:59.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:03:59.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:03:59.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:03:59.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:03:59.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:03:59.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:03:59.588 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:59.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:59.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:59.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:03:59.592 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 12:03:59.592 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:59.592 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:59.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:59.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 155.025 s - in org.eclipse.reddeer.workbench.test.editor.TextEditorTest setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.948 s getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.857 s notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.25 s insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.848 s selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.767 s selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.625 s getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.798 s getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.706 s insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.709 s contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.158 s openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.828 s getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.499 s getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.608 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.898 s closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.259 s quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.959 s getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.352 s selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.418 s testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.748 s openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.62 s insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.665 s getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.131 s insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.61 s closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.782 s setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.595 s getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 12.181 s insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.578 s getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.658 s closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.279 s getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.663 s selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.49 s Running org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:03:59.654 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:03:59.655 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:03:59.656 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:59.656 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:03:59.656 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:03:59.656 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:03:59.656 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:59.656 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:03:59.656 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:59.656 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:03:59.656 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:59.656 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:03:59.657 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:03:59.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:59.657 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:03:59.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:59.658 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:03:59.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:59.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:59.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:59.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:59.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:59.659 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:03:59.659 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:59.660 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:03:59.660 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:03:59.660 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:03:59.660 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:03:59.660 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:03:59.660 DEBUG [main][MenuItemLookup] Item match:Window 12:03:59.661 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:03:59.661 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:03:59.661 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:03:59.661 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:59.661 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:03:59.661 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:03:59.661 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:59.661 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:03:59.661 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:59.661 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:03:59.661 DEBUG [main][MenuItemLookup] Item match:Preferences 12:03:59.661 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:03:59.661 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:03:59.661 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:03:59.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:03:59.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:03:59.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:03:59.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:59.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:59.792 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:03:59.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:59.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:03:59.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:59.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:59.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:59.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:59.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:03:59.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:03:59.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:03:59.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:03:59.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:59.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:59.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:59.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:59.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:03:59.838 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:03:59.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:03:59.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:03:59.839 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:03:59.839 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:03:59.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:03:59.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:03:59.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:59.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:59.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:59.887 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:03:59.887 DEBUG [main][EditorHandler] 0 editor(s) found 12:03:59.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:59.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:59.890 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:59.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:59.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:59.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:59.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:59.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:59.893 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:59.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:59.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:59.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:59.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:59.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:59.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:59.895 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:59.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:59.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:59.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:59.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:59.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:59.911 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:59.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:59.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:59.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:03:59.913 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:59.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:59.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:59.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:03:59.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:59.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:59.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:59.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:59.915 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:59.915 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:59.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:59.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:03:59.930 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:59.930 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 12:03:59.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:03:59.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:03:59.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:59.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:59.930 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:59.932 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:03:59.932 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:59.933 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:59.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:59.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:59.939 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 12:03:59.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:59.940 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 12:03:59.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:03:59.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:03:59.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:59.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:59.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:59.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:03:59.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:59.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:59.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:59.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:03:59.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 12:03:59.941 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:03:59.941 DEBUG [main][EditorHandler] 0 editor(s) found 12:03:59.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:59.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:59.944 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:03:59.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:59.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:59.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:59.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:59.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:59.946 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:59.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:03:59.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:59.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:59.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:59.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:59.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:03:59.963 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:59.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:59.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:59.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:03:59.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:03:59.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:03:59.965 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:59.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:59.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:59.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:03:59.966 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:59.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:59.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:59.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:03:59.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:03:59.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:03:59.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:03:59.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:03:59.968 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:03:59.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:03:59.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:03:59.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:03:59.969 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 12:03:59.969 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:03:59.969 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:03:59.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:03:59.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s - in org.eclipse.reddeer.workbench.test.editor.EditorFileTest testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.009 s testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:03:59.991 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:03:59.992 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:03:59.992 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:03:59.992 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:03:59.993 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:03:59.993 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:03:59.993 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:03:59.993 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:03:59.996 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:03:59.996 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:03:59.996 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:03:59.996 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:03:59.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:03:59.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:59.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:03:59.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:59.996 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:03:59.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:03:59.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:03:59.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:03:59.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:03:59.997 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:03:59.997 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:03:59.997 DEBUG [main][MenuItemLookup] Found menu:'File' 12:03:59.998 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:03:59.998 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:03:59.998 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:03:59.998 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:03:59.998 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:03:59.998 DEBUG [main][MenuItemLookup] Item match:Window 12:03:59.999 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:03:59.999 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:03:59.999 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:03:59.999 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:59.999 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:03:59.999 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:03:59.999 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:59.999 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:03:59.999 DEBUG [main][MenuItemLookup] Found menu:'' 12:03:59.999 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:03:59.999 DEBUG [main][MenuItemLookup] Item match:Preferences 12:04:00.013 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:04:00.013 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:04:00.013 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:04:00.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:04:00.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:04:00.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:04:00.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:00.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:00.143 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:04:00.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:00.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:04:00.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:00.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:00.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:00.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:00.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:00.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:00.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:00.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:04:00.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:00.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:00.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:00.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:00.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:00.151 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:04:00.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:00.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:00.151 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:00.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:00.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:04:00.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:04:00.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:00.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:00.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:00.175 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:00.175 DEBUG [main][EditorHandler] 0 editor(s) found 12:04:00.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:00.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:00.177 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:04:00.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:00.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:00.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:00.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:00.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:00.180 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:00.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:04:00.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:00.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:00.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:00.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:00.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:00.181 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:00.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:00.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:00.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:00.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:00.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:00.205 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:00.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:00.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:00.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:00.206 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:00.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:00.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:00.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:00.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:00.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:00.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:00.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:00.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:01.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:01.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:01.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:01.210 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:01.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:01.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:01.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:01.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:01.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:01.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:01.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:01.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:01.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:01.213 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 12:04:01.213 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:01.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:01.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:01.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:01.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:01.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:01.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:01.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:01.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:02.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:02.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:02.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:02.216 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:02.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:02.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:02.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:02.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:02.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:02.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:02.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:02.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:02.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:02.219 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 12:04:02.219 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:02.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:02.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:02.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:02.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:02.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:02.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:02.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:02.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:02.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:02.221 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:04:02.221 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:04:02.221 DEBUG [main][TreeItemHandler] Set Tree selection 12:04:02.222 DEBUG [main][TreeHandler] Notify Tree about selection event 12:04:02.230 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:04:02.235 DEBUG [WorkbenchTestable][TreeItemHandler] MyProject 12:04:02.235 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:04:02.235 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:02.273 DEBUG [main][MenuItemLookup] Found menu:'New' 12:04:02.273 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:04:02.273 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:02.273 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:04:02.273 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:02.273 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:04:02.273 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:04:02.273 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:04:02.273 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:04:02.273 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:04:02.273 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:02.273 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:04:02.273 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:04:02.273 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:02.273 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:04:02.273 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:04:02.274 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:04:02.274 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:04:02.274 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:04:02.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:02.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:04:02.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:02.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:02.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:02.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:02.776 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:04:02.776 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:02.817 DEBUG [main][MenuItemLookup] Found menu:'New' 12:04:02.817 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:04:02.817 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:02.817 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:04:02.817 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:02.817 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:04:02.817 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:04:02.817 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:04:02.817 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:04:02.818 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:04:02.818 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:04:02.818 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:04:02.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:04:03.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:04:03.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:04:03.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:03.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:03.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:04:03.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:03.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:03.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:03.484 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:04:03.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:03.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:03.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:03.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:03.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:03.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:03.485 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:04:03.486 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:04:03.486 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:04:03.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:03.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:03.486 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:03.486 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:03.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:04:03.487 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:03.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:03.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:03.487 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:04:03.487 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:03.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:03.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:03.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:03.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:03.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:03.490 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:04:03.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:03.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:03.490 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:03.490 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:03.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:04:03.506 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:04:04.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:04:04.007 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:04:04.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:04.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:04.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:04.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:04.008 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:04.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:04.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:04.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:04:04.010 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:04.011 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 12:04:04.011 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:04:04.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:04.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:04.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:04.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:04.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:04.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:04.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:04:04.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.014 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:04.014 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.014 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:04.014 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.014 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:04.014 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.014 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:04:04.014 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:04.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:04.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:04.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:04.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:04.016 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:04.016 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:04:04.016 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:04.016 DEBUG [main][MenuItemLookup] Item match:File 12:04:04.018 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:04:04.018 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:04:04.022 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:04:04.022 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:04.022 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:04:04.022 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:04.022 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:04:04.023 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:04.023 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:04:04.023 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:04:04.023 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:04:04.023 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:04:04.023 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:04:04.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:04:04.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:04:04.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:04:04.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:04.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:04.124 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:04:04.124 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:04:04.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:04.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:04.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:04.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:04.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:04.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:04.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:04.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:04:04.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:04:04.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:04.127 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:04:04.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:04.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:04:04.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:04:04.137 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:04:04.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:04.137 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:04:04.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:04.137 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:04:04.138 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:04:04.138 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:04:04.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:04:04.142 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:04:04.142 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:04:04.142 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:04:04.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:04:04.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:04.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:04.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:04.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:04.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:04.151 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:04:04.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:04.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:04.151 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:04.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:04.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:04.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:04:04.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:04:04.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:04:04.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:04.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:04.184 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:04:04.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.184 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'project' 12:04:04.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:04:04.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:04.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:04.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:04.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:04.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:04.189 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:04.190 INFO [WorkbenchTestable][AbstractText] Text set to: project 12:04:04.191 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:04:04.191 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 12:04:04.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:04:04.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:04.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:04.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:04.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:04.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:04.204 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:04:04.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:04.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:04.204 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:04.204 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:04.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:04:04.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:04:04.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:04:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:04.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:04.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:04.710 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:04.710 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.711 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:04.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.711 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:04:04.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.712 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:04.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.712 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:04.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.712 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:04.712 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.712 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:04:04.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.713 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:04.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.713 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:04.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:04.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:04.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:04.714 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:04.714 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:04:04.714 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:04.714 DEBUG [main][MenuItemLookup] Item match:File 12:04:04.715 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:04:04.715 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:04:04.717 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:04:04.717 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:04.717 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:04:04.717 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:04.717 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:04:04.717 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:04.717 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:04:04.717 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:04:04.717 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:04:04.717 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:04:04.717 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:04:04.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:04:04.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:04:04.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:04:04.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:04.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:04.803 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:04:04.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:04:04.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:04.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:04.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:04.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:04.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:04:04.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:04:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:04.806 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:04:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:04.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:04:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:04:04.807 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:04:04.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:04.807 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:04:04.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:04.807 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:04:04.807 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:04:04.807 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:04:04.807 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:04:04.820 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:04:04.821 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:04:04.821 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:04:04.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:04:04.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:04.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:04.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:04.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:04.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:04.823 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:04:04.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:04.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:04.823 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:04.824 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:04.868 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:04.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:04:04.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:04:04.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:04:04.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:04.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:04.869 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:04:04.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:04.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:04:04.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:04.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:04.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:04.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:04.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:04.874 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:04.874 INFO [WorkbenchTestable][AbstractText] Text set to: project/ 12:04:04.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:04:04.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:04.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:04.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:04.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:04.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:04.907 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:04.908 INFO [WorkbenchTestable][AbstractText] Text set to: abc.ca 12:04:04.911 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:04:04.911 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:04:04.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:04:04.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:04.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:04.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:04.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:04.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:04.915 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:04:04.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:04.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:04.915 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:04.915 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:05.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:04:05.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:04:05.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:05.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:04:05.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:04:05.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:04:05.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:05.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:05.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:05.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:05.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qabc.ca\E') 12:04:05.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:05.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:05.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:05.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:05.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:05.084 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:05.084 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:04:05.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:05.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:05.085 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - project/abc.ca - Eclipse Platform' 12:04:05.085 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:05.085 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:04:05.085 DEBUG [main][MenuItemLookup] Item match:Edit 12:04:05.087 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:04:05.087 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:04:05.087 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:05.087 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:04:05.087 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:04:05.087 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:04:05.087 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:05.087 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:04:05.087 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:04:05.087 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 12:04:05.087 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:05.087 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 12:04:05.087 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:05.087 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 12:04:05.087 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 12:04:05.087 INFO [WorkbenchTestable][AbstractEditor] Content assist menu not found, open via keyboard shortcut 12:04:05.088 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 12:04:05.088 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 12:04:05.288 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 12:04:06.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 12:04:06.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:04:06.291 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:06.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:06.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:06.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:04:06.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:06.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:06.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:06.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:06.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:06.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:04:06.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 12:04:06.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:04:06.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:06.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:06.300 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 12:04:06.300 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 12:04:06.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:04:06.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:04:06.301 DEBUG [WorkbenchTestable][ContentAssistant] a 12:04:06.301 DEBUG [WorkbenchTestable][ContentAssistant] b 12:04:06.301 DEBUG [WorkbenchTestable][ContentAssistant] c 12:04:06.301 INFO [WorkbenchTestable][AbstractShell] Close shell 12:04:06.301 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 12:04:06.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:04:06.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:04:06.317 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:06.318 DEBUG [main][EditorHandler] 1 editor(s) found 12:04:06.318 DEBUG [WorkbenchTestable][EditorHandler] Closing editor abc.ca 12:04:06.347 DEBUG [WorkbenchTestable][EditorHandler] Editor abc.ca is closed 12:04:06.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:06.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:06.376 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:04:06.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:06.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:06.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:06.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:06.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:06.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:04:06.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:06.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:06.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:06.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:06.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:06.379 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:06.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:06.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:06.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:06.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:06.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:06.381 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:06.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:06.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:06.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:06.382 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:06.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:06.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:06.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:06.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:06.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:06.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:06.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:06.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:07.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:07.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:07.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:07.384 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:07.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:07.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:07.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:07.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:07.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:07.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:07.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:07.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:07.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:07.386 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 12:04:07.386 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:07.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:07.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:07.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:07.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:07.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:07.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:07.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:07.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:08.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:08.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:08.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:08.389 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:08.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:08.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:08.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:08.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:08.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:08.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:08.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:08.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:08.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:08.391 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 12:04:08.391 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:08.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:08.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:08.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:08.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:08.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:08.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:08.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:08.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:08.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:08.393 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:04:08.393 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:04:08.393 DEBUG [main][TreeItemHandler] Set Tree selection 12:04:08.393 DEBUG [main][TreeHandler] Notify Tree about selection event 12:04:08.399 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:04:08.400 DEBUG [WorkbenchTestable][TreeItemHandler] project 12:04:08.400 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:04:08.400 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:08.435 DEBUG [main][MenuItemLookup] Found menu:'New' 12:04:08.435 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:04:08.435 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:08.435 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:04:08.435 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:08.435 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:04:08.435 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:04:08.435 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:04:08.435 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:04:08.435 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:04:08.435 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:08.435 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:04:08.435 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:04:08.435 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:08.435 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:04:08.435 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:04:08.435 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:04:08.435 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:04:08.435 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:04:08.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:08.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:04:08.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:08.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:08.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:08.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:08.936 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:04:08.936 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:08.964 DEBUG [main][MenuItemLookup] Found menu:'New' 12:04:08.964 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:04:08.964 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:08.964 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:04:08.964 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:08.964 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:04:08.964 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:04:08.964 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:04:08.964 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:04:08.964 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:04:08.964 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:04:08.964 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:04:09.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:04:09.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:04:09.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:04:09.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:09.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:09.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:04:09.609 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:09.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:09.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:09.609 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:04:09.609 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:09.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:09.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:09.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:09.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:09.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:09.610 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:04:09.610 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:04:09.610 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:04:09.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:09.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:09.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:09.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:09.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:04:09.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:09.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:09.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:09.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:04:09.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:09.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:09.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:09.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:09.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:09.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:09.613 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:04:09.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:09.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:09.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:09.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:09.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:04:09.619 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:04:10.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:04:10.119 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:04:10.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:10.120 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:04:10.120 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:10.120 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:10.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:10.120 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:10.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:10.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:10.121 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:04:10.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:04:10.122 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:10.122 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:10.122 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 12:04:10.122 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 12:04:10.122 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:10.122 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:10.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.132 s - in org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) Time elapsed: 6.111 s Running org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:10.135 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:10.137 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:04:10.138 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:10.138 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:10.138 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:10.138 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:04:10.139 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:10.139 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:04:10.139 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:10.139 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:04:10.139 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:10.139 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:04:10.139 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:04:10.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.139 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:04:10.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.140 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:04:10.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:10.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:10.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:10.140 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:10.140 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:04:10.141 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:10.141 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:04:10.141 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:04:10.141 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:04:10.141 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:04:10.141 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:04:10.141 DEBUG [main][MenuItemLookup] Item match:Window 12:04:10.142 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:04:10.142 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:04:10.142 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:04:10.142 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:10.142 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:04:10.142 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:04:10.142 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:10.142 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:04:10.142 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:10.142 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:04:10.142 DEBUG [main][MenuItemLookup] Item match:Preferences 12:04:10.142 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:04:10.142 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:04:10.142 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:04:10.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:04:10.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:04:10.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:04:10.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:10.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:10.258 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:04:10.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:04:10.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:10.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:10.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:10.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:04:10.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:10.276 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:04:10.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:10.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:10.276 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:10.276 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:10.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:04:10.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:04:10.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:10.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:10.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:10.316 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:10.317 DEBUG [main][EditorHandler] 0 editor(s) found 12:04:10.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.319 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:04:10.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:10.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:10.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:10.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:10.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:04:10.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:10.336 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:10.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:10.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:10.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:10.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:10.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:10.339 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:10.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:10.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:10.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:04:10.340 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:10.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:10.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:10.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:04:10.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.342 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:04:10.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:04:10.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:10.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:04:10.343 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:10.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.343 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:10.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.343 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:04:10.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.344 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:10.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.344 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:10.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.344 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:10.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.345 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:04:10.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.345 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:10.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.345 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:10.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:10.345 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:10.346 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:04:10.346 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:10.346 DEBUG [main][MenuItemLookup] Item match:File 12:04:10.347 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:04:10.347 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:04:10.350 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:04:10.350 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:10.350 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:04:10.350 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:10.350 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:04:10.350 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:10.350 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:04:10.350 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:04:10.365 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:04:10.365 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:04:10.365 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:04:10.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:04:10.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:04:10.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:04:10.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:10.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:10.449 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:04:10.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:04:10.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:10.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:10.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:10.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:04:10.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:04:10.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:10.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:04:10.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:10.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:04:10.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:04:10.452 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:04:10.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:10.453 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:04:10.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:10.453 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:04:10.453 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:04:10.453 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:04:10.453 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:04:10.467 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:04:10.467 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:04:10.467 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:04:10.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:04:10.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:10.470 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:04:10.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:10.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:10.470 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:10.470 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:10.503 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:10.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.503 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:04:10.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:04:10.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:04:10.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:10.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:10.505 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:04:10.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.505 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 12:04:10.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:04:10.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:10.509 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:10.510 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 12:04:10.511 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:04:10.511 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 12:04:10.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:04:10.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:10.514 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:04:10.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:10.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:10.548 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:10.548 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:04:10.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:04:10.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:04:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:04:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:04:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:10.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:10.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:10.608 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:10.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.636 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:10.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.636 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:04:10.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:10.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:10.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.638 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:10.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.638 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:04:10.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:10.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.639 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:10.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:10.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:10.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:10.640 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:10.640 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:04:10.640 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:10.640 DEBUG [main][MenuItemLookup] Item match:File 12:04:10.641 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:04:10.641 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:04:10.643 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:04:10.643 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:10.643 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:04:10.643 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:10.643 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:04:10.643 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:10.643 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:04:10.643 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:04:10.644 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:04:10.644 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:04:10.644 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:04:10.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:04:10.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:04:10.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:04:10.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:10.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:10.757 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:04:10.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:04:10.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:10.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:10.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:10.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:04:10.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:04:10.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:10.780 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:04:10.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:10.780 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:04:10.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:04:10.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:04:10.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:10.780 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:04:10.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:10.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:04:10.781 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:04:10.781 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:04:10.781 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:04:10.784 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:04:10.785 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:04:10.785 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:04:10.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:04:10.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:10.794 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:04:10.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:10.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:10.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:10.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:10.849 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:10.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:04:10.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:04:10.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:04:10.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:10.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:10.850 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:04:10.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:10.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:04:10.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:10.854 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:10.855 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 12:04:10.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:04:10.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:10.859 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:10.860 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 12:04:10.860 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:04:10.860 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:04:10.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:04:10.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:10.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:10.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:10.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:10.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:10.863 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:04:10.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:10.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:10.863 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:10.863 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:10.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:04:10.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:04:10.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:10.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:04:10.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:04:10.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:04:10.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:10.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:10.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:10.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:11.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:11.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:11.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:11.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:11.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:11.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:11.005 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:11.005 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 12:04:11.005 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:11.005 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:11.006 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:11.006 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:04:11.006 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:04:11.006 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:11.020 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:11.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:11.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.039 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:11.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.040 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:04:11.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.040 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:11.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.040 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:11.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.040 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:11.040 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.041 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:04:11.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.041 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:11.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.041 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:11.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:11.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:11.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:11.042 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:11.042 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:04:11.042 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:11.042 DEBUG [main][MenuItemLookup] Item match:File 12:04:11.043 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:04:11.043 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:04:11.046 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:04:11.046 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:11.046 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:04:11.046 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:11.046 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:04:11.046 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:11.046 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:04:11.046 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:04:11.046 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:04:11.046 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:04:11.046 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:04:11.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:04:11.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:04:11.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:04:11.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:11.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:11.152 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:04:11.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:04:11.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:11.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:11.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:11.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:11.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:04:11.155 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:04:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:11.155 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:04:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:11.156 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:04:11.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:04:11.156 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:04:11.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:11.156 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:04:11.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:11.156 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:04:11.167 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:04:11.167 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:04:11.167 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:04:11.167 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:04:11.167 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:04:11.167 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:04:11.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:04:11.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:11.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:11.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:11.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:11.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:11.170 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:04:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:11.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:11.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:11.210 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:11.210 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.210 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:04:11.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:04:11.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:04:11.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:11.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:11.211 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:04:11.211 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:04:11.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:11.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:11.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:11.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:11.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:11.218 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:11.219 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest1.min 12:04:11.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:04:11.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:11.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:11.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:11.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:11.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:11.234 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:11.234 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 12:04:11.235 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:04:11.235 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:04:11.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:04:11.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:11.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:11.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:11.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:11.239 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:04:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:11.239 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:11.239 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:11.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:04:11.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:04:11.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:11.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:04:11.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:04:11.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:11.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:11.316 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:11.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:11.316 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:11.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.323 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:11.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.323 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:04:11.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.323 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:11.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.324 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:11.324 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.324 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:11.324 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.324 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:04:11.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.332 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:11.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.332 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:11.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:04:11.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:11.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:11.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:04:11.333 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 12:04:11.333 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:11.333 DEBUG [main][MenuItemLookup] Item match:File 12:04:11.334 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:04:11.334 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:04:11.336 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:04:11.336 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:11.336 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:04:11.336 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:11.336 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:04:11.336 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:11.336 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:04:11.336 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:04:11.336 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:04:11.337 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:04:11.337 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:04:11.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:04:11.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:04:11.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:04:11.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:11.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:11.425 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:04:11.425 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:04:11.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:11.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:11.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:11.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:11.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:11.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:11.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:11.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:04:11.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:04:11.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:11.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:04:11.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:11.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:04:11.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:04:11.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:04:11.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:11.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:04:11.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:11.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:04:11.428 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:04:11.428 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:04:11.429 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:04:11.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:04:11.429 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:04:11.429 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:04:11.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:04:11.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:11.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:11.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:11.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:11.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:11.441 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:04:11.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:11.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:11.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:11.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:11.486 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:04:11.486 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.486 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:04:11.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:04:11.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:04:11.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:11.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:11.487 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:04:11.487 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:04:11.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:04:11.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:11.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:11.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:11.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:11.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:11.495 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:11.496 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest+.min 12:04:11.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:04:11.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:11.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:11.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:11.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:11.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:04:11.510 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:04:11.510 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 12:04:11.511 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:04:11.511 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:04:11.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:04:11.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:11.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:11.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:11.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:11.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:11.514 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:04:11.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:11.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:11.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:11.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:11.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:04:11.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:04:11.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:11.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:04:11.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:04:11.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:04:11.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:11.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:11.616 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:11.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:11.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 12:04:11.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:11.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:11.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:11.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:11.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:11.626 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:11.626 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 12:04:11.626 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:11.626 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:11.627 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:11.627 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:04:11.628 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:04:11.628 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 12:04:11.657 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 12:04:11.657 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:11.658 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:11.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:11.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:11.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:11.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:11.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:11.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:11.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:11.669 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:04:11.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:04:11.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:11.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:11.673 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:04:11.673 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 12:04:11.674 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:11.674 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:04:11.674 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:04:11.674 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:04:11.674 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:04:11.674 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:04:11.674 DEBUG [main][MenuItemLookup] Item match:Window 12:04:11.675 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:04:11.675 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:04:11.675 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:04:11.675 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:11.675 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:04:11.675 DEBUG [main][MenuItemLookup] Item match:Show View 12:04:11.687 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:04:11.687 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:04:11.687 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:04:11.687 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:04:11.687 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:04:11.687 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:04:11.687 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:04:11.687 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:04:11.687 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:11.687 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:04:11.687 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:04:11.700 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:04:11.700 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:04:11.700 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:04:11.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:04:11.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:04:11.769 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:04:11.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:11.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:11.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:04:11.771 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:11.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:11.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:11.771 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:04:11.771 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:11.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:11.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:11.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:11.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:11.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:11.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:04:11.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:04:11.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:04:11.773 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:04:11.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:12.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:12.276 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:04:12.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:04:12.277 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:04:12.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:12.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:04:12.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:12.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:04:12.278 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:04:12.278 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:04:12.279 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:04:12.279 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:04:12.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:12.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:12.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:12.280 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:04:12.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:12.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:12.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:12.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:04:12.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:12.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:12.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:12.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:04:12.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:12.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:12.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:12.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:12.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:12.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:12.283 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:04:12.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:12.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:12.283 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:12.283 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:12.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:04:12.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:04:12.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:04:12.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:12.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:12.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:04:12.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:12.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:12.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:04:12.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:12.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:12.446 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:04:12.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:12.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:12.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:12.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:12.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:12.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:12.467 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:12.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:12.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:12.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 12:04:12.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:12.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:12.471 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:12.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:12.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:12.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:12.472 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:12.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:12.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:12.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:12.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:12.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:12.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:12.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:12.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:13.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:13.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:13.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:13.476 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:13.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:13.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:13.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:13.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:13.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:13.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:13.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:13.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:13.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:13.478 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:13.479 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:13.479 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:13.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:13.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:13.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:13.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:13.981 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:13.981 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:13.982 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:13.994 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:13.995 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:13.995 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:13.995 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:13.996 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:14.004 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:14.004 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:14.004 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:14.040 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:14.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:14.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:14.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:14.041 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:14.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:14.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:14.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:14.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:14.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:14.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:14.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:14.048 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:14.049 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:14.049 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:14.049 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:14.050 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:14.050 DEBUG [main][EditorHandler] 2 editor(s) found 12:04:14.050 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 12:04:14.074 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 12:04:14.074 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:14.109 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:14.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:14.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:14.109 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:14.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:14.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:14.110 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:14.110 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:14.111 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:14.111 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:14.111 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:14.111 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:14.111 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:14.111 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:14.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:14.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:14.116 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:14.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:14.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:14.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:14.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:14.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:14.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:14.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:14.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:14.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:14.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:14.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:14.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:14.142 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:14.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:14.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:14.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:14.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:14.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:14.145 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:14.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:14.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:14.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:14.146 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:14.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:14.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:14.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:14.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:14.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:14.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:14.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:14.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:15.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:15.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:15.149 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:15.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:15.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:15.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:15.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:15.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:15.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:15.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:15.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:15.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:15.153 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:15.154 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:15.155 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:15.155 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:15.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:15.155 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:15.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:15.155 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:15.155 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:15.155 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:15.156 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:15.160 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:15.160 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:15.160 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:15.160 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:15.160 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:15.162 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:15.162 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:15.162 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:15.200 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:15.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:15.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:15.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:15.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:15.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:15.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:15.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:15.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:15.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:15.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:15.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:15.206 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:15.206 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:15.206 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:15.206 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:15.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 12:04:15.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:15.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:15.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:15.210 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:04:15.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:15.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:15.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:15.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:15.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:15.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:15.211 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:04:15.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:15.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:15.211 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:15.211 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:15.213 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:15.214 DEBUG [main][EditorHandler] 1 editor(s) found 12:04:15.214 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:15.248 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:15.248 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:15.249 DEBUG [main][EditorHandler] 0 editor(s) found 12:04:15.249 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:15.249 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:15.249 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:15.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:15.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:15.250 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:15.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:15.250 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:15.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:15.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:15.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:15.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:15.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:15.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:15.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:15.256 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:15.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:15.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:15.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:15.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:15.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:15.263 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:15.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:15.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:15.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:15.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:15.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:15.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:15.285 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:15.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:15.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:15.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:15.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:15.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:15.287 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:15.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:15.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:15.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:15.289 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:15.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:15.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:15.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:15.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:15.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:15.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:15.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:16.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:16.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:16.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:16.292 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:16.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:16.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:16.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:16.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:16.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:16.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:16.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:16.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:16.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:16.299 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:16.299 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:16.300 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:16.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:16.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:16.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:16.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:16.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:16.301 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:16.301 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:16.301 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:16.304 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:16.304 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:16.304 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:16.304 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:16.304 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:16.306 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:16.306 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:16.306 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:16.336 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:16.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:16.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:16.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:16.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:16.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:16.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:16.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:16.342 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:16.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:16.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:16.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:04:16.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:16.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:16.354 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:04:16.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:16.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:16.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:16.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:16.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:16.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:16.359 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:16.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:16.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:16.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:16.393 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:16.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:16.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:16.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:16.394 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:16.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:16.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:16.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:16.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:16.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:16.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:16.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:16.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:17.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:17.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:17.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:17.398 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:17.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:17.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:17.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:17.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:17.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:17.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:17.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:17.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:17.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:17.399 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:17.400 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:17.400 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:17.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:17.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:17.400 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:17.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:17.400 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:17.401 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:17.401 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:17.401 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:17.403 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:17.403 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:17.403 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:17.403 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:17.403 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:17.405 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:17.405 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:17.405 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:17.419 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:17.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:17.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:17.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:17.419 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:17.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:17.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4f925d84 is found... 12:04:17.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4f925d84 is found finished successfully 12:04:17.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:17.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:17.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:17.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:17.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:17.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:17.424 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:17.424 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:17.424 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:17.424 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:17.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:17.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:17.431 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:17.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:17.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:17.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:04:17.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:17.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:17.449 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:04:17.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:17.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:17.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:17.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:17.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:17.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:17.473 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:17.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:17.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:17.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:17.510 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:17.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:17.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:17.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:17.511 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:17.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:17.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:17.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:17.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:17.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:17.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:18.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:18.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:18.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:18.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:18.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:18.514 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:18.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:18.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:18.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:18.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:18.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:18.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:18.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:18.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:18.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:18.516 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:18.516 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:18.516 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 12:04:18.516 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:18.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:18.517 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:18.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:18.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:18.517 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:04:18.517 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:04:18.517 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:04:18.525 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:04:18.525 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 12:04:18.525 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:04:18.525 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:04:18.526 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:04:18.527 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:04:18.527 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:18.527 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:18.557 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:18.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:18.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:18.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:18.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:18.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:18.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72ce6251 is found... 12:04:18.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72ce6251 is found finished successfully 12:04:18.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 12:04:18.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:18.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:18.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:18.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:18.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:18.561 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:18.561 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:18.561 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:18.561 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:18.562 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:18.562 DEBUG [main][EditorHandler] 2 editor(s) found 12:04:18.562 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:18.582 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:18.582 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 12:04:18.616 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 12:04:18.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:18.616 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:18.616 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:18.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:18.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:18.617 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:18.617 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:18.617 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:18.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:18.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:18.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:18.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:18.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:18.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:18.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:18.620 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:18.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:18.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:18.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:18.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:18.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:18.634 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:18.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:18.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:18.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:18.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:18.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:18.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:18.637 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:18.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:18.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:18.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:18.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:18.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:18.639 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:18.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:18.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:18.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:18.640 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:18.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:18.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:18.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:18.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:18.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:18.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:19.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:19.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:19.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:19.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:19.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:19.643 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:19.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:19.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:19.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:19.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:19.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:19.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:19.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:19.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:19.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:19.646 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:19.647 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:19.648 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:19.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:19.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:19.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:19.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:19.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:19.648 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:19.648 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:19.649 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:19.652 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:19.652 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:19.652 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:19.652 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:19.653 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:19.654 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:19.654 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:19.654 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:19.693 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:19.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:19.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:19.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:19.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:19.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:19.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:19.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:19.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:19.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:19.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:19.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:19.704 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:19.704 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:19.704 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:19.704 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:19.705 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:19.705 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:04:19.705 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 12:04:19.705 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:19.755 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:19.755 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:19.755 DEBUG [main][EditorHandler] 0 editor(s) found 12:04:19.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:19.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:19.755 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:19.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:19.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:19.756 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:19.756 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:19.756 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:19.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:19.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:19.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:19.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:19.756 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:19.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:19.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:19.761 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:19.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:19.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:19.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:19.766 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:19.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:19.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:19.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:19.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:19.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:19.788 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:19.788 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:19.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:19.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:19.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:19.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:19.791 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:19.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:19.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:19.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:19.792 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:19.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:19.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:19.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:19.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:19.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:19.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:20.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:20.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:20.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:20.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:20.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:20.795 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:20.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:20.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:20.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:20.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:20.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:20.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:20.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:20.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:20.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:20.797 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:20.797 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:20.798 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:20.798 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:20.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:20.798 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:20.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:20.798 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:20.798 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:20.799 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:20.799 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:20.801 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:20.801 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:20.801 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:20.801 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:20.801 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:20.806 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:20.806 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:20.806 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:20.832 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:20.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:20.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:20.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:20.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:20.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:20.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:20.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:20.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:20.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:20.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:20.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:20.838 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:20.838 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:20.838 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:20.838 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:20.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.impl.editor.DefaultEditor, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 12:04:20.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:20.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:20.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:20.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:20.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:20.839 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:20.839 DEBUG [main][EditorHandler] 1 editor(s) found 12:04:20.840 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:20.873 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:20.873 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:20.873 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:20.874 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:20.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:20.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:20.874 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:20.874 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:20.874 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:20.874 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:20.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:20.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:20.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:20.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:20.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:20.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:20.880 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:20.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:20.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:20.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:20.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:20.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:20.885 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:20.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:20.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:20.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:20.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:20.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:20.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:20.890 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:20.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:20.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:20.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:20.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:20.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:20.893 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:20.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:20.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:20.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:20.894 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:20.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:20.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:20.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:20.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:20.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:20.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:21.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:21.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:21.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:21.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:21.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:21.897 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:21.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:21.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:21.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:21.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:21.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:21.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:21.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:21.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:21.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:21.899 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:21.899 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:21.900 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:21.900 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:21.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:21.900 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:21.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:21.900 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:21.900 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:21.900 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:21.900 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:21.902 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:21.902 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:21.902 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:21.903 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:21.903 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:21.904 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:21.904 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:21.904 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:21.932 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:21.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:21.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:21.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:21.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:21.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:21.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:21.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:21.938 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:21.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:21.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:21.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:04:21.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:21.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:21.944 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:04:21.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:21.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:21.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:21.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:21.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:21.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:21.970 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:21.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:22.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:22.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:22.003 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:22.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:22.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:22.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:22.005 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:22.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:22.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:22.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:22.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:22.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:22.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:22.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:22.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:23.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:23.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:23.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:23.008 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:23.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:23.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:23.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:23.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:23.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:23.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:23.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:23.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:23.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:23.009 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:23.010 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:23.010 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:23.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:23.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:23.010 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:23.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:23.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:23.011 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:23.011 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:23.011 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:23.013 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:23.013 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:23.013 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:23.013 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:23.016 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:23.018 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:23.018 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:23.018 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:23.026 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:23.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:23.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:23.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:23.026 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:23.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:23.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1cb33c64 is found... 12:04:23.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1cb33c64 is found finished successfully 12:04:23.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:23.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:23.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:23.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:23.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:23.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:23.035 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:23.035 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:23.035 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:23.035 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:23.036 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:23.036 DEBUG [main][EditorHandler] 1 editor(s) found 12:04:23.036 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:23.069 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:23.069 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:23.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:23.070 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:23.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:23.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:23.070 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:23.070 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:23.070 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:23.070 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:23.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:23.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:23.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:23.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:23.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:23.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:23.076 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:23.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:23.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:23.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:23.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:23.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:23.081 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:23.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:23.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:23.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:23.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:23.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:23.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:23.102 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:23.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:23.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:23.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:23.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:23.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:23.104 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:23.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:23.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:23.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:23.105 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:23.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:23.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:23.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:23.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:23.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:23.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:23.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:23.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:24.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:24.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:24.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:24.108 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:24.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:24.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:24.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:24.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:24.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:24.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:24.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:24.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:24.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:24.110 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:24.111 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:24.112 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:24.112 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:24.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:24.112 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:24.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:24.112 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:24.112 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:24.112 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:24.112 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:24.114 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:24.114 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:24.114 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:24.114 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:24.115 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:24.116 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:24.116 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:24.116 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:24.144 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:24.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:24.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:24.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:24.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:24.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:24.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:24.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:24.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:24.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:24.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:24.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:24.149 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:24.149 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:24.149 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:24.149 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:24.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 12:04:24.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:24.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:24.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:24.151 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:04:24.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:24.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:24.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:24.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:24.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:24.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:24.151 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:04:24.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:24.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:24.164 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:24.164 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:24.166 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:24.166 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:04:24.166 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:04:24.166 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:24.200 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:24.200 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:24.200 DEBUG [main][EditorHandler] 0 editor(s) found 12:04:24.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:24.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:24.200 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:24.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:24.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:24.201 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:24.201 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:24.201 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:24.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:24.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:24.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:24.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:24.201 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:24.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:24.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:24.206 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:24.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:24.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:24.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:24.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:24.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:24.212 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:24.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:24.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:24.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:24.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:24.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:24.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:24.233 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:24.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:24.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:24.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:24.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:24.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:24.235 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:24.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:24.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:24.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:24.236 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:24.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:24.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:24.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:24.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:24.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:24.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:24.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:24.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:25.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:25.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:25.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:25.239 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:25.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:25.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:25.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:25.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:25.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:25.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:25.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:25.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:25.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:25.241 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:25.242 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:25.242 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:25.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:25.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:25.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:25.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:25.243 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:25.243 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:25.243 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:25.243 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:25.245 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:25.245 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:25.245 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:25.245 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:25.245 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:25.246 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:25.247 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:25.247 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:25.274 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:25.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:25.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:25.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:25.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:25.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:25.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:25.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:25.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:25.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:25.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:25.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:25.280 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:25.280 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:25.280 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:25.280 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:25.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 12:04:25.281 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:25.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:25.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:25.281 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:04:25.281 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:25.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:25.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:25.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:25.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:25.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:25.282 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:04:25.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:25.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:25.294 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:25.294 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:25.296 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:25.296 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:04:25.297 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 12:04:25.297 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:25.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 12:04:25.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 12:04:25.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:04:25.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:25.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:25.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:25.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:25.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:25.842 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:04:25.842 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:25.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:25.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:25.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:04:25.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:25.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:25.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:25.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:04:25.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:25.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:25.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:25.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:25.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:25.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:25.845 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:04:25.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:25.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:25.845 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:25.845 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:25.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:04:25.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:04:25.898 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:25.899 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:25.899 DEBUG [main][EditorHandler] 0 editor(s) found 12:04:25.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:25.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:25.899 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:25.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:25.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:25.899 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:25.899 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:25.900 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:25.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:25.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:25.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:25.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:25.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:25.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:25.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:25.905 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:25.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:25.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:25.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:25.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:25.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:25.910 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:25.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:25.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:25.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:25.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:25.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:25.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:25.916 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:25.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:25.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:25.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:25.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:25.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:25.918 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:25.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:25.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:25.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:25.919 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:25.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:25.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:25.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:25.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:25.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:25.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:26.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:26.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:26.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:26.923 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:26.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:26.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:26.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:26.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:26.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:26.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:26.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:26.925 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:26.925 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:26.926 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:26.926 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:26.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:26.926 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:26.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:26.926 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:26.926 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:26.926 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:26.927 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:26.928 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:26.928 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:26.928 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:26.929 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:26.929 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:26.930 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:26.930 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:26.930 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:26.960 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:26.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:26.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:26.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:26.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:26.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:26.960 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:26.961 DEBUG [main][EditorHandler] 1 editor(s) found 12:04:26.961 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:26.988 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:26.990 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:26.990 DEBUG [main][EditorHandler] 0 editor(s) found 12:04:26.991 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:26.991 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:26.991 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:26.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:26.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:26.991 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:26.991 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:26.991 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:26.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:26.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:26.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:26.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:26.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:26.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:26.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:26.997 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:26.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:27.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:27.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:27.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:27.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:27.002 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:27.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:27.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:27.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:27.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:27.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:27.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:27.038 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:27.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:27.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:27.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:27.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:27.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:27.042 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:27.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:27.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:27.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:27.043 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:27.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:27.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:27.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:27.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:27.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:27.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:27.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:27.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:28.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:28.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:28.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:28.046 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:28.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:28.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:28.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:28.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:28.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:28.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:28.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:28.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:28.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:28.047 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:28.048 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:28.049 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:28.049 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:28.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:28.049 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:28.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:28.049 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:28.049 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:28.049 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:28.049 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:28.055 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:28.055 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:28.055 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:28.056 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:28.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:28.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:28.057 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:28.057 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:28.087 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:28.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:28.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:28.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:28.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:28.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:28.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1bbf55b0 is found... 12:04:28.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1bbf55b0 is found finished successfully 12:04:28.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:28.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:28.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:28.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:28.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:28.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:28.093 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:28.093 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:28.093 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:28.093 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:28.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:28.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:28.099 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:28.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:28.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:28.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:04:28.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:28.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:28.117 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:04:28.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:28.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:28.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:28.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:28.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:28.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:28.136 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:28.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:28.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:28.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:28.169 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:28.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:28.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:28.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:28.170 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:28.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:28.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:28.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:28.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:28.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:28.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:28.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:28.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:29.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:29.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:29.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:29.173 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:29.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:29.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:29.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:29.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:29.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:29.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:29.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:29.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:29.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:29.175 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:29.175 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:29.176 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 12:04:29.176 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:29.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:29.176 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:29.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:29.176 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:29.176 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:04:29.176 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:04:29.176 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:04:29.178 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:04:29.178 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 12:04:29.179 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:04:29.179 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:04:29.179 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:04:29.180 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:04:29.180 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:29.180 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:29.210 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:29.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:29.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:29.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:29.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5732ce60 is found... 12:04:29.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5732ce60 is found finished successfully 12:04:29.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:29.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:29.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:29.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:29.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:29.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:29.215 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 12:04:29.241 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:29.241 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:29.241 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:29.241 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:29.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@12ecddbc is found... 12:04:29.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@12ecddbc is found finished successfully 12:04:29.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 12:04:29.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:29.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:29.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:29.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:29.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:29.247 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest1.min 12:04:29.267 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:29.267 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 12:04:29.267 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:29.267 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:29.268 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:29.268 DEBUG [main][EditorHandler] 2 editor(s) found 12:04:29.268 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:29.283 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:29.283 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 12:04:29.316 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 12:04:29.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:29.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:29.317 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:29.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:29.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:29.318 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:29.318 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:29.318 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:29.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:29.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:29.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:29.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:29.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:29.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:29.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:29.323 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:29.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:29.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:29.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:29.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:29.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:29.329 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:29.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:29.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:29.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:29.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:29.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:29.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:29.333 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:29.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:29.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:29.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:29.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:29.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:29.336 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:29.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:29.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:29.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:29.337 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:29.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:29.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:29.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:29.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:29.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:29.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:29.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:29.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:30.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:30.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:30.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:30.355 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:30.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:30.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:30.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:30.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:30.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:30.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:30.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:30.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:30.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:30.358 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:30.358 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:30.359 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:30.360 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:30.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:30.360 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:30.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:30.360 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:30.360 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:30.360 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:30.361 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:30.364 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:30.364 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:30.364 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:30.364 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:30.364 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:30.365 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:30.365 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:30.366 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:30.395 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:30.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:30.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:30.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:30.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:30.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:30.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:30.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:30.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:30.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:30.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:30.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:30.400 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:30.400 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:30.400 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:30.400 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:30.403 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:30.403 DEBUG [main][EditorHandler] 1 editor(s) found 12:04:30.404 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:30.448 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:30.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:30.448 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:30.448 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:30.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:30.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:30.449 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:30.449 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:30.449 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:30.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:30.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:30.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:30.449 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:30.450 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:30.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:30.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:30.455 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:30.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:30.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:30.459 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:30.460 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:30.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:30.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:30.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:30.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:30.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:30.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:30.464 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:30.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:30.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:30.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:30.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:30.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:30.467 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:30.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:30.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:30.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:30.468 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:30.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:30.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:30.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:30.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:30.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:30.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:30.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:30.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:31.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:31.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:31.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:31.471 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:31.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:31.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:31.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:31.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:31.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:31.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:31.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:31.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:31.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:31.473 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:31.473 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:31.474 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:31.474 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:31.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:31.474 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:31.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:31.474 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:31.474 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:31.474 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:31.475 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:31.476 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:31.477 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:31.477 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:31.477 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:31.477 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:31.478 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:31.478 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:31.478 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:31.506 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:31.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:31.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:31.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:31.506 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:31.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:31.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:31.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:31.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:31.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:31.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:31.511 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:31.511 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:31.511 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:31.511 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:31.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 12:04:31.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:31.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:31.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:31.513 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:04:31.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:31.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:31.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:31.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:31.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:31.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:31.514 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:04:31.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:31.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:31.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:31.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:31.515 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:31.516 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:04:31.516 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:04:31.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:04:31.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:31.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:31.516 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:04:31.516 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 12:04:31.517 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:31.517 DEBUG [main][MenuItemLookup] Item match:File 12:04:31.518 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:04:31.518 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:04:31.518 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:04:31.518 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:04:31.518 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:31.518 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:04:31.518 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:04:31.518 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:31.518 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:04:31.518 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:04:31.539 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:04:31.539 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:04:31.539 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:04:31.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:04:31.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:04:31.543 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:31.544 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 12:04:31.544 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:31.544 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:31.544 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:31.544 DEBUG [main][EditorHandler] 1 editor(s) found 12:04:31.544 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:31.588 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:31.588 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:31.588 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:31.588 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:31.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:31.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:31.588 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:31.589 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:31.589 INFO [WorkbenchTestable][RequirementsRunner] Started test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:31.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:31.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:31.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:31.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:31.589 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:31.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:31.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:31.594 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:31.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:31.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:31.598 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:31.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:31.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:31.599 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:31.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:31.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:31.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:31.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:31.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:31.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:31.603 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:31.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:31.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:31.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:31.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:31.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:31.636 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:31.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:31.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:31.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:31.637 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:31.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:31.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:31.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:31.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:31.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:31.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:32.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:32.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:32.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:32.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:32.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:32.640 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:32.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:32.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:32.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:32.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:32.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:32.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:32.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:32.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:32.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:32.642 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:32.642 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:32.643 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:32.643 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:32.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:32.643 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:32.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:32.643 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:32.643 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:32.643 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:32.643 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:32.645 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:32.645 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:32.645 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:32.645 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:32.646 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:32.647 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:32.647 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:32.647 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:32.674 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:32.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:32.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:32.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:32.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:32.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:32.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:32.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:32.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:32.680 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:32.680 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:32.680 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:32.680 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:32.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 12:04:32.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:32.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:32.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:32.681 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:04:32.681 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:32.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:32.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:32.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:32.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:32.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:32.682 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:04:32.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:32.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:32.682 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:32.682 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:32.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:04:32.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:32.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:32.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:32.684 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:04:32.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:32.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:32.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:32.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:32.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:32.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:32.685 INFO [WorkbenchTestable][AbstractButton] Click button Save 12:04:32.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:32.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:32.685 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:32.685 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:32.699 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:32.700 DEBUG [main][EditorHandler] 1 editor(s) found 12:04:32.700 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:32.732 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:32.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:32.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:32.732 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:32.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:32.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:32.732 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:32.733 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:32.733 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:32.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:32.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:32.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:32.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:32.733 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:32.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:32.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:32.738 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:32.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:32.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:32.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:32.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:32.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:32.743 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:32.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:32.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:32.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:32.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:32.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:32.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:32.748 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:32.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:32.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:32.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:32.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:32.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:32.750 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:32.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:32.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:32.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:32.751 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:32.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:32.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:32.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:32.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:32.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:32.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:33.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:33.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:33.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:33.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:33.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:33.755 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:33.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:33.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:33.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:33.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:33.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:33.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:33.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:33.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:33.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:33.756 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:33.757 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:33.757 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:33.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:33.758 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:33.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:33.758 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:33.758 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:33.758 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:33.760 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:33.760 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:33.761 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:33.761 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:33.761 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:33.762 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:33.762 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:33.763 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:33.794 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:33.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:33.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:33.794 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:33.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:33.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:33.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:33.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:33.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:33.801 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:33.801 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:33.801 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:33.801 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:33.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:33.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:33.822 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:33.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:33.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:33.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:04:33.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:33.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:33.825 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:04:33.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:33.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:33.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:33.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:33.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:33.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:33.829 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:33.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:33.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:33.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:33.871 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:33.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:33.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:33.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:33.872 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:33.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:33.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:33.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:33.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:33.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:33.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:34.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:34.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:34.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:34.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:34.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:34.875 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:34.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:34.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:34.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:34.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:34.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:34.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:34.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:34.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:34.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:34.877 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:34.877 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:34.878 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 12:04:34.878 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:34.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:34.878 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:34.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:34.878 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:34.878 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:04:34.878 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:04:34.879 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:04:34.881 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:04:34.881 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 12:04:34.881 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:04:34.881 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:04:34.881 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:04:34.883 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:04:34.883 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:34.883 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:34.915 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:34.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:34.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:34.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:34.915 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:34.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:34.916 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 12:04:34.930 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:34.930 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:34.930 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:34.930 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:34.931 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:04:34.931 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:34.957 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:34.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@450bed5a is found... 12:04:44.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@450bed5a is found failed, an exception will be thrown 12:04:44.967 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:44.967 DEBUG [main][EditorHandler] 1 editor(s) found 12:04:44.967 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 12:04:45.002 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 12:04:45.002 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:45.002 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:45.002 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:45.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:45.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:45.003 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:45.003 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:45.003 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:45.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:45.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:45.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:45.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:45.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:45.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:45.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:45.006 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:45.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:45.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:45.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:45.011 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:45.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:45.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:45.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:45.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:45.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:45.014 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:45.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:45.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:45.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:45.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:45.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:45.016 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:45.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:45.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:45.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:45.017 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:45.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:45.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:45.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:45.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:45.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:45.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:45.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:45.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:46.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:46.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:46.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:46.020 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:46.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:46.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:46.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:46.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:46.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:46.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:46.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:46.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:46.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:46.021 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:46.022 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:46.023 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:46.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:46.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:46.023 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:46.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:46.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:46.023 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:46.023 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:46.023 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:46.025 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:46.025 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:46.025 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:46.025 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:46.026 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:46.027 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:46.027 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:46.027 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:46.057 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:46.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:46.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:46.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:46.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:46.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:46.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:46.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:46.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:46.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:46.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:46.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:46.062 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:46.062 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:46.062 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:46.062 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:46.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 12:04:46.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:46.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:46.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:46.063 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:04:46.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:46.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:46.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:46.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:46.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:46.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:46.064 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:04:46.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:46.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:46.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:46.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:46.078 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:46.079 DEBUG [main][EditorHandler] 1 editor(s) found 12:04:46.079 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:46.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 12:04:46.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 12:04:46.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:04:46.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:46.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:46.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:46.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:46.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:46.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:04:46.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:46.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:46.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:46.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:04:46.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:46.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:46.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:46.623 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:04:46.623 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:46.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:46.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:46.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:46.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:46.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:46.624 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:04:46.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:46.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:46.624 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:46.624 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:46.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:04:46.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:04:46.675 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:46.676 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:46.676 DEBUG [main][EditorHandler] 0 editor(s) found 12:04:46.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:46.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:46.676 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:46.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:46.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:46.676 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:46.678 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:46.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:46.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:46.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:46.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:46.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:46.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:46.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:46.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:46.683 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:46.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:46.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:46.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:46.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:46.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:46.689 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:46.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:46.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:46.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:46.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:46.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:46.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:46.709 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:46.709 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:46.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:46.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:46.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:46.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:46.712 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:46.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:46.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:46.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:46.713 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:46.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:46.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:46.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:46.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:46.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:46.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:47.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:47.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:47.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:47.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:47.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:47.716 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:47.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:47.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:47.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:47.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:47.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:47.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:47.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:47.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:47.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:47.717 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:47.717 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:47.718 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:47.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:47.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:47.718 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:47.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:47.718 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:47.718 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:47.718 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:47.719 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:47.720 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:47.721 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:47.721 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:47.721 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:47.721 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:47.722 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:47.722 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:47.722 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:47.751 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:47.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:47.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:47.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:47.751 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:47.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:47.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:47.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:47.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:47.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:47.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:47.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:47.755 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:47.755 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:47.755 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:47.755 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:47.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 12:04:47.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:47.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:47.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:47.756 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 12:04:47.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:47.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:47.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:47.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:47.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:47.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:47.756 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 12:04:47.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:47.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:47.757 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:47.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:47.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1ed6e2d7 is found... 12:04:47.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1ed6e2d7 is found finished successfully 12:04:47.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:47.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:47.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:47.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:47.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:47.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:47.774 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:47.774 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:04:47.775 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:47.775 DEBUG [main][EditorHandler] 1 editor(s) found 12:04:47.775 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:47.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 12:04:48.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 12:04:48.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:04:48.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:48.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:48.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:48.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:48.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:48.321 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:04:48.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:48.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:48.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:48.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:04:48.322 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:04:48.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:48.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:48.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:04:48.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:04:48.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:48.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:48.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:48.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:48.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:04:48.324 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:04:48.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:04:48.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:04:48.324 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:04:48.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:04:48.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:04:48.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:04:48.378 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:48.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:48.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:48.378 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:48.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:48.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:48.378 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:48.378 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:48.378 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:48.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:48.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:48.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:48.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:48.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:48.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:48.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:48.383 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:48.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:48.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:48.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:48.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:48.405 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:48.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:48.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:48.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:48.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:48.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:48.410 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:48.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:48.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:48.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:48.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:48.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:48.413 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:48.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:48.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:48.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:48.414 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:48.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:48.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:48.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:48.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:48.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:48.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:48.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:48.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:49.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:49.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:49.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:49.417 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:49.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:49.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:49.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:49.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:49.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:49.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:49.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:49.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:49.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:49.418 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:49.418 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:49.419 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:49.419 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:49.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:49.419 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:49.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:49.419 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:49.419 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:49.419 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:49.420 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:49.425 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:49.425 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:49.425 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:49.425 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:49.426 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:49.427 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:49.427 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:49.427 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:49.457 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:49.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:49.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:49.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:49.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:49.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:49.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:04:49.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:49.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:49.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:49.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:49.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:49.462 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:49.462 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:49.462 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:04:49.462 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:04:49.463 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:49.463 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:04:49.463 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:04:49.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:04:49.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:49.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:49.464 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:04:49.464 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 12:04:49.464 DEBUG [main][MenuItemLookup] Found menu:'File' 12:04:49.464 DEBUG [main][MenuItemLookup] Item match:File 12:04:49.465 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:04:49.465 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:04:49.465 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:04:49.465 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:04:49.465 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:49.465 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:04:49.465 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:04:49.465 DEBUG [main][MenuItemLookup] Found menu:'' 12:04:49.465 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:04:49.465 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:04:49.465 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:04:49.466 DEBUG [main][EditorHandler] 1 editor(s) found 12:04:49.466 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:04:49.509 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:04:49.509 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:49.509 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:04:49.510 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:04:49.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:04:49.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:04:49.510 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:49.510 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:04:49.510 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:04:49.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:04:49.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:04:49.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:04:49.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:04:49.510 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:04:49.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:49.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:49.515 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:04:49.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:49.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:49.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:04:49.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:04:49.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:04:49.520 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:04:49.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:04:49.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:49.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:49.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:49.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:49.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:04:49.525 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:49.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:49.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:49.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:04:49.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:04:49.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:04:49.542 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:49.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:49.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:49.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:49.543 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:49.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:49.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:49.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:49.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:49.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:49.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:50.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:50.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:50.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:50.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:04:50.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:04:50.546 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:04:50.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:04:50.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:04:50.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:04:50.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:04:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:04:50.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:04:50.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:04:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:04:50.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:04:50.547 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:04:50.548 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:04:50.548 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:04:50.548 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:04:50.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:04:50.549 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:04:50.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:04:50.549 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:04:50.549 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:50.549 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:50.549 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:50.551 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:50.551 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:04:50.551 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:04:50.551 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:04:50.551 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:04:50.552 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:04:50.552 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:04:50.553 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:04:50.583 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:04:50.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:04:50.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:04:50.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:04:50.583 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:04:50.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:04:50.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@435f018c is found... 12:05:00.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@435f018c is found failed, an exception will be thrown 12:05:00.595 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:05:00.595 DEBUG [main][EditorHandler] 1 editor(s) found 12:05:00.595 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:05:00.625 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:05:00.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:05:00.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:00.625 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:00.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:00.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:00.626 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:05:00.626 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:00.626 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:05:00.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:05:00.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:00.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:00.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:00.626 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:00.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:00.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:00.631 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:05:00.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:00.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:00.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:00.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:00.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:00.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:00.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:05:00.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:00.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:00.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:00.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:00.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:00.638 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:00.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:00.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:00.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:00.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:00.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:00.640 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:00.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:00.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:00.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:00.657 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:00.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:00.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:00.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:00.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:00.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:00.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:01.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:01.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:01.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:01.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:01.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:05:01.662 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:01.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:01.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:01.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:01.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:05:01.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:01.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:01.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:01.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:01.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:01.669 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:05:01.669 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:05:01.670 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:05:01.670 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:05:01.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:01.671 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:05:01.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:01.671 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:05:01.671 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:05:01.671 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:05:01.671 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:05:01.677 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:05:01.677 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:05:01.677 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:05:01.677 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:05:01.678 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:05:01.680 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:05:01.680 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:05:01.680 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:05:01.714 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:05:01.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:05:01.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:05:01.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:05:01.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:05:01.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:05:01.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:05:01.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:01.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:01.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:01.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:01.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:01.719 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:01.719 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:01.719 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:05:01.719 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:05:01.720 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:01.720 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:05:01.720 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:05:01.721 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:05:01.758 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:05:01.758 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:05:01.758 DEBUG [main][EditorHandler] 0 editor(s) found 12:05:01.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:05:01.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:01.758 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:01.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:01.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:01.759 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:05:01.759 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:01.759 INFO [WorkbenchTestable][RequirementsRunner] Started test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:05:01.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:05:01.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:01.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:01.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:01.759 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:01.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:01.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:01.763 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:05:01.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:01.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:01.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:01.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:01.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:01.766 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:01.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:05:01.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:01.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:01.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:01.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:01.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:01.768 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:01.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:01.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:01.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:01.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:01.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:01.771 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:01.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:01.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:01.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:01.772 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:01.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:01.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:01.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:01.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:01.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:01.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:02.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:02.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:02.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:02.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:02.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:05:02.774 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:02.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:02.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:02.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:02.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:05:02.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:02.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:02.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:02.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:02.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:02.775 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:05:02.776 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:05:02.777 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:05:02.777 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:05:02.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:02.777 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:05:02.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:02.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:05:02.778 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:05:02.778 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:05:02.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:05:02.780 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:05:02.780 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:05:02.780 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:05:02.780 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:05:02.781 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:05:02.782 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:05:02.782 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:05:02.782 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:05:02.812 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:05:02.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:05:02.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:05:02.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:05:02.812 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:05:02.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:05:02.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:02.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:02.818 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:05:02.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:02.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:02.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:05:02.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:02.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:02.829 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:05:02.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:05:02.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:02.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:02.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:02.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:02.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:02.835 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:02.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:02.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:02.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:02.877 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:02.877 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:02.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:02.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:02.879 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:02.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:02.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:02.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:02.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:02.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:02.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:03.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:03.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:03.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:03.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:03.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:05:03.882 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:03.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:03.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:03.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:03.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:05:03.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:03.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:03.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:03.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:03.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:03.884 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:05:03.885 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:05:03.885 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 12:05:03.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:05:03.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:03.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:05:03.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:03.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:05:03.886 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:05:03.886 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:05:03.886 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:05:03.899 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:05:03.900 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 12:05:03.900 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 12:05:03.900 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 12:05:03.900 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 12:05:03.903 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 12:05:03.903 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:05:03.903 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:05:03.943 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:05:03.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:05:03.943 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:05:03.943 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:05:03.943 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:05:03.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:05:03.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 12:05:03.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:03.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:03.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:03.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:03.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:03.949 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:03.949 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:03.949 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:05:03.949 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:05:03.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4bbff85c is found... 12:05:03.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4bbff85c is found finished successfully 12:05:03.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:05:03.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:03.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:03.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:03.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:03.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:03.954 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 12:05:03.975 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:03.975 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 12:05:03.975 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:05:03.975 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:05:03.976 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:05:03.976 DEBUG [main][EditorHandler] 2 editor(s) found 12:05:03.976 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:05:04.001 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:05:04.001 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 12:05:04.037 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 12:05:04.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:05:04.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:04.037 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:04.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:04.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:04.038 INFO [WorkbenchTestable][RequirementsRunner] Finished test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:05:04.038 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:04.038 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:05:04.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:05:04.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:04.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:04.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:04.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:04.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:04.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:04.044 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:05:04.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:04.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:04.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:04.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:04.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:04.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:04.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:05:04.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:04.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:04.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:04.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:04.054 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:04.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:04.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:04.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:04.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:04.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:04.057 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:04.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:04.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:04.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:04.058 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:04.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:04.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:04.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:04.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:04.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:04.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:04.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:04.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:05.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:05.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:05.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:05:05.061 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:05.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:05.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:05.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:05.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:05:05.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:05.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:05.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:05.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:05.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:05.063 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:05:05.064 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:05:05.064 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:05:05.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:05:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:05.065 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:05:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:05.065 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:05:05.065 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:05:05.065 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:05:05.065 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:05:05.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:05:05.068 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:05:05.068 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:05:05.068 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:05:05.068 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:05:05.069 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:05:05.069 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:05:05.069 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:05:05.100 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:05:05.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:05:05.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:05:05.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:05:05.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:05:05.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:05:05.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:05:05.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:05.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:05.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:05.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:05.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:05.106 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:05.106 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:05.106 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:05:05.106 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:05:05.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:05:05.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:05.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:05.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:05.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:05.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:05.126 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:05.126 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 12:05:05.126 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:05:05.126 DEBUG [main][EditorHandler] 1 editor(s) found 12:05:05.126 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:05:05.162 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:05:05.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:05:05.162 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:05.162 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:05.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:05.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:05.163 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:05:05.163 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:05.163 INFO [WorkbenchTestable][RequirementsRunner] Started test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:05:05.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:05:05.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:05.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:05.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:05.163 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:05.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:05.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:05.168 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:05:05.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:05.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:05.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:05.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:05.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:05.173 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:05.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:05:05.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:05.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:05.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:05.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:05.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:05.194 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:05.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:05.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:05.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:05.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:05.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:05.197 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:05.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:05.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:05.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:05.198 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:05.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:05.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:05.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:05.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:05.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:05.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:05.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:05.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:06.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:06.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:06.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:05:06.201 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:06.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:06.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:06.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:06.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:05:06.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:06.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:06.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:06.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:06.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:06.203 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:05:06.204 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:05:06.204 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:05:06.204 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:05:06.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:06.205 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:05:06.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:06.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:05:06.205 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:05:06.205 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:05:06.205 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:05:06.233 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:05:06.233 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:05:06.234 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:05:06.234 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:05:06.234 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:05:06.236 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:05:06.236 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:05:06.236 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:05:06.267 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:05:06.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:05:06.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:05:06.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:05:06.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:05:06.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:05:06.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 12:05:06.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:06.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:06.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:06.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:06.272 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:06.273 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:06.273 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:05:06.273 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:05:06.274 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:05:06.274 DEBUG [main][EditorHandler] 1 editor(s) found 12:05:06.274 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:05:06.310 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:05:06.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:05:06.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:06.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:06.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:06.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:06.311 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:05:06.311 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:06.311 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:05:06.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:05:06.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:06.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:06.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:06.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:06.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:06.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:06.317 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:05:06.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:06.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:06.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:06.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:06.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:06.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:06.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:05:06.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:06.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:06.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:06.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:06.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:06.323 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:06.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:06.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:06.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:06.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:06.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:06.326 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:06.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:06.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:06.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:06.327 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:06.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:06.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:06.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:06.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:06.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:06.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:06.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:06.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:07.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:07.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:05:07.330 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:07.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:07.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:07.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:07.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:05:07.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:07.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:07.332 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:05:07.332 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:05:07.333 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 12:05:07.333 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:05:07.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:07.333 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:05:07.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:07.333 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:05:07.334 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:05:07.334 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:05:07.335 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:05:07.337 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:05:07.337 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 12:05:07.337 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 12:05:07.337 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 12:05:07.337 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 12:05:07.339 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 12:05:07.339 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:05:07.339 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:05:07.368 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:05:07.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:05:07.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:05:07.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:05:07.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:05:07.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:05:07.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.374 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:05:07.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 12:05:07.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:07.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:07.392 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 12:05:07.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:05:07.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:07.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:07.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:07.398 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:07.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:07.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:07.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:07.447 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:07.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:07.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:07.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:07.448 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:07.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:07.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:07.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:07.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:07.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:07.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:07.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:08.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:08.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:05:08.451 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:05:08.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:05:08.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:08.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:08.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:05:08.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:08.452 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:05:08.453 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:05:08.453 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest+.min of tree item testProject 12:05:08.453 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 12:05:08.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:08.453 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 12:05:08.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:08.453 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 12:05:08.454 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 12:05:08.454 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 12:05:08.454 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 12:05:08.456 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 12:05:08.456 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest+.min 12:05:08.456 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 12:05:08.456 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 12:05:08.456 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 12:05:08.458 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 12:05:08.458 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:05:08.459 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:05:08.490 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:05:08.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:05:08.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:05:08.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:05:08.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:05:08.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:05:08.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3011eff9 is found... 12:05:08.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3011eff9 is found finished successfully 12:05:08.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 12:05:08.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:08.497 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:08.497 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:08.497 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:05:08.497 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:05:08.498 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:05:08.498 DEBUG [main][EditorHandler] 2 editor(s) found 12:05:08.499 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 12:05:08.523 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 12:05:08.523 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 12:05:08.558 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 12:05:08.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:05:08.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:08.558 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:08.559 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 12:05:08.559 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:05:08.559 DEBUG [main][EditorHandler] 0 editor(s) found 12:05:08.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.562 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:05:08.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:08.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:08.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:08.563 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:08.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:05:08.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:08.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:08.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:08.565 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:05:08.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:05:08.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:08.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:08.601 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:05:08.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:05:08.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:08.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:08.603 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:05:08.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:05:08.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:08.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:08.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:08.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:08.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:09.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:09.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:09.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:05:09.606 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:05:09.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:05:09.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:09.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:09.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:05:09.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:09.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:09.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:09.608 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:05:09.608 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:05:09.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:05:09.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:09.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:09.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:09.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:09.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:10.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:10.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:10.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:10.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:10.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:05:10.612 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:05:10.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:05:10.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:10.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:10.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:05:10.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:10.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:10.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:10.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:10.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:10.614 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:05:10.614 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:05:10.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:05:10.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:10.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:10.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:05:10.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:10.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:10.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:10.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:10.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:10.615 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:05:10.615 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:05:10.616 DEBUG [main][TreeItemHandler] Set Tree selection 12:05:10.616 DEBUG [main][TreeHandler] Notify Tree about selection event 12:05:10.624 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:05:10.631 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 12:05:10.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:10.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:10.667 DEBUG [main][MenuItemLookup] Found menu:'New' 12:05:10.667 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:05:10.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:10.667 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:05:10.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:10.667 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:05:10.667 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:05:10.667 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:05:10.667 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:05:10.667 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:05:10.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:10.667 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:05:10.667 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:05:10.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:10.667 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:05:10.667 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:05:10.667 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:05:10.667 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:05:10.668 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:05:10.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:05:10.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:05:11.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:05:11.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:05:11.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:05:11.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:05:11.168 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:05:11.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:11.196 DEBUG [main][MenuItemLookup] Found menu:'New' 12:05:11.196 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:05:11.196 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:11.196 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:05:11.196 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:11.196 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:05:11.196 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:05:11.196 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:05:11.196 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:05:11.197 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:05:11.197 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:05:11.197 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:05:11.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:05:11.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:05:11.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:05:11.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:11.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:11.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:05:11.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:11.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:11.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:11.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:05:11.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:11.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:11.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:11.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:11.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:11.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:11.859 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:05:11.859 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:05:11.860 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:05:11.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:11.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:11.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:11.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:11.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:05:11.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:11.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:11.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:11.860 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:05:11.860 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:11.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:11.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:11.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:11.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:11.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:11.863 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:05:11.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:11.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:11.863 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:11.863 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:11.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:05:11.869 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:05:12.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:05:12.370 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:05:12.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:05:12.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:05:12.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:05:12.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:05:12.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:05:12.371 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:05:12.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:05:12.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:12.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:05:12.373 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 12:05:12.373 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:12.373 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:12.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:12.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.242 s - in org.eclipse.reddeer.workbench.test.editor.EditorTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.452 s closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.139 s getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 3.367 s closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.139 s testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.118 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.196 s closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.131 s closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.698 s noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.091 s getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.326 s testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.131 s saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.139 s isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.143 s closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 12.27 s closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.673 s findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.7 s saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.132 s getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 11.116 s noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.133 s switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.279 s testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.125 s getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.148 s getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.248 s Running org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:05:12.384 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:05:12.385 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:12.386 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:12.386 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:05:12.386 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:12.386 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:05:12.386 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:12.386 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:12.386 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:12.386 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:12.386 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:12.386 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:05:12.386 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:05:12.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:05:12.387 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:05:12.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:05:12.387 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:05:12.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:05:12.387 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:12.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:12.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:12.388 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:12.388 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:12.388 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:12.388 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:12.388 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:12.388 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:12.388 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:12.389 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:12.389 DEBUG [main][MenuItemLookup] Item match:Window 12:05:12.389 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:12.389 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:12.389 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:12.389 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:12.389 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:12.389 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:05:12.389 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:12.389 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:05:12.389 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:12.389 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:05:12.389 DEBUG [main][MenuItemLookup] Item match:Preferences 12:05:12.389 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:05:12.389 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:05:12.390 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:05:12.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:05:12.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:05:12.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:05:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:12.500 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:05:12.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:05:12.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:05:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:12.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:12.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:12.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:12.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:12.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:12.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:12.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:05:12.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:12.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:12.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:12.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:12.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:12.507 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:05:12.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:12.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:12.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:12.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:12.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:05:12.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:05:12.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:12.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:12.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:12.532 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:12.533 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:05:12.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:05:12.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:12.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:12.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:12.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:12.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:12.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:12.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:12.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:12.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:12.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:12.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:12.567 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:12.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:05:12.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:12.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:12.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:12.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:12.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:12.570 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:05:12.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:05:12.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:12.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:12.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:12.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:12.572 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:05:12.572 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:05:12.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:05:12.575 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298517761 data=null x=165 y=16 width=0 height=0 detail=0} 12:05:12.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:12.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:12.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:05:12.668 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:12.668 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:12.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:12.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:12.668 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:05:12.668 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:12.669 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:05:12.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:05:12.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:12.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:12.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:12.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:12.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:12.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:12.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:12.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:12.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:12.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:12.694 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 12:05:12.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:12.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:12.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:12.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:12.694 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:12.694 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:12.695 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:12.695 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:05:12.695 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:05:12.695 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:12.695 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:12.695 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:12.695 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:12.695 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:12.695 DEBUG [main][MenuItemLookup] Item match:Window 12:05:12.696 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:12.696 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:12.696 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:12.696 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:12.696 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:12.696 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:12.702 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:12.702 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:12.702 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:12.702 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:12.702 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:12.702 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:12.702 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:12.702 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:12.702 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:12.702 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:12.702 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:12.703 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:12.703 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:12.703 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:12.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:12.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:12.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:12.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:12.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:12.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:12.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:12.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:12.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:12.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:12.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:12.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:12.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:12.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:12.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:12.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:12.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:12.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:12.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:05:12.802 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:05:12.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:13.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:13.308 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:05:13.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:05:13.310 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:05:13.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:13.310 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:05:13.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:13.310 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:05:13.311 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 12:05:13.311 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 12:05:13.312 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 12:05:13.313 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 12:05:13.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:13.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:13.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:13.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:13.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:13.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:13.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:13.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:13.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:13.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:13.315 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:13.315 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:13.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:13.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:13.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:13.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:13.316 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:13.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:13.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:13.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:13.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:13.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:13.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:13.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:13.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:13.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:13.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:13.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:13.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:13.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:13.414 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:13.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 12:05:13.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:13.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:13.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:13.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:13.415 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:05:13.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:05:13.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:13.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:13.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:13.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:13.417 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:05:13.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:05:13.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:13.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:13.418 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 12:05:13.418 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 12:05:13.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:05:13.418 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298516918 data=null x=317 y=16 width=0 height=0 detail=0} 12:05:13.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:13.476 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:05:13.476 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:13.476 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:13.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:13.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:13.476 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:05:13.477 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:13.477 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:05:13.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:05:13.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:13.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:13.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:13.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:13.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:13.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:13.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:13.500 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:05:13.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:13.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:13.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:13.500 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:13.500 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:13.500 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:13.501 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:13.501 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:05:13.501 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:05:13.501 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:13.501 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:13.502 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:13.502 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:13.502 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:13.502 DEBUG [main][MenuItemLookup] Item match:Window 12:05:13.502 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:13.502 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:13.502 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:13.502 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:13.502 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:13.502 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:13.508 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:13.508 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:13.508 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:13.508 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:13.508 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:13.508 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:13.508 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:13.508 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:13.508 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:13.508 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:13.508 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:13.508 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:13.508 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:13.508 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:13.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:13.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:13.581 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:13.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:13.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:13.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:13.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:13.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:13.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:13.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:13.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:13.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:13.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:13.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:13.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:13.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:13.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:13.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:05:13.584 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:05:13.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:13.585 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:05:13.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:13.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:05:13.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:05:13.585 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:05:13.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:13.585 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:05:13.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:13.585 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:05:13.586 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:05:13.586 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:05:13.586 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:05:13.586 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:05:13.586 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:13.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:13.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:13.587 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:13.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:13.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:13.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:13.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:13.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:13.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:13.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:13.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:13.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:13.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:13.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:13.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:13.589 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:13.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:13.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:13.589 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:13.589 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:13.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:13.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:13.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:13.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:13.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:13.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:13.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:13.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:13.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:13.705 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:13.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:05:13.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:13.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:13.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:13.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:13.720 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:05:13.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:05:13.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:13.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:13.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:13.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:13.735 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:05:13.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:05:13.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:13.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:05:13.737 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:05:13.737 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:05:13.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:05:13.738 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298516598 data=null x=165 y=16 width=0 height=0 detail=0} 12:05:13.765 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:05:13.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:13.766 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:13.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:13.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:13.783 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 12:05:13.783 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 12:05:13.783 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:13.783 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:13.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:13.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.401 s - in org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.135 s testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.807 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.306 s Running org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:13.791 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:13.793 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:13.794 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:13.794 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:13.794 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:13.794 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:05:13.794 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:13.794 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:13.801 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:13.801 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:13.803 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:13.803 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:05:13.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:05:13.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:05:13.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:05:13.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:05:13.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:05:13.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:05:13.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:13.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:13.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:13.804 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:13.804 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:13.804 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:13.805 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:13.805 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:05:13.805 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:05:13.805 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:13.805 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:13.805 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:13.805 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:13.805 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:13.805 DEBUG [main][MenuItemLookup] Item match:Window 12:05:13.806 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:13.806 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:13.806 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:13.806 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:13.806 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:13.806 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:05:13.806 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:13.806 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:05:13.806 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:13.806 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:05:13.806 DEBUG [main][MenuItemLookup] Item match:Preferences 12:05:13.806 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:05:13.806 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:05:13.806 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:05:13.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:05:13.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:05:13.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:05:13.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:13.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:13.905 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:05:13.905 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:05:13.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:05:13.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:13.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:13.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:13.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:13.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:13.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:13.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:05:13.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:13.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:13.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:13.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:13.923 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:05:13.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:13.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:13.923 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:13.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:13.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:05:13.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:05:13.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:13.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:13.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:13.963 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:13.963 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:13.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:13.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:13.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:13.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:13.963 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:13.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:13.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:13.971 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:05:13.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:13.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:13.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:13.972 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:13.972 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:13.972 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:13.972 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:13.972 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:05:13.972 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:05:13.972 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:13.972 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:13.972 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:13.972 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:13.972 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:13.972 DEBUG [main][MenuItemLookup] Item match:Window 12:05:13.973 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:13.973 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:13.973 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:13.973 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:13.973 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:13.973 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:13.978 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:13.978 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:13.978 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:13.978 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:13.978 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:13.978 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:13.978 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:13.978 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:13.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:13.978 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:13.978 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:13.979 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:13.979 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:13.979 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:14.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:14.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:14.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:14.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:14.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:14.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:14.072 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:14.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:14.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:14.073 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:14.073 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:14.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:14.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:14.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:14.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:14.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:14.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:05:14.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:14.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:14.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:14.576 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:14.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:05:14.576 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:14.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:14.577 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:14.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:14.577 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:14.577 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:05:14.577 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:05:14.577 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:05:14.578 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:05:14.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:14.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:14.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:14.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:14.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:14.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:14.579 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:14.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:14.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:14.579 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:14.579 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:14.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:14.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:14.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:14.581 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:14.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:14.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:14.581 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:14.581 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:14.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:14.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:14.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:14.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:14.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.642 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:14.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:14.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:14.643 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:14.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:05:14.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:14.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:14.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:14.646 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:14.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:14.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:14.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:14.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:14.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:14.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:14.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:14.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:14.665 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:14.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:05:14.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:14.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:14.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:14.669 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:14.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:14.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:14.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:14.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:14.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:14.670 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:05:14.670 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:05:14.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:14.671 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298515665 data=null x=363 y=16 width=0 height=0 detail=0} 12:05:14.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:14.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:14.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:14.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:14.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:14.717 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:14.717 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:14.718 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:14.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:14.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:14.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:14.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:14.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:14.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:14.727 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:05:14.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:14.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:14.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:14.727 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:14.728 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:14.728 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:14.729 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:14.729 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:05:14.729 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:05:14.729 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:14.729 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:14.729 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:14.729 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:14.729 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:14.729 DEBUG [main][MenuItemLookup] Item match:Window 12:05:14.730 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:14.730 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:14.730 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:14.730 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:14.730 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:14.730 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:14.736 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:14.736 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:14.736 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:14.736 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:14.736 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:14.737 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:14.737 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:14.737 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:14.737 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:14.737 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:14.737 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:14.745 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:14.745 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:14.745 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:14.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:14.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:14.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:14.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:14.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:14.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:14.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:14.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:14.824 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:14.824 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:14.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:14.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:05:14.826 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:14.826 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:14.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:14.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:14.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:05:14.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:14.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:14.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:14.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:14.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:14.827 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:05:14.827 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:05:14.828 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:05:14.828 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:05:14.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:14.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:14.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:14.828 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:14.828 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:14.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:14.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:14.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:14.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:14.829 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:14.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:14.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:14.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:14.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:14.831 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:14.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:14.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:14.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:14.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:14.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:14.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:14.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:14.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:14.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:14.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:14.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:14.891 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:14.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:05:14.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:14.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:14.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:14.898 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:14.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:14.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:14.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:14.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:14.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:14.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:14.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:14.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:14.908 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:14.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:05:14.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:14.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:14.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:14.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:14.921 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:14.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:14.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:14.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:14.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:14.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:14.923 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:05:14.923 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:05:14.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:14.924 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298515412 data=null x=363 y=16 width=0 height=0 detail=0} 12:05:14.946 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:14.946 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:14.946 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:14.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:14.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:14.964 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:14.964 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:14.964 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:14.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:14.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:14.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:14.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:14.964 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:14.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:14.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:14.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:14.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:14.982 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:14.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:14.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:14.982 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:14.982 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:14.982 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:14.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:14.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:14.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:14.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:14.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:14.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:14.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:14.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:15.001 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.001 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:15.001 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:15.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.002 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.002 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:15.002 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:15.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:15.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:15.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:15.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:15.011 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 12:05:15.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:15.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:15.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:15.011 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:15.011 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:15.011 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:15.012 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:15.012 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:05:15.012 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:05:15.012 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:15.012 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:15.012 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:15.012 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:15.012 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:15.012 DEBUG [main][MenuItemLookup] Item match:Window 12:05:15.013 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:15.013 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:15.013 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:15.013 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:15.013 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:15.013 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:15.018 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:15.018 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:15.018 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:15.018 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:15.018 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:15.018 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:15.018 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:15.018 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:15.018 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:15.018 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:15.018 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:15.027 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:15.027 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:15.027 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:15.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:15.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:15.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:15.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:15.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:15.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:15.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:15.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:15.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:15.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:15.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:05:15.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:15.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:15.107 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:15.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:15.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:15.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:05:15.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:15.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:15.107 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:15.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:15.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:15.107 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 12:05:15.107 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 12:05:15.108 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 12:05:15.108 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 12:05:15.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:15.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.108 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:15.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:15.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:15.109 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:15.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:15.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:15.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:15.110 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:15.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:15.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:15.110 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:15.110 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:15.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:15.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:15.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:15.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:15.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:15.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:15.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:15.180 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:15.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 12:05:15.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:15.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:15.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:15.183 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 12:05:15.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 12:05:15.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:15.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:15.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:15.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:15.186 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 12:05:15.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 12:05:15.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:15.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text= TooltipText=null 12:05:15.187 INFO [WorkbenchTestable][AbstractView] Close view '*Workbench Dirty Test' 12:05:15.188 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem *Workbench Dirty Test 12:05:15.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 12:05:15.188 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298515148 data=null x=429 y=16 width=0 height=0 detail=0} 12:05:15.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:15.237 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.237 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:15.237 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:15.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.237 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.237 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:15.237 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:15.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:15.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:15.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:15.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:15.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:15.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:15.261 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:15.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.262 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.262 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:15.263 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:15.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:15.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:15.263 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:15.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:15.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:15.281 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.281 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:15.281 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:15.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.282 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.282 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:15.282 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:15.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:15.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:15.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:15.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:15.290 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:05:15.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:15.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:15.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:15.292 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:15.292 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:15.293 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:15.294 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:15.294 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:05:15.294 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:05:15.294 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:15.294 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:15.294 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:15.294 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:15.294 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:15.294 DEBUG [main][MenuItemLookup] Item match:Window 12:05:15.295 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:15.295 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:15.295 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:15.295 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:15.295 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:15.295 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:15.306 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:15.306 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:15.306 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:15.306 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:15.306 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:15.306 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:15.306 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:15.306 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:15.306 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:15.306 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:15.306 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:15.319 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:15.319 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:15.319 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:15.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:15.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:15.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:15.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:15.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:15.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:15.401 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:15.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.402 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:15.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:15.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:15.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:15.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:15.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:15.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:15.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:05:15.404 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:15.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:15.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:15.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:15.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:15.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:05:15.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:15.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:15.405 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:15.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:15.406 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:15.406 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:05:15.406 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:05:15.406 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:05:15.407 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:05:15.407 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:15.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:15.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:15.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:15.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:15.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:15.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:15.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:15.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:15.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:15.410 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:15.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:15.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:15.410 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:15.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:15.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:15.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:15.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:15.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:15.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:15.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:15.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:15.479 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:15.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:05:15.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:15.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:15.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:15.481 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:15.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:15.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:15.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:15.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:15.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:15.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:15.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:15.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:15.487 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:15.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:05:15.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:15.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:15.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:15.489 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:15.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:15.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:15.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:15.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:15.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:15.490 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:05:15.490 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:05:15.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:15.490 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298514837 data=null x=363 y=16 width=0 height=0 detail=0} 12:05:15.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:15.522 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:15.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.536 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:15.536 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:15.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:15.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:15.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:15.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:15.545 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.545 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:15.545 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.546 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.546 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:15.546 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:15.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:15.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:15.546 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:15.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:15.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:15.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:15.562 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:15.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.563 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.563 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:15.563 INFO [WorkbenchTestable][RequirementsRunner] Started test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:15.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:15.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:15.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:15.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:15.571 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 12:05:15.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:15.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:15.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:15.572 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:15.572 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:15.572 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:15.573 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:15.573 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:05:15.573 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:05:15.573 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:15.573 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:15.573 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:15.573 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:15.573 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:15.573 DEBUG [main][MenuItemLookup] Item match:Window 12:05:15.575 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:15.575 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:15.575 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:15.575 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:15.575 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:15.575 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:15.581 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:15.581 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:15.581 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:15.581 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:15.581 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:15.581 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:15.581 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:15.581 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:15.581 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:15.581 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:15.581 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:15.592 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:15.592 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:15.592 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:15.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:15.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:15.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:15.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:15.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:15.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:15.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:15.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:15.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:15.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:15.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:15.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:15.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:15.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:15.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:05:15.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:15.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:15.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:15.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:15.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:15.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:05:15.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:15.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:15.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:15.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:15.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:15.670 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 12:05:15.670 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 12:05:15.670 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 12:05:15.670 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 12:05:15.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:15.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:15.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:15.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:15.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:15.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.672 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:15.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:15.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:15.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:15.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:15.673 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:15.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:15.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:15.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:15.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:15.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:15.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:15.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:15.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:15.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:15.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:15.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:15.748 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:15.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 12:05:15.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:15.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:15.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:15.751 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 12:05:15.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 12:05:15.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:15.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:15.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:15.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:15.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.workbench.impl.view.WorkbenchView, index 0 and following matchers specified (Matcher matching widget with label: is "Test field: ") 12:05:15.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:15.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:15.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:15.765 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:15.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:15.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:15.775 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:15.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.777 INFO [WorkbenchTestable][RequirementsRunner] Finished test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.777 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:15.777 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:15.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:15.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:15.777 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:15.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:15.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:15.793 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.793 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:15.793 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:15.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.793 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.793 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:15.793 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:15.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:15.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:15.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:15.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:15.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:15.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:15.801 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:05:15.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:15.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:15.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:15.802 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:15.802 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:15.802 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:15.803 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:15.803 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:15.803 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:15.803 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:15.803 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:15.803 DEBUG [main][MenuItemLookup] Item match:Window 12:05:15.804 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:15.804 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:15.804 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:15.804 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:15.804 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:15.804 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:15.810 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:15.810 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:15.810 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:15.810 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:15.810 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:15.810 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:15.810 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:15.810 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:15.810 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:15.810 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:15.810 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:15.842 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:15.842 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:15.842 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:15.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:15.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:15.914 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:15.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:15.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:15.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:15.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:15.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.915 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:15.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:15.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:15.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:15.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:05:15.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:15.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:15.918 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:15.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:05:15.918 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:15.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:15.918 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:15.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:15.918 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:15.918 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:05:15.918 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:05:15.919 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:05:15.919 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:05:15.919 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:15.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.949 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:15.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:15.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:15.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:15.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:15.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:15.951 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:15.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:15.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:15.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:15.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:15.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:15.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:15.952 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:15.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:15.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:15.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:15.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:15.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:15.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:15.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:15.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:16.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:16.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:16.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:16.005 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:16.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:05:16.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:16.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:16.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:16.008 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:16.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:16.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:16.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:16.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:16.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:16.010 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:16.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:16.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:16.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:05:16.011 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:05:16.011 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:05:16.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:16.012 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298514324 data=null x=363 y=16 width=0 height=0 detail=0} 12:05:16.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:16.057 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:05:16.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:16.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:16.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:16.057 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:16.057 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:16.058 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:16.058 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:16.058 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:16.058 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:16.058 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:16.058 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:16.058 DEBUG [main][MenuItemLookup] Item match:Window 12:05:16.058 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:16.058 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:16.058 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:16.058 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:16.059 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:16.059 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:16.064 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:16.064 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:16.064 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:16.064 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:16.064 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:16.064 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:16.064 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:16.064 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:16.064 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:16.064 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:16.064 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:16.064 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:16.064 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:16.064 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:16.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:16.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:16.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:16.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:16.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.133 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:16.133 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:16.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:16.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:16.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:16.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:05:16.136 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:16.136 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:16.136 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:05:16.136 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:16.136 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:16.136 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:16.137 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:05:16.137 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:05:16.137 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:05:16.137 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:05:16.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:16.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.137 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:16.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:16.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:16.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:16.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:16.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:16.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:16.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:16.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:16.140 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:16.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:16.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:16.140 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:16.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:16.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:16.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:16.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:16.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:16.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:16.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:16.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:16.195 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:16.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:05:16.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:16.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:16.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:16.199 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:16.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:16.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:16.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:16.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:16.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:16.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:16.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:16.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:16.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:16.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:05:16.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:16.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:16.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:16.230 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:16.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:16.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:16.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:16.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:16.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:16.232 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:05:16.232 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:05:16.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:16.232 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298514104 data=null x=363 y=16 width=0 height=0 detail=0} 12:05:16.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:16.243 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:16.243 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:16.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.255 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:16.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:16.256 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:16.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:16.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:16.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:16.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:16.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:16.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:16.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:16.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:16.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:16.272 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:16.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.272 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:16.272 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:16.272 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:16.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:16.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:16.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:16.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:16.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:16.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:16.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:16.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:16.280 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:16.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.281 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:16.281 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:16.281 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:16.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:16.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:16.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:16.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:16.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:16.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:16.288 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:05:16.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:16.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:16.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:16.289 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:16.289 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:16.289 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:16.290 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:16.290 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:16.290 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:16.290 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:16.290 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:16.290 DEBUG [main][MenuItemLookup] Item match:Window 12:05:16.290 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:16.290 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:16.290 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:16.291 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:16.291 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:16.291 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:16.295 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:16.295 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:16.295 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:16.295 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:16.295 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:16.295 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:16.295 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:16.295 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:16.295 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:16.295 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:16.295 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:16.295 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:16.296 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:16.296 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:16.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:16.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:16.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:16.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:16.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:16.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:16.361 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:16.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.361 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:16.361 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:16.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:16.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:16.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:16.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:16.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:16.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:05:16.363 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:16.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:16.364 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:16.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:16.364 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:16.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:05:16.364 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:16.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:16.364 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:16.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:16.364 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:16.365 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:05:16.365 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:05:16.365 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:05:16.365 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:05:16.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:16.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:16.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:16.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:16.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:16.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.367 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:16.367 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:16.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:16.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:16.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:16.368 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:16.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:16.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:16.368 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:16.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:16.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:16.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:16.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:16.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:16.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:16.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:16.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:16.419 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:16.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:05:16.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:16.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:16.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:16.423 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:16.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:16.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:16.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:16.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:16.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:16.425 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:16.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:16.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:16.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:05:16.426 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:05:16.426 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:05:16.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:16.426 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298513910 data=null x=363 y=16 width=0 height=0 detail=0} 12:05:16.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:16.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:16.462 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:16.462 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:16.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.463 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:16.463 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:16.463 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:16.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:16.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:16.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:16.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:16.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:16.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:16.471 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:05:16.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:16.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:16.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:16.472 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:16.472 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:16.472 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:16.473 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:16.473 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:16.473 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:16.473 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:16.473 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:16.473 DEBUG [main][MenuItemLookup] Item match:Window 12:05:16.475 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:16.475 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:16.475 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:16.475 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:16.475 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:16.475 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:16.483 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:16.483 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:16.483 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:16.483 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:16.483 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:16.483 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:16.483 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:16.483 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:16.483 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:16.483 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:16.483 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:16.490 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:16.490 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:16.490 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:16.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:16.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:16.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:16.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:16.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:16.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:16.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:16.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:16.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:16.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:16.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:16.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:16.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:16.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:16.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:05:16.572 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:16.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:16.573 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:16.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:16.573 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:16.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:05:16.573 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:16.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:16.573 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:16.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:16.573 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:16.573 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:05:16.574 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:05:16.574 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:05:16.574 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:05:16.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:16.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.575 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:16.575 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:16.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:16.576 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:16.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.576 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:16.576 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:16.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:16.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:16.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:16.577 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:16.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:16.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:16.577 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:16.577 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:16.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:16.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:16.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:16.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:16.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:16.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:16.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:16.637 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:16.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:05:16.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:16.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:16.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:16.643 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:16.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:16.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:16.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:16.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:16.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:16.645 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:16.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:16.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:16.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:05:16.646 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:05:16.646 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:05:16.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:16.647 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298513689 data=null x=363 y=16 width=0 height=0 detail=0} 12:05:16.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:16.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:16.678 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:16.678 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:16.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.678 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:16.678 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:16.678 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:16.678 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:16.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:16.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:16.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:16.679 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:16.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:16.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:16.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:16.686 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:16.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.687 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:16.687 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:16.687 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:16.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:16.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:16.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:16.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:16.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:16.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:16.694 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:05:16.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:16.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:16.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:16.695 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:16.695 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:16.695 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:16.696 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:16.696 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:16.696 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:16.696 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:16.696 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:16.696 DEBUG [main][MenuItemLookup] Item match:Window 12:05:16.696 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:16.696 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:16.696 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:16.696 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:16.696 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:16.696 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:16.701 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:16.701 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:16.701 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:16.701 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:16.701 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:16.701 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:16.701 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:16.701 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:16.701 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:16.701 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:16.701 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:16.701 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:16.701 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:16.701 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:16.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:16.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:16.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:16.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:16.769 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.769 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:16.769 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:16.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:16.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:16.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:16.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:16.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:05:16.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:16.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:16.780 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:16.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:16.780 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:16.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:05:16.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:16.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:16.780 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:16.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:16.780 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:16.781 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:05:16.781 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:05:16.781 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:05:16.781 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:05:16.781 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:16.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.781 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:16.781 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:16.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:16.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:16.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.783 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:16.783 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:16.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:16.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:16.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:16.784 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:16.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:16.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:16.784 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:16.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:16.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:16.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:16.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:16.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:16.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:16.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:16.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:16.837 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:16.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:05:16.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:16.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:16.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:16.841 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:16.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:16.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:16.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:16.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:16.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:16.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:16.858 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 12:05:16.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:16.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:16.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:16.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:16.859 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:16.859 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:16.859 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:16.859 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:16.859 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:16.859 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:16.859 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:16.860 DEBUG [main][MenuItemLookup] Item match:Window 12:05:16.860 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:16.860 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:16.860 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:16.860 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:16.860 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:16.860 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:16.865 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:16.865 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:16.865 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:16.865 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:16.865 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:16.865 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:16.865 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:16.865 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:16.865 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:16.865 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:16.865 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:16.875 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:16.875 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:16.875 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:16.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:16.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:16.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:16.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:16.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:16.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:16.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:16.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:16.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:16.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:16.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:16.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:16.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:16.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:16.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:05:16.943 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:05:16.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:16.943 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:05:16.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:16.943 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:05:16.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:05:16.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:05:16.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:16.944 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:05:16.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:16.944 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:05:16.945 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 12:05:16.945 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 12:05:16.945 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 12:05:16.945 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 12:05:16.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:16.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:16.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:16.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:16.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:16.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:16.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:16.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:16.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:16.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:16.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:16.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:16.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:16.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:16.948 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:16.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:16.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:16.948 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:16.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:17.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:17.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:17.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:17.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:17.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:17.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:17.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:17.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:17.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 12:05:17.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:17.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:17.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:17.053 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:05:17.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:05:17.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:17.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:17.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:17.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:17.055 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:17.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:17.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:17.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:05:17.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:17.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:17.076 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:05:17.076 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:05:17.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:17.077 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298513259 data=null x=447 y=16 width=0 height=0 detail=0} 12:05:17.103 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:05:17.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:05:17.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:17.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:17.104 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 12:05:17.104 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 12:05:17.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:05:17.105 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298513231 data=null x=317 y=16 width=0 height=0 detail=0} 12:05:17.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:17.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:17.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:17.137 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:17.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:17.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:17.137 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:17.137 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:17.138 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:17.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:17.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:17.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:17.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:17.138 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:17.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:17.145 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:05:17.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:17.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:17.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:17.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:17.145 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:17.146 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:17.146 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:17.146 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:17.147 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:17.147 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:17.147 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:17.147 DEBUG [main][MenuItemLookup] Item match:Window 12:05:17.147 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:17.147 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:17.147 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:17.147 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:17.147 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:17.147 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:17.153 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:17.153 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:17.153 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:17.153 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:17.153 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:17.153 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:17.153 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:17.153 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:17.153 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:17.153 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:17.153 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:17.160 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:17.160 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:17.160 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:17.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:17.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:17.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:17.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:17.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:17.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:17.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:17.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:17.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:05:17.237 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:17.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:17.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:17.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:17.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:05:17.238 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:17.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:17.238 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:17.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:17.238 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:17.238 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:05:17.238 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:05:17.239 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:05:17.239 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:05:17.239 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:17.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:17.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:17.239 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:17.239 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:17.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:17.240 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:17.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:17.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:17.249 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:17.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:17.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:17.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:17.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:17.250 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:17.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:17.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:17.250 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:17.250 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:17.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:17.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:17.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:17.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:17.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:17.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:17.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:17.299 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:17.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:05:17.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:17.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:17.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:17.303 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:17.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:17.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:17.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:17.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:17.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:17.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:17.342 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 12:05:17.342 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:17.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:17.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:17.342 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:17.342 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:17.342 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:17.342 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:17.342 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:17.342 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:17.342 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:17.343 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:17.343 DEBUG [main][MenuItemLookup] Item match:Window 12:05:17.343 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:17.343 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:17.343 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:17.343 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:17.343 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:17.343 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:17.348 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:17.348 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:17.348 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:17.348 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:17.348 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:17.348 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:17.348 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:17.348 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:17.348 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:17.348 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:17.348 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:17.348 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:17.348 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:17.348 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:17.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:17.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:17.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:17.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:17.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:17.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:17.418 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:17.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:17.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:17.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:17.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:17.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:17.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:17.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:17.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:17.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:17.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:05:17.420 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:05:17.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:17.420 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:05:17.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:17.420 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:05:17.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:05:17.421 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:05:17.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:17.421 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:05:17.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:17.421 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:05:17.440 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 12:05:17.440 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 12:05:17.440 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 12:05:17.441 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 12:05:17.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:17.441 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:17.441 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:17.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:17.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:17.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:17.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:17.442 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:17.442 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:17.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:17.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:17.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:17.443 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:17.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:17.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:17.444 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:17.444 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:17.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:17.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:17.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:17.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:17.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:17.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:17.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:17.545 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:17.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 12:05:17.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:17.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:17.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:17.548 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:05:17.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:05:17.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:17.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:17.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:17.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:17.551 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:17.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:17.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:17.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:05:17.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:17.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:17.577 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:17.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:17.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:17.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:05:17.578 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:05:17.578 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:05:17.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:17.578 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298512757 data=null x=447 y=16 width=0 height=0 detail=0} 12:05:17.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:17.613 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:17.613 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:17.613 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:17.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:17.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:17.614 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:17.614 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:17.614 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:17.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:17.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:17.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:17.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:17.614 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:17.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:17.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:17.666 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:05:17.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:17.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:17.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:17.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:17.666 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:17.667 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:17.668 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:17.668 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:17.668 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:17.668 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:17.668 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:17.668 DEBUG [main][MenuItemLookup] Item match:Window 12:05:17.668 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:17.668 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:17.668 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:17.668 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:17.668 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:17.668 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:17.674 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:17.674 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:17.674 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:17.674 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:17.674 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:17.674 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:17.674 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:17.674 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:17.674 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:17.674 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:17.674 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:17.688 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:17.689 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:17.689 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:17.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:17.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:17.779 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:17.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:17.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:17.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:17.780 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:17.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:17.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:17.780 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:17.780 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:17.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:17.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:17.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:17.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:17.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:17.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:05:17.782 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:17.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:17.782 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:17.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:17.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:17.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:05:17.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:17.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:17.783 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:17.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:17.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:17.783 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:05:17.783 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:05:17.784 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:05:17.784 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:05:17.784 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:17.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:17.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:17.784 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:17.784 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:17.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:17.785 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:17.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:17.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:17.785 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:17.785 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:17.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:17.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:17.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:17.786 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:17.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:17.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:17.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:17.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:17.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:17.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:17.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:17.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:17.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:17.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:17.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:17.861 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:17.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:05:17.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:17.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:17.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:17.865 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:17.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:17.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:17.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:17.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:17.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:17.867 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:17.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:17.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:17.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:05:17.868 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:05:17.868 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:05:17.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:17.868 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298512468 data=null x=447 y=16 width=0 height=0 detail=0} 12:05:17.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:17.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:17.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:17.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:17.911 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:17.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:17.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:17.912 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:17.912 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:17.912 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:17.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:17.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:17.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:17.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:17.912 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:17.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.934 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' is already open. Activate. 12:05:17.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:17.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:17.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:17.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:17.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 12:05:17.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:17.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:17.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:17.938 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 12:05:17.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 12:05:17.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:17.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:17.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:17.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:17.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test field: ") 12:05:17.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:17.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:17.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:17.950 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Workbench Dirty Test"as the parent 12:05:17.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:17.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:17.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:17.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:17.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:17.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:05:17.951 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:05:17.951 INFO [WorkbenchTestable][AbstractText] Text set to: hello 12:05:17.965 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 12:05:17.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 12:05:17.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:17.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 12:05:17.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:17.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:17.966 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:17.967 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:17.967 DEBUG [main][MenuItemLookup] Item match:File 12:05:17.968 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:05:17.968 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:05:17.968 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:05:17.968 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:05:17.968 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:17.968 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:05:17.968 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:05:17.968 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:17.968 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:05:17.968 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:05:17.968 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:05:17.968 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:05:17.968 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:05:17.985 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 12:05:17.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 12:05:17.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:17.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 12:05:17.986 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 12:05:17.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 12:05:17.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:17.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 12:05:17.987 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Dirty Test' 12:05:17.987 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Dirty Test 12:05:17.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 12:05:17.988 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298512348 data=null x=505 y=16 width=0 height=0 detail=0} 12:05:18.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:18.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:18.018 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:18.018 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:18.018 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:18.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:18.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:18.019 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:18.019 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:18.019 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:18.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:18.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:18.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:18.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:18.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:18.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:18.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:05:18.033 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 12:05:18.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:18.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:18.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:18.034 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:18.034 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:18.034 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:18.035 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:18.035 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:18.035 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:18.035 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:18.035 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:18.035 DEBUG [main][MenuItemLookup] Item match:Window 12:05:18.035 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:18.035 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:18.035 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:18.035 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:18.035 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:18.035 DEBUG [main][MenuItemLookup] Item match:Show View 12:05:18.040 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:05:18.040 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:05:18.040 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:05:18.040 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:05:18.040 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:05:18.040 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:05:18.040 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:05:18.040 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:05:18.040 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:18.040 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:05:18.040 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:05:18.041 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:05:18.041 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:05:18.041 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:05:18.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:05:18.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:05:18.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:05:18.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:18.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:18.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:05:18.141 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:18.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:18.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:18.141 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:18.141 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:18.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:18.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:18.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:18.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:18.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:18.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:18.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:18.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 12:05:18.143 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:18.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:18.143 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:18.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:18.143 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:18.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 12:05:18.144 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 12:05:18.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:05:18.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 12:05:18.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:05:18.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 12:05:18.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 12:05:18.144 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 12:05:18.144 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 12:05:18.145 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 12:05:18.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:18.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:18.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:18.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:18.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:18.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:18.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:18.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:05:18.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:05:18.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:18.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:18.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:05:18.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:05:18.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:18.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:18.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:18.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:18.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:18.157 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:05:18.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:18.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:18.157 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:18.157 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:05:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:05:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 12:05:18.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:18.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:18.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 12:05:18.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:18.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:18.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:18.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:18.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:18.240 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:18.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:05:18.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:18.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:18.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:18.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:18.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:18.243 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:18.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:18.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:18.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:18.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:18.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:18.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:18.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:18.249 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' is already open. Activate. 12:05:18.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:18.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:18.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:18.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:18.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:18.252 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:18.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 12:05:18.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:18.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:18.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:18.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:18.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:18.256 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:05:18.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:05:18.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:18.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:18.295 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:18.295 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:18.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:18.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:05:18.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:18.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:18.342 INFO [WorkbenchTestable][AbstractView] Activate view Markers 12:05:18.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:05:18.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:18.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:05:18.361 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 12:05:18.361 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 12:05:18.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 12:05:18.362 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298511974 data=null x=317 y=16 width=0 height=0 detail=0} 12:05:18.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:18.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:18.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:18.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:18.394 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:18.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:18.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:18.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:18.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 12:05:18.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:18.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:18.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:18.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:18.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:05:18.398 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 12:05:18.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:18.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:05:18.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:05:18.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:05:18.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:05:18.400 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 12:05:18.400 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 12:05:18.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 12:05:18.400 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button Event {type=3 CTabFolder {} time=-298511936 data=null x=363 y=16 width=0 height=0 detail=0} 12:05:18.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:18.439 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:18.439 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:18.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:18.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:18.457 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 12:05:18.457 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 12:05:18.457 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:18.457 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:18.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:18.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.668 s - in org.eclipse.reddeer.workbench.test.view.ViewTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.754 s getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.245 s testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.018 s testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.02 s testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.235 s testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.025 s testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.02 s getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.254 s testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.009 s testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.017 s viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.213 s testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.016 s testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.462 s testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.016 s testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.009 s testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.182 s testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.215 s testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.009 s testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.45 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.476 s testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.298 s testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.107 s testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.438 s Running org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:05:18.490 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:05:18.491 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:05:18.491 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:18.491 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:05:18.491 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:18.491 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:05:18.492 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:18.492 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:05:18.492 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:18.492 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:05:18.492 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:18.492 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:05:18.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:05:18.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:05:18.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:05:18.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:05:18.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:05:18.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:05:18.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:18.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:18.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:18.493 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:05:18.493 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:05:18.493 DEBUG [main][MenuItemLookup] Found menu:'File' 12:05:18.494 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:05:18.494 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:05:18.494 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:05:18.494 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:05:18.494 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:05:18.494 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:05:18.494 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:05:18.494 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:05:18.494 DEBUG [main][MenuItemLookup] Item match:Window 12:05:18.495 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:05:18.495 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:05:18.495 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:05:18.495 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:18.495 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:05:18.495 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:05:18.495 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:18.495 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:05:18.495 DEBUG [main][MenuItemLookup] Found menu:'' 12:05:18.495 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:05:18.495 DEBUG [main][MenuItemLookup] Item match:Preferences 12:05:18.495 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:05:18.495 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:05:18.495 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:05:18.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:05:18.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:05:18.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:05:18.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:18.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:18.610 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:05:18.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:05:18.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:05:18.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:18.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:18.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:18.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:18.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:05:18.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:05:18.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:05:18.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:05:18.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:05:18.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:05:18.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:05:18.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:05:18.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:05:18.617 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:05:18.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:05:18.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:05:18.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:05:18.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:05:18.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:05:18.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:05:18.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:05:18.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:05:18.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:05:18.656 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:18.656 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 12:05:18.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:05:18.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:18.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:18.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:18.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:18.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:05:18.659 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job' will be killed 12:05:18.659 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job' is still alive 12:05:19.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:05:19.160 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:05:19.160 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:05:19.160 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:05:19.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:05:19.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:05:19.160 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 12:05:19.160 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:05:19.161 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 12:05:19.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:05:19.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:05:19.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:05:19.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:05:19.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:05:19.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState... 12:05:19.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState finished successfully 12:05:19.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:05:19.162 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:19.162 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:19.663 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:19.663 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:20.163 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:20.163 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:20.663 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:20.663 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:21.163 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:21.163 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:21.664 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:21.664 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:22.164 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:22.164 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:22.665 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:22.665 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:23.166 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:23.166 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:23.666 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:23.666 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:24.167 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:24.167 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:24.668 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:24.668 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:25.168 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:25.168 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:25.668 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:25.669 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:26.169 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:26.169 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:26.669 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:26.669 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:27.169 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:27.170 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:27.670 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:27.670 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:28.170 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:28.171 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:28.672 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:28.673 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:29.173 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 12:05:29.173 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 12:05:29.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, an exception will be thrown 12:05:29.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:05:29.175 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:29.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:30.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:30.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:31.177 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:31.678 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:32.178 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:32.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:33.179 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:33.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:34.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:34.680 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:35.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:35.681 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:36.682 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:37.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:37.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:38.183 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:38.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:39.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:39.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:40.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:40.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:41.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:41.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:42.185 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:42.686 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:43.186 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:43.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:44.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:44.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:45.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:45.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:46.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:46.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:47.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:47.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:48.190 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:48.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:49.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:49.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:50.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:50.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:51.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:51.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:52.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:52.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:53.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:53.695 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:54.195 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:54.696 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:55.197 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:55.697 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:56.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:56.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:57.199 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:57.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:58.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:58.700 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:59.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:05:59.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:00.201 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:00.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:01.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:01.702 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:02.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:02.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:03.204 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:03.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:04.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:04.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:05.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:05.706 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:06.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:06.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:07.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:07.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:08.208 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:08.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:09.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:09.709 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:10.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:10.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:11.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:11.711 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:12.211 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:12.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:13.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:13.713 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:14.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:14.713 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:15.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:15.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:16.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:16.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:17.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:17.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:18.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:18.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 12:06:19.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:06:19.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:06:19.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:06:19.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:06:19.218 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:19.218 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:19.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:19.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:19.220 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 12:06:19.220 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 12:06:19.220 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:19.220 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:19.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:19.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.732 s - in org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 0.504 s testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 60.059 s Results: Tests run: 85, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.workbench.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.uiforms.test >-------- [INFO] Building RedDeer UIForms Test 2.8.0-SNAPSHOT [35/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.uiforms.test --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.uiforms.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.uiforms.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 Running org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:32.757 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:06:32.762 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=6 12:06:33.061 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:06:33.064 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:06:33.134 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:33.170 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:33.174 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:33.179 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:33.183 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:33.186 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:06:33.190 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:06:33.202 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:06:33.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:33.234 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:33.252 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:33.252 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:33.255 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:33.256 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:06:33.275 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:33.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:33.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:33.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:33.283 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:33.284 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:33.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:33.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:33.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:33.300 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:33.338 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:06:33.344 DEBUG [main][MenuItemLookup] Found menu:'File' 12:06:33.344 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:06:33.344 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:06:33.345 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:06:33.345 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:06:33.345 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:06:33.345 DEBUG [main][MenuItemLookup] Item match:Window 12:06:33.351 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:06:33.351 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:06:33.351 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:06:33.351 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:33.352 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:06:33.352 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:06:33.352 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:33.352 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:06:33.352 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:33.353 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:06:33.353 DEBUG [main][MenuItemLookup] Item match:Preferences 12:06:33.356 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:06:33.356 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:06:33.359 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1485): Gtk-WARNING **: 12:06:33.513: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg. This may indicate that pixbuf loaders or the mime database could not be found. 12:06:33.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:06:33.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:06:33.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:06:33.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:33.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:33.697 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:06:33.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:33.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:06:33.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:33.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:33.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:33.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:33.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:33.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:33.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:33.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:06:33.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:33.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:33.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:33.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:33.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:33.781 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:06:33.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:33.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:33.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:33.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:33.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:06:33.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:06:33.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:33.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:33.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:33.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:33.887 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:33.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:33.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:33.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:33.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:33.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:33.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:33.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:33.911 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' view via menu. 12:06:33.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:33.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:33.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:33.933 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:33.934 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:06:33.934 DEBUG [main][MenuItemLookup] Found menu:'File' 12:06:33.934 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:06:33.935 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:06:33.935 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:06:33.935 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:06:33.935 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:06:33.935 DEBUG [main][MenuItemLookup] Item match:Window 12:06:33.936 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:06:33.937 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:06:33.937 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:06:33.937 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:33.937 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:06:33.937 DEBUG [main][MenuItemLookup] Item match:Show View 12:06:33.955 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:06:33.956 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:06:33.956 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:06:33.956 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:06:33.956 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:06:33.956 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:06:33.957 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:06:33.957 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:06:33.957 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:33.957 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:06:33.957 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:06:33.958 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:06:33.958 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:06:33.959 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:06:34.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:06:34.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:06:34.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:06:34.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:34.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:34.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:34.050 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:34.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:34.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:34.052 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:06:34.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:34.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:34.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:34.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:34.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:34.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:34.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:34.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:34.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children... 12:06:34.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 12:06:34.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:34.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:34.570 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 12:06:34.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children finished successfully 12:06:34.572 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 12:06:34.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:34.573 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test UI Forms is already expanded. No action performed 12:06:34.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:34.573 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 12:06:34.573 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UI Form Test 12:06:34.574 DEBUG [main][TreeItemHandler] Selecting tree item: UI Form Test 12:06:34.575 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UI Form Test about selection 12:06:34.577 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UI Form Test 12:06:34.577 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:34.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:34.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:34.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:06:34.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:34.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:34.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:34.581 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:06:34.581 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:34.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:34.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:34.581 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:06:34.581 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:34.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:34.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:34.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:34.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:34.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:34.584 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:06:34.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:34.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:34.585 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:34.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:35.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:35.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open... 12:06:35.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:35.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:35.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open finished successfully 12:06:35.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:35.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:35.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:35.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:35.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:35.073 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:35.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:35.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:35.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:35.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:35.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:35.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:35.140 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:35.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:35.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:35.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:35.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:35.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:35.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 12:06:35.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:35.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:35.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:35.186 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:35.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:35.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:35.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:35.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:35.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:35.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:06:35.194 TRACE [main][WidgetHandler] Notify FormText with event 1 12:06:35.195 TRACE [main][WidgetHandler] Wait for synchronization 12:06:35.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText clicked") 12:06:35.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:35.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:35.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:35.199 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:35.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:35.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:35.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:35.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:35.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:35.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:06:35.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:35.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:35.207 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:35.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:35.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:35.214 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:35.216 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:35.216 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:35.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:35.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:35.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:35.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:35.216 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:35.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:35.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:35.256 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:35.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:35.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:35.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:35.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:35.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:35.285 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:35.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:35.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:35.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:35.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:35.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:35.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:35.354 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:35.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:35.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:35.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:35.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:35.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:35.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 12:06:35.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:35.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:35.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:35.366 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:35.367 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:35.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:35.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:35.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:35.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:35.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:06:35.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 1 and no matchers specified 12:06:35.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:35.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:35.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:35.369 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:35.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:35.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:35.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:35.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:35.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:35.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 12:06:35.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:35.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:35.374 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:35.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:35.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:35.375 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:35.376 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:35.377 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:35.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:35.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:35.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:35.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:35.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:35.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:35.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:35.437 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:35.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:35.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:35.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:35.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:35.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:35.446 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:35.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:35.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:35.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:35.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:35.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:35.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:35.453 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:35.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:35.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:35.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:35.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:35.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:35.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing hyperlink") 12:06:35.461 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:35.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:35.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:35.485 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:35.485 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:35.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:35.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:35.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:35.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:36.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:36.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:36.570 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was not found 12:06:36.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:36.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:36.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:36.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:36.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:36.576 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:36.577 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:36.577 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:36.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:36.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:36.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:36.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:36.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:36.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:36.592 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:36.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:36.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:36.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:36.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:36.658 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:36.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:36.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:36.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:36.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:36.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:36.674 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:36.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:36.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:36.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:36.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:36.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:36.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 1 and no matchers specified 12:06:36.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:36.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:36.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:36.683 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:36.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:36.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:36.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:36.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:36.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:36.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 12:06:36.688 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:36.688 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:36.688 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:36.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:36.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:36.716 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:36.717 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:36.717 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:36.717 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:36.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:36.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:36.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:36.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:36.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:36.746 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:36.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:36.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:36.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:36.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:36.761 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:36.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:36.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:36.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:36.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:36.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:36.797 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:36.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:36.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:36.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:36.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:36.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:36.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 12:06:36.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:36.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:36.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:36.804 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:36.804 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:36.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:36.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:36.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:36.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:06:36.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:36.845 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:36.845 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:36.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:36.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:36.846 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:36.847 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:36.847 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:36.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:36.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:36.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:36.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:36.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:36.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:36.862 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:36.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:36.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:36.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:36.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:36.873 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:36.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:36.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:36.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:36.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:36.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:36.911 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:36.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:36.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:36.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:36.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:36.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:36.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:06:36.919 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:36.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:36.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:36.955 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:36.955 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:36.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:36.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:36.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:36.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:36.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText Section C") 12:06:36.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:36.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:36.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:36.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:06:36.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:36.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:36.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:36.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:36.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:36.964 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:36.965 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:36.965 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:36.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:36.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:36.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:36.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:36.966 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:36.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:36.979 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:36.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:36.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:36.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:36.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:36.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:36.990 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:36.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:36.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:36.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:37.028 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:37.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:37.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:37.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:37.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:37.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:37.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 12:06:37.035 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:37.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.036 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:37.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:37.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:06:37.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:37.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:37.038 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:37.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.039 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:37.040 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:37.040 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:37.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:37.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:37.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:37.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:37.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:37.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.074 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:37.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:37.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:37.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:37.090 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:37.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:37.129 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:37.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:37.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:37.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:37.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:37.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:37.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 12:06:37.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:37.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.137 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:37.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:37.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:06:37.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:37.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:37.139 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:37.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.140 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:37.140 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:37.140 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:37.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:37.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:37.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:37.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:37.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:37.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.175 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:37.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:37.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:37.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:37.188 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:37.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:37.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:37.229 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:37.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:37.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:37.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:37.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:37.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:37.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText Section A") 12:06:37.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:37.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.236 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:37.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:37.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:06:37.237 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:37.237 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:37.237 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:37.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.238 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:37.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:37.239 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:37.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:37.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:37.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:37.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:37.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:37.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.269 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:37.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:37.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:37.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:37.299 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:37.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:37.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:37.314 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:37.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:37.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:37.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:37.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:37.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:37.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:06:37.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:37.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.321 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:37.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:37.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:37.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 12:06:37.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 12:06:37.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:37.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:37.356 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:37.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.356 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:37.357 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:37.357 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:37.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:37.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:37.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:37.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:37.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:37.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.371 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:37.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:37.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:37.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:37.384 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:37.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:37.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:37.432 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:37.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:37.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:37.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:37.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:37.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:37.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:06:37.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:37.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.467 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:37.467 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:37.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:37.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 12:06:37.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:37.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:37.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 12:06:37.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:37.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:37.474 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:37.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.475 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 12:06:37.480 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 12:06:37.481 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:37.481 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:37.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.814 s - in org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 1.326 s hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.159 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 1.199 s indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.138 s defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.129 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.117 s hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.074 s getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.1 s titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.098 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.117 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.118 s Running org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:37.564 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:37.565 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:37.567 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:37.567 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:37.567 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:37.568 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:06:37.568 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:37.568 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:37.568 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:37.569 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:37.569 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:37.569 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:06:37.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:37.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:37.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:37.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:37.571 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:37.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:37.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:37.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:37.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:37.572 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:37.572 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:06:37.573 DEBUG [main][MenuItemLookup] Found menu:'File' 12:06:37.574 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:06:37.574 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:06:37.574 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:06:37.574 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:06:37.574 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:06:37.574 DEBUG [main][MenuItemLookup] Item match:Window 12:06:37.576 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:06:37.576 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:06:37.576 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:06:37.576 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:37.576 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:06:37.576 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:06:37.576 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:37.576 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:06:37.577 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:37.577 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:06:37.577 DEBUG [main][MenuItemLookup] Item match:Preferences 12:06:37.602 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:06:37.603 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:06:37.603 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:06:37.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:06:37.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:06:37.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:06:37.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:37.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:37.778 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:06:37.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:37.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:06:37.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:37.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:37.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:37.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:06:37.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:37.787 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:06:37.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:37.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:37.787 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:37.787 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:37.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:06:37.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:06:37.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:37.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:37.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:37.847 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:37.847 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:37.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:37.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:37.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:37.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:37.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:37.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.854 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:37.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:37.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:37.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:37.861 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:37.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:37.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:37.874 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:37.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:37.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:37.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:37.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:37.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:37.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 12:06:37.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:37.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:37.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:37.902 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:37.902 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:37.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:37.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:37.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:06:37.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.expandablecomposite.DefaultExpandableComposite, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 12:06:37.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:37.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:37.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:38.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:38.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:38.955 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 12:06:38.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:38.956 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:38.956 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:38.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:38.956 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:38.957 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:38.957 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:38.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:38.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:38.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:38.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:38.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:38.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:38.968 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:38.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:38.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:38.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:38.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:39.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:39.002 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:39.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:39.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:39.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:39.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:39.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:39.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:39.013 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:39.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:39.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:39.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:39.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:39.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:39.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 12:06:39.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:39.041 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:39.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:39.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:39.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:39.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:39.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:39.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:06:39.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.expandablecomposite.DefaultExpandableComposite, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 12:06:39.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:39.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:39.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:39.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:39.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:39.060 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:39.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:39.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:39.061 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:39.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:39.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:39.062 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:39.062 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:39.062 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:39.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:39.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:39.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:39.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:39.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:39.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:39.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:39.080 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:39.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:39.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:39.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:39.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:39.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:39.094 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:39.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:39.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:39.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:39.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:39.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:39.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:39.146 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:39.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:39.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:39.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:39.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:39.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:39.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Non existing expandable composite title") 12:06:39.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:39.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:39.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:39.152 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:39.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:39.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:39.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:39.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:39.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:39.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:40.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:40.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:40.220 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was not found 12:06:40.220 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:40.220 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:40.220 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:40.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:40.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:40.221 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:40.221 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:40.221 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:40.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:40.221 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:40.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:40.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:40.222 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:40.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.237 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:40.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:40.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:40.273 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:40.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:40.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:40.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:40.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:40.285 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:40.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:40.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:40.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:40.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:40.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:40.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 1 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 12:06:40.293 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:40.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:40.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:40.293 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:40.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:40.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:40.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:40.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:40.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:40.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 12:06:40.299 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:40.299 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:40.299 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:40.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:40.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:40.300 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:40.300 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:40.300 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:40.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:40.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:40.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:40.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:40.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:40.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.350 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:40.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:40.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:40.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:40.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:40.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:40.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:40.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:40.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:40.394 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:40.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:40.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:40.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:40.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:40.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:40.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:06:40.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:40.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:40.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:40.400 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:40.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:40.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:40.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:40.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:40.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Expandable composite C") 12:06:40.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:40.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:40.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:06:40.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:40.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:40.428 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:40.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:40.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:40.429 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:40.429 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:40.429 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:40.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:40.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:40.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:40.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:40.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:40.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.448 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:40.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:40.465 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:40.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:40.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:40.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:40.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:40.501 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:40.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:40.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:40.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:40.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:40.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:40.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 12:06:40.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:40.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:40.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:40.509 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:40.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:40.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:40.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:40.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:06:40.511 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:40.511 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:40.511 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:40.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:40.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:40.512 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:40.513 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:40.513 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:40.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:40.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:40.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:40.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:40.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:40.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.548 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:40.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:40.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:40.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:40.560 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:40.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:40.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:40.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:40.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:40.600 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:40.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:40.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:40.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:40.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:40.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:40.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Expandable composite C") 12:06:40.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:40.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:40.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:40.629 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:40.629 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:40.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:40.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:40.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:06:40.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:40.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:40.635 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:40.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:40.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:40.636 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:40.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:40.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:40.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:40.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:40.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:40.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:40.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:40.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.650 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:40.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:40.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:40.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:40.662 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:40.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:40.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:40.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:40.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:40.700 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:40.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:40.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:40.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:40.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:40.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:40.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:06:40.705 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:40.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:40.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:40.730 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:40.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:40.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:40.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:40.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:40.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 12:06:40.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:40.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:40.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 12:06:40.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:40.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:40.738 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:40.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:40.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:40.739 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:40.739 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:40.740 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:40.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:40.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:40.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:40.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:40.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:40.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.750 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:40.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:40.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:40.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:40.764 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:40.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:40.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:40.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:40.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:40.800 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:40.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:40.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:40.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:40.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:40.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:40.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:06:40.806 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:40.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:40.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:40.829 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:40.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:40.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:40.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:40.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:40.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:40.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:40.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 12:06:40.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:40.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:40.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:40.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:40.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 12:06:40.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:40.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:40.835 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:40.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:40.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:40.836 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 12:06:40.836 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 12:06:40.836 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:40.836 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:40.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:40.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.282 s - in org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.109 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.105 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.159 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.079 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.129 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.083 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.123 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.103 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.096 s Running org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:40.855 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:40.856 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:40.858 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:40.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:40.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:40.858 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:06:40.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:40.858 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:40.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:40.858 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:40.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:40.859 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:06:40.859 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:40.859 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:40.859 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:40.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:40.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:40.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:40.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:40.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:40.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:40.861 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:40.861 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:06:40.861 DEBUG [main][MenuItemLookup] Found menu:'File' 12:06:40.862 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:06:40.862 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:06:40.862 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:06:40.863 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:06:40.863 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:06:40.863 DEBUG [main][MenuItemLookup] Item match:Window 12:06:40.864 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:06:40.865 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:06:40.865 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:06:40.865 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:40.865 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:06:40.865 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:06:40.865 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:40.865 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:06:40.865 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:40.865 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:06:40.865 DEBUG [main][MenuItemLookup] Item match:Preferences 12:06:40.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:06:40.865 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:06:40.865 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:06:41.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:06:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:06:41.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:06:41.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:41.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:41.015 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:06:41.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:41.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:06:41.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:41.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:41.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:41.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:41.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:41.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:41.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:41.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:06:41.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:41.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:41.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:41.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:41.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:41.043 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:06:41.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:41.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:41.043 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:41.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:41.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:06:41.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:06:41.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:41.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:41.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:41.111 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:41.111 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:06:41.111 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:41.111 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:41.111 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:41.111 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:41.112 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:41.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:41.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:41.124 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:41.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:41.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:41.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:41.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:41.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:41.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:41.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:41.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:41.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:41.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:41.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:41.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:41.153 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:41.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:41.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:41.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:41.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:41.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:41.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:41.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:41.208 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 12:06:41.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:41.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:41.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:41.209 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:41.209 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:06:41.209 DEBUG [main][MenuItemLookup] Found menu:'File' 12:06:41.209 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:06:41.209 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:06:41.209 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:06:41.209 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:06:41.209 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:06:41.209 DEBUG [main][MenuItemLookup] Item match:Window 12:06:41.210 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:06:41.210 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:06:41.210 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:06:41.210 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:41.211 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:06:41.211 DEBUG [main][MenuItemLookup] Item match:Show View 12:06:41.239 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:06:41.239 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:06:41.239 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:06:41.239 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:06:41.239 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:06:41.239 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:06:41.239 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:06:41.239 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:06:41.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:41.239 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:06:41.239 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:06:41.266 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:06:41.266 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:06:41.266 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:06:41.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:06:41.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:06:41.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:06:41.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:41.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:41.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:06:41.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:41.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:41.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:41.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:06:41.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:41.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:41.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:41.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:41.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:41.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:41.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:41.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:41.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:06:41.355 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:06:41.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:41.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:41.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:06:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:06:41.864 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:06:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:06:41.864 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:06:41.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:06:41.865 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:06:41.866 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 12:06:41.866 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 12:06:41.866 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 12:06:41.867 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 12:06:41.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:41.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:41.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:41.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:06:41.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:41.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:41.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:41.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:06:41.869 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:41.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:41.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:41.869 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:06:41.869 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:41.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:41.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:41.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:41.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:41.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:41.871 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:06:41.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:41.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:41.871 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:41.871 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:42.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:06:42.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:06:42.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open... 12:06:42.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open finished successfully 12:06:42.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:42.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:42.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:42.065 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:42.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:06:42.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:42.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:42.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:42.072 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:06:42.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:06:42.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:42.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:42.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:42.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:42.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and no matchers specified 12:06:42.074 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:42.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:42.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:42.074 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 12:06:42.074 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:42.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:42.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:42.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:42.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:43.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:43.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:43.096 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was not found 12:06:43.097 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:06:43.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:06:43.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:43.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:43.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:43.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:43.099 INFO [WorkbenchTestable][AbstractView] Close view 'Error Log' 12:06:43.099 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Error Log 12:06:43.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:06:43.101 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:06:43.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:43.146 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:43.147 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:43.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:43.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:43.175 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:06:43.176 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:43.176 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:06:43.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:43.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:43.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:43.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:43.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:43.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.182 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:43.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:43.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:43.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:43.194 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:43.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:43.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:43.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:43.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:43.238 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:43.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:43.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:43.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:43.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:43.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:43.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 1 and no matchers specified 12:06:43.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:43.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:43.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:43.254 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:43.254 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:43.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:43.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:43.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:43.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:43.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 12:06:43.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:43.310 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:43.310 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:43.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:43.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:43.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:43.312 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:06:43.312 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:43.313 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:06:43.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:43.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:43.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:43.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:43.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:43.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.318 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:43.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:43.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:43.328 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:43.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:43.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:43.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:43.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:43.365 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:43.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:43.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:43.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:43.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:43.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:43.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:06:43.371 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:43.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:43.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:43.371 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:43.371 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:43.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:43.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:43.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:43.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Form D") 12:06:43.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:43.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:43.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:43.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:43.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:43.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:43.417 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:43.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:43.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:43.417 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:06:43.418 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:43.418 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:06:43.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:43.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:43.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:43.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:43.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:43.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.429 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:43.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:43.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:43.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:43.440 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:43.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:43.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:43.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:43.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:43.476 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:43.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:43.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:43.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:43.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:43.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:43.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and no matchers specified 12:06:43.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:43.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:43.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:43.504 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:43.504 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:43.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:43.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:43.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:43.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:43.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:43.524 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:43.524 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:43.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:43.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:43.524 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:06:43.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:43.525 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:06:43.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:43.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:43.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:43.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:43.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:43.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.536 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:43.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:43.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:43.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:43.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:43.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:43.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:43.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:43.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:43.558 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:43.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:43.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:43.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:43.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:43.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:43.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:06:43.563 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:43.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:43.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:43.587 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:43.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:43.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:43.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:43.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:43.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:43.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:43.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:43.635 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:43.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:43.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:43.635 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:06:43.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:43.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:06:43.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:43.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:43.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:43.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:43.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:43.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.648 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:43.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.660 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:43.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:43.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:43.660 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:43.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:43.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:43.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:43.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:43.698 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:43.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:43.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:43.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:43.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:43.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:43.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:06:43.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:43.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:43.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:43.705 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:43.705 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:43.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:43.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:43.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:43.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 12:06:43.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:43.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:43.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:43.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:43.753 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:43.753 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:43.753 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:43.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:43.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:43.754 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:06:43.755 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:43.755 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:06:43.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:43.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:43.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:43.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:43.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:43.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.766 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:43.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:43.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:43.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:43.778 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:43.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:43.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:43.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:43.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:43.816 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:43.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:43.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:43.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:43.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:43.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:43.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:06:43.821 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:43.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:43.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:43.822 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:43.822 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:43.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:43.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:43.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:43.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:43.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 12:06:43.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:43.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:43.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:43.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:43.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 12:06:43.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:43.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:43.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:43.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:43.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:43.871 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 12:06:43.871 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 12:06:43.871 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:43.871 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:43.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.019 s - in org.eclipse.reddeer.uiforms.test.DefaultFormTest testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 2.064 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.135 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.104 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.106 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.11 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.118 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.116 s Running org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:43.884 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:43.886 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:43.887 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:43.887 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:43.887 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:43.887 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:06:43.888 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:43.888 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:43.888 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:43.888 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:43.888 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:43.889 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:06:43.889 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:43.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:43.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:43.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:43.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:43.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:43.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:43.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:43.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:43.891 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:43.891 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:06:43.891 DEBUG [main][MenuItemLookup] Found menu:'File' 12:06:43.893 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:06:43.893 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:06:43.893 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:06:43.893 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:06:43.893 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:06:43.893 DEBUG [main][MenuItemLookup] Item match:Window 12:06:43.896 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:06:43.896 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:06:43.896 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:06:43.896 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:43.896 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:06:43.896 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:06:43.896 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:43.896 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:06:43.897 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:43.897 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:06:43.897 DEBUG [main][MenuItemLookup] Item match:Preferences 12:06:43.921 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:06:43.922 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:06:43.922 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:06:44.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:06:44.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:06:44.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:06:44.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:44.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:44.083 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:06:44.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:44.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:06:44.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:44.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:44.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:44.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:44.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:44.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:44.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:44.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:06:44.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:44.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:44.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:44.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:44.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:44.101 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:06:44.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:44.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:44.101 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:44.101 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:44.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:06:44.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:06:44.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:44.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:44.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:44.175 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:44.175 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:06:44.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:44.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:44.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:44.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:44.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:44.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:44.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:44.186 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:44.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:44.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:44.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:44.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:44.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:44.192 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:44.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:44.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:44.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:44.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:44.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:44.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:44.197 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:44.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:44.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:44.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:44.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:44.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:44.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and no matchers specified 12:06:44.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:44.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:44.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:44.253 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:44.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:44.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:44.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:44.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:44.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:44.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 12:06:44.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink clicked") 12:06:44.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:44.258 TRACE [main][WidgetHandler] Notify Hyperlink with event 6 12:06:44.258 TRACE [main][WidgetHandler] Wait for synchronization 12:06:44.258 TRACE [main][WidgetHandler] Notify Hyperlink with event 3 12:06:44.258 TRACE [main][WidgetHandler] Wait for synchronization 12:06:44.258 TRACE [main][WidgetHandler] Notify Hyperlink with event 4 12:06:44.258 TRACE [main][WidgetHandler] Wait for synchronization 12:06:44.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:44.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:44.262 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:44.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:44.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:44.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:44.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:44.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:44.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:06:44.264 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:44.264 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:44.264 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:44.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:44.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:44.265 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:06:44.265 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:44.265 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:06:44.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:44.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:44.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:44.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:44.265 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:44.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:44.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:44.283 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:44.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:44.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:44.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:44.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:44.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:44.297 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:44.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:44.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:44.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:44.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:44.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:44.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:44.334 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:44.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:44.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:44.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:44.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:44.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:44.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing hyperlink") 12:06:44.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:44.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:44.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:44.343 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:44.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:44.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:44.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:44.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:44.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:44.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:45.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:45.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:45.389 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was not found 12:06:45.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:45.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:45.390 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:45.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:45.391 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:06:45.391 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:45.391 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:06:45.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:45.391 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:45.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:45.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:45.392 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:45.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.403 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:45.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:45.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:45.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:45.440 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:45.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:45.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:45.454 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:45.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:45.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:45.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:45.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:45.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:45.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 1 and no matchers specified 12:06:45.460 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:45.460 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:45.460 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:45.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:45.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:45.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 12:06:45.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:45.464 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:45.464 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:45.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:45.464 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:06:45.465 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:45.465 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:06:45.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:45.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:45.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:45.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:45.465 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:45.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.503 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:45.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:45.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:45.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:45.514 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:45.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:45.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:45.553 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:45.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:45.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:45.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:45.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:45.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:45.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:06:45.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:45.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:45.559 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:45.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:45.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:45.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink Section C") 12:06:45.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 12:06:45.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:45.590 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:45.590 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:45.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:45.590 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:06:45.591 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:45.591 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:06:45.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:45.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:45.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:45.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:45.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:45.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.609 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:45.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:45.624 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:45.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:45.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:45.660 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:45.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:45.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:45.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:45.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:45.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:45.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and no matchers specified 12:06:45.665 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:45.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:45.690 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:45.690 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:45.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 12:06:45.692 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:45.692 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:45.692 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:45.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:45.693 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:06:45.693 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:45.693 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:06:45.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:45.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:45.693 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:45.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:45.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:45.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.710 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:45.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:45.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:45.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:45.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:45.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:45.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:45.760 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:45.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:45.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:45.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:45.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:45.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:45.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink Section B") 12:06:45.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:45.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:45.789 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:45.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:45.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 12:06:45.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:45.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:45.792 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:45.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:45.793 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:06:45.793 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:45.793 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:06:45.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:45.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:45.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:45.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:45.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:45.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.809 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:45.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:45.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:45.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:45.824 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:45.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:45.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:45.862 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:45.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:45.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:45.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:45.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:45.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:45.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:06:45.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:45.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:45.892 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:45.892 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:45.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:45.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 12:06:45.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 12:06:45.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:45.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:45.898 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:45.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:45.902 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:06:45.903 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:45.903 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:06:45.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:45.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:45.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:45.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:45.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:45.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.914 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:45.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:45.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:45.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:45.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:45.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:45.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:45.965 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:45.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:45.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:45.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:45.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:45.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:45.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:06:45.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:45.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:45.974 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:45.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:45.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:45.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:45.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:45.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 12:06:45.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:45.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:45.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:45.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:45.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 12:06:45.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:45.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:45.980 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:45.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:45.981 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 12:06:45.981 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 12:06:45.981 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:45.981 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:45.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:45.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.1 s - in org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.09 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.126 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.073 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.125 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.102 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.1 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.109 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.078 s Running org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:45.989 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:45.990 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:06:45.991 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:45.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:45.992 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:45.992 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:06:45.992 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:45.992 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:06:46.008 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:46.008 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:06:46.008 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:46.009 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:06:46.009 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:46.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:46.009 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:46.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:46.010 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:06:46.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:46.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:46.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:46.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:46.010 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:46.010 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:06:46.011 DEBUG [main][MenuItemLookup] Found menu:'File' 12:06:46.012 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:06:46.012 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:06:46.012 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:06:46.013 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:06:46.013 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:06:46.013 DEBUG [main][MenuItemLookup] Item match:Window 12:06:46.014 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:06:46.014 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:06:46.014 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:06:46.014 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:46.014 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:06:46.014 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:06:46.014 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:46.014 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:06:46.014 DEBUG [main][MenuItemLookup] Found menu:'' 12:06:46.014 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:06:46.014 DEBUG [main][MenuItemLookup] Item match:Preferences 12:06:46.014 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:06:46.014 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:06:46.014 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:06:46.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:06:46.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:06:46.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:06:46.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:46.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:46.155 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:06:46.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:06:46.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:06:46.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:46.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:46.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:46.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:46.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:06:46.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:06:46.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:06:46.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:06:46.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:46.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:46.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:46.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:46.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:06:46.182 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:06:46.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:06:46.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:06:46.182 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:06:46.182 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:06:46.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:06:46.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:06:46.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:46.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:46.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:46.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:46.246 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:46.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:46.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:46.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:46.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:46.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:46.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:46.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:46.256 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:46.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:46.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:46.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:46.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:46.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:46.269 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:46.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:46.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:46.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:46.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:46.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:46.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:46.281 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:46.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:46.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:46.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:46.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:46.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:46.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 12:06:46.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:46.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:46.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:46.289 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:46.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:46.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:46.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:46.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:46.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:46.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:06:46.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.section.DefaultSection, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 12:06:46.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:46.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:46.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:46.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:46.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:47.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:47.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:47.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:47.337 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 12:06:47.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:47.337 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:47.337 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:47.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:47.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:47.337 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:47.338 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:47.338 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:47.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:47.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:47.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:47.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:47.338 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:47.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:47.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:47.343 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:47.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:47.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:47.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:47.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:47.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:47.372 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:47.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:47.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:47.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:47.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:47.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:47.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:47.397 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:47.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:47.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:47.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:47.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:47.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:47.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 12:06:47.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:47.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:47.409 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:47.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:47.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:47.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:47.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:47.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:47.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:06:47.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.section.DefaultSection, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 12:06:47.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:47.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:47.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:47.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:47.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:06:47.455 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:06:47.455 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:47.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:47.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:47.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:47.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:47.456 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:47.457 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:47.457 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:47.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:47.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:47.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:47.457 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:47.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:47.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:47.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:47.471 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:47.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:47.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:47.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:47.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:47.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:47.482 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:47.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:47.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:47.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:47.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:47.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:47.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:47.520 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:47.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:47.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:47.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:47.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:47.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:47.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing section title") 12:06:47.525 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:47.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:47.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:47.526 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:47.526 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:47.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:47.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:47.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:48.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:48.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:06:48.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:06:48.571 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was not found 12:06:48.572 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:48.572 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:48.572 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:48.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:48.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:48.576 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:48.576 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:48.576 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:48.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:48.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:48.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:48.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:48.577 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:48.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.588 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:48.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:48.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:48.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:48.602 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:48.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:48.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:48.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:48.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:48.646 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:48.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:48.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:48.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:48.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:48.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:48.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 1 and no matchers specified 12:06:48.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:48.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:48.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:48.653 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:48.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:48.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:48.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:48.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:48.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:48.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 12:06:48.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:48.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:48.684 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:48.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:48.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:48.685 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:48.686 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:48.686 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:48.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:48.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:48.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:48.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:48.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:48.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.700 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:48.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:48.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:48.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:48.716 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:48.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:48.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:48.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:48.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:48.760 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:48.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:48.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:48.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:48.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:48.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:48.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:06:48.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:48.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:48.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:48.766 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:48.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:48.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:48.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:48.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:48.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Section C") 12:06:48.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:48.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:48.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:06:48.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:48.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:48.772 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:48.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:48.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:48.772 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:48.773 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:48.773 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:48.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:48.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:48.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:48.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:48.773 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:48.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.814 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:48.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.829 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:48.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:48.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:48.830 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:48.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:48.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:48.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:48.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:48.868 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:48.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:48.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:48.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:48.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:48.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:48.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 12:06:48.873 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:48.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:48.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:48.899 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:48.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:48.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:48.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:48.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:06:48.900 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:48.900 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:48.900 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:48.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:48.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:48.901 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:48.901 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:48.901 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:48.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:48.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:48.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:48.901 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:48.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:48.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.916 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:48.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.930 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:48.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:48.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:48.931 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:48.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:48.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:48.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:48.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:48.969 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:48.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:48.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:48.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:48.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:48.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:48.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Section A") 12:06:48.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:48.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:48.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:48.978 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:48.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:48.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:48.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:48.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:48.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:48.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:06:48.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:48.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:48.981 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:48.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:48.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:48.981 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:48.981 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:48.982 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:48.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:48.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:48.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:48.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:48.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:48.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:49.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:49.020 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:49.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:49.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:49.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:49.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:49.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:49.034 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:49.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:49.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:49.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:49.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:49.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:49.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:49.071 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:49.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:49.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:49.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:49.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:49.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:49.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:06:49.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:49.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:49.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:49.079 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:49.079 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:49.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:49.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:49.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:49.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:49.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:49.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 12:06:49.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:49.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:49.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:49.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:49.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:06:49.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:49.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:49.085 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:49.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:49.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:49.085 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:49.086 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:06:49.086 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:49.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:49.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:06:49.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:06:49.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:06:49.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:06:49.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:49.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:49.122 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 12:06:49.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:49.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:49.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:06:49.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:06:49.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:06:49.138 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:06:49.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 12:06:49.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:49.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:49.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:49.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:49.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:06:49.178 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 12:06:49.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 12:06:49.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:06:49.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:06:49.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:06:49.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:06:49.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 12:06:49.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:06:49.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:49.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:49.184 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 12:06:49.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:06:49.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:49.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:06:49.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:06:49.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:49.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 12:06:49.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 12:06:49.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:06:49.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:06:49.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:06:49.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:06:49.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 12:06:49.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:49.216 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:49.216 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:49.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:49.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:06:49.216 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 12:06:49.216 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 12:06:49.217 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:06:49.217 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:06:49.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:06:49.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.229 s - in org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.091 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.118 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.119 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.109 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.086 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.128 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.08 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.103 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.13 s Results: Tests run: 44, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.uiforms.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.jface.test >--------- [INFO] Building RedDeer JFace Tests 2.8.0-SNAPSHOT [36/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.jface.test --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.jface.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.jface.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 Running org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:04.040 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:07:04.045 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=6 12:07:04.065 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:07:04.067 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:07:04.138 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:04.177 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:07:04.182 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:04.187 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:04.192 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:07:04.195 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:07:04.199 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:07:04.247 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:07:04.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:04.250 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:07:04.270 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:04.271 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:07:04.274 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 12:07:05.845 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:05.848 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:05.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:05.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:07:05.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:05.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:05.849 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:05.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:05.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:05.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:05.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:07:05.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:05.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:05.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:05.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:05.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:05.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:05.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:06.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:06.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:06.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:06.100 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:06.135 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:06.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:07.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:07.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:08.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:08.145 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:08.145 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:08.146 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:08.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:08.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:07:08.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:08.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:08.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:08.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:08.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:08.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:09.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:09.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:10.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:10.173 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:10.173 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:10.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:10.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:10.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:10.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:10.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:10.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:10.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:10.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:10.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:10.185 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:10.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:11.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:11.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:12.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:12.189 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:12.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:12.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:12.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:12.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:07:12.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:12.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:12.191 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:12.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:12.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:12.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:13.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:13.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:14.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:14.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:14.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:14.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:14.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:14.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:14.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:14.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:14.232 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item 1 and wait with time period 1 12:07:14.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 12:07:14.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:14.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:14.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 12:07:14.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 12:07:14.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:14.752 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item 1 is already expanded. No action performed 12:07:14.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:14.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 12:07:14.754 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 11 postfix and wait with time period 1 12:07:14.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 12:07:14.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:15.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:15.256 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 12:07:15.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 12:07:15.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:15.266 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 11 postfix is already expanded. No action performed 12:07:15.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:15.267 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 12:07:15.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:15.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:15.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:15.273 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:15.274 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:15.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:16.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:16.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:17.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:17.279 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:17.280 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:17.280 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:17.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:17.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:07:17.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:17.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:17.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:17.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:17.298 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:18.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:18.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:19.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:19.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:19.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:19.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:19.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:19.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:19.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:19.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:19.314 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:07:19.314 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:07:19.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:19.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:19.816 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:07:19.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:07:19.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:19.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:07:19.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:19.828 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:07:19.828 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:07:19.829 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:07:19.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:20.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:20.330 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:07:20.344 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:07:20.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:20.345 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:07:20.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:20.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:07:20.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:20.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:20.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:20.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:20.350 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:20.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:21.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:21.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:22.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:22.354 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:22.354 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:22.354 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:22.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:22.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:07:22.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:22.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:22.355 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:22.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:22.374 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:22.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:23.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:23.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:24.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:24.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:24.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:24.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:24.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:24.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:24.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:24.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:24.386 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:07:24.387 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:07:24.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:24.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:24.888 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:07:24.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:07:24.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:24.899 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:07:24.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:24.899 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:07:24.901 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:07:24.901 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:07:24.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:25.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:25.403 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:07:25.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:07:25.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:25.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:07:25.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:25.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:07:25.416 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xy postfix and wait with time period 1 12:07:25.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 12:07:25.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:25.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:25.918 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 12:07:25.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 12:07:25.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:25.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xy postfix is already expanded. No action performed 12:07:25.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:25.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 12:07:25.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:25.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:25.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:25.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:25.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:25.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:26.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:26.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:27.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:27.944 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:27.944 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:27.944 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:27.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:27.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:07:27.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:27.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:27.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:27.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:27.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:27.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:28.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:28.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:29.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:29.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:29.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:29.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:29.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:29.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:29.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:29.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:29.975 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:07:29.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:07:29.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:30.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:30.478 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:07:30.488 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:07:30.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:30.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:07:30.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:30.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:07:30.490 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:07:30.490 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:07:30.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:30.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:30.991 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:07:31.004 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:07:31.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:31.004 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:07:31.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:31.004 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:07:31.005 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:07:31.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:07:31.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:31.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:31.506 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:07:31.522 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:07:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:31.523 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:07:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:31.523 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:07:31.523 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:07:31.523 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:07:31.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:32.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:32.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:07:32.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:07:32.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:32.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:07:32.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:32.040 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:07:32.041 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:07:32.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:07:32.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:32.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:32.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:07:32.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:07:32.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:32.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:07:32.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:32.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:07:32.558 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:07:32.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:07:32.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:33.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:33.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:07:33.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:07:33.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:33.061 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:07:33.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:33.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:07:33.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:33.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:33.068 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:33.068 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:33.068 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:33.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:34.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:34.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:35.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:35.081 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:35.081 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:35.081 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:35.081 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:35.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:07:35.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:35.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:35.082 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:35.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:35.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:35.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:36.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:36.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:37.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:37.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:37.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:37.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:37.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:37.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:37.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:37.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:37.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:07:37.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:07:37.613 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 12:07:37.613 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 12:07:37.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:38.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:38.114 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 12:07:38.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 12:07:38.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:38.122 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 12:07:38.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:38.122 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 12:07:38.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:38.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:38.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:38.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:38.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:38.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:39.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:39.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:40.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:40.139 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:40.140 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:40.140 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:40.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:40.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:07:40.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:40.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:40.140 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:40.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:40.155 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:40.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:42.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:42.663 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:42.663 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:42.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:42.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:42.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:42.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:42.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:42.667 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 12:07:42.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 12:07:42.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:43.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:43.169 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 12:07:43.174 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 12:07:43.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:43.175 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 12:07:43.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:43.175 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 12:07:43.176 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 00 and wait with time period 1 12:07:43.176 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 12:07:43.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:43.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:43.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 12:07:43.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 12:07:43.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:43.693 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 00 is already expanded. No action performed 12:07:43.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:43.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 12:07:43.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:43.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:43.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:43.700 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:43.701 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:43.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:44.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:44.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:45.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:45.704 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:45.704 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:45.705 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:45.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:45.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:07:45.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:45.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:45.705 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:45.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:45.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:45.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:47.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:47.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:48.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:48.229 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:48.230 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:48.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:48.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:48.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:48.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:48.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:48.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:48.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:48.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:48.236 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:48.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:49.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:49.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:50.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:50.239 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:50.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:07:50.240 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:50.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:50.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:07:50.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:07:50.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:07:50.240 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:07:50.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:07:50.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:07:50.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:51.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:51.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:52.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:52.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:07:52.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:07:52.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:07:52.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:07:52.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:07:52.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:07:52.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:07:52.766 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:07:52.766 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:07:52.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:53.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:53.267 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:07:53.275 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:07:53.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:53.275 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:07:53.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:53.276 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:07:53.276 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 12:07:53.276 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:07:53.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:53.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:53.777 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:07:53.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 12:07:53.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:53.788 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 12:07:53.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:53.788 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 12:07:53.788 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:07:53.788 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:07:53.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:54.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:54.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:07:54.301 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:07:54.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:54.302 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:07:54.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:54.302 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:07:54.302 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:07:54.302 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:07:54.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:54.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:54.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:07:54.817 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:07:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:54.818 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:07:54.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:54.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:07:54.818 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:07:54.819 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:07:54.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:55.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:55.320 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:07:55.334 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:07:55.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:55.335 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:07:55.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:55.335 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:07:55.335 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 12:07:55.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:07:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:55.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:55.836 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:07:55.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 12:07:55.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:07:55.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 12:07:55.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:07:55.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 12:07:55.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:07:55.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:07:55.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:55.843 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:55.843 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:55.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:56.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:56.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:57.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:07:57.846 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 12:07:57.848 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 12:07:57.849 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:07:57.849 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:07:57.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:07:58.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:07:58.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:07:59.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.272 s - in org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 2.297 s getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 4.043 s getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 5.089 s getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 5.074 s getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 5.59 s getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 7.137 s getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 5.058 s testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 5.564 s getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 4.534 s getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 7.606 s Running org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest 12:07:59.926 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:07:59.926 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:07:59.927 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:07:59.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:07:59.928 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:07:59.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:07:59.928 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:07:59.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:07:59.929 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:07:59.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:07:59.929 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:07:59.929 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:07:59.929 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:07:59.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:07:59.930 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:07:59.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:07:59.930 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:07:59.930 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:07:59.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:07:59.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:07:59.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:07:59.962 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:07:59.967 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:07:59.971 DEBUG [main][MenuItemLookup] Found menu:'File' 12:07:59.972 DEBUG [main][MenuItemLookup] Item match:File 12:07:59.981 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:07:59.981 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:07:59.991 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:07:59.991 DEBUG [main][MenuItemLookup] Found menu:'' 12:07:59.991 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:07:59.992 DEBUG [main][MenuItemLookup] Found menu:'File' 12:07:59.992 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:07:59.992 DEBUG [main][MenuItemLookup] Found menu:'' 12:07:59.992 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:07:59.992 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:07:59.995 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:07:59.995 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:07:59.997 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:08:00.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:08:00.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:08:00.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:08:00.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:00.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:00.196 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:08:00.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:00.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:08:00.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:00.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:00.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:00.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:00.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 12:08:00.214 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:08:00.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:00.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:00.717 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:08:00.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 12:08:00.718 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:08:00.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:00.719 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 12:08:00.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:00.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:08:00.719 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 12:08:00.720 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 12:08:00.721 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 12:08:00.723 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 12:08:00.724 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:08:00.724 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:08:00.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:08:00.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:00.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:00.734 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:08:00.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:00.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:00.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:00.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:00.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:00.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:00.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:00.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:08:00.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 12:08:00.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:08:00.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:00.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:00.767 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:08:00.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:00.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:08:00.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:00.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:00.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 12:08:00.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:08:00.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:00.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:00.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:08:00.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:00.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:00.771 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:08:00.771 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 12:08:00.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:08:00.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:00.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:00.775 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:08:00.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:00.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:00.775 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:00.775 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:00.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:08:00.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:08:00.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:08:00.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:08:00.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:08:00.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:08:00.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available.... 12:08:00.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:00.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:00.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available. finished successfully 12:08:00.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 12:08:00.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:00.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:00.935 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.938 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:00.944 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.947 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.947 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.948 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.949 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.949 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog error message") 12:08:00.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.951 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 12:08:00.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:00.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:00.959 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog error message 12:08:00.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:00.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:00.959 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:00.959 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:00.962 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.962 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:00.962 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.963 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.963 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.964 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message") 12:08:00.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.964 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 12:08:00.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:00.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:00.966 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message 12:08:00.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:00.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:00.966 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:00.967 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:00.976 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.976 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:00.977 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.977 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.977 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.978 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog info message") 12:08:00.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 12:08:00.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:00.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:00.981 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog info message 12:08:00.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:00.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:00.981 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:00.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:00.983 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.983 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:00.983 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.984 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.984 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.984 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog none message") 12:08:00.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:00.985 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 12:08:00.985 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:00.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:00.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:00.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:00.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:00.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:00.988 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog none message 12:08:00.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:00.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:00.988 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:00.988 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:00.991 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.992 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:00.992 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:00.999 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:01.000 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:01.000 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:01.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message without provider") 12:08:01.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:01.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:01.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:01.001 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 12:08:01.001 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:01.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:01.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:01.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:01.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:01.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:01.003 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message without provider 12:08:01.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:01.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:01.003 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:01.003 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:01.039 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:01.039 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:01.040 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:01.040 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:01.041 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 12:08:01.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:01.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:01.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:01.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:01.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:02.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:02.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:02.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:02.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:03.109 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:03.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:03.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:03.610 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:04.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:04.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:04.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:04.612 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:05.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:05.112 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:05.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:05.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:06.113 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:06.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:06.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:06.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:07.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:07.115 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:07.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:07.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:08.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:08.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:08.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:08.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:09.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:09.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:09.618 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:09.618 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:10.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:10.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:10.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:10.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing shell"] is available. failed, an exception will be thrown Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.223 s - in org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest testWizardDialogAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.928 s titleAreaMessagesAndImages(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.208 s testShellAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 10.075 s Running org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:08:11.140 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:08:11.142 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:11.143 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:11.143 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:08:11.143 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:11.143 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:08:11.143 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:11.143 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:11.158 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:11.158 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:11.158 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:11.160 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:08:11.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.161 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:08:11.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.162 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing import wizard"] 12:08:11.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.162 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:11.162 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 12:08:11.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:08:11.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:11.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:11.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:11.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:11.163 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:08:11.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.163 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:08:11.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.164 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:08:11.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.164 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing import wizard"] 12:08:11.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.165 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:08:11.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.165 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:08:11.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.165 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:11.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:11.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:11.165 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:11.166 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:08:11.166 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:11.167 DEBUG [main][MenuItemLookup] Item match:File 12:08:11.168 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:08:11.168 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:08:11.168 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:08:11.168 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:08:11.168 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:11.168 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:08:11.169 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:08:11.169 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:11.169 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:08:11.169 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:08:11.169 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:08:11.169 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:08:11.169 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:11.169 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:08:11.169 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:08:11.169 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:08:11.169 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:08:11.169 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:11.169 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:08:11.169 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:11.170 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:08:11.170 DEBUG [main][MenuItemLookup] Item match:Import... 12:08:11.170 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:08:11.170 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:08:11.170 INFO [main][MenuItemHandler] Select menu item: &Import... 12:08:11.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:08:11.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:08:11.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:08:11.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:11.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:11.291 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:08:11.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:08:11.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:11.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:11.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:11.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:11.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:11.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:11.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:11.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children... 12:08:11.303 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 12:08:11.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:11.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:11.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 12:08:11.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children finished successfully 12:08:11.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 12:08:11.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:11.807 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing import category is already expanded. No action performed 12:08:11.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:11.807 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 12:08:11.807 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing import wizard 12:08:11.807 DEBUG [main][TreeItemHandler] Selecting tree item: Testing import wizard 12:08:11.807 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing import wizard about selection 12:08:11.811 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing import wizard 12:08:11.811 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:08:11.811 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:08:11.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:08:11.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:11.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:11.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:11.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:11.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:11.815 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:08:11.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:11.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:11.816 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:11.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:11.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:08:11.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available.... 12:08:11.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available. finished successfully 12:08:11.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 12:08:11.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:11.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:11.829 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 12:08:11.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:11.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:11.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 12:08:11.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:11.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:11.832 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 12:08:11.832 INFO [WorkbenchTestable][ImportWizardDialogImpl] Cancel wizard 12:08:11.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest$ImportWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:08:11.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:11.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:11.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:11.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:11.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:11.835 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:08:11.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:11.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:11.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:11.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:11.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:08:11.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:08:11.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:08:11.882 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:08:11.882 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:08:11.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:08:11.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:08:11.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:11.883 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:11.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:11.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:11.883 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 12:08:11.883 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 12:08:11.884 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:11.884 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:11.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:11.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.744 s - in org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) Time elapsed: 0.721 s Running org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:08:11.894 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:08:11.896 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:11.896 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:11.896 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:08:11.896 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:11.896 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:08:11.896 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:11.896 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:11.897 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:11.897 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:11.897 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:11.898 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 12:08:11.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.899 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 12:08:11.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.899 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing export wizard"] 12:08:11.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.900 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:11.900 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 12:08:11.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:08:11.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:11.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:11.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:11.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:11.900 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 12:08:11.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.901 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 12:08:11.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.901 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 12:08:11.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.902 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing export wizard"] 12:08:11.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.902 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 12:08:11.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.903 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 12:08:11.903 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:11.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:11.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:11.903 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:08:11.904 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:11.905 DEBUG [main][MenuItemLookup] Item match:File 12:08:11.906 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:08:11.907 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:08:11.907 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:08:11.907 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:08:11.907 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:11.907 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:08:11.907 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:08:11.907 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:11.907 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:08:11.907 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:08:11.907 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:08:11.907 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:08:11.908 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:11.908 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:08:11.908 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:08:11.908 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:08:11.908 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:08:11.908 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:11.908 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:08:11.908 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:11.908 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:08:11.908 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:08:11.908 DEBUG [main][MenuItemLookup] Item match:Export... 12:08:11.933 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Exp&ort..." 12:08:11.933 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Export... 12:08:11.933 INFO [main][MenuItemHandler] Select menu item: Exp&ort... 12:08:12.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available.... 12:08:12.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available. finished successfully 12:08:12.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Export 12:08:12.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:12.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:12.050 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 12:08:12.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:12.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:08:12.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:12.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:12.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:12.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:12.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:12.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:12.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:12.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children... 12:08:12.055 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 12:08:12.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:12.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:12.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 12:08:12.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children finished successfully 12:08:12.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 12:08:12.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:12.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing export category is already expanded. No action performed 12:08:12.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:12.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 12:08:12.558 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing export wizard 12:08:12.559 DEBUG [main][TreeItemHandler] Selecting tree item: Testing export wizard 12:08:12.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing export wizard about selection 12:08:12.562 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing export wizard 12:08:12.562 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 12:08:12.562 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:08:12.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:08:12.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:12.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:12.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:12.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:12.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:12.566 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:08:12.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:12.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:12.566 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:12.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:12.573 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 12:08:12.574 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:12.574 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:12.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available.... 12:08:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available. finished successfully 12:08:12.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 12:08:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:12.579 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 12:08:12.579 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:12.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:12.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:12.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 12:08:12.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:12.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:12.580 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 12:08:12.580 INFO [WorkbenchTestable][ExportWizardDialogImpl] Cancel wizard 12:08:12.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest$ExportWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:08:12.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:12.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:12.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:12.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:12.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:12.583 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:08:12.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:12.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:12.583 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:12.583 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:12.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:08:12.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:08:12.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:08:12.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:08:12.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:08:12.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:08:12.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:08:12.608 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:12.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:12.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:12.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:12.630 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 12:08:12.630 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 12:08:12.630 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:12.630 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:12.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:12.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.737 s - in org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) Time elapsed: 0.73 s Running org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:08:12.638 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:08:12.639 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:12.640 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:12.640 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:08:12.640 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:12.640 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:08:12.640 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:12.640 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:12.641 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:12.641 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:12.641 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:12.642 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:12.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:12.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:12.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:12.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:08:12.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:12.644 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:12.645 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:08:12.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:08:12.645 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:12.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:12.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:12.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:12.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:12.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:12.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:12.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:12.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:12.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:12.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:08:12.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:12.649 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:12.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:12.649 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:12.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:12.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:12.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:12.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:12.650 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:12.650 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:08:12.651 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:12.653 DEBUG [main][MenuItemLookup] Item match:File 12:08:12.656 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:08:12.656 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:08:12.665 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:08:12.665 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:12.665 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:08:12.665 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:12.665 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:08:12.665 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:12.665 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:08:12.665 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:08:12.668 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:08:12.669 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:08:12.669 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:08:12.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:08:12.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:08:12.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:08:12.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:12.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:12.775 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:08:12.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:12.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:08:12.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:12.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:12.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:12.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:12.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:12.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:12.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:12.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 12:08:12.781 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:08:12.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:13.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:13.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:08:13.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 12:08:13.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:08:13.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:13.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 12:08:13.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:13.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:08:13.295 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 12:08:13.295 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 12:08:13.295 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 12:08:13.297 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 12:08:13.297 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:08:13.297 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:08:13.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:08:13.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:13.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:13.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:13.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:13.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:13.301 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:08:13.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:13.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:13.301 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:13.301 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:13.315 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:13.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:08:13.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 12:08:13.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:08:13.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:13.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:13.317 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:08:13.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.317 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:13.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.318 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:13.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.318 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:08:13.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:08:13.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:13.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:13.320 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:08:13.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.320 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:08:13.320 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 12:08:13.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:08:13.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:13.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:13.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:13.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:13.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:13.323 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:08:13.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:13.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:13.323 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:13.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:13.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:08:13.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:08:13.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:08:13.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:08:13.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:08:13.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:08:13.367 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:13.367 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.368 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:13.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.368 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:13.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:13.369 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:13.369 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:08:13.369 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:13.369 DEBUG [main][MenuItemLookup] Item match:File 12:08:13.371 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:08:13.371 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:08:13.374 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:08:13.375 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:13.375 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:08:13.375 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:13.375 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:08:13.375 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:13.375 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:08:13.375 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:08:13.375 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:08:13.375 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:08:13.375 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:08:13.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:08:13.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:08:13.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:08:13.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:13.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:13.461 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:08:13.461 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:08:13.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:13.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:13.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:13.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:13.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:13.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:13.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:13.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 12:08:13.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:08:13.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:13.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:13.970 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:08:13.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 12:08:13.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:08:13.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:13.971 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 12:08:13.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:13.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:08:13.972 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 12:08:13.972 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 12:08:13.972 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 12:08:13.974 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 12:08:13.974 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:08:13.974 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:08:13.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:08:13.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:13.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:13.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:13.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:13.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:13.977 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:08:13.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:13.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:13.977 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:13.977 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:13.992 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:13.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:08:13.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 12:08:13.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:08:13.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:13.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:13.993 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:08:13.993 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.994 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:13.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.994 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:13.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:08:13.995 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:08:13.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 12:08:13.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:08:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:13.995 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:08:13.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:13.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:13.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:08:13.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:13.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:13.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:08:13.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:13.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:13.996 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:08:13.996 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 12:08:13.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:08:13.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:13.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:13.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:13.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:13.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:13.998 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:08:13.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:13.999 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:13.999 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:14.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:08:14.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:08:14.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:08:14.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:08:14.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:08:14.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:08:14.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:08:14.066 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:14.066 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:14.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:14.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:14.066 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:08:14.067 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:14.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.067 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:14.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.068 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:08:14.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.068 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:14.068 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:08:14.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:08:14.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:14.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:14.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:14.068 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:14.068 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:14.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.069 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:14.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.069 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:14.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.069 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:08:14.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.070 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:14.070 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.070 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:14.070 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:14.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:14.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:14.071 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:14.071 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:08:14.071 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:14.072 DEBUG [main][MenuItemLookup] Item match:File 12:08:14.073 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:08:14.073 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:08:14.077 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:08:14.077 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:14.077 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:08:14.077 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:14.077 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:08:14.077 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:14.077 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:08:14.078 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:08:14.078 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:08:14.078 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:08:14.078 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:08:14.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:08:14.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:08:14.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:08:14.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:14.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:14.177 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:08:14.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:08:14.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:14.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:14.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:14.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:14.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:14.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:14.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:14.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 12:08:14.182 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:08:14.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:14.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:14.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:08:14.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 12:08:14.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:08:14.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:14.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 12:08:14.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:14.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:08:14.687 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 12:08:14.687 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 12:08:14.688 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 12:08:14.689 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 12:08:14.690 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:08:14.690 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:08:14.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:08:14.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:14.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:14.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:14.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:14.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:14.693 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:08:14.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:14.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:14.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:14.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:14.709 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:14.709 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.709 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:08:14.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 12:08:14.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:08:14.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:14.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:14.710 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:08:14.710 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:14.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:14.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:08:14.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:14.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:14.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:08:14.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:14.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:14.711 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:08:14.711 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 12:08:14.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:08:14.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:14.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:14.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:14.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:14.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:14.714 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:08:14.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:14.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:14.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:14.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:14.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:08:14.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:08:14.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:08:14.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:08:14.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:08:14.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:08:14.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:08:14.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:14.761 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:14.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:14.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:14.762 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:08:14.763 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:14.763 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.763 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:14.763 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.763 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:08:14.763 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.763 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:14.764 INFO [WorkbenchTestable][RequirementsRunner] Started test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:08:14.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:08:14.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:14.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:14.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:14.764 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:14.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:14.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:14.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:14.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:08:14.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.766 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:14.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.766 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:14.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:14.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:14.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:14.767 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:14.767 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:08:14.767 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:14.768 DEBUG [main][MenuItemLookup] Item match:File 12:08:14.769 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:08:14.769 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:08:14.773 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:08:14.773 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:14.773 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:08:14.773 DEBUG [main][MenuItemLookup] Found menu:'File' 12:08:14.773 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:08:14.773 DEBUG [main][MenuItemLookup] Found menu:'' 12:08:14.774 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:08:14.774 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:08:14.774 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:08:14.774 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:08:14.774 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:08:14.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:08:14.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:08:14.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:08:14.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:14.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:14.891 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:08:14.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:14.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:08:14.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:14.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:14.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:14.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:14.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:08:14.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:08:14.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:08:14.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 12:08:14.905 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:08:14.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:15.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:15.408 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:08:15.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 12:08:15.409 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 12:08:15.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:08:15.410 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 12:08:15.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:08:15.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 12:08:15.410 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 12:08:15.410 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 12:08:15.411 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 12:08:15.413 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 12:08:15.413 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:08:15.413 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:08:15.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:08:15.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:15.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:15.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:15.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:15.417 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:08:15.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:15.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:15.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:15.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:15.432 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:15.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:15.432 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:15.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 12:08:15.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 12:08:15.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:08:15.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:15.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:15.434 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:08:15.434 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:15.434 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:15.434 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:15.434 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:15.435 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:08:15.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:15.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:15.435 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 12:08:15.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:15.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:15.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:08:15.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:15.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:15.436 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:08:15.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:15.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:15.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:15.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:08:15.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:15.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:15.437 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 12:08:15.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:15.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:15.437 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 12:08:15.437 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 12:08:15.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:08:15.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:15.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:15.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:15.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:15.440 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:08:15.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:15.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:15.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:15.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:15.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:08:15.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:08:15.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:08:15.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:08:15.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:08:15.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:08:15.491 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:08:15.491 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:15.491 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:15.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:15.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:15.492 INFO [WorkbenchTestable][RequirementsRunner] Finished test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 12:08:15.492 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 12:08:15.492 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:15.492 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:15.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:15.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.856 s - in org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 1.421 s open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.694 s useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.728 s Running org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:08:15.504 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:08:15.505 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:15.506 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:15.506 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:08:15.506 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:15.506 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:08:15.506 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:15.506 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:15.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:15.507 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:15.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:15.509 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:15.509 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 12:08:15.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:08:15.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:15.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:15.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:15.509 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:15.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: "Preferences"] is available.... 12:08:15.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:15.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:15.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: "Preferences"] is available. finished successfully 12:08:15.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:08:15.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:15.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:15.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:15.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:08:15.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:15.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:15.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:15.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:15.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "make valid") 12:08:15.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:15.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:15.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:15.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:08:15.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:15.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:15.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:15.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:15.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:15.653 INFO [WorkbenchTestable][AbstractButton] Click button make valid 12:08:15.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:15.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:15.653 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:15.653 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:15.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:15.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:08:15.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:15.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:15.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:15.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:15.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:15.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:08:15.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:15.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:15.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:15.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:15.673 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:08:15.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:15.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:15.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:15.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:15.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:08:15.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:08:15.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:15.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:15.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:15.737 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:08:15.737 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:15.737 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:15.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:15.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:15.738 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 12:08:15.739 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 12:08:15.739 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:15.739 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:15.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:15.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 s - in org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) Time elapsed: 0.229 s Running org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:08:15.747 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:08:15.750 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:15.750 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:15.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:08:15.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:15.751 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:08:15.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:15.751 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:15.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:15.751 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:15.751 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:15.752 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:15.752 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 12:08:15.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:08:15.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:15.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:15.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:15.752 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:1548): Gtk-CRITICAL **: 12:08:15.785: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:08:15.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 12:08:15.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:15.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:15.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:15.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 12:08:15.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:15.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:15.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:15.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:15.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:08:15.800 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Andrej 12:08:15.803 TRACE [main][WidgetHandler] Notify Table with event 13 12:08:15.804 TRACE [main][WidgetHandler] Wait for synchronization 12:08:15.840 TRACE [main][WidgetHandler] Notify Table with event 3 12:08:15.840 TRACE [main][WidgetHandler] Wait for synchronization 12:08:15.840 TRACE [main][WidgetHandler] Notify Table with event 4 12:08:15.840 TRACE [main][WidgetHandler] Wait for synchronization 12:08:15.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.viewers.CellEditor, index 0 and no matchers specified 12:08:15.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:15.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:15.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:15.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:15.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:08:15.857 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:15.857 INFO [WorkbenchTestable][AbstractText] Text set to: abc 12:08:15.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 16 12:08:15.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:15.864 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 12:08:15.864 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 12:08:15.864 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 12:08:15.865 DEBUG [main][AbstractWait] Waiting until shell is active... 12:08:15.865 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 12:08:15.865 INFO [main][AbstractShell] Close shell Testing shell 12:08:15.865 INFO [main][ShellHandler] Closing shell 'Testing shell' 12:08:15.871 DEBUG [main][AbstractWait] Waiting while shell is available... 12:08:15.871 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 12:08:15.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:08:15.872 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:15.872 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:15.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:16.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:08:16.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:08:17.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:08:17.875 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 12:08:17.875 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 12:08:17.875 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:17.875 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:17.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:18.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:08:18.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:08:19.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.131 s - in org.eclipse.reddeer.jface.test.viewers.CellEditorTest tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) Time elapsed: 2.123 s Running org.eclipse.reddeer.jface.test.window.WindowTest 12:08:19.887 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 12:08:19.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:19.888 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 12:08:19.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:19.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:19.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:19.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:19.912 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:19.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 12:08:19.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:19.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:19.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:19.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:19.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:19.931 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:08:19.932 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:08:19.932 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:19.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 12:08:19.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 12:08:19.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:19.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:19.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:19.962 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 12:08:19.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:19.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:19.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:19.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:19.963 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:19.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:19.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:19.964 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 12:08:19.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:19.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:19.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:19.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:08:19.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:19.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:19.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:20.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:20.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:20.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:20.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:20.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:20.972 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:08:20.972 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:08:20.972 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:21.001 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:21.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:21.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:21.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:21.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:21.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:21.002 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:21.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 12:08:21.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:21.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:21.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:21.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:21.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:21.011 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:08:21.011 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:08:21.012 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:21.030 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 12:08:21.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:21.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:21.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:21.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:21.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:21.042 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 12:08:21.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:21.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:21.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:21.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:21.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:21.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:21.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:21.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 12:08:21.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:21.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:21.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:21.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:08:21.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:21.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:21.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:21.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:21.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:22.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:22.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:22.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:22.046 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:08:22.046 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:08:22.046 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:22.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:22.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:22.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:22.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:22.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:22.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:22.077 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:22.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 12:08:22.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:22.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:22.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:22.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:22.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:22.090 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:08:22.090 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:08:22.090 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:22.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available.... 12:08:22.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:22.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:22.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 12:08:22.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:22.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:22.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:22.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:22.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:22.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:22.136 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 12:08:22.136 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 12:08:22.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:22.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:22.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:22.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:22.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:22.170 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:22.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 12:08:22.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:22.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:22.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:22.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:22.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:22.181 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:08:22.181 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:08:22.181 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:22.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available.... 12:08:22.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:22.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:22.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 12:08:22.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:22.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:22.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:22.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:22.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:22.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:22.241 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 12:08:22.241 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 12:08:22.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:22.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:22.267 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:22.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:22.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:22.268 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 12:08:22.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:22.269 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 12:08:22.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:22.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:22.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:22.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:22.270 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:22.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 12:08:22.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:22.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:22.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:22.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:22.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:22.281 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:08:22.281 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:08:22.281 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:22.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 12:08:22.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 12:08:22.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:22.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:22.334 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 12:08:22.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:22.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:22.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:22.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:22.334 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 12:08:22.335 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 12:08:22.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:08:22.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:08:22.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:22.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:22.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:22.348 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:22.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 12:08:22.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:22.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:22.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:22.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:22.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:22.374 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:08:22.374 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:08:22.374 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:22.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 12:08:22.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 12:08:22.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:22.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:22.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:22.406 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 12:08:22.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:22.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:22.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:22.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:22.407 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:22.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:22.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:22.407 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 12:08:22.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:22.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:22.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:22.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:08:22.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:22.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:22.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:22.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:22.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:23.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:23.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:23.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:23.411 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:08:23.411 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:08:23.411 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:23.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:23.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:23.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:23.425 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:23.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 12:08:23.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:23.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:23.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:23.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:23.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:08:23.450 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 12:08:23.450 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:08:23.450 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:23.478 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 12:08:23.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:23.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:23.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:23.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:23.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:23.480 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 12:08:23.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:23.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:23.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:23.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:23.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:23.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:23.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:23.481 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:23.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:23.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:23.481 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 12:08:23.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 12:08:23.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:23.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:23.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:08:23.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:23.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:23.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:23.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:23.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:24.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:24.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:08:24.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:08:24.485 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:08:24.486 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 12:08:24.486 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.636 s - in org.eclipse.reddeer.jface.test.window.WindowTest openableEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.113 s openActionNotDefined(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.001 s openEclipseWindow1(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.074 s openActionNotDefinedIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0 s eclipseWindowIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.191 s openableEclipseWindowCustomAction(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.156 s openEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.095 s Running org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:08:24.533 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:08:24.535 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:24.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:24.536 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:08:24.537 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:24.537 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:08:24.538 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:24.538 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:24.538 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:24.538 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:24.538 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:24.539 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:24.539 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:08:24.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:08:24.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:24.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:24.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:24.539 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:24.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:24.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:24.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:24.540 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:24.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:24.619 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:24.620 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:24.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:24.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:24.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:24.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:24.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 12:08:24.634 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 12:08:24.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:24.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:24.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 12:08:24.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:08:24.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:24.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:24.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:24.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:24.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:24.644 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:08:24.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:24.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:24.645 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:24.645 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:29.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 12:08:29.685 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 12:08:29.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:29.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 12:08:29.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:08:29.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:29.686 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:29.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:29.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:29.687 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:08:29.687 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:29.687 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:08:29.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:08:29.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:29.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:29.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:29.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:29.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:29.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:29.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:29.688 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:29.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:29.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:29.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:29.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:29.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:29.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:29.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:29.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 12:08:29.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:29.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:29.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:29.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:29.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:29.765 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:08:29.765 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 12:08:29.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:08:29.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:29.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:29.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:29.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:29.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:29.768 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:08:29.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:29.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:29.768 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:29.768 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:29.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:08:29.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:08:29.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:08:29.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:08:29.806 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:08:29.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:08:29.806 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:08:29.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:29.807 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:29.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:29.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:29.807 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:08:29.807 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:29.807 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:08:29.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:08:29.807 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:29.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:29.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:29.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:29.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:29.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:29.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:29.808 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:29.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:29.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:29.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:29.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:29.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:29.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:29.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:29.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:29.906 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] 12:08:29.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:29.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:29.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:29.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:08:29.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:29.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:29.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:29.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:29.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:29.911 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:08:29.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:29.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:29.911 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:29.911 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:34.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:34.962 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] 12:08:34.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:34.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:34.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:08:34.963 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:34.963 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:34.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:34.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:34.964 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:08:34.964 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:34.964 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:08:34.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:08:34.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:34.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:34.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:34.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:34.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:34.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:34.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:34.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:34.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:35.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:35.095 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:35.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:35.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:35.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:35.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:35.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 12:08:35.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:35.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:35.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:35.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:35.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:35.098 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:08:35.098 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 12:08:35.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:08:35.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:35.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:35.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:35.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:35.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:35.101 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:08:35.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:35.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:35.101 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:35.101 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:35.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:08:35.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:08:35.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:08:35.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:08:35.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:08:35.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:08:35.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:08:35.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:35.164 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:35.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:35.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:35.165 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:08:35.165 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:35.165 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:08:35.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:08:35.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:35.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:35.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:35.165 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:35.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:35.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:35.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:35.166 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:35.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:35.244 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:35.244 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:35.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:35.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:35.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:35.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:35.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 12:08:35.246 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 12:08:35.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:35.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:35.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 12:08:35.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:08:35.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:35.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:35.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:35.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:35.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:35.249 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:08:35.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:35.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:35.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:35.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:40.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 12:08:40.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 12:08:40.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:40.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 12:08:40.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:08:40.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:40.295 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:40.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:40.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:40.296 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:08:40.296 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:40.296 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:08:40.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:08:40.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:40.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:40.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:40.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:40.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:40.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:40.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:40.297 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:40.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:40.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:40.366 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:40.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:40.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available... 12:08:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available finished successfully 12:08:40.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:08:40.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:40.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:40.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:40.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:40.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:40.370 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:08:40.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:40.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:40.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:40.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:45.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:08:45.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:08:45.414 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:08:45.414 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:45.414 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:45.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:45.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:45.415 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 12:08:45.415 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 12:08:45.415 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:45.415 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:45.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:45.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.886 s - in org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.148 s testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.12 s testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.157 s testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.201 s testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.131 s testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.119 s Running org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:45.423 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:45.424 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:08:45.425 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:45.425 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:45.425 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:45.425 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:08:45.425 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:45.426 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:08:45.426 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:45.426 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:08:45.426 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:45.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:45.426 INFO [WorkbenchTestable][RequirementsRunner] Started test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:45.426 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:45.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:45.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:45.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:45.427 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:45.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:45.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:45.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:45.427 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:45.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:45.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:45.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:45.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:45.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:45.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:45.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:45.502 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:08:45.502 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 12:08:45.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:08:45.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:45.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:45.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:45.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:45.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:45.504 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:08:45.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:45.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:45.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:45.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:45.507 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:08:45.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:08:45.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:45.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:45.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:45.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:45.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:45.510 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:45.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:45.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:45.510 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:08:45.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:45.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:45.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:08:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:45.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:45.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:45.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:45.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:45.513 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:45.513 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:45.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:45.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:45.565 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:45.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:45.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:45.565 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:45.565 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:45.566 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:45.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:45.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:45.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:45.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:45.566 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:45.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:45.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:45.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:45.566 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:45.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:45.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:45.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:45.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:45.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:45.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:45.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:45.666 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:08:45.666 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 12:08:45.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:08:45.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:45.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:45.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:45.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:45.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:45.669 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:08:45.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:45.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:45.669 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:45.669 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:45.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:08:45.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:08:45.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:08:45.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:08:45.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:08:45.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:08:45.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:45.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:45.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:45.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:45.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:45.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:45.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:45.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:45.694 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:45.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:45.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:45.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:45.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:45.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:45.695 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:45.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:45.695 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:45.695 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:45.696 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:45.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:45.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:45.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:45.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:45.696 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:45.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:45.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:45.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:45.715 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:45.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:45.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:45.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:45.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:45.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:45.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:45.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:45.806 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:08:45.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:08:45.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:45.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:45.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:45.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:45.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:45.810 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:08:45.810 INFO [WorkbenchTestable][WizardDialog] Finish wizard 12:08:45.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:08:45.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:45.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:45.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:45.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:45.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:45.813 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:08:45.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:45.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:45.813 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:45.813 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:08:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:08:50.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:08:50.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:08:50.857 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:08:50.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:08:50.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:50.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:50.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:50.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:50.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:50.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:50.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:50.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:50.858 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:50.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:50.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:50.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:50.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:50.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:50.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:50.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:50.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:50.859 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:50.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:50.859 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:50.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:50.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:50.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:50.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:50.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:50.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:50.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:50.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:50.860 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:50.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:50.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:50.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:50.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:50.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:50.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:50.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:50.939 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:08:50.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:08:50.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:50.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:50.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:50.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:50.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:50.942 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:50.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:50.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:50.943 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:08:50.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:50.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:08:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:50.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:50.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:50.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:50.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:50.945 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:50.945 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:50.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:50.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:50.984 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:50.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:50.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:50.986 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:50.986 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:50.986 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:50.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:50.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:50.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:50.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:50.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:50.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:50.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:50.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:50.987 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:50.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:51.064 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:51.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:51.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:51.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:51.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:51.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:51.066 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:08:51.066 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:08:51.067 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:08:51.067 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:51.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:51.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:51.068 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:08:51.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:51.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:51.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:51.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:08:51.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:51.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:51.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:51.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:51.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:51.070 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:51.070 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:51.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:51.093 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:51.093 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:51.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:51.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:51.094 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:51.094 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:51.094 INFO [WorkbenchTestable][RequirementsRunner] Started test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:51.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:51.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:51.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:51.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:51.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:51.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:51.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:51.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:51.095 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:51.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:51.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:51.182 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:51.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:51.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:51.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:51.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:51.183 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:08:51.183 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 12:08:51.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:08:51.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:51.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:51.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:51.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:51.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:51.186 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:08:51.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:51.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:51.186 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:51.186 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:51.189 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:08:51.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 12:08:51.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:51.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:51.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:51.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:51.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:51.192 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:08:51.192 INFO [WorkbenchTestable][WizardDialog] Go to previous wizard page 12:08:51.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 12:08:51.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:51.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:51.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:51.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:51.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:51.201 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 12:08:51.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:51.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:51.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:51.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:51.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 12:08:51.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:51.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:51.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:51.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 12:08:51.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:51.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:51.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:51.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:51.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:51.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:08:51.207 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:51.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:51.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:51.208 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:08:51.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:51.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:51.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:51.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:08:51.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:51.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:51.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:51.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:51.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:51.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:51.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:51.279 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:51.279 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:51.279 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:51.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:51.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:51.279 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:51.279 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:51.280 INFO [WorkbenchTestable][RequirementsRunner] Started test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:51.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:51.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:51.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:51.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:51.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:51.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:51.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:51.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:51.280 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:51.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:51.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:51.355 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:51.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:51.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:51.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:51.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:51.357 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:08:51.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:08:51.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:51.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:51.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:51.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:51.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:51.359 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:08:51.359 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 12:08:51.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:08:51.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:51.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:51.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:51.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:51.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:51.361 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:08:51.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:08:51.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:08:51.362 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:51.362 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:51.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 12:08:51.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:08:51.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:51.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:51.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 12:08:51.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:08:51.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:51.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:51.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:51.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:51.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:08:51.366 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:51.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:51.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:51.366 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:08:51.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:51.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:51.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:51.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:08:51.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:51.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:51.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:51.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:51.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:51.376 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:51.376 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:51.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:51.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:51.396 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:51.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:51.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:51.396 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:51.396 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:51.396 INFO [WorkbenchTestable][RequirementsRunner] Started test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:51.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:51.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:51.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:51.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:51.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:51.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:51.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:51.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:51.397 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:51.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:51.473 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:51.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:51.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:51.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:51.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:51.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:51.475 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:08:51.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 12:08:51.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:51.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:51.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:51.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:51.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:51.477 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:51.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:51.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:51.478 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:08:51.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:51.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:51.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:51.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:08:51.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:08:51.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:08:51.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:08:51.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:08:51.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:08:51.480 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:08:51.481 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:08:51.516 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:51.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:08:51.517 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:08:51.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:08:51.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:08:51.517 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:51.517 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:08:51.517 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:08:51.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:08:51.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:08:51.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:08:51.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:08:51.518 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:08:51.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:08:51.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:51.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:51.518 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:08:51.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:08:51.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:51.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:51.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:08:51.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:08:51.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:08:51.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:08:51.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available.... 12:08:51.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:51.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:51.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:52.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:52.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:52.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:52.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:52.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:52.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:53.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:53.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:53.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:53.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:53.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:53.639 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:54.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:54.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:54.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:54.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:54.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:54.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:55.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:55.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:55.143 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:55.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:55.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:55.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:56.145 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:56.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:56.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:56.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:56.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:56.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:57.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:57.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:57.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:57.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:57.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:57.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:58.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:58.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:58.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:58.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:58.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:58.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:59.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:59.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:59.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:59.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:59.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:08:59.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:00.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:00.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:00.154 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:00.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:00.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:00.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:01.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:01.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:01.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:01.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:01.657 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:01.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:01.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available. failed, an exception will be thrown 12:09:01.664 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:01.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:01.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:01.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing TitleAreaDialog 12:09:01.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 12:09:01.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:01.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:01.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:09:01.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:01.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:01.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:01.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:01.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:09:01.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:09:01.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:09:01.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:01.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:01.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:09:01.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:09:01.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:01.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:01.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:09:01.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:01.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:01.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:01.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:01.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:09:01.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:09:01.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:09:01.735 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:09:01.735 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:09:01.735 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:01.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:01.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:01.736 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:09:01.736 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:09:01.736 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:09:01.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:09:01.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:09:01.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:09:01.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:09:01.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:09:01.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:01.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:01.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:01.737 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:09:01.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:09:01.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:01.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:01.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:09:01.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:09:01.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:01.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:01.803 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 12:09:01.803 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:01.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:01.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:01.804 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:09:01.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:09:01.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:01.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:01.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:09:01.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:01.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:01.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:01.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:01.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:09:01.812 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:09:01.812 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:09:01.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:09:01.865 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:09:01.865 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:01.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:01.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:01.866 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:09:01.866 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:09:01.866 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:09:01.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:09:01.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:09:01.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:09:01.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:09:01.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:09:01.867 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:09:01.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:01.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:01.867 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:09:01.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 12:09:01.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:01.947 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:09:01.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 12:09:01.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:09:01.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:01.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:01.948 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:01.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:01.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:01.949 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 12:09:01.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 12:09:01.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:09:01.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:09:01.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:09:01.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:09:01.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:09:01.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:09:01.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:09:01.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:09:01.951 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:09:01.951 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:09:01.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:09:01.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:09:01.989 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:01.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:01.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:09:01.991 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 12:09:01.991 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 12:09:01.991 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:09:01.991 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:09:01.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:09:01.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.569 s - in org.eclipse.reddeer.jface.test.wizard.WizardDialogTest next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.139 s cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.129 s finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 5.163 s finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.127 s getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.108 s back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.185 s next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.116 s back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.121 s testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 10.219 s getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.13 s getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.124 s Results: Tests run: 44, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.jface.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt.test' with 135 classes [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.test >-------- [INFO] Building RedDeer Eclipse Tests 2.8.0-SNAPSHOT [37/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.pom Progress (1): 600 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.pom (600 B at 14 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar Progress (1): 4.1/707 kB Progress (1): 7.7/707 kB Progress (1): 12/707 kB Progress (1): 16/707 kB Progress (1): 20/707 kB Progress (1): 24/707 kB Progress (1): 28/707 kB Progress (1): 32/707 kB Progress (1): 33/707 kB Progress (1): 37/707 kB Progress (1): 41/707 kB Progress (1): 45/707 kB Progress (1): 49/707 kB Progress (1): 53/707 kB Progress (1): 57/707 kB Progress (1): 61/707 kB Progress (1): 65/707 kB Progress (1): 66/707 kB Progress (1): 70/707 kB Progress (1): 74/707 kB Progress (1): 78/707 kB Progress (1): 82/707 kB Progress (1): 86/707 kB Progress (1): 90/707 kB Progress (1): 94/707 kB Progress (1): 98/707 kB Progress (1): 98/707 kB Progress (1): 102/707 kB Progress (1): 106/707 kB Progress (1): 110/707 kB Progress (1): 114/707 kB Progress (1): 118/707 kB Progress (1): 122/707 kB Progress (1): 126/707 kB Progress (1): 130/707 kB Progress (1): 131/707 kB Progress (1): 135/707 kB Progress (1): 139/707 kB Progress (1): 143/707 kB Progress (1): 147/707 kB Progress (1): 151/707 kB Progress (1): 155/707 kB Progress (1): 159/707 kB Progress (1): 163/707 kB Progress (1): 164/707 kB Progress (1): 168/707 kB Progress (1): 172/707 kB Progress (1): 176/707 kB Progress (1): 180/707 kB Progress (1): 184/707 kB Progress (1): 188/707 kB Progress (1): 192/707 kB Progress (1): 196/707 kB Progress (1): 200/707 kB Progress (1): 204/707 kB Progress (1): 208/707 kB Progress (1): 212/707 kB Progress (1): 216/707 kB Progress (1): 220/707 kB Progress (1): 224/707 kB Progress (1): 228/707 kB Progress (1): 232/707 kB Progress (1): 236/707 kB Progress (1): 240/707 kB Progress (1): 244/707 kB Progress (1): 248/707 kB Progress (1): 252/707 kB Progress (1): 256/707 kB Progress (1): 260/707 kB Progress (1): 264/707 kB Progress (1): 268/707 kB Progress (1): 272/707 kB Progress (1): 276/707 kB Progress (1): 280/707 kB Progress (1): 284/707 kB Progress (1): 288/707 kB Progress (1): 292/707 kB Progress (1): 296/707 kB Progress (1): 300/707 kB Progress (1): 304/707 kB Progress (1): 308/707 kB Progress (1): 312/707 kB Progress (1): 316/707 kB Progress (1): 320/707 kB Progress (1): 324/707 kB Progress (1): 328/707 kB Progress (1): 332/707 kB Progress (1): 336/707 kB Progress (1): 340/707 kB Progress (1): 344/707 kB Progress (1): 348/707 kB Progress (1): 352/707 kB Progress (1): 356/707 kB Progress (1): 360/707 kB Progress (1): 364/707 kB Progress (1): 368/707 kB Progress (1): 372/707 kB Progress (1): 376/707 kB Progress (1): 380/707 kB Progress (1): 384/707 kB Progress (1): 388/707 kB Progress (1): 392/707 kB Progress (1): 396/707 kB Progress (1): 400/707 kB Progress (1): 404/707 kB Progress (1): 408/707 kB Progress (1): 412/707 kB Progress (1): 416/707 kB Progress (1): 420/707 kB Progress (1): 424/707 kB Progress (1): 428/707 kB Progress (1): 432/707 kB Progress (1): 436/707 kB Progress (1): 440/707 kB Progress (1): 444/707 kB Progress (1): 448/707 kB Progress (1): 452/707 kB Progress (1): 456/707 kB Progress (1): 460/707 kB Progress (1): 464/707 kB Progress (1): 468/707 kB Progress (1): 472/707 kB Progress (1): 476/707 kB Progress (1): 480/707 kB Progress (1): 484/707 kB Progress (1): 488/707 kB Progress (1): 492/707 kB Progress (1): 496/707 kB Progress (1): 500/707 kB Progress (1): 504/707 kB Progress (1): 508/707 kB Progress (1): 512/707 kB Progress (1): 516/707 kB Progress (1): 520/707 kB Progress (1): 524/707 kB Progress (1): 528/707 kB Progress (1): 532/707 kB Progress (1): 536/707 kB Progress (1): 540/707 kB Progress (1): 544/707 kB Progress (1): 548/707 kB Progress (1): 552/707 kB Progress (1): 556/707 kB Progress (1): 560/707 kB Progress (1): 564/707 kB Progress (1): 568/707 kB Progress (1): 572/707 kB Progress (1): 576/707 kB Progress (1): 580/707 kB Progress (1): 584/707 kB Progress (1): 588/707 kB Progress (1): 592/707 kB Progress (1): 596/707 kB Progress (1): 600/707 kB Progress (1): 604/707 kB Progress (1): 608/707 kB Progress (1): 612/707 kB Progress (1): 616/707 kB Progress (1): 620/707 kB Progress (1): 624/707 kB Progress (1): 628/707 kB Progress (1): 632/707 kB Progress (1): 636/707 kB Progress (1): 640/707 kB Progress (1): 644/707 kB Progress (1): 648/707 kB Progress (1): 652/707 kB Progress (1): 656/707 kB Progress (1): 660/707 kB Progress (1): 664/707 kB Progress (1): 668/707 kB Progress (1): 672/707 kB Progress (1): 676/707 kB Progress (1): 680/707 kB Progress (1): 684/707 kB Progress (1): 688/707 kB Progress (1): 692/707 kB Progress (1): 696/707 kB Progress (1): 700/707 kB Progress (1): 704/707 kB Progress (1): 707 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar (707 kB at 6.2 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.eclipse.test --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.eclipse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.eclipse.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 97 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.eclipse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.eclipse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.test --- [INFO] [INFO] --- maven-dependency-plugin:2.8:copy (copy-hsqldb-driver) @ org.eclipse.reddeer.eclipse.test --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 49 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.9/maven-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 473 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/8/maven-parent-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 754 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 72 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 50 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 80 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 62 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 108 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 71 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 36 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 44 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 243 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 63 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 38 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 49 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (1.3 kB at 22 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom Progress (1): 4.1/9.2 kB Progress (1): 7.7/9.2 kB Progress (1): 9.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 339 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/6/maven-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 528 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 30 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 44 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 38 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (4.2 kB at 92 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 68 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom Progress (1): 4.1/8.1 kB Progress (1): 7.7/8.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 252 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 130 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom Progress (1): 4.1/9.6 kB Progress (1): 7.7/9.6 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 300 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 196 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 57 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 356 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 75 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 80 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 84 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 70 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 47 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (5.9 kB at 196 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom Progress (1): 4.1/8.3 kB Progress (1): 7.7/8.3 kB Progress (1): 8.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 278 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/1.4/commons-io-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 411 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/7/commons-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 530 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Progress (1): 171 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 5.0 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 90 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom (3.4 kB at 84 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 99 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 569 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 92 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom (2.2 kB at 74 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 102 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 105 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom (3.1 kB at 92 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom Progress (1): 4.1/5.2 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (5.2 kB at 110 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 125 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom Progress (1): 266 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 8.9 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Progress (1): 4.1/4.3 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 140 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (1.8 kB at 51 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.5/maven-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 197 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (1.7 kB at 38 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 91 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (1.7 kB at 61 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (1.8 kB at 29 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom (1.5 kB at 32 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom Progress (1): 727 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 25 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 126 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 92 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 624 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 68 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 112 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 72 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 71 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 47 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 53 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 66 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 845 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 70 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 48 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 263 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 98 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 77 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 50 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 70 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 44 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 42 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 49 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 45 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 57 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 84 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 91 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 618 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom Progress (1): 145 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 4.4 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 107 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.2/junit-3.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom Progress (1): 747 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 23 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 101 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 169 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 112 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/13/maven-parent-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 730 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 515 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom Progress (1): 4.1/31 kB Progress (1): 7.7/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 24/31 kB Progress (1): 28/31 kB Progress (1): 31 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.0 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/1.4/commons-io-1.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar Progress (1): 4.1/122 kB Progress (2): 4.1/122 kB | 4.1/35 kB Progress (2): 7.7/122 kB | 4.1/35 kB Progress (2): 7.7/122 kB | 7.7/35 kB Progress (2): 12/122 kB | 7.7/35 kB Progress (2): 12/122 kB | 12/35 kB Progress (2): 16/122 kB | 12/35 kB Progress (2): 16/122 kB | 16/35 kB Progress (3): 16/122 kB | 16/35 kB | 4.1/89 kB Progress (3): 16/122 kB | 20/35 kB | 4.1/89 kB Progress (3): 20/122 kB | 20/35 kB | 4.1/89 kB Progress (4): 20/122 kB | 20/35 kB | 4.1/89 kB | 4.1/13 kB Progress (4): 20/122 kB | 24/35 kB | 4.1/89 kB | 4.1/13 kB Progress (4): 20/122 kB | 24/35 kB | 7.7/89 kB | 4.1/13 kB Progress (4): 20/122 kB | 24/35 kB | 7.7/89 kB | 7.7/13 kB Progress (4): 20/122 kB | 24/35 kB | 12/89 kB | 7.7/13 kB Progress (4): 24/122 kB | 24/35 kB | 12/89 kB | 7.7/13 kB Progress (4): 24/122 kB | 24/35 kB | 16/89 kB | 7.7/13 kB Progress (4): 24/122 kB | 24/35 kB | 16/89 kB | 12/13 kB Progress (4): 24/122 kB | 24/35 kB | 20/89 kB | 12/13 kB Progress (4): 24/122 kB | 28/35 kB | 20/89 kB | 12/13 kB Progress (4): 24/122 kB | 28/35 kB | 20/89 kB | 13 kB Progress (4): 28/122 kB | 28/35 kB | 20/89 kB | 13 kB Progress (4): 28/122 kB | 32/35 kB | 20/89 kB | 13 kB Progress (4): 28/122 kB | 32/35 kB | 24/89 kB | 13 kB Progress (4): 28/122 kB | 35 kB | 24/89 kB | 13 kB Progress (4): 28/122 kB | 35 kB | 28/89 kB | 13 kB Progress (4): 32/122 kB | 35 kB | 28/89 kB | 13 kB Progress (4): 32/122 kB | 35 kB | 32/89 kB | 13 kB Progress (4): 36/122 kB | 35 kB | 32/89 kB | 13 kB Progress (4): 36/122 kB | 35 kB | 36/89 kB | 13 kB Progress (4): 40/122 kB | 35 kB | 36/89 kB | 13 kB Progress (4): 40/122 kB | 35 kB | 40/89 kB | 13 kB Progress (4): 44/122 kB | 35 kB | 40/89 kB | 13 kB Progress (4): 44/122 kB | 35 kB | 44/89 kB | 13 kB Progress (4): 48/122 kB | 35 kB | 44/89 kB | 13 kB Progress (4): 48/122 kB | 35 kB | 48/89 kB | 13 kB Progress (4): 52/122 kB | 35 kB | 48/89 kB | 13 kB Progress (4): 52/122 kB | 35 kB | 52/89 kB | 13 kB Progress (4): 56/122 kB | 35 kB | 52/89 kB | 13 kB Progress (4): 56/122 kB | 35 kB | 56/89 kB | 13 kB Progress (4): 60/122 kB | 35 kB | 56/89 kB | 13 kB Progress (4): 60/122 kB | 35 kB | 60/89 kB | 13 kB Progress (4): 64/122 kB | 35 kB | 60/89 kB | 13 kB Progress (4): 64/122 kB | 35 kB | 64/89 kB | 13 kB Progress (4): 68/122 kB | 35 kB | 64/89 kB | 13 kB Progress (4): 68/122 kB | 35 kB | 68/89 kB | 13 kB Progress (4): 72/122 kB | 35 kB | 68/89 kB | 13 kB Progress (4): 72/122 kB | 35 kB | 72/89 kB | 13 kB Progress (4): 76/122 kB | 35 kB | 72/89 kB | 13 kB Progress (4): 76/122 kB | 35 kB | 76/89 kB | 13 kB Progress (4): 80/122 kB | 35 kB | 76/89 kB | 13 kB Progress (4): 80/122 kB | 35 kB | 80/89 kB | 13 kB Progress (4): 84/122 kB | 35 kB | 80/89 kB | 13 kB Progress (4): 84/122 kB | 35 kB | 84/89 kB | 13 kB Progress (5): 84/122 kB | 35 kB | 84/89 kB | 13 kB | 4.1/49 kB Progress (5): 88/122 kB | 35 kB | 84/89 kB | 13 kB | 4.1/49 kB Progress (5): 88/122 kB | 35 kB | 84/89 kB | 13 kB | 7.7/49 kB Progress (5): 88/122 kB | 35 kB | 88/89 kB | 13 kB | 7.7/49 kB Progress (5): 88/122 kB | 35 kB | 88/89 kB | 13 kB | 12/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 155 kB/s) Progress (4): 92/122 kB | 35 kB | 88/89 kB | 12/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar Progress (4): 92/122 kB | 35 kB | 88/89 kB | 16/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 707 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar Progress (3): 92/122 kB | 89 kB | 16/49 kB Progress (3): 92/122 kB | 89 kB | 20/49 kB Progress (3): 96/122 kB | 89 kB | 20/49 kB Progress (3): 96/122 kB | 89 kB | 24/49 kB Progress (3): 100/122 kB | 89 kB | 24/49 kB Progress (3): 100/122 kB | 89 kB | 28/49 kB Progress (3): 104/122 kB | 89 kB | 28/49 kB Progress (3): 104/122 kB | 89 kB | 32/49 kB Progress (3): 108/122 kB | 89 kB | 32/49 kB Progress (3): 108/122 kB | 89 kB | 36/49 kB Progress (3): 112/122 kB | 89 kB | 36/49 kB Progress (3): 112/122 kB | 89 kB | 40/49 kB Progress (3): 116/122 kB | 89 kB | 40/49 kB Progress (3): 116/122 kB | 89 kB | 44/49 kB Progress (3): 120/122 kB | 89 kB | 44/49 kB Progress (3): 120/122 kB | 89 kB | 48/49 kB Progress (3): 122 kB | 89 kB | 48/49 kB Progress (3): 122 kB | 89 kB | 49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 926 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar Progress (3): 122 kB | 49 kB | 4.1/87 kB Progress (3): 122 kB | 49 kB | 7.7/87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 506 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar Progress (1): 12/87 kB Progress (2): 12/87 kB | 4.1/29 kB Progress (2): 16/87 kB | 4.1/29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar Progress (2): 20/87 kB | 4.1/29 kB Progress (2): 20/87 kB | 7.7/29 kB Progress (2): 24/87 kB | 7.7/29 kB Progress (2): 24/87 kB | 12/29 kB Progress (2): 28/87 kB | 12/29 kB Progress (2): 28/87 kB | 16/29 kB Progress (2): 32/87 kB | 16/29 kB Progress (2): 33/87 kB | 16/29 kB Progress (2): 33/87 kB | 20/29 kB Progress (2): 37/87 kB | 20/29 kB Progress (2): 37/87 kB | 24/29 kB Progress (2): 41/87 kB | 24/29 kB Progress (2): 41/87 kB | 28/29 kB Progress (2): 45/87 kB | 28/29 kB Progress (2): 45/87 kB | 29 kB Progress (2): 49/87 kB | 29 kB Progress (2): 53/87 kB | 29 kB Progress (2): 57/87 kB | 29 kB Progress (2): 61/87 kB | 29 kB Progress (2): 65/87 kB | 29 kB Progress (2): 69/87 kB | 29 kB Progress (3): 69/87 kB | 29 kB | 4.1/160 kB Progress (3): 69/87 kB | 29 kB | 7.7/160 kB Progress (3): 73/87 kB | 29 kB | 7.7/160 kB Progress (3): 73/87 kB | 29 kB | 12/160 kB Progress (4): 73/87 kB | 29 kB | 12/160 kB | 4.1/14 kB Progress (4): 73/87 kB | 29 kB | 16/160 kB | 4.1/14 kB Progress (5): 73/87 kB | 29 kB | 16/160 kB | 4.1/14 kB | 4.1/21 kB Progress (5): 77/87 kB | 29 kB | 16/160 kB | 4.1/14 kB | 4.1/21 kB Progress (5): 77/87 kB | 29 kB | 16/160 kB | 4.1/14 kB | 7.7/21 kB Progress (5): 77/87 kB | 29 kB | 20/160 kB | 4.1/14 kB | 7.7/21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 316 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar Progress (4): 77/87 kB | 20/160 kB | 7.7/14 kB | 7.7/21 kB Progress (4): 77/87 kB | 24/160 kB | 7.7/14 kB | 7.7/21 kB Progress (4): 77/87 kB | 24/160 kB | 7.7/14 kB | 12/21 kB Progress (4): 81/87 kB | 24/160 kB | 7.7/14 kB | 12/21 kB Progress (4): 81/87 kB | 24/160 kB | 7.7/14 kB | 16/21 kB Progress (4): 81/87 kB | 28/160 kB | 7.7/14 kB | 16/21 kB Progress (4): 81/87 kB | 32/160 kB | 7.7/14 kB | 16/21 kB Progress (4): 81/87 kB | 32/160 kB | 12/14 kB | 16/21 kB Progress (4): 81/87 kB | 33/160 kB | 12/14 kB | 16/21 kB Progress (4): 81/87 kB | 33/160 kB | 12/14 kB | 20/21 kB Progress (4): 81/87 kB | 33/160 kB | 12/14 kB | 21 kB Progress (4): 85/87 kB | 33/160 kB | 12/14 kB | 21 kB Progress (4): 85/87 kB | 37/160 kB | 12/14 kB | 21 kB Progress (4): 85/87 kB | 41/160 kB | 12/14 kB | 21 kB Progress (4): 85/87 kB | 41/160 kB | 14 kB | 21 kB Progress (4): 85/87 kB | 45/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 45/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 49/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 53/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 57/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 61/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 65/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 66/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 70/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 74/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 78/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 82/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 86/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 90/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 94/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 98/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 102/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 106/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 110/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 114/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 118/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 122/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 126/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 130/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 134/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 138/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 142/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 146/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 150/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 154/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 158/160 kB | 14 kB | 21 kB Progress (4): 87 kB | 160 kB | 14 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 129 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 193 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 801 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 1.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 36/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 287 kB/s) Progress (1): 4.1/10 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar Progress (2): 4.1/10 kB | 4.1/58 kB Progress (2): 7.7/10 kB | 4.1/58 kB Progress (2): 7.7/10 kB | 7.7/58 kB Progress (2): 10 kB | 7.7/58 kB Progress (2): 10 kB | 12/58 kB Progress (2): 10 kB | 16/58 kB Progress (3): 10 kB | 16/58 kB | 4.1/25 kB Progress (3): 10 kB | 20/58 kB | 4.1/25 kB Progress (3): 10 kB | 20/58 kB | 7.7/25 kB Progress (3): 10 kB | 24/58 kB | 7.7/25 kB Progress (3): 10 kB | 24/58 kB | 12/25 kB Progress (3): 10 kB | 28/58 kB | 12/25 kB Progress (4): 10 kB | 28/58 kB | 12/25 kB | 4.1/11 kB Progress (4): 10 kB | 28/58 kB | 16/25 kB | 4.1/11 kB Progress (4): 10 kB | 28/58 kB | 16/25 kB | 7.7/11 kB Progress (4): 10 kB | 32/58 kB | 16/25 kB | 7.7/11 kB Progress (4): 10 kB | 32/58 kB | 16/25 kB | 11 kB Progress (4): 10 kB | 36/58 kB | 16/25 kB | 11 kB Progress (4): 10 kB | 36/58 kB | 20/25 kB | 11 kB Progress (4): 10 kB | 40/58 kB | 20/25 kB | 11 kB Progress (4): 10 kB | 40/58 kB | 24/25 kB | 11 kB Progress (4): 10 kB | 44/58 kB | 24/25 kB | 11 kB Progress (4): 10 kB | 44/58 kB | 25 kB | 11 kB Progress (4): 10 kB | 48/58 kB | 25 kB | 11 kB Progress (4): 10 kB | 52/58 kB | 25 kB | 11 kB Progress (4): 10 kB | 56/58 kB | 25 kB | 11 kB Progress (4): 10 kB | 58 kB | 25 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 78 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 410 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 73 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 172 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 kB at 132 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar Progress (1): 4.1/41 kB Progress (1): 7.7/41 kB Progress (1): 12/41 kB Progress (2): 12/41 kB | 4.1/109 kB Progress (2): 16/41 kB | 4.1/109 kB Progress (2): 16/41 kB | 7.7/109 kB Progress (2): 20/41 kB | 7.7/109 kB Progress (2): 20/41 kB | 12/109 kB Progress (2): 24/41 kB | 12/109 kB Progress (2): 24/41 kB | 16/109 kB Progress (2): 28/41 kB | 16/109 kB Progress (2): 28/41 kB | 20/109 kB Progress (2): 32/41 kB | 20/109 kB Progress (2): 32/41 kB | 24/109 kB Progress (2): 36/41 kB | 24/109 kB Progress (2): 36/41 kB | 28/109 kB Progress (2): 40/41 kB | 28/109 kB Progress (2): 40/41 kB | 32/109 kB Progress (2): 41 kB | 32/109 kB Progress (3): 41 kB | 32/109 kB | 4.1/55 kB Progress (3): 41 kB | 36/109 kB | 4.1/55 kB Progress (3): 41 kB | 36/109 kB | 7.7/55 kB Progress (3): 41 kB | 40/109 kB | 7.7/55 kB Progress (3): 41 kB | 40/109 kB | 12/55 kB Progress (3): 41 kB | 44/109 kB | 12/55 kB Progress (3): 41 kB | 44/109 kB | 16/55 kB Progress (3): 41 kB | 48/109 kB | 16/55 kB Progress (3): 41 kB | 48/109 kB | 20/55 kB Progress (3): 41 kB | 48/109 kB | 24/55 kB Progress (3): 41 kB | 52/109 kB | 24/55 kB Progress (3): 41 kB | 52/109 kB | 28/55 kB Progress (3): 41 kB | 56/109 kB | 28/55 kB Progress (4): 41 kB | 56/109 kB | 28/55 kB | 4.1/10 kB Progress (4): 41 kB | 60/109 kB | 28/55 kB | 4.1/10 kB Progress (4): 41 kB | 60/109 kB | 32/55 kB | 4.1/10 kB Progress (4): 41 kB | 64/109 kB | 32/55 kB | 4.1/10 kB Progress (4): 41 kB | 64/109 kB | 32/55 kB | 7.7/10 kB Progress (4): 41 kB | 68/109 kB | 32/55 kB | 7.7/10 kB Progress (4): 41 kB | 68/109 kB | 36/55 kB | 7.7/10 kB Progress (4): 41 kB | 72/109 kB | 36/55 kB | 7.7/10 kB Progress (4): 41 kB | 72/109 kB | 36/55 kB | 10 kB Progress (4): 41 kB | 76/109 kB | 36/55 kB | 10 kB Progress (4): 41 kB | 76/109 kB | 40/55 kB | 10 kB Progress (4): 41 kB | 80/109 kB | 40/55 kB | 10 kB Progress (4): 41 kB | 80/109 kB | 44/55 kB | 10 kB Progress (4): 41 kB | 84/109 kB | 44/55 kB | 10 kB Progress (4): 41 kB | 84/109 kB | 48/55 kB | 10 kB Progress (4): 41 kB | 88/109 kB | 48/55 kB | 10 kB Progress (4): 41 kB | 88/109 kB | 52/55 kB | 10 kB Progress (4): 41 kB | 92/109 kB | 52/55 kB | 10 kB Progress (4): 41 kB | 92/109 kB | 55 kB | 10 kB Progress (4): 41 kB | 96/109 kB | 55 kB | 10 kB Progress (4): 41 kB | 100/109 kB | 55 kB | 10 kB Progress (5): 41 kB | 100/109 kB | 55 kB | 10 kB | 4.1/47 kB Progress (5): 41 kB | 104/109 kB | 55 kB | 10 kB | 4.1/47 kB Progress (5): 41 kB | 104/109 kB | 55 kB | 10 kB | 7.7/47 kB Progress (5): 41 kB | 104/109 kB | 55 kB | 10 kB | 12/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 kB at 246 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar Progress (4): 108/109 kB | 55 kB | 10 kB | 12/47 kB Progress (4): 109 kB | 55 kB | 10 kB | 12/47 kB Progress (4): 109 kB | 55 kB | 10 kB | 16/47 kB Progress (4): 109 kB | 55 kB | 10 kB | 20/47 kB Progress (4): 109 kB | 55 kB | 10 kB | 24/47 kB Progress (4): 109 kB | 55 kB | 10 kB | 28/47 kB Progress (4): 109 kB | 55 kB | 10 kB | 32/47 kB Progress (4): 109 kB | 55 kB | 10 kB | 36/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 59 kB/s) Progress (3): 109 kB | 55 kB | 40/47 kB Progress (3): 109 kB | 55 kB | 44/47 kB Progress (3): 109 kB | 55 kB | 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 630 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar Progress (3): 55 kB | 47 kB | 4.1/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 246 kB/s) Progress (2): 55 kB | 7.7/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 289 kB/s) Progress (1): 12/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar Progress (1): 16/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar Progress (1): 20/49 kB Progress (1): 24/49 kB Progress (1): 28/49 kB Progress (1): 32/49 kB Progress (1): 36/49 kB Progress (1): 40/49 kB Progress (1): 44/49 kB Progress (1): 48/49 kB Progress (1): 49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 247 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (1): 36/47 kB Progress (1): 40/47 kB Progress (1): 44/47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 225 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar Progress (1): 4.1/186 kB Progress (1): 7.7/186 kB Progress (2): 7.7/186 kB | 4.1/28 kB Progress (3): 7.7/186 kB | 4.1/28 kB | 4.1/22 kB Progress (3): 12/186 kB | 4.1/28 kB | 4.1/22 kB Progress (3): 12/186 kB | 4.1/28 kB | 7.7/22 kB Progress (3): 12/186 kB | 4.1/28 kB | 12/22 kB Progress (3): 12/186 kB | 4.1/28 kB | 16/22 kB Progress (3): 12/186 kB | 4.1/28 kB | 20/22 kB Progress (3): 12/186 kB | 4.1/28 kB | 22 kB Progress (3): 12/186 kB | 7.7/28 kB | 22 kB Progress (4): 12/186 kB | 7.7/28 kB | 22 kB | 4.1/19 kB Progress (4): 16/186 kB | 7.7/28 kB | 22 kB | 4.1/19 kB Progress (4): 16/186 kB | 7.7/28 kB | 22 kB | 7.7/19 kB Progress (4): 20/186 kB | 7.7/28 kB | 22 kB | 7.7/19 kB Progress (4): 20/186 kB | 12/28 kB | 22 kB | 7.7/19 kB Progress (4): 24/186 kB | 12/28 kB | 22 kB | 7.7/19 kB Progress (4): 24/186 kB | 12/28 kB | 22 kB | 12/19 kB Progress (4): 24/186 kB | 16/28 kB | 22 kB | 12/19 kB Progress (4): 24/186 kB | 16/28 kB | 22 kB | 16/19 kB Progress (4): 28/186 kB | 16/28 kB | 22 kB | 16/19 kB Progress (4): 28/186 kB | 16/28 kB | 22 kB | 19 kB Progress (4): 28/186 kB | 20/28 kB | 22 kB | 19 kB Progress (4): 32/186 kB | 20/28 kB | 22 kB | 19 kB Progress (4): 32/186 kB | 24/28 kB | 22 kB | 19 kB Progress (4): 33/186 kB | 24/28 kB | 22 kB | 19 kB Progress (4): 33/186 kB | 28/28 kB | 22 kB | 19 kB Progress (4): 37/186 kB | 28/28 kB | 22 kB | 19 kB Progress (4): 37/186 kB | 28 kB | 22 kB | 19 kB Progress (4): 41/186 kB | 28 kB | 22 kB | 19 kB Progress (4): 45/186 kB | 28 kB | 22 kB | 19 kB Progress (4): 49/186 kB | 28 kB | 22 kB | 19 kB Progress (4): 53/186 kB | 28 kB | 22 kB | 19 kB Progress (4): 57/186 kB | 28 kB | 22 kB | 19 kB Progress (4): 61/186 kB | 28 kB | 22 kB | 19 kB Progress (4): 65/186 kB | 28 kB | 22 kB | 19 kB Progress (4): 66/186 kB | 28 kB | 22 kB | 19 kB Progress (4): 70/186 kB | 28 kB | 22 kB | 19 kB Progress (4): 74/186 kB | 28 kB | 22 kB | 19 kB Progress (4): 78/186 kB | 28 kB | 22 kB | 19 kB Progress (4): 82/186 kB | 28 kB | 22 kB | 19 kB Progress (4): 86/186 kB | 28 kB | 22 kB | 19 kB Progress (4): 90/186 kB | 28 kB | 22 kB | 19 kB Progress (4): 94/186 kB | 28 kB | 22 kB | 19 kB Progress (4): 98/186 kB | 28 kB | 22 kB | 19 kB Progress (5): 98/186 kB | 28 kB | 22 kB | 19 kB | 4.1/232 kB Progress (5): 98/186 kB | 28 kB | 22 kB | 19 kB | 4.1/232 kB Progress (5): 98/186 kB | 28 kB | 22 kB | 19 kB | 7.7/232 kB Progress (5): 98/186 kB | 28 kB | 22 kB | 19 kB | 12/232 kB Progress (5): 98/186 kB | 28 kB | 22 kB | 19 kB | 16/232 kB Progress (5): 102/186 kB | 28 kB | 22 kB | 19 kB | 16/232 kB Progress (5): 102/186 kB | 28 kB | 22 kB | 19 kB | 20/232 kB Progress (5): 106/186 kB | 28 kB | 22 kB | 19 kB | 20/232 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 98 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 84 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar Progress (3): 110/186 kB | 28 kB | 20/232 kB Progress (3): 114/186 kB | 28 kB | 20/232 kB Progress (3): 114/186 kB | 28 kB | 24/232 kB Progress (3): 118/186 kB | 28 kB | 24/232 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 124 kB/s) Progress (2): 118/186 kB | 28/232 kB Progress (2): 122/186 kB | 28/232 kB Progress (2): 122/186 kB | 32/232 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 Progress (2): 122/186 kB | 36/232 kB Progress (2): 126/186 kB | 36/232 kB Progress (2): 126/186 kB | 40/232 kB Progress (2): 130/186 kB | 40/232 kB Progress (2): 130/186 kB | 44/232 kB Progress (2): 134/186 kB | 44/232 kB Progress (2): 134/186 kB | 48/232 kB Progress (2): 138/186 kB | 48/232 kB Progress (2): 138/186 kB | 52/232 kB Progress (2): 138/186 kB | 56/232 kB Progress (2): 142/186 kB | 56/232 kB Progress (2): 142/186 kB | 60/232 kB Progress (2): 146/186 kB | 60/232 kB Progress (2): 146/186 kB | 64/232 kB Progress (2): 150/186 kB | 64/232 kB Progress (2): 150/186 kB | 68/232 kB Progress (2): 154/186 kB | 68/232 kB Progress (2): 154/186 kB | 72/232 kB Progress (2): 158/186 kB | 72/232 kB Progress (2): 158/186 kB | 76/232 kB Progress (2): 162/186 kB | 76/232 kB Progress (2): 162/186 kB | 80/232 kB Progress (2): 166/186 kB | 80/232 kB Progress (2): 166/186 kB | 84/232 kB Progress (2): 170/186 kB | 84/232 kB Progress (2): 170/186 kB | 88/232 kB Progress (2): 174/186 kB | 88/232 kB Progress (2): 174/186 kB | 92/232 kB Progress (2): 178/186 kB | 92/232 kB Progress (2): 178/186 kB | 96/232 kB Progress (2): 182/186 kB | 96/232 kB Progress (2): 182/186 kB | 100/232 kB Progress (2): 186/186 kB | 100/232 kB Progress (2): 186/186 kB | 104/232 kB Progress (2): 186 kB | 104/232 kB Progress (2): 186 kB | 108/232 kB Progress (2): 186 kB | 112/232 kB Progress (2): 186 kB | 116/232 kB Progress (2): 186 kB | 120/232 kB Progress (2): 186 kB | 124/232 kB Progress (2): 186 kB | 128/232 kB Progress (2): 186 kB | 132/232 kB Progress (2): 186 kB | 136/232 kB Progress (2): 186 kB | 140/232 kB Progress (2): 186 kB | 144/232 kB Progress (2): 186 kB | 148/232 kB Progress (2): 186 kB | 152/232 kB Progress (2): 186 kB | 156/232 kB Progress (2): 186 kB | 160/232 kB Progress (2): 186 kB | 164/232 kB Progress (2): 186 kB | 168/232 kB Progress (2): 186 kB | 172/232 kB Progress (2): 186 kB | 176/232 kB Progress (2): 186 kB | 180/232 kB Progress (2): 186 kB | 184/232 kB Progress (2): 186 kB | 188/232 kB Progress (2): 186 kB | 192/232 kB Progress (2): 186 kB | 196/232 kB Progress (2): 186 kB | 200/232 kB Progress (2): 186 kB | 204/232 kB Progress (2): 186 kB | 208/232 kB Progress (2): 186 kB | 212/232 kB Progress (2): 186 kB | 216/232 kB Progress (2): 186 kB | 220/232 kB Progress (2): 186 kB | 224/232 kB Progress (2): 186 kB | 228/232 kB Progress (2): 186 kB | 232/232 kB Progress (2): 186 kB | 232 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar (186 kB at 787 kB/s) Progress (2): 232 kB | 4.1/27 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar Progress (2): 232 kB | 7.7/27 kB Progress (2): 232 kB | 12/27 kB Progress (2): 232 kB | 16/27 kB Progress (2): 232 kB | 20/27 kB Progress (2): 232 kB | 24/27 kB Progress (2): 232 kB | 27 kB Progress (3): 232 kB | 27 kB | 4.1/58 kB Progress (3): 232 kB | 27 kB | 7.7/58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (232 kB at 954 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Progress (2): 27 kB | 12/58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (27 kB at 112 kB/s) Progress (1): 16/58 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar 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): 44/58 kB Progress (1): 48/58 kB Progress (1): 52/58 kB Progress (1): 56/58 kB Progress (1): 58 kB Progress (2): 58 kB | 4.1/32 kB Progress (2): 58 kB | 7.7/32 kB Progress (2): 58 kB | 12/32 kB Progress (2): 58 kB | 16/32 kB Progress (2): 58 kB | 20/32 kB Progress (2): 58 kB | 24/32 kB Progress (3): 58 kB | 24/32 kB | 4.1/134 kB Progress (3): 58 kB | 28/32 kB | 4.1/134 kB Progress (4): 58 kB | 28/32 kB | 4.1/134 kB | 4.1/60 kB Progress (4): 58 kB | 28/32 kB | 7.7/134 kB | 4.1/60 kB Progress (4): 58 kB | 28/32 kB | 7.7/134 kB | 7.7/60 kB Progress (4): 58 kB | 32 kB | 7.7/134 kB | 7.7/60 kB Progress (4): 58 kB | 32 kB | 7.7/134 kB | 12/60 kB Progress (4): 58 kB | 32 kB | 12/134 kB | 12/60 kB Progress (4): 58 kB | 32 kB | 12/134 kB | 16/60 kB Progress (4): 58 kB | 32 kB | 16/134 kB | 16/60 kB Progress (4): 58 kB | 32 kB | 16/134 kB | 20/60 kB Progress (4): 58 kB | 32 kB | 20/134 kB | 20/60 kB Progress (4): 58 kB | 32 kB | 20/134 kB | 24/60 kB Progress (4): 58 kB | 32 kB | 24/134 kB | 24/60 kB Progress (4): 58 kB | 32 kB | 24/134 kB | 28/60 kB Progress (4): 58 kB | 32 kB | 28/134 kB | 28/60 kB Progress (4): 58 kB | 32 kB | 32/134 kB | 28/60 kB Progress (4): 58 kB | 32 kB | 33/134 kB | 28/60 kB Progress (4): 58 kB | 32 kB | 37/134 kB | 28/60 kB Progress (4): 58 kB | 32 kB | 41/134 kB | 28/60 kB Progress (4): 58 kB | 32 kB | 45/134 kB | 28/60 kB Progress (4): 58 kB | 32 kB | 49/134 kB | 28/60 kB Progress (4): 58 kB | 32 kB | 53/134 kB | 28/60 kB Progress (4): 58 kB | 32 kB | 53/134 kB | 32/60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (58 kB at 200 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar Progress (3): 32 kB | 57/134 kB | 32/60 kB Progress (4): 32 kB | 57/134 kB | 32/60 kB | 4.1/44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 109 kB/s) Progress (3): 57/134 kB | 32/60 kB | 7.7/44 kB Progress (3): 61/134 kB | 32/60 kB | 7.7/44 kB Progress (3): 61/134 kB | 36/60 kB | 7.7/44 kB Progress (3): 65/134 kB | 36/60 kB | 7.7/44 kB Progress (3): 65/134 kB | 36/60 kB | 12/44 kB Progress (3): 69/134 kB | 36/60 kB | 12/44 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar Progress (3): 73/134 kB | 36/60 kB | 12/44 kB Progress (3): 73/134 kB | 36/60 kB | 16/44 kB Progress (3): 73/134 kB | 40/60 kB | 16/44 kB Progress (3): 73/134 kB | 40/60 kB | 20/44 kB Progress (3): 77/134 kB | 40/60 kB | 20/44 kB Progress (3): 77/134 kB | 40/60 kB | 24/44 kB Progress (3): 77/134 kB | 44/60 kB | 24/44 kB Progress (3): 77/134 kB | 44/60 kB | 28/44 kB Progress (3): 81/134 kB | 44/60 kB | 28/44 kB Progress (3): 81/134 kB | 44/60 kB | 32/44 kB Progress (3): 81/134 kB | 48/60 kB | 32/44 kB Progress (3): 81/134 kB | 48/60 kB | 36/44 kB Progress (3): 85/134 kB | 48/60 kB | 36/44 kB Progress (3): 85/134 kB | 48/60 kB | 40/44 kB Progress (3): 85/134 kB | 52/60 kB | 40/44 kB Progress (3): 85/134 kB | 52/60 kB | 44 kB Progress (3): 89/134 kB | 52/60 kB | 44 kB Progress (3): 89/134 kB | 56/60 kB | 44 kB Progress (3): 93/134 kB | 56/60 kB | 44 kB Progress (3): 93/134 kB | 60/60 kB | 44 kB Progress (3): 97/134 kB | 60/60 kB | 44 kB Progress (3): 97/134 kB | 60 kB | 44 kB Progress (3): 101/134 kB | 60 kB | 44 kB Progress (3): 105/134 kB | 60 kB | 44 kB Progress (3): 109/134 kB | 60 kB | 44 kB Progress (3): 113/134 kB | 60 kB | 44 kB Progress (3): 117/134 kB | 60 kB | 44 kB Progress (3): 121/134 kB | 60 kB | 44 kB Progress (3): 125/134 kB | 60 kB | 44 kB Progress (3): 129/134 kB | 60 kB | 44 kB Progress (3): 133/134 kB | 60 kB | 44 kB Progress (3): 134 kB | 60 kB | 44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 198 kB/s) Progress (3): 134 kB | 44 kB | 4.1/29 kB Progress (3): 134 kB | 44 kB | 7.7/29 kB Progress (3): 134 kB | 44 kB | 12/29 kB Progress (3): 134 kB | 44 kB | 16/29 kB Progress (3): 134 kB | 44 kB | 20/29 kB Progress (3): 134 kB | 44 kB | 24/29 kB Progress (3): 134 kB | 44 kB | 28/29 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 143 kB/s) Progress (2): 134 kB | 29 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 437 kB/s) Progress (2): 29 kB | 4.1/284 kB Progress (2): 29 kB | 7.7/284 kB Progress (2): 29 kB | 12/284 kB Progress (2): 29 kB | 16/284 kB Progress (2): 29 kB | 20/284 kB Progress (2): 29 kB | 24/284 kB Progress (2): 29 kB | 28/284 kB Progress (2): 29 kB | 32/284 kB Progress (2): 29 kB | 33/284 kB Progress (2): 29 kB | 37/284 kB Progress (2): 29 kB | 41/284 kB Progress (2): 29 kB | 45/284 kB Progress (2): 29 kB | 49/284 kB Progress (2): 29 kB | 53/284 kB Progress (2): 29 kB | 57/284 kB Progress (2): 29 kB | 61/284 kB Progress (2): 29 kB | 65/284 kB Progress (2): 29 kB | 66/284 kB Progress (2): 29 kB | 70/284 kB Progress (2): 29 kB | 74/284 kB Progress (2): 29 kB | 78/284 kB Progress (2): 29 kB | 82/284 kB Progress (2): 29 kB | 86/284 kB Progress (2): 29 kB | 90/284 kB Progress (2): 29 kB | 94/284 kB Progress (2): 29 kB | 98/284 kB Progress (2): 29 kB | 98/284 kB Progress (2): 29 kB | 102/284 kB Progress (2): 29 kB | 106/284 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 93 kB/s) Progress (1): 110/284 kB Progress (1): 114/284 kB Progress (1): 118/284 kB Progress (1): 122/284 kB Progress (1): 126/284 kB Progress (1): 130/284 kB Progress (1): 131/284 kB Progress (1): 135/284 kB Progress (1): 139/284 kB Progress (1): 143/284 kB Progress (1): 147/284 kB Progress (1): 151/284 kB Progress (1): 155/284 kB Progress (1): 159/284 kB Progress (1): 163/284 kB Progress (1): 164/284 kB Progress (1): 168/284 kB Progress (1): 172/284 kB Progress (1): 176/284 kB Progress (1): 180/284 kB Progress (1): 184/284 kB Progress (1): 188/284 kB Progress (1): 192/284 kB Progress (1): 196/284 kB Progress (1): 200/284 kB Progress (1): 204/284 kB Progress (1): 208/284 kB Progress (1): 212/284 kB Progress (1): 216/284 kB Progress (1): 220/284 kB Progress (1): 224/284 kB Progress (1): 228/284 kB Progress (1): 232/284 kB Progress (1): 236/284 kB Progress (1): 240/284 kB Progress (1): 244/284 kB Progress (1): 248/284 kB Progress (1): 252/284 kB Progress (1): 256/284 kB Progress (1): 260/284 kB Progress (1): 264/284 kB Progress (1): 268/284 kB Progress (1): 272/284 kB Progress (1): 276/284 kB Progress (1): 280/284 kB Progress (1): 284/284 kB Progress (1): 284 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 877 kB/s) [INFO] Configured Artifact: hsqldb:hsqldb:1.8.0.10:jar [INFO] Copying hsqldb-1.8.0.10.jar to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/lib/hsqldb-1.8.0.10.jar [INFO] [INFO] --- download-maven-plugin:1.2.1:wget (install-h2-driver) @ org.eclipse.reddeer.eclipse.test --- Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0/maven-core-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.pom (5.6 kB at 350 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0/maven-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom Progress (1): 4.1/8.8 kB Progress (1): 7.7/8.8 kB Progress (1): 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 548 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom (1.4 kB at 86 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0/maven-model-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom (2.4 kB at 160 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 182 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.pom (1.5 kB at 59 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.pom (1.1 kB at 36 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0/maven-reporting-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0/maven-reporting-2.0.pom Progress (1): 504 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0/maven-reporting-2.0.pom (504 B at 14 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.pom (1.1 kB at 17 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom (1.4 kB at 43 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom Progress (1): 723 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 23 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (1.2 kB at 30 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom Progress (1): 812 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.pom (812 B at 20 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0/maven-project-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (1.6 kB at 51 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (1.3 kB at 35 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.pom (1.3 kB at 31 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom Progress (1): 601 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 21 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.pom (1.5 kB at 27 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom Progress (1): 400 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom (400 B at 6.9 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom (5.1 kB at 158 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom Progress (1): 4.1/7.9 kB Progress (1): 7.7/7.9 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0-beta2/httpcomponents-client-4.0-beta2.pom (7.9 kB at 143 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/4.0/project-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 452 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom (4.7 kB at 163 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom Progress (1): 4.1/6.9 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom (6.9 kB at 27 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 496 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/5/commons-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 446 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 210 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.pom (3.5 kB at 118 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.pom (2.2 kB at 76 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom (11 kB at 354 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/28/commons-parent-28.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom 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): 44/50 kB Progress (1): 48/50 kB Progress (1): 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 1.6 MB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.2/xz-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.pom (1.9 kB at 63 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom (5.1 kB at 161 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 60 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 682 kB/s) Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0/maven-core-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0/maven-settings-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0/maven-model-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0/maven-project-2.0.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.2/xz-1.2.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.jar Downloading from cbi-release: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.jar Progress (1): 4.1/136 kB Progress (1): 7.7/136 kB Progress (2): 7.7/136 kB | 4.1/43 kB Progress (3): 7.7/136 kB | 4.1/43 kB | 4.1/4.3 kB Progress (3): 7.7/136 kB | 7.7/43 kB | 4.1/4.3 kB Progress (3): 12/136 kB | 7.7/43 kB | 4.1/4.3 kB Progress (3): 12/136 kB | 12/43 kB | 4.1/4.3 kB Progress (4): 12/136 kB | 12/43 kB | 4.1/4.3 kB | 4.1/18 kB Progress (4): 12/136 kB | 16/43 kB | 4.1/4.3 kB | 4.1/18 kB Progress (4): 16/136 kB | 16/43 kB | 4.1/4.3 kB | 4.1/18 kB Progress (4): 16/136 kB | 16/43 kB | 4.3 kB | 4.1/18 kB Progress (5): 16/136 kB | 16/43 kB | 4.3 kB | 4.1/18 kB | 4.1/6.6 kB Progress (5): 20/136 kB | 16/43 kB | 4.3 kB | 4.1/18 kB | 4.1/6.6 kB Progress (5): 20/136 kB | 20/43 kB | 4.3 kB | 4.1/18 kB | 4.1/6.6 kB Progress (5): 20/136 kB | 20/43 kB | 4.3 kB | 7.7/18 kB | 4.1/6.6 kB Progress (5): 20/136 kB | 24/43 kB | 4.3 kB | 7.7/18 kB | 4.1/6.6 kB Progress (5): 20/136 kB | 24/43 kB | 4.3 kB | 12/18 kB | 4.1/6.6 kB Progress (5): 24/136 kB | 24/43 kB | 4.3 kB | 12/18 kB | 4.1/6.6 kB Progress (5): 24/136 kB | 24/43 kB | 4.3 kB | 12/18 kB | 6.6 kB Progress (5): 28/136 kB | 24/43 kB | 4.3 kB | 12/18 kB | 6.6 kB Progress (5): 32/136 kB | 24/43 kB | 4.3 kB | 12/18 kB | 6.6 kB Progress (5): 32/136 kB | 24/43 kB | 4.3 kB | 16/18 kB | 6.6 kB Progress (5): 32/136 kB | 28/43 kB | 4.3 kB | 16/18 kB | 6.6 kB Progress (5): 32/136 kB | 28/43 kB | 4.3 kB | 18 kB | 6.6 kB Progress (5): 36/136 kB | 28/43 kB | 4.3 kB | 18 kB | 6.6 kB Progress (5): 40/136 kB | 28/43 kB | 4.3 kB | 18 kB | 6.6 kB Progress (5): 44/136 kB | 28/43 kB | 4.3 kB | 18 kB | 6.6 kB Progress (5): 44/136 kB | 32/43 kB | 4.3 kB | 18 kB | 6.6 kB Progress (5): 48/136 kB | 32/43 kB | 4.3 kB | 18 kB | 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/doxia/doxia-sink-api/1.0-alpha-4/doxia-sink-api-1.0-alpha-4.jar (4.3 kB at 89 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0/maven-reporting-api-2.0.jar (6.6 kB at 134 kB/s) Progress (3): 52/136 kB | 32/43 kB | 18 kB Progress (3): 52/136 kB | 36/43 kB | 18 kB Progress (3): 56/136 kB | 36/43 kB | 18 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar Progress (3): 60/136 kB | 36/43 kB | 18 kB Progress (3): 60/136 kB | 40/43 kB | 18 kB Progress (3): 64/136 kB | 40/43 kB | 18 kB Progress (3): 64/136 kB | 43 kB | 18 kB Progress (3): 68/136 kB | 43 kB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0/maven-plugin-parameter-documenter-2.0.jar (18 kB at 333 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar Progress (2): 72/136 kB | 43 kB Progress (2): 76/136 kB | 43 kB Progress (2): 80/136 kB | 43 kB Progress (2): 84/136 kB | 43 kB Progress (2): 88/136 kB | 43 kB Progress (2): 92/136 kB | 43 kB Progress (2): 96/136 kB | 43 kB Progress (2): 100/136 kB | 43 kB Progress (2): 104/136 kB | 43 kB Progress (2): 108/136 kB | 43 kB Progress (2): 112/136 kB | 43 kB Progress (2): 116/136 kB | 43 kB Progress (2): 120/136 kB | 43 kB Progress (2): 124/136 kB | 43 kB Progress (2): 128/136 kB | 43 kB Progress (2): 132/136 kB | 43 kB Progress (2): 136 kB | 43 kB Progress (3): 136 kB | 43 kB | 4.1/78 kB Progress (3): 136 kB | 43 kB | 7.7/78 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0/maven-settings-2.0.jar (43 kB at 734 kB/s) Progress (2): 136 kB | 12/78 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar Progress (2): 136 kB | 16/78 kB Progress (2): 136 kB | 20/78 kB Progress (2): 136 kB | 24/78 kB Progress (2): 136 kB | 28/78 kB Progress (2): 136 kB | 32/78 kB Progress (2): 136 kB | 33/78 kB Progress (3): 136 kB | 33/78 kB | 4.1/30 kB Progress (3): 136 kB | 33/78 kB | 7.7/30 kB Progress (3): 136 kB | 37/78 kB | 7.7/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0/maven-core-2.0.jar (136 kB at 2.2 MB/s) Progress (2): 41/78 kB | 7.7/30 kB Progress (2): 41/78 kB | 12/30 kB Progress (2): 45/78 kB | 12/30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar Progress (3): 45/78 kB | 12/30 kB | 4.1/195 kB Progress (3): 45/78 kB | 12/30 kB | 7.7/195 kB Progress (3): 49/78 kB | 12/30 kB | 7.7/195 kB Progress (3): 49/78 kB | 16/30 kB | 7.7/195 kB Progress (3): 53/78 kB | 16/30 kB | 7.7/195 kB Progress (3): 53/78 kB | 16/30 kB | 12/195 kB Progress (3): 53/78 kB | 16/30 kB | 16/195 kB Progress (3): 53/78 kB | 16/30 kB | 20/195 kB Progress (3): 53/78 kB | 16/30 kB | 24/195 kB Progress (3): 53/78 kB | 20/30 kB | 24/195 kB Progress (3): 57/78 kB | 20/30 kB | 24/195 kB Progress (3): 61/78 kB | 20/30 kB | 24/195 kB Progress (3): 65/78 kB | 20/30 kB | 24/195 kB Progress (3): 69/78 kB | 20/30 kB | 24/195 kB Progress (3): 69/78 kB | 24/30 kB | 24/195 kB Progress (3): 69/78 kB | 24/30 kB | 28/195 kB Progress (3): 73/78 kB | 24/30 kB | 28/195 kB Progress (3): 73/78 kB | 24/30 kB | 32/195 kB Progress (3): 73/78 kB | 24/30 kB | 33/195 kB Progress (3): 73/78 kB | 24/30 kB | 37/195 kB Progress (3): 73/78 kB | 24/30 kB | 41/195 kB Progress (3): 73/78 kB | 24/30 kB | 45/195 kB Progress (3): 73/78 kB | 24/30 kB | 49/195 kB Progress (3): 73/78 kB | 24/30 kB | 53/195 kB Progress (3): 73/78 kB | 24/30 kB | 57/195 kB Progress (3): 73/78 kB | 28/30 kB | 57/195 kB Progress (3): 73/78 kB | 28/30 kB | 61/195 kB Progress (3): 73/78 kB | 28/30 kB | 65/195 kB Progress (3): 73/78 kB | 28/30 kB | 66/195 kB Progress (3): 73/78 kB | 28/30 kB | 70/195 kB Progress (3): 73/78 kB | 28/30 kB | 74/195 kB Progress (3): 73/78 kB | 28/30 kB | 78/195 kB Progress (3): 73/78 kB | 28/30 kB | 82/195 kB Progress (3): 73/78 kB | 28/30 kB | 86/195 kB Progress (3): 73/78 kB | 28/30 kB | 90/195 kB Progress (3): 73/78 kB | 28/30 kB | 94/195 kB Progress (3): 73/78 kB | 28/30 kB | 98/195 kB Progress (4): 73/78 kB | 28/30 kB | 98/195 kB | 4.1/21 kB Progress (4): 77/78 kB | 28/30 kB | 98/195 kB | 4.1/21 kB Progress (4): 78 kB | 28/30 kB | 98/195 kB | 4.1/21 kB Progress (4): 78 kB | 28/30 kB | 98/195 kB | 7.7/21 kB Progress (4): 78 kB | 28/30 kB | 98/195 kB | 12/21 kB Progress (4): 78 kB | 28/30 kB | 102/195 kB | 12/21 kB Progress (4): 78 kB | 28/30 kB | 106/195 kB | 12/21 kB Progress (4): 78 kB | 30 kB | 106/195 kB | 12/21 kB Progress (4): 78 kB | 30 kB | 110/195 kB | 12/21 kB Progress (4): 78 kB | 30 kB | 110/195 kB | 16/21 kB Progress (5): 78 kB | 30 kB | 110/195 kB | 16/21 kB | 4.1/10 kB Progress (5): 78 kB | 30 kB | 110/195 kB | 20/21 kB | 4.1/10 kB Progress (5): 78 kB | 30 kB | 114/195 kB | 20/21 kB | 4.1/10 kB Progress (5): 78 kB | 30 kB | 114/195 kB | 21 kB | 4.1/10 kB Progress (5): 78 kB | 30 kB | 114/195 kB | 21 kB | 7.7/10 kB Progress (5): 78 kB | 30 kB | 114/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 118/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 122/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 126/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 130/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 131/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 135/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 139/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 143/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 147/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 151/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 155/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 159/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 163/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 167/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 171/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 175/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 179/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 183/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 187/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 191/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 195/195 kB | 21 kB | 10 kB Progress (5): 78 kB | 30 kB | 195 kB | 21 kB | 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar (30 kB at 304 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar (21 kB at 205 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar (78 kB at 777 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar (195 kB at 1.9 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0/maven-error-diagnostics-2.0.jar (10 kB at 100 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (2): 7.7/25 kB | 4.1/33 kB Progress (2): 12/25 kB | 4.1/33 kB Progress (2): 12/25 kB | 7.7/33 kB Progress (3): 12/25 kB | 7.7/33 kB | 4.1/7.6 kB Progress (3): 16/25 kB | 7.7/33 kB | 4.1/7.6 kB Progress (4): 16/25 kB | 7.7/33 kB | 4.1/7.6 kB | 4.1/51 kB Progress (4): 20/25 kB | 7.7/33 kB | 4.1/7.6 kB | 4.1/51 kB Progress (4): 20/25 kB | 7.7/33 kB | 7.6 kB | 4.1/51 kB Progress (4): 20/25 kB | 12/33 kB | 7.6 kB | 4.1/51 kB Progress (4): 24/25 kB | 12/33 kB | 7.6 kB | 4.1/51 kB Progress (4): 24/25 kB | 12/33 kB | 7.6 kB | 7.7/51 kB Progress (4): 25 kB | 12/33 kB | 7.6 kB | 7.7/51 kB Progress (4): 25 kB | 16/33 kB | 7.6 kB | 7.7/51 kB Progress (4): 25 kB | 16/33 kB | 7.6 kB | 12/51 kB Progress (4): 25 kB | 20/33 kB | 7.6 kB | 12/51 kB Progress (4): 25 kB | 20/33 kB | 7.6 kB | 16/51 kB Progress (4): 25 kB | 24/33 kB | 7.6 kB | 16/51 kB Progress (4): 25 kB | 24/33 kB | 7.6 kB | 20/51 kB Progress (4): 25 kB | 28/33 kB | 7.6 kB | 20/51 kB Progress (4): 25 kB | 28/33 kB | 7.6 kB | 24/51 kB Progress (4): 25 kB | 32/33 kB | 7.6 kB | 24/51 kB Progress (4): 25 kB | 32/33 kB | 7.6 kB | 28/51 kB Progress (4): 25 kB | 33 kB | 7.6 kB | 28/51 kB Progress (4): 25 kB | 33 kB | 7.6 kB | 32/51 kB Progress (4): 25 kB | 33 kB | 7.6 kB | 36/51 kB Progress (4): 25 kB | 33 kB | 7.6 kB | 40/51 kB Progress (4): 25 kB | 33 kB | 7.6 kB | 44/51 kB Progress (4): 25 kB | 33 kB | 7.6 kB | 48/51 kB Progress (4): 25 kB | 33 kB | 7.6 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0/maven-plugin-descriptor-2.0.jar (33 kB at 271 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.jar (7.6 kB at 62 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0/maven-plugin-registry-2.0.jar (25 kB at 202 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar (51 kB at 405 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar Progress (1): 4.1/79 kB Progress (1): 7.7/79 kB Progress (1): 12/79 kB Progress (1): 16/79 kB Progress (2): 16/79 kB | 4.1/105 kB Progress (2): 20/79 kB | 4.1/105 kB Progress (2): 20/79 kB | 7.7/105 kB Progress (2): 24/79 kB | 7.7/105 kB Progress (2): 24/79 kB | 12/105 kB Progress (2): 24/79 kB | 16/105 kB Progress (2): 28/79 kB | 16/105 kB Progress (2): 28/79 kB | 20/105 kB Progress (2): 32/79 kB | 20/105 kB Progress (2): 32/79 kB | 24/105 kB Progress (3): 32/79 kB | 24/105 kB | 4.1/10 kB Progress (3): 32/79 kB | 28/105 kB | 4.1/10 kB Progress (3): 36/79 kB | 28/105 kB | 4.1/10 kB Progress (3): 36/79 kB | 32/105 kB | 4.1/10 kB Progress (3): 36/79 kB | 32/105 kB | 7.7/10 kB Progress (3): 36/79 kB | 33/105 kB | 7.7/10 kB Progress (3): 40/79 kB | 33/105 kB | 7.7/10 kB Progress (3): 40/79 kB | 37/105 kB | 7.7/10 kB Progress (3): 40/79 kB | 37/105 kB | 10 kB Progress (3): 40/79 kB | 41/105 kB | 10 kB Progress (3): 44/79 kB | 41/105 kB | 10 kB Progress (3): 44/79 kB | 45/105 kB | 10 kB Progress (3): 48/79 kB | 45/105 kB | 10 kB Progress (3): 48/79 kB | 49/105 kB | 10 kB Progress (3): 52/79 kB | 49/105 kB | 10 kB Progress (3): 52/79 kB | 53/105 kB | 10 kB Progress (4): 52/79 kB | 53/105 kB | 10 kB | 4.1/172 kB Progress (4): 56/79 kB | 53/105 kB | 10 kB | 4.1/172 kB Progress (4): 56/79 kB | 53/105 kB | 10 kB | 7.7/172 kB Progress (4): 56/79 kB | 57/105 kB | 10 kB | 7.7/172 kB Progress (4): 56/79 kB | 57/105 kB | 10 kB | 12/172 kB Progress (4): 56/79 kB | 61/105 kB | 10 kB | 12/172 kB Progress (4): 60/79 kB | 61/105 kB | 10 kB | 12/172 kB Progress (4): 60/79 kB | 65/105 kB | 10 kB | 12/172 kB Progress (4): 60/79 kB | 65/105 kB | 10 kB | 16/172 kB Progress (4): 60/79 kB | 69/105 kB | 10 kB | 16/172 kB Progress (4): 60/79 kB | 69/105 kB | 10 kB | 20/172 kB Progress (4): 64/79 kB | 69/105 kB | 10 kB | 20/172 kB Progress (4): 64/79 kB | 69/105 kB | 10 kB | 24/172 kB Progress (4): 68/79 kB | 69/105 kB | 10 kB | 24/172 kB Progress (4): 68/79 kB | 73/105 kB | 10 kB | 24/172 kB Progress (4): 72/79 kB | 73/105 kB | 10 kB | 24/172 kB Progress (4): 72/79 kB | 73/105 kB | 10 kB | 28/172 kB Progress (4): 76/79 kB | 73/105 kB | 10 kB | 28/172 kB Progress (4): 76/79 kB | 77/105 kB | 10 kB | 28/172 kB Progress (4): 79 kB | 77/105 kB | 10 kB | 28/172 kB Progress (4): 79 kB | 77/105 kB | 10 kB | 32/172 kB Progress (4): 79 kB | 81/105 kB | 10 kB | 32/172 kB Progress (4): 79 kB | 81/105 kB | 10 kB | 33/172 kB Progress (4): 79 kB | 85/105 kB | 10 kB | 33/172 kB Progress (4): 79 kB | 85/105 kB | 10 kB | 37/172 kB Progress (4): 79 kB | 89/105 kB | 10 kB | 37/172 kB Progress (4): 79 kB | 89/105 kB | 10 kB | 41/172 kB Progress (4): 79 kB | 93/105 kB | 10 kB | 41/172 kB Progress (4): 79 kB | 93/105 kB | 10 kB | 45/172 kB Progress (4): 79 kB | 97/105 kB | 10 kB | 45/172 kB Progress (5): 79 kB | 97/105 kB | 10 kB | 45/172 kB | 4.1/276 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 72 kB/s) Progress (4): 79 kB | 97/105 kB | 45/172 kB | 7.7/276 kB Progress (4): 79 kB | 101/105 kB | 45/172 kB | 7.7/276 kB Progress (4): 79 kB | 101/105 kB | 45/172 kB | 12/276 kB Progress (4): 79 kB | 101/105 kB | 49/172 kB | 12/276 kB Progress (4): 79 kB | 101/105 kB | 49/172 kB | 16/276 kB Progress (4): 79 kB | 105 kB | 49/172 kB | 16/276 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (79 kB at 458 kB/s) Progress (3): 105 kB | 49/172 kB | 20/276 kB Progress (3): 105 kB | 53/172 kB | 20/276 kB Progress (3): 105 kB | 53/172 kB | 24/276 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar Progress (3): 105 kB | 53/172 kB | 28/276 kB Progress (3): 105 kB | 57/172 kB | 28/276 kB Progress (3): 105 kB | 57/172 kB | 32/276 kB Progress (3): 105 kB | 61/172 kB | 32/276 kB Progress (3): 105 kB | 61/172 kB | 33/276 kB Progress (3): 105 kB | 65/172 kB | 33/276 kB Progress (3): 105 kB | 65/172 kB | 37/276 kB Progress (3): 105 kB | 66/172 kB | 37/276 kB Progress (3): 105 kB | 66/172 kB | 41/276 kB Progress (3): 105 kB | 70/172 kB | 41/276 kB Progress (3): 105 kB | 74/172 kB | 41/276 kB Progress (3): 105 kB | 74/172 kB | 45/276 kB Progress (3): 105 kB | 78/172 kB | 45/276 kB Progress (3): 105 kB | 78/172 kB | 49/276 kB Progress (3): 105 kB | 82/172 kB | 49/276 kB Progress (3): 105 kB | 82/172 kB | 53/276 kB Progress (3): 105 kB | 86/172 kB | 53/276 kB Progress (3): 105 kB | 86/172 kB | 57/276 kB Progress (3): 105 kB | 90/172 kB | 57/276 kB Progress (3): 105 kB | 90/172 kB | 61/276 kB Progress (3): 105 kB | 94/172 kB | 61/276 kB Progress (3): 105 kB | 94/172 kB | 65/276 kB Progress (3): 105 kB | 98/172 kB | 65/276 kB Progress (3): 105 kB | 98/172 kB | 69/276 kB Progress (3): 105 kB | 98/172 kB | 69/276 kB Progress (3): 105 kB | 98/172 kB | 73/276 kB Progress (3): 105 kB | 102/172 kB | 73/276 kB Progress (3): 105 kB | 102/172 kB | 77/276 kB Progress (3): 105 kB | 106/172 kB | 77/276 kB Progress (3): 105 kB | 106/172 kB | 81/276 kB Progress (3): 105 kB | 110/172 kB | 81/276 kB Progress (3): 105 kB | 114/172 kB | 81/276 kB Progress (3): 105 kB | 114/172 kB | 85/276 kB Progress (3): 105 kB | 118/172 kB | 85/276 kB Progress (3): 105 kB | 118/172 kB | 89/276 kB Progress (3): 105 kB | 122/172 kB | 89/276 kB Progress (3): 105 kB | 122/172 kB | 93/276 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar (105 kB at 581 kB/s) Progress (2): 122/172 kB | 97/276 kB Progress (2): 126/172 kB | 97/276 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.jar Progress (2): 130/172 kB | 97/276 kB Progress (2): 130/172 kB | 101/276 kB Progress (2): 134/172 kB | 101/276 kB Progress (2): 134/172 kB | 105/276 kB Progress (2): 138/172 kB | 105/276 kB Progress (2): 138/172 kB | 109/276 kB Progress (2): 142/172 kB | 109/276 kB Progress (2): 142/172 kB | 113/276 kB Progress (2): 146/172 kB | 113/276 kB Progress (2): 146/172 kB | 117/276 kB Progress (2): 150/172 kB | 117/276 kB Progress (3): 150/172 kB | 117/276 kB | 4.1/47 kB Progress (3): 150/172 kB | 121/276 kB | 4.1/47 kB Progress (3): 150/172 kB | 121/276 kB | 7.7/47 kB Progress (3): 154/172 kB | 121/276 kB | 7.7/47 kB Progress (3): 154/172 kB | 121/276 kB | 12/47 kB Progress (3): 154/172 kB | 125/276 kB | 12/47 kB Progress (3): 154/172 kB | 125/276 kB | 16/47 kB Progress (3): 158/172 kB | 125/276 kB | 16/47 kB Progress (3): 158/172 kB | 129/276 kB | 16/47 kB Progress (3): 162/172 kB | 129/276 kB | 16/47 kB Progress (3): 162/172 kB | 129/276 kB | 20/47 kB Progress (3): 166/172 kB | 129/276 kB | 20/47 kB Progress (3): 166/172 kB | 133/276 kB | 20/47 kB Progress (3): 170/172 kB | 133/276 kB | 20/47 kB Progress (3): 170/172 kB | 133/276 kB | 24/47 kB Progress (3): 172 kB | 133/276 kB | 24/47 kB Progress (3): 172 kB | 137/276 kB | 24/47 kB Progress (3): 172 kB | 137/276 kB | 28/47 kB Progress (3): 172 kB | 141/276 kB | 28/47 kB Progress (3): 172 kB | 141/276 kB | 32/47 kB Progress (3): 172 kB | 145/276 kB | 32/47 kB Progress (3): 172 kB | 145/276 kB | 36/47 kB Progress (3): 172 kB | 149/276 kB | 36/47 kB Progress (3): 172 kB | 149/276 kB | 40/47 kB Progress (3): 172 kB | 153/276 kB | 40/47 kB Progress (3): 172 kB | 153/276 kB | 44/47 kB Progress (3): 172 kB | 153/276 kB | 47 kB Progress (3): 172 kB | 157/276 kB | 47 kB Progress (3): 172 kB | 161/276 kB | 47 kB Progress (3): 172 kB | 165/276 kB | 47 kB Progress (3): 172 kB | 169/276 kB | 47 kB Progress (3): 172 kB | 173/276 kB | 47 kB Progress (3): 172 kB | 177/276 kB | 47 kB Progress (3): 172 kB | 181/276 kB | 47 kB Progress (3): 172 kB | 185/276 kB | 47 kB Progress (3): 172 kB | 189/276 kB | 47 kB Progress (3): 172 kB | 193/276 kB | 47 kB Progress (3): 172 kB | 197/276 kB | 47 kB Progress (3): 172 kB | 201/276 kB | 47 kB Progress (3): 172 kB | 205/276 kB | 47 kB Progress (3): 172 kB | 209/276 kB | 47 kB Progress (3): 172 kB | 213/276 kB | 47 kB Progress (3): 172 kB | 217/276 kB | 47 kB Progress (4): 172 kB | 217/276 kB | 47 kB | 4.1/164 kB Progress (4): 172 kB | 221/276 kB | 47 kB | 4.1/164 kB Progress (4): 172 kB | 221/276 kB | 47 kB | 7.7/164 kB Progress (4): 172 kB | 225/276 kB | 47 kB | 7.7/164 kB Progress (4): 172 kB | 225/276 kB | 47 kB | 12/164 kB Progress (4): 172 kB | 229/276 kB | 47 kB | 12/164 kB Progress (4): 172 kB | 229/276 kB | 47 kB | 16/164 kB Progress (4): 172 kB | 233/276 kB | 47 kB | 16/164 kB Progress (4): 172 kB | 233/276 kB | 47 kB | 20/164 kB Progress (4): 172 kB | 237/276 kB | 47 kB | 20/164 kB Progress (4): 172 kB | 237/276 kB | 47 kB | 24/164 kB Progress (4): 172 kB | 241/276 kB | 47 kB | 24/164 kB Progress (4): 172 kB | 241/276 kB | 47 kB | 28/164 kB Progress (4): 172 kB | 245/276 kB | 47 kB | 28/164 kB Progress (4): 172 kB | 245/276 kB | 47 kB | 32/164 kB Progress (4): 172 kB | 249/276 kB | 47 kB | 32/164 kB Progress (4): 172 kB | 249/276 kB | 47 kB | 33/164 kB Progress (4): 172 kB | 253/276 kB | 47 kB | 33/164 kB Progress (4): 172 kB | 257/276 kB | 47 kB | 33/164 kB Progress (4): 172 kB | 257/276 kB | 47 kB | 37/164 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 238 kB/s) Progress (3): 172 kB | 261/276 kB | 37/164 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar (172 kB at 870 kB/s) Progress (2): 261/276 kB | 41/164 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar Progress (2): 265/276 kB | 41/164 kB Progress (2): 265/276 kB | 45/164 kB Progress (2): 265/276 kB | 49/164 kB Progress (2): 269/276 kB | 49/164 kB Progress (2): 269/276 kB | 53/164 kB Progress (2): 273/276 kB | 53/164 kB Progress (2): 273/276 kB | 57/164 kB Progress (2): 276 kB | 57/164 kB Progress (2): 276 kB | 61/164 kB Progress (2): 276 kB | 65/164 kB Progress (2): 276 kB | 66/164 kB Progress (2): 276 kB | 70/164 kB Progress (2): 276 kB | 74/164 kB Progress (2): 276 kB | 78/164 kB Progress (2): 276 kB | 82/164 kB Progress (2): 276 kB | 86/164 kB Progress (2): 276 kB | 90/164 kB Progress (2): 276 kB | 94/164 kB Progress (2): 276 kB | 98/164 kB Progress (2): 276 kB | 98/164 kB Progress (2): 276 kB | 102/164 kB Progress (2): 276 kB | 106/164 kB Progress (2): 276 kB | 110/164 kB Progress (2): 276 kB | 114/164 kB Progress (2): 276 kB | 118/164 kB Progress (2): 276 kB | 122/164 kB Progress (2): 276 kB | 126/164 kB Progress (2): 276 kB | 130/164 kB Progress (2): 276 kB | 131/164 kB Progress (2): 276 kB | 135/164 kB Progress (2): 276 kB | 139/164 kB Progress (2): 276 kB | 143/164 kB Progress (2): 276 kB | 147/164 kB Progress (2): 276 kB | 151/164 kB Progress (2): 276 kB | 155/164 kB Progress (2): 276 kB | 159/164 kB Progress (2): 276 kB | 163/164 kB Progress (2): 276 kB | 164 kB Progress (3): 276 kB | 164 kB | 4.1/61 kB Progress (3): 276 kB | 164 kB | 7.7/61 kB Progress (3): 276 kB | 164 kB | 12/61 kB Progress (3): 276 kB | 164 kB | 16/61 kB Progress (3): 276 kB | 164 kB | 20/61 kB Progress (3): 276 kB | 164 kB | 24/61 kB Progress (3): 276 kB | 164 kB | 28/61 kB Progress (3): 276 kB | 164 kB | 32/61 kB Progress (4): 276 kB | 164 kB | 32/61 kB | 4.1/59 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar (276 kB at 1.0 MB/s) Progress (3): 164 kB | 36/61 kB | 4.1/59 kB Progress (4): 164 kB | 36/61 kB | 4.1/59 kB | 4.1/256 kB Progress (4): 164 kB | 40/61 kB | 4.1/59 kB | 4.1/256 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.4.1/plexus-archiver-2.4.1.jar (164 kB at 598 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.jar Progress (3): 40/61 kB | 7.7/59 kB | 4.1/256 kB Progress (3): 44/61 kB | 7.7/59 kB | 4.1/256 kB Progress (3): 44/61 kB | 7.7/59 kB | 7.7/256 kB Progress (3): 44/61 kB | 12/59 kB | 7.7/256 kB Progress (3): 44/61 kB | 12/59 kB | 12/256 kB Progress (3): 48/61 kB | 12/59 kB | 12/256 kB Progress (3): 48/61 kB | 12/59 kB | 16/256 kB Progress (3): 48/61 kB | 16/59 kB | 16/256 kB Progress (3): 48/61 kB | 16/59 kB | 20/256 kB Progress (3): 48/61 kB | 20/59 kB | 20/256 kB Progress (3): 52/61 kB | 20/59 kB | 20/256 kB Progress (3): 52/61 kB | 24/59 kB | 20/256 kB Progress (3): 52/61 kB | 24/59 kB | 24/256 kB Progress (3): 56/61 kB | 24/59 kB | 24/256 kB Progress (3): 56/61 kB | 28/59 kB | 24/256 kB Progress (3): 60/61 kB | 28/59 kB | 24/256 kB Progress (3): 60/61 kB | 28/59 kB | 28/256 kB Progress (3): 61 kB | 28/59 kB | 28/256 kB Progress (3): 61 kB | 32/59 kB | 28/256 kB Progress (3): 61 kB | 32/59 kB | 32/256 kB Progress (3): 61 kB | 36/59 kB | 32/256 kB Progress (3): 61 kB | 36/59 kB | 33/256 kB Progress (3): 61 kB | 40/59 kB | 33/256 kB Progress (3): 61 kB | 40/59 kB | 37/256 kB Progress (3): 61 kB | 40/59 kB | 41/256 kB Progress (3): 61 kB | 44/59 kB | 41/256 kB Progress (3): 61 kB | 44/59 kB | 45/256 kB Progress (3): 61 kB | 48/59 kB | 45/256 kB Progress (3): 61 kB | 48/59 kB | 49/256 kB Progress (3): 61 kB | 52/59 kB | 49/256 kB Progress (3): 61 kB | 52/59 kB | 53/256 kB Progress (3): 61 kB | 56/59 kB | 53/256 kB Progress (3): 61 kB | 56/59 kB | 57/256 kB Progress (3): 61 kB | 59 kB | 57/256 kB Progress (3): 61 kB | 59 kB | 61/256 kB Progress (3): 61 kB | 59 kB | 65/256 kB Progress (3): 61 kB | 59 kB | 66/256 kB Progress (3): 61 kB | 59 kB | 70/256 kB Progress (3): 61 kB | 59 kB | 74/256 kB Progress (3): 61 kB | 59 kB | 78/256 kB Progress (3): 61 kB | 59 kB | 82/256 kB Progress (3): 61 kB | 59 kB | 86/256 kB Progress (3): 61 kB | 59 kB | 90/256 kB Progress (3): 61 kB | 59 kB | 94/256 kB Progress (3): 61 kB | 59 kB | 98/256 kB Progress (3): 61 kB | 59 kB | 102/256 kB Progress (3): 61 kB | 59 kB | 106/256 kB Progress (3): 61 kB | 59 kB | 110/256 kB Progress (3): 61 kB | 59 kB | 114/256 kB Progress (3): 61 kB | 59 kB | 118/256 kB Progress (3): 61 kB | 59 kB | 122/256 kB Progress (3): 61 kB | 59 kB | 126/256 kB Progress (3): 61 kB | 59 kB | 130/256 kB Progress (3): 61 kB | 59 kB | 134/256 kB Progress (3): 61 kB | 59 kB | 138/256 kB Progress (3): 61 kB | 59 kB | 142/256 kB Progress (3): 61 kB | 59 kB | 146/256 kB Progress (3): 61 kB | 59 kB | 150/256 kB Progress (3): 61 kB | 59 kB | 154/256 kB Progress (3): 61 kB | 59 kB | 158/256 kB Progress (3): 61 kB | 59 kB | 162/256 kB Progress (3): 61 kB | 59 kB | 166/256 kB Progress (3): 61 kB | 59 kB | 170/256 kB Progress (3): 61 kB | 59 kB | 174/256 kB Progress (3): 61 kB | 59 kB | 178/256 kB Progress (3): 61 kB | 59 kB | 182/256 kB Progress (3): 61 kB | 59 kB | 186/256 kB Progress (3): 61 kB | 59 kB | 190/256 kB Progress (3): 61 kB | 59 kB | 194/256 kB Progress (3): 61 kB | 59 kB | 198/256 kB Progress (3): 61 kB | 59 kB | 202/256 kB Progress (3): 61 kB | 59 kB | 206/256 kB Progress (3): 61 kB | 59 kB | 210/256 kB Progress (3): 61 kB | 59 kB | 214/256 kB Progress (3): 61 kB | 59 kB | 218/256 kB Progress (3): 61 kB | 59 kB | 222/256 kB Progress (3): 61 kB | 59 kB | 226/256 kB Progress (3): 61 kB | 59 kB | 230/256 kB Progress (3): 61 kB | 59 kB | 234/256 kB Progress (3): 61 kB | 59 kB | 238/256 kB Progress (3): 61 kB | 59 kB | 242/256 kB Progress (3): 61 kB | 59 kB | 246/256 kB Progress (3): 61 kB | 59 kB | 250/256 kB Progress (3): 61 kB | 59 kB | 254/256 kB Progress (3): 61 kB | 59 kB | 256 kB Progress (4): 61 kB | 59 kB | 256 kB | 4.1/95 kB Progress (4): 61 kB | 59 kB | 256 kB | 7.7/95 kB Progress (4): 61 kB | 59 kB | 256 kB | 12/95 kB Progress (4): 61 kB | 59 kB | 256 kB | 16/95 kB Progress (5): 61 kB | 59 kB | 256 kB | 16/95 kB | 4.1/250 kB Progress (5): 61 kB | 59 kB | 256 kB | 20/95 kB | 4.1/250 kB Progress (5): 61 kB | 59 kB | 256 kB | 20/95 kB | 7.7/250 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 206 kB/s) Progress (4): 59 kB | 256 kB | 24/95 kB | 7.7/250 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar Progress (4): 59 kB | 256 kB | 24/95 kB | 12/250 kB Progress (4): 59 kB | 256 kB | 28/95 kB | 12/250 kB Progress (4): 59 kB | 256 kB | 28/95 kB | 16/250 kB Progress (4): 59 kB | 256 kB | 32/95 kB | 16/250 kB Progress (4): 59 kB | 256 kB | 32/95 kB | 20/250 kB Progress (4): 59 kB | 256 kB | 33/95 kB | 20/250 kB Progress (4): 59 kB | 256 kB | 33/95 kB | 24/250 kB Progress (4): 59 kB | 256 kB | 37/95 kB | 24/250 kB Progress (4): 59 kB | 256 kB | 41/95 kB | 24/250 kB Progress (4): 59 kB | 256 kB | 41/95 kB | 28/250 kB Progress (4): 59 kB | 256 kB | 45/95 kB | 28/250 kB Progress (4): 59 kB | 256 kB | 45/95 kB | 32/250 kB Progress (4): 59 kB | 256 kB | 49/95 kB | 32/250 kB Progress (4): 59 kB | 256 kB | 49/95 kB | 33/250 kB Progress (4): 59 kB | 256 kB | 53/95 kB | 33/250 kB Progress (4): 59 kB | 256 kB | 53/95 kB | 37/250 kB Progress (4): 59 kB | 256 kB | 57/95 kB | 37/250 kB Progress (4): 59 kB | 256 kB | 57/95 kB | 41/250 kB Progress (4): 59 kB | 256 kB | 61/95 kB | 41/250 kB Progress (4): 59 kB | 256 kB | 61/95 kB | 45/250 kB Progress (4): 59 kB | 256 kB | 65/95 kB | 45/250 kB Progress (4): 59 kB | 256 kB | 65/95 kB | 49/250 kB Progress (4): 59 kB | 256 kB | 69/95 kB | 49/250 kB Progress (4): 59 kB | 256 kB | 69/95 kB | 53/250 kB Progress (4): 59 kB | 256 kB | 73/95 kB | 53/250 kB Progress (4): 59 kB | 256 kB | 73/95 kB | 57/250 kB Progress (4): 59 kB | 256 kB | 77/95 kB | 57/250 kB Progress (4): 59 kB | 256 kB | 77/95 kB | 61/250 kB Progress (4): 59 kB | 256 kB | 81/95 kB | 61/250 kB Progress (4): 59 kB | 256 kB | 81/95 kB | 65/250 kB Progress (4): 59 kB | 256 kB | 85/95 kB | 65/250 kB Progress (4): 59 kB | 256 kB | 85/95 kB | 66/250 kB Progress (4): 59 kB | 256 kB | 89/95 kB | 66/250 kB Progress (4): 59 kB | 256 kB | 89/95 kB | 70/250 kB Progress (4): 59 kB | 256 kB | 93/95 kB | 70/250 kB Progress (4): 59 kB | 256 kB | 93/95 kB | 74/250 kB Progress (4): 59 kB | 256 kB | 95 kB | 74/250 kB Progress (4): 59 kB | 256 kB | 95 kB | 78/250 kB Progress (4): 59 kB | 256 kB | 95 kB | 82/250 kB Progress (4): 59 kB | 256 kB | 95 kB | 86/250 kB Progress (4): 59 kB | 256 kB | 95 kB | 90/250 kB Progress (4): 59 kB | 256 kB | 95 kB | 94/250 kB Progress (4): 59 kB | 256 kB | 95 kB | 98/250 kB Progress (4): 59 kB | 256 kB | 95 kB | 98/250 kB Progress (4): 59 kB | 256 kB | 95 kB | 102/250 kB Progress (4): 59 kB | 256 kB | 95 kB | 106/250 kB Progress (4): 59 kB | 256 kB | 95 kB | 110/250 kB Progress (4): 59 kB | 256 kB | 95 kB | 114/250 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar (256 kB at 846 kB/s) Progress (3): 59 kB | 95 kB | 118/250 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.7/plexus-io-2.0.7.jar (59 kB at 193 kB/s) Progress (2): 95 kB | 122/250 kB Progress (2): 95 kB | 126/250 kB Progress (2): 95 kB | 130/250 kB Progress (2): 95 kB | 131/250 kB Progress (2): 95 kB | 135/250 kB Progress (2): 95 kB | 139/250 kB Progress (2): 95 kB | 143/250 kB Progress (3): 95 kB | 143/250 kB | 4.1/52 kB Progress (3): 95 kB | 143/250 kB | 7.7/52 kB Progress (3): 95 kB | 143/250 kB | 12/52 kB Progress (3): 95 kB | 143/250 kB | 16/52 kB Progress (3): 95 kB | 147/250 kB | 16/52 kB Progress (3): 95 kB | 147/250 kB | 20/52 kB Progress (3): 95 kB | 147/250 kB | 24/52 kB Progress (3): 95 kB | 151/250 kB | 24/52 kB Progress (3): 95 kB | 151/250 kB | 28/52 kB Progress (3): 95 kB | 155/250 kB | 28/52 kB Progress (3): 95 kB | 155/250 kB | 32/52 kB Progress (3): 95 kB | 159/250 kB | 32/52 kB Progress (3): 95 kB | 159/250 kB | 36/52 kB Progress (3): 95 kB | 163/250 kB | 36/52 kB Progress (3): 95 kB | 163/250 kB | 40/52 kB Progress (3): 95 kB | 164/250 kB | 40/52 kB Progress (3): 95 kB | 164/250 kB | 44/52 kB Progress (3): 95 kB | 168/250 kB | 44/52 kB Progress (3): 95 kB | 168/250 kB | 48/52 kB Progress (3): 95 kB | 172/250 kB | 48/52 kB Progress (3): 95 kB | 172/250 kB | 52/52 kB Progress (3): 95 kB | 176/250 kB | 52/52 kB Progress (3): 95 kB | 176/250 kB | 52 kB Progress (3): 95 kB | 180/250 kB | 52 kB Progress (3): 95 kB | 184/250 kB | 52 kB Progress (3): 95 kB | 188/250 kB | 52 kB Progress (3): 95 kB | 192/250 kB | 52 kB Progress (3): 95 kB | 196/250 kB | 52 kB Progress (3): 95 kB | 200/250 kB | 52 kB Progress (3): 95 kB | 204/250 kB | 52 kB Progress (3): 95 kB | 208/250 kB | 52 kB Progress (3): 95 kB | 212/250 kB | 52 kB Progress (3): 95 kB | 216/250 kB | 52 kB Progress (3): 95 kB | 220/250 kB | 52 kB Progress (3): 95 kB | 224/250 kB | 52 kB Progress (3): 95 kB | 228/250 kB | 52 kB Progress (3): 95 kB | 232/250 kB | 52 kB Progress (3): 95 kB | 236/250 kB | 52 kB Progress (3): 95 kB | 240/250 kB | 52 kB Progress (3): 95 kB | 244/250 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.jar (95 kB at 251 kB/s) Progress (2): 248/250 kB | 52 kB Progress (2): 250 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 136 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.jar (250 kB at 643 kB/s) Downloading: http://central.maven.org/maven2/com/h2database/h2/1.4.178/h2-1.4.178.jar 3/1624K 7/1624K 11/1624K 12/1624K 14/1624K 17/1624K 21/1624K 22/1624K 26/1624K 30/1624K 33/1624K 37/1624K 40/1624K 44/1624K 44/1624K 48/1624K 52/1624K 52/1624K 56/1624K 58/1624K 62/1624K 66/1624K 67/1624K 71/1624K 71/1624K 75/1624K 79/1624K 81/1624K 85/1624K 89/1624K 91/1624K 94/1624K 98/1624K 98/1624K 102/1624K 104/1624K 108/1624K 110/1624K 114/1624K 117/1624K 121/1624K 123/1624K 127/1624K 130/1624K 134/1624K 137/1624K 141/1624K 145/1624K 149/1624K 153/1624K 153/1624K 157/1624K 160/1624K 164/1624K 168/1624K 172/1624K 176/1624K 180/1624K 184/1624K 188/1624K 192/1624K 196/1624K 200/1624K 202/1624K 204/1624K 207/1624K 210/1624K 214/1624K 218/1624K 221/1624K 225/1624K 229/1624K 231/1624K 235/1624K 237/1624K 241/1624K 244/1624K 248/1624K 252/1624K 253/1624K 257/1624K 257/1624K 261/1624K 265/1624K 269/1624K 269/1624K 273/1624K 275/1624K 279/1624K 283/1624K 287/1624K 291/1624K 295/1624K 296/1624K 300/1624K 304/1624K 308/1624K 312/1624K 316/1624K 319/1624K 323/1624K 327/1624K 331/1624K 334/1624K 338/1624K 341/1624K 345/1624K 349/1624K 349/1624K 353/1624K 357/1624K 361/1624K 365/1624K 367/1624K 371/1624K 372/1624K 376/1624K 380/1624K 384/1624K 388/1624K 392/1624K 396/1624K 400/1624K 404/1624K 408/1624K 408/1624K 412/1624K 413/1624K 417/1624K 421/1624K 421/1624K 423/1624K 427/1624K 431/1624K 434/1624K 438/1624K 440/1624K 444/1624K 448/1624K 449/1624K 453/1624K 457/1624K 457/1624K 461/1624K 464/1624K 468/1624K 472/1624K 472/1624K 476/1624K 480/1624K 480/1624K 484/1624K 484/1624K 488/1624K 492/1624K 494/1624K 498/1624K 502/1624K 503/1624K 507/1624K 510/1624K 514/1624K 517/1624K 521/1624K 525/1624K 525/1624K 529/1624K 530/1624K 534/1624K 538/1624K 538/1624K 542/1624K 546/1624K 546/1624K 550/1624K 550/1624K 554/1624K 558/1624K 559/1624K 563/1624K 564/1624K 568/1624K 572/1624K 572/1624K 576/1624K 579/1624K 583/1624K 586/1624K 590/1624K 592/1624K 596/1624K 599/1624K 603/1624K 607/1624K 609/1624K 613/1624K 617/1624K 617/1624K 621/1624K 625/1624K 627/1624K 631/1624K 635/1624K 636/1624K 640/1624K 644/1624K 645/1624K 649/1624K 653/1624K 654/1624K 658/1624K 662/1624K 663/1624K 667/1624K 671/1624K 673/1624K 677/1624K 680/1624K 684/1624K 688/1624K 692/1624K 696/1624K 700/1624K 704/1624K 708/1624K 712/1624K 716/1624K 720/1624K 724/1624K 728/1624K 732/1624K 736/1624K 740/1624K 744/1624K 748/1624K 752/1624K 756/1624K 760/1624K 764/1624K 768/1624K 772/1624K 776/1624K 780/1624K 784/1624K 788/1624K 792/1624K 796/1624K 800/1624K 804/1624K 808/1624K 812/1624K 816/1624K 820/1624K 824/1624K 828/1624K 832/1624K 836/1624K 840/1624K 844/1624K 848/1624K 852/1624K 856/1624K 860/1624K 864/1624K 868/1624K 872/1624K 876/1624K 880/1624K 884/1624K 888/1624K 892/1624K 896/1624K 900/1624K 904/1624K 908/1624K 912/1624K 916/1624K 920/1624K 924/1624K 928/1624K 932/1624K 936/1624K 940/1624K 944/1624K 948/1624K 952/1624K 956/1624K 960/1624K 964/1624K 968/1624K 972/1624K 976/1624K 980/1624K 984/1624K 988/1624K 992/1624K 996/1624K 1000/1624K 1004/1624K 1008/1624K 1012/1624K 1016/1624K 1020/1624K 1024/1624K 1028/1624K 1032/1624K 1036/1624K 1040/1624K 1044/1624K 1048/1624K 1052/1624K 1056/1624K 1060/1624K 1064/1624K 1068/1624K 1072/1624K 1076/1624K 1080/1624K 1084/1624K 1088/1624K 1092/1624K 1096/1624K 1100/1624K 1104/1624K 1108/1624K 1112/1624K 1116/1624K 1120/1624K 1124/1624K 1128/1624K 1132/1624K 1136/1624K 1140/1624K 1144/1624K 1148/1624K 1152/1624K 1156/1624K 1160/1624K 1164/1624K 1168/1624K 1172/1624K 1176/1624K 1180/1624K 1184/1624K 1188/1624K 1192/1624K 1196/1624K 1200/1624K 1204/1624K 1208/1624K 1212/1624K 1216/1624K 1220/1624K 1224/1624K 1228/1624K 1232/1624K 1236/1624K 1240/1624K 1244/1624K 1248/1624K 1252/1624K 1256/1624K 1260/1624K 1264/1624K 1268/1624K 1272/1624K 1276/1624K 1280/1624K 1284/1624K 1288/1624K 1292/1624K 1296/1624K 1300/1624K 1304/1624K 1308/1624K 1312/1624K 1316/1624K 1320/1624K 1324/1624K 1328/1624K 1332/1624K 1336/1624K 1340/1624K 1344/1624K 1348/1624K 1352/1624K 1356/1624K 1360/1624K 1364/1624K 1368/1624K 1372/1624K 1376/1624K 1380/1624K 1384/1624K 1388/1624K 1392/1624K 1396/1624K 1400/1624K 1404/1624K 1408/1624K 1412/1624K 1416/1624K 1420/1624K 1424/1624K 1428/1624K 1432/1624K 1436/1624K 1440/1624K 1444/1624K 1448/1624K 1452/1624K 1456/1624K 1460/1624K 1464/1624K 1468/1624K 1472/1624K 1476/1624K 1480/1624K 1484/1624K 1488/1624K 1492/1624K 1496/1624K 1500/1624K 1504/1624K 1508/1624K 1512/1624K 1516/1624K 1520/1624K 1524/1624K 1528/1624K 1532/1624K 1536/1624K 1540/1624K 1544/1624K 1548/1624K 1552/1624K 1556/1624K 1560/1624K 1564/1624K 1568/1624K 1572/1624K 1576/1624K 1580/1624K 1584/1624K 1588/1624K 1592/1624K 1596/1624K 1600/1624K 1604/1624K 1608/1624K 1612/1624K 1616/1624K 1620/1624K 1624/1624K 1624K downloaded [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.eclipse.test --- [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (107.05kB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (107.05kB) [INFO] Fetching com.sun.xml.bind_2.2.0.v201505121915.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (267.32kB) [INFO] Fetching com.sun.xml.bind_2.2.0.v201505121915.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (267.32kB) [INFO] Fetching javax.activation_1.1.0.v201211130549.jar from http://download.eclipse.org/staging/2019-12/plugins/ (53.77kB) [INFO] Fetching javax.activation_1.1.0.v201211130549.jar from http://download.eclipse.org/staging/2019-12/plugins/ (53.77kB) [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.86kB) [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.86kB) [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (18.37kB) [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (18.37kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (60.2kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (60.2kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from http://download.eclipse.org/staging/2019-12/plugins/ (314.74kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from http://download.eclipse.org/staging/2019-12/plugins/ (314.74kB) [INFO] Fetching org.apache.commons.net_3.2.0.v201305141515.jar.pack.gz from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/plugins/ (99.91kB) [INFO] Fetching org.apache.commons.net_3.2.0.v201305141515.jar.pack.gz from http://download.eclipse.org/tm/updates/3.7.100-SNAPSHOT/repository/plugins/ (99.91kB) [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.49MB) [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.49MB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from http://download.eclipse.org/staging/2019-12/plugins/ (2.47MB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from http://download.eclipse.org/staging/2019-12/plugins/ (2.47MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (687.76kB) [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (687.76kB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (3.42MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (3.42MB) [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from http://download.eclipse.org/staging/2019-12/plugins/ (433.33kB) [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from http://download.eclipse.org/staging/2019-12/plugins/ (433.33kB) [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (24.55kB) [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/S20191007144714/repository/plugins/ (24.55kB) [INFO] Fetching org.apache.xmlrpc_3.0.0.v20100427-1100.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (75.3kB) [INFO] Fetching org.apache.xmlrpc_3.0.0.v20100427-1100.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (75.3kB) [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (12.57kB) [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (12.57kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda_3.6.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (251.04kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda_3.6.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (251.04kB) [INFO] Fetching org.eclipse.datatools.connectivity.console.profile_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (30.23kB) [INFO] Fetching org.eclipse.datatools.connectivity.console.profile_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (30.23kB) [INFO] Fetching org.eclipse.help.base_4.2.800.v20191009-1800.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (175.78kB) [INFO] Fetching org.eclipse.help.base_4.2.800.v20191009-1800.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (175.78kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (33.4kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (33.4kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.server.ui_1.3.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (122.2kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.server.ui_1.3.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (122.2kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui.dse_1.3.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (81.23kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui.dse_1.3.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (81.23kB) [INFO] Fetching org.eclipse.datatools.connectivity.feature_1.14.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/features/ (30.9kB) [INFO] Fetching org.eclipse.datatools.connectivity.feature_1.14.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/features/ (30.9kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.consumer_3.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (121.4kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.consumer_3.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (121.4kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design_3.5.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (344.53kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design_3.5.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (344.53kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (42.18kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (42.18kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design.ui_3.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (232.34kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design.ui_3.4.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (232.34kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile_3.3.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (72.94kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile_3.3.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (72.94kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile.ui_3.3.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (102.6kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile.ui_3.3.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (102.6kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.edit_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (272.36kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.edit_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (272.36kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (20.82kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (20.82kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (11.35kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (11.35kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (27.38kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.ui_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (27.38kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query.edit_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (203.76kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query.edit_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (203.76kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.xml.query_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (253.95kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.xml.query_1.2.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/plugins/ (253.95kB) [INFO] Fetching org.eclipse.datatools.modelbase.feature_1.14.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/features/ (30.85kB) [INFO] Fetching org.eclipse.datatools.modelbase.feature_1.14.101.201811012051.jar from http://download.eclipse.org/staging/2019-12/features/ (30.85kB) [INFO] Fetching org.eclipse.dstore.core_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (389.09kB) [INFO] Fetching org.eclipse.dstore.core_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (389.09kB) [INFO] Fetching org.eclipse.dstore.extra_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (31.94kB) [INFO] Fetching org.eclipse.dstore.extra_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (31.94kB) [INFO] Fetching org.eclipse.ecf_3.9.3.v20190423-0625.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.13kB) [INFO] Fetching org.eclipse.ecf_3.9.3.v20190423-0625.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.13kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.11kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.11kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.400.v20190621-0852.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (12.23kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.400.v20190621-0852.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (12.23kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.34kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.34kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (45.08kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (45.08kB) [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20190418-1022.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.34kB) [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20190418-1022.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.34kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.20.0.v20190920-0412.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (417.56kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.20.0.v20190920-0412.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (417.56kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.20.0.v20190920-0412.jar from http://download.eclipse.org/staging/2019-12/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.20.0.v20190920-0412.jar from http://download.eclipse.org/staging/2019-12/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.20.0.v20190919-0941.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (69.31kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.20.0.v20190919-0941.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (69.31kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.20.0.v20190919-0941.jar from http://download.eclipse.org/staging/2019-12/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.20.0.v20190919-0941.jar from http://download.eclipse.org/staging/2019-12/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar from http://download.eclipse.org/staging/2019-12/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar from http://download.eclipse.org/staging/2019-12/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.19.0.v20190824-1315.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (102.43kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.19.0.v20190824-1315.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (102.43kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.19.0.v20190824-1315.jar from http://download.eclipse.org/staging/2019-12/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.19.0.v20190824-1315.jar from http://download.eclipse.org/staging/2019-12/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from http://download.eclipse.org/staging/2019-12/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from http://download.eclipse.org/staging/2019-12/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (37.57kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (37.57kB) [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (40.32kB) [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (40.32kB) [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.24kB) [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.24kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.84kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.84kB) [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20190418-1022.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (40.4kB) [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20190418-1022.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (40.4kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (56.86kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (56.86kB) [INFO] Fetching org.eclipse.emf.converter_2.15.0.v20190418-1022.jar from http://download.eclipse.org/staging/2019-12/features/ (19.18kB) [INFO] Fetching org.eclipse.emf.converter_2.15.0.v20190418-1022.jar from http://download.eclipse.org/staging/2019-12/features/ (19.18kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.74kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.74kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20190323-1059.jar from http://download.eclipse.org/staging/2019-12/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20190323-1059.jar from http://download.eclipse.org/staging/2019-12/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from http://download.eclipse.org/staging/2019-12/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from http://download.eclipse.org/staging/2019-12/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.87kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.87kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451.jar from http://download.eclipse.org/staging/2019-12/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451.jar from http://download.eclipse.org/staging/2019-12/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.94kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.94kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from http://download.eclipse.org/staging/2019-12/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from http://download.eclipse.org/staging/2019-12/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from http://download.eclipse.org/staging/2019-12/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from http://download.eclipse.org/staging/2019-12/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20190920-0412.jar from http://download.eclipse.org/staging/2019-12/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20190920-0412.jar from http://download.eclipse.org/staging/2019-12/features/ (19.07kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (10.56kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (10.56kB) [INFO] Fetching org.eclipse.emf_2.20.0.v20190920-0412.jar from http://download.eclipse.org/staging/2019-12/features/ (19.23kB) [INFO] Fetching org.eclipse.emf_2.20.0.v20190920-0412.jar from http://download.eclipse.org/staging/2019-12/features/ (19.23kB) [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (67.42kB) [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (67.42kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.3kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.3kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.75kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (50.75kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (18.5kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (18.5kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (10.78kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (10.78kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (24kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (38.14kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (38.14kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from http://download.eclipse.org/staging/2019-12/features/ (19.2kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from http://download.eclipse.org/staging/2019-12/features/ (19.2kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (10.78kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (10.78kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from http://download.eclipse.org/staging/2019-12/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from http://download.eclipse.org/staging/2019-12/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from http://download.eclipse.org/staging/2019-12/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from http://download.eclipse.org/staging/2019-12/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from http://download.eclipse.org/staging/2019-12/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from http://download.eclipse.org/staging/2019-12/features/ (19.08kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (17.02kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (17.02kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.04kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.1.200.v20190611-1008.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.04kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.300.v20191001-0955.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.34kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.300.v20191001-0955.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.34kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.200.v20190716-0825.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (76.18kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.1.200.v20190716-0825.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (76.18kB) [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.51kB) [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.51kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar from http://download.eclipse.org/staging/2019-12/plugins/ (25.2kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar from http://download.eclipse.org/staging/2019-12/plugins/ (25.2kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.550.v20190919-0948.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (128.01kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.550.v20190919-0948.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (128.01kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (18.07kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (18.07kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.700.v20191001-0515.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (146.39kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.700.v20191001-0515.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (146.39kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.800.v20190919-0948.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (76.7kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.800.v20190919-0948.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (76.7kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.6kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.6kB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.500.v20191003-2058.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.78MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.500.v20191003-2058.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.78MB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1100.v20191009-0503.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.21kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1100.v20191009-0503.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.21kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.700.v20191009-0503.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (12.75kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.700.v20191009-0503.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (12.75kB) [INFO] Fetching org.junit.jupiter.api_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (54.89kB) [INFO] Fetching org.junit.jupiter.api_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (54.89kB) [INFO] Fetching org.junit.jupiter.engine_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (75.97kB) [INFO] Fetching org.junit.jupiter.engine_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (75.97kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.51kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.51kB) [INFO] Fetching org.junit.jupiter.params_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (182.93kB) [INFO] Fetching org.junit.jupiter.params_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (182.93kB) [INFO] Fetching org.junit.platform.commons_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.76kB) [INFO] Fetching org.junit.platform.commons_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (48.76kB) [INFO] Fetching org.junit.platform.engine_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (57.05kB) [INFO] Fetching org.junit.platform.engine_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (57.05kB) [INFO] Fetching org.junit.platform.launcher_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.78kB) [INFO] Fetching org.junit.platform.launcher_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (44.78kB) [INFO] Fetching org.junit.platform.runner_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.08kB) [INFO] Fetching org.junit.platform.runner_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.08kB) [INFO] Fetching org.junit.platform.suite.api_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.89kB) [INFO] Fetching org.junit.platform.suite.api_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.89kB) [INFO] Fetching org.junit.vintage.engine_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.98kB) [INFO] Fetching org.junit.vintage.engine_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.98kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.79kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.79kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.400.v20190925-0944.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (12.12kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.400.v20190925-0944.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (12.12kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.400.v20190925-0944.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.2kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.400.v20190925-0944.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.2kB) [INFO] Fetching org.eclipse.jdt_3.18.200.v20191009-1800.jar from http://download.eclipse.org/staging/2019-12/features/ (19.67kB) [INFO] Fetching org.eclipse.jdt_3.18.200.v20191009-1800.jar from http://download.eclipse.org/staging/2019-12/features/ (19.67kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (31.79kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (31.79kB) [INFO] Fetching org.eclipse.jetty.http_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (218.84kB) [INFO] Fetching org.eclipse.jetty.http_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (218.84kB) [INFO] Fetching org.eclipse.jetty.io_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (168.07kB) [INFO] Fetching org.eclipse.jetty.io_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (168.07kB) [INFO] Fetching org.eclipse.jetty.util_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (561.84kB) [INFO] Fetching org.eclipse.jetty.util_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (561.84kB) [INFO] Fetching org.eclipse.jetty.security_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (125.56kB) [INFO] Fetching org.eclipse.jetty.security_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (125.56kB) [INFO] Fetching org.eclipse.jetty.server_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (689.55kB) [INFO] Fetching org.eclipse.jetty.server_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (689.55kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (139.41kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (139.41kB) [INFO] Fetching org.eclipse.jetty.webapp_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (144.58kB) [INFO] Fetching org.eclipse.jetty.webapp_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (144.58kB) [INFO] Fetching org.eclipse.jetty.xml_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (68.88kB) [INFO] Fetching org.eclipse.jetty.xml_9.4.21.v20190926.jar from http://download.eclipse.org/staging/2019-12/plugins/ (68.88kB) [INFO] Fetching org.eclipse.jsch.core_1.3.700.v20190925-1021.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.78kB) [INFO] Fetching org.eclipse.jsch.core_1.3.700.v20190925-1021.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.78kB) [INFO] Fetching org.eclipse.json_1.1.100.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.88kB) [INFO] Fetching org.eclipse.json_1.1.100.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.88kB) [INFO] Fetching org.eclipse.m2e.binaryproject_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (11.19kB) [INFO] Fetching org.eclipse.m2e.binaryproject_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (11.19kB) [INFO] Fetching org.eclipse.m2e.sourcelookup_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (11.04kB) [INFO] Fetching org.eclipse.m2e.sourcelookup_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (11.04kB) [INFO] Fetching org.eclipse.m2e.jdt_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.79kB) [INFO] Fetching org.eclipse.m2e.jdt_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (55.79kB) [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.79kB) [INFO] Fetching org.eclipse.m2e.binaryproject.ui_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.79kB) [INFO] Fetching org.eclipse.m2e.discovery_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.78kB) [INFO] Fetching org.eclipse.m2e.discovery_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (34.78kB) [INFO] Fetching org.eclipse.m2e.editor_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (93.16kB) [INFO] Fetching org.eclipse.m2e.editor_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (93.16kB) [INFO] Fetching org.eclipse.m2e.editor.xml_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (101.05kB) [INFO] Fetching org.eclipse.m2e.editor.xml_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (101.05kB) [INFO] Fetching org.eclipse.m2e.profiles.core_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (12.71kB) [INFO] Fetching org.eclipse.m2e.profiles.core_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (12.71kB) [INFO] Fetching org.eclipse.m2e.jdt.ui_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (15.77kB) [INFO] Fetching org.eclipse.m2e.jdt.ui_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (15.77kB) [INFO] Fetching org.eclipse.m2e.profiles.ui_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.78kB) [INFO] Fetching org.eclipse.m2e.profiles.ui_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.78kB) [INFO] Fetching org.eclipse.m2e.scm_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (28.46kB) [INFO] Fetching org.eclipse.m2e.scm_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (28.46kB) [INFO] Fetching org.eclipse.m2e.launching_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (40.29kB) [INFO] Fetching org.eclipse.m2e.launching_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (40.29kB) [INFO] Fetching org.eclipse.m2e.importer_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (10.42kB) [INFO] Fetching org.eclipse.m2e.importer_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (10.42kB) [INFO] Fetching org.eclipse.m2e.feature_1.13.0.20190716-1624.jar from http://download.eclipse.org/staging/2019-12/features/ (19.92kB) [INFO] Fetching org.eclipse.m2e.feature_1.13.0.20190716-1624.jar from http://download.eclipse.org/staging/2019-12/features/ (19.92kB) [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.03kB) [INFO] Fetching org.eclipse.m2e.sourcelookup.ui_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.03kB) [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.17kB) [INFO] Fetching org.eclipse.m2e.lifecyclemapping.defaults_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.17kB) [INFO] Fetching org.eclipse.m2e.refactoring_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.71kB) [INFO] Fetching org.eclipse.m2e.refactoring_1.13.0.20190716-1624.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.71kB) [INFO] Fetching org.eclipse.mylyn.bugzilla.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (205.58kB) [INFO] Fetching org.eclipse.mylyn.bugzilla.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (205.58kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (310.46kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (310.46kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (58.44kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (58.44kB) [INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.66kB) [INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.66kB) [INFO] Fetching org.eclipse.mylyn.bugzilla.ide_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.81kB) [INFO] Fetching org.eclipse.mylyn.bugzilla.ide_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.81kB) [INFO] Fetching org.eclipse.mylyn.bugzilla.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (182.2kB) [INFO] Fetching org.eclipse.mylyn.bugzilla.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (182.2kB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.18MB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.18MB) [INFO] Fetching org.eclipse.mylyn.bugzilla_feature_3.24.2.v20180905-0003.jar from http://download.eclipse.org/staging/2019-12/features/ (18.02kB) [INFO] Fetching org.eclipse.mylyn.bugzilla_feature_3.24.2.v20180905-0003.jar from http://download.eclipse.org/staging/2019-12/features/ (18.02kB) [INFO] Fetching org.eclipse.mylyn.commons_3.24.2.v20180904-2231.jar from http://download.eclipse.org/staging/2019-12/features/ (17.91kB) [INFO] Fetching org.eclipse.mylyn.commons_3.24.2.v20180904-2231.jar from http://download.eclipse.org/staging/2019-12/features/ (17.91kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.16kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.16kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_1.16.0.v20180904-2231.jar from http://download.eclipse.org/staging/2019-12/features/ (17.85kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_1.16.0.v20180904-2231.jar from http://download.eclipse.org/staging/2019-12/features/ (17.85kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.03kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.03kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_1.16.0.v20180904-2231.jar from http://download.eclipse.org/staging/2019-12/features/ (17.94kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_1.16.0.v20180904-2231.jar from http://download.eclipse.org/staging/2019-12/features/ (17.94kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.67kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.67kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (60.38kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (60.38kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_1.16.0.v20180904-2231.jar from http://download.eclipse.org/staging/2019-12/features/ (17.93kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_1.16.0.v20180904-2231.jar from http://download.eclipse.org/staging/2019-12/features/ (17.93kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (81.5kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (81.5kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26.46kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26.46kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (65.86kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (65.86kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (106.52kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (106.52kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.25kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.25kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.28kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.28kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.24.2.v20180905-0014.jar from http://download.eclipse.org/staging/2019-12/features/ (17.95kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.24.2.v20180905-0014.jar from http://download.eclipse.org/staging/2019-12/features/ (17.95kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (59.91kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (59.91kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (61.18kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (61.18kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.24.2.v20180904-2231.jar from http://download.eclipse.org/staging/2019-12/features/ (17.89kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.24.2.v20180904-2231.jar from http://download.eclipse.org/staging/2019-12/features/ (17.89kB) [INFO] Fetching org.eclipse.mylyn.ide.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.85kB) [INFO] Fetching org.eclipse.mylyn.ide.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.85kB) [INFO] Fetching org.eclipse.mylyn.ide_feature_3.24.2.v20180905-0014.jar from http://download.eclipse.org/staging/2019-12/features/ (17.97kB) [INFO] Fetching org.eclipse.mylyn.ide_feature_3.24.2.v20180905-0014.jar from http://download.eclipse.org/staging/2019-12/features/ (17.97kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.24.2.v20180904-2231.jar from http://download.eclipse.org/staging/2019-12/features/ (17.88kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.24.2.v20180904-2231.jar from http://download.eclipse.org/staging/2019-12/features/ (17.88kB) [INFO] Fetching org.eclipse.mylyn.tasks.bugs_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (58.78kB) [INFO] Fetching org.eclipse.mylyn.tasks.bugs_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (58.78kB) [INFO] Fetching org.eclipse.mylyn.help.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.16MB) [INFO] Fetching org.eclipse.mylyn.help.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (1.16MB) [INFO] Fetching org.eclipse.mylyn.tasks.ide_3.24.2.v20180905-0003.jar from http://download.eclipse.org/staging/2019-12/features/ (17.91kB) [INFO] Fetching org.eclipse.mylyn.tasks.ide_3.24.2.v20180905-0003.jar from http://download.eclipse.org/staging/2019-12/features/ (17.91kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.22kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.22kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (19.36kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (19.36kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (45.25kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (45.25kB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (76.03kB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (76.03kB) [INFO] Fetching org.eclipse.mylyn.team_feature_3.24.2.v20180905-0014.jar from http://download.eclipse.org/staging/2019-12/features/ (17.92kB) [INFO] Fetching org.eclipse.mylyn.team_feature_3.24.2.v20180905-0014.jar from http://download.eclipse.org/staging/2019-12/features/ (17.92kB) [INFO] Fetching org.eclipse.mylyn_feature_3.24.2.v20180905-0003.jar from http://download.eclipse.org/staging/2019-12/features/ (18.55kB) [INFO] Fetching org.eclipse.mylyn_feature_3.24.2.v20180905-0003.jar from http://download.eclipse.org/staging/2019-12/features/ (18.55kB) [INFO] Fetching org.eclipse.rcp_4.14.0.v20191009-1800.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.44kB) [INFO] Fetching org.eclipse.rcp_4.14.0.v20191009-1800.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.44kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (7.62kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.300.v20190926-0808.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (7.62kB) [INFO] Fetching org.eclipse.rcp_4.14.0.v20191009-1800.jar from http://download.eclipse.org/staging/2019-12/features/ (19.09kB) [INFO] Fetching org.eclipse.rcp_4.14.0.v20191009-1800.jar from http://download.eclipse.org/staging/2019-12/features/ (19.09kB) [INFO] Fetching org.eclipse.rcp_root_4.14.0.v20191009-1800 from http://download.eclipse.org/staging/2019-12/binary/ (25.53kB) [INFO] Fetching org.eclipse.rcp_root_4.14.0.v20191009-1800 from http://download.eclipse.org/staging/2019-12/binary/ (25.53kB) [INFO] Fetching org.eclipse.rse_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (13.44kB) [INFO] Fetching org.eclipse.rse_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (13.44kB) [INFO] Fetching org.eclipse.rse.connectorservice.dstore_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (68.05kB) [INFO] Fetching org.eclipse.rse.connectorservice.dstore_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (68.05kB) [INFO] Fetching org.eclipse.rse.services_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (455.03kB) [INFO] Fetching org.eclipse.rse.services_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (455.03kB) [INFO] Fetching org.eclipse.rse.services.dstore_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (346.98kB) [INFO] Fetching org.eclipse.rse.services.dstore_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (346.98kB) [INFO] Fetching org.eclipse.rse.ui_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.64MB) [INFO] Fetching org.eclipse.rse.ui_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (1.64MB) [INFO] Fetching org.eclipse.rse.core_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (408.47kB) [INFO] Fetching org.eclipse.rse.core_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (408.47kB) [INFO] Fetching org.eclipse.rse.connectorservice.local_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.78kB) [INFO] Fetching org.eclipse.rse.connectorservice.local_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (15.78kB) [INFO] Fetching org.eclipse.rse.connectorservice.ssh_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (40.35kB) [INFO] Fetching org.eclipse.rse.connectorservice.ssh_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (40.35kB) [INFO] Fetching org.eclipse.rse.services.ssh_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (61.91kB) [INFO] Fetching org.eclipse.rse.services.ssh_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (61.91kB) [INFO] Fetching org.eclipse.rse.connectorservice.telnet_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (25.92kB) [INFO] Fetching org.eclipse.rse.connectorservice.telnet_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (25.92kB) [INFO] Fetching org.eclipse.rse.services.telnet_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (23.99kB) [INFO] Fetching org.eclipse.rse.services.telnet_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (23.99kB) [INFO] Fetching org.eclipse.rse.doc.user_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (212.03kB) [INFO] Fetching org.eclipse.rse.doc.user_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (212.03kB) [INFO] Fetching org.eclipse.rse.efs_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (33.47kB) [INFO] Fetching org.eclipse.rse.efs_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (33.47kB) [INFO] Fetching org.eclipse.rse.efs.ui_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (21.85kB) [INFO] Fetching org.eclipse.rse.efs.ui_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (21.85kB) [INFO] Fetching org.eclipse.rse.importexport_4.5.101.201904091623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (232.56kB) [INFO] Fetching org.eclipse.rse.importexport_4.5.101.201904091623.jar from http://download.eclipse.org/staging/2019-12/plugins/ (232.56kB) [INFO] Fetching org.eclipse.rse.files.ui_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (493.83kB) [INFO] Fetching org.eclipse.rse.files.ui_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (493.83kB) [INFO] Fetching org.eclipse.rse.processes.ui_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (74.46kB) [INFO] Fetching org.eclipse.rse.processes.ui_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (74.46kB) [INFO] Fetching org.eclipse.rse.shells.ui_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (142.16kB) [INFO] Fetching org.eclipse.rse.shells.ui_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (142.16kB) [INFO] Fetching org.eclipse.rse.subsystems.files.core_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (135.79kB) [INFO] Fetching org.eclipse.rse.subsystems.files.core_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (135.79kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.core_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (30.54kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.core_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (30.54kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.shell.linux_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (33.54kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.shell.linux_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (33.54kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.core_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (68.59kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.core_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (68.59kB) [INFO] Fetching org.eclipse.rse.core_4.5.100.201907301734.jar from http://download.eclipse.org/staging/2019-12/features/ (18.5kB) [INFO] Fetching org.eclipse.rse.core_4.5.100.201907301734.jar from http://download.eclipse.org/staging/2019-12/features/ (18.5kB) [INFO] Fetching org.eclipse.rse.subsystems.files.dstore_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (38.45kB) [INFO] Fetching org.eclipse.rse.subsystems.files.dstore_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (38.45kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.dstore_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.52kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.dstore_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.52kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.dstore_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (21.65kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.dstore_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (21.65kB) [INFO] Fetching org.eclipse.rse.dstore.security_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (66.89kB) [INFO] Fetching org.eclipse.rse.dstore.security_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (66.89kB) [INFO] Fetching org.eclipse.rse.dstore_4.5.100.201907301734.jar from http://download.eclipse.org/staging/2019-12/features/ (18.58kB) [INFO] Fetching org.eclipse.rse.dstore_4.5.100.201907301734.jar from http://download.eclipse.org/staging/2019-12/features/ (18.58kB) [INFO] Fetching org.eclipse.rse_4.5.100.201907301734.jar from http://download.eclipse.org/staging/2019-12/features/ (30.94kB) [INFO] Fetching org.eclipse.rse_4.5.100.201907301734.jar from http://download.eclipse.org/staging/2019-12/features/ (30.94kB) [INFO] Fetching org.eclipse.rse.services.files.ftp_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (42.81kB) [INFO] Fetching org.eclipse.rse.services.files.ftp_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (42.81kB) [INFO] Fetching org.eclipse.rse.subsystems.files.ftp_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (35.59kB) [INFO] Fetching org.eclipse.rse.subsystems.files.ftp_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (35.59kB) [INFO] Fetching org.eclipse.rse.ftp_4.5.100.201907301734.jar from http://download.eclipse.org/staging/2019-12/features/ (18.38kB) [INFO] Fetching org.eclipse.rse.ftp_4.5.100.201907301734.jar from http://download.eclipse.org/staging/2019-12/features/ (18.38kB) [INFO] Fetching org.eclipse.rse.services.local_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (61.98kB) [INFO] Fetching org.eclipse.rse.services.local_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (61.98kB) [INFO] Fetching org.eclipse.rse.subsystems.files.local_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (27.28kB) [INFO] Fetching org.eclipse.rse.subsystems.files.local_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (27.28kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.local_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.01kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.local_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.01kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.local_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.58kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.local_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.58kB) [INFO] Fetching org.eclipse.rse.local_4.5.100.201907301734.jar from http://download.eclipse.org/staging/2019-12/features/ (18.31kB) [INFO] Fetching org.eclipse.rse.local_4.5.100.201907301734.jar from http://download.eclipse.org/staging/2019-12/features/ (18.31kB) [INFO] Fetching org.eclipse.rse.subsystems.files.ssh_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.16kB) [INFO] Fetching org.eclipse.rse.subsystems.files.ssh_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.16kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.ssh_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.39kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.ssh_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.39kB) [INFO] Fetching org.eclipse.rse.ssh_4.5.100.201907301734.jar from http://download.eclipse.org/staging/2019-12/features/ (18.31kB) [INFO] Fetching org.eclipse.rse.ssh_4.5.100.201907301734.jar from http://download.eclipse.org/staging/2019-12/features/ (18.31kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.telnet_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.39kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.telnet_4.5.100.201901312252.jar from http://download.eclipse.org/staging/2019-12/plugins/ (19.39kB) [INFO] Fetching org.eclipse.rse.telnet_4.5.100.201907301734.jar from http://download.eclipse.org/staging/2019-12/features/ (18.38kB) [INFO] Fetching org.eclipse.rse.telnet_4.5.100.201907301734.jar from http://download.eclipse.org/staging/2019-12/features/ (18.38kB) [INFO] Fetching org.eclipse.wst.common.snippets_1.2.500.v201811170421.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (92.74kB) [INFO] Fetching org.eclipse.wst.common.snippets_1.2.500.v201811170421.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (92.74kB) [INFO] Fetching org.eclipse.wst.common_core.feature_3.10.100.v201904082145.jar from http://download.eclipse.org/staging/2019-12/features/ (30.54kB) [INFO] Fetching org.eclipse.wst.common_core.feature_3.10.100.v201904082145.jar from http://download.eclipse.org/staging/2019-12/features/ (30.54kB) [INFO] Fetching org.eclipse.wst.common.infopop_1.0.300.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.74kB) [INFO] Fetching org.eclipse.wst.common.infopop_1.0.300.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.74kB) [INFO] Fetching org.eclipse.wst.internet.cache_1.0.800.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.71kB) [INFO] Fetching org.eclipse.wst.internet.cache_1.0.800.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (22.71kB) [INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.41kB) [INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v201903222010.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.41kB) [INFO] Fetching org.eclipse.wst.common_ui.feature_3.11.0.v201905071717.jar from http://download.eclipse.org/staging/2019-12/features/ (30.53kB) [INFO] Fetching org.eclipse.wst.common_ui.feature_3.11.0.v201905071717.jar from http://download.eclipse.org/staging/2019-12/features/ (30.53kB) [INFO] Fetching org.eclipse.wst.dtd.core_1.2.0.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (165kB) [INFO] Fetching org.eclipse.wst.dtd.core_1.2.0.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (165kB) [INFO] Fetching org.eclipse.wst.dtd.ui_1.1.200.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (89.17kB) [INFO] Fetching org.eclipse.wst.dtd.ui_1.1.200.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (89.17kB) [INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26kB) [INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26kB) [INFO] Fetching org.eclipse.wst.internet.monitor.ui_1.0.700.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.06kB) [INFO] Fetching org.eclipse.wst.internet.monitor.ui_1.0.700.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (49.06kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium_0.5.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (189.46kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium_0.5.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (189.46kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug.core_0.5.300.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.61kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug.core_0.5.300.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (119.61kB) [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (52.39kB) [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (52.39kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug.ui_0.6.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (155.41kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug.ui_0.6.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (155.41kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug.js_0.1.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.43kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug.js_0.1.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (21.43kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug_0.4.0.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (10.25kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug_0.4.0.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (10.25kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug.jsdtbridge_0.5.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (11.81kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug.jsdtbridge_0.5.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (11.81kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.wip.eclipse_0.5.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.55kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.wip.eclipse_0.5.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.55kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.wipbackend.dev_0.5.300.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (184.23kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.wipbackend.dev_0.5.300.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (184.23kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0_0.5.300.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (138.49kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.wipbackend.protocol_1_0_0.5.300.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (138.49kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug.feature_0.6.100.v201908270117.jar from http://download.eclipse.org/staging/2019-12/features/ (19.21kB) [INFO] Fetching org.eclipse.wst.jsdt.chromium.debug.feature_0.6.100.v201908270117.jar from http://download.eclipse.org/staging/2019-12/features/ (19.21kB) [INFO] Fetching org.eclipse.wst.jsdt.debug.crossfire_1.0.500.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.68kB) [INFO] Fetching org.eclipse.wst.jsdt.debug.crossfire_1.0.500.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (46.68kB) [INFO] Fetching org.eclipse.wst.jsdt.debug.transport_1.0.300.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.53kB) [INFO] Fetching org.eclipse.wst.jsdt.debug.transport_1.0.300.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.53kB) [INFO] Fetching org.eclipse.wst.jsdt.debug.rhino_1.0.500.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.79kB) [INFO] Fetching org.eclipse.wst.jsdt.debug.rhino_1.0.500.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.79kB) [INFO] Fetching org.eclipse.wst.jsdt.debug.rhino.debugger_1.0.600.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.52kB) [INFO] Fetching org.eclipse.wst.jsdt.debug.rhino.debugger_1.0.600.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (33.52kB) [INFO] Fetching org.mozilla.javascript_1.7.5.v201504281450.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (430.37kB) [INFO] Fetching org.mozilla.javascript_1.7.5.v201504281450.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (430.37kB) [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.0.600.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (82.17kB) [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.0.600.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (82.17kB) [INFO] Fetching org.eclipse.wst.jsdt.doc_2.0.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (3.64MB) [INFO] Fetching org.eclipse.wst.jsdt.doc_2.0.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (3.64MB) [INFO] Fetching org.eclipse.wst.jsdt.support.firefox_1.0.501.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (25.74kB) [INFO] Fetching org.eclipse.wst.jsdt.support.firefox_1.0.501.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (25.74kB) [INFO] Fetching org.eclipse.wst.jsdt.support.ie_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (350.7kB) [INFO] Fetching org.eclipse.wst.jsdt.support.ie_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (350.7kB) [INFO] Fetching org.eclipse.wst.jsdt.feature_2.1.3.v201908270117.jar from http://download.eclipse.org/staging/2019-12/features/ (19.37kB) [INFO] Fetching org.eclipse.wst.jsdt.feature_2.1.3.v201908270117.jar from http://download.eclipse.org/staging/2019-12/features/ (19.37kB) [INFO] Fetching org.eclipse.wst.jsdt.js.bower_1.0.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (25.2kB) [INFO] Fetching org.eclipse.wst.jsdt.js.bower_1.0.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (25.2kB) [INFO] Fetching org.eclipse.wst.jsdt.js.common_1.0.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.18kB) [INFO] Fetching org.eclipse.wst.jsdt.js.common_1.0.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20.18kB) [INFO] Fetching org.eclipse.wst.jsdt.js.cli_1.0.0.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (15.18kB) [INFO] Fetching org.eclipse.wst.jsdt.js.cli_1.0.0.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (15.18kB) [INFO] Fetching org.eclipse.wst.jsdt.js.grunt_1.0.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (19.28kB) [INFO] Fetching org.eclipse.wst.jsdt.js.grunt_1.0.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (19.28kB) [INFO] Fetching org.eclipse.wst.jsdt.js.gulp_1.0.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (19.05kB) [INFO] Fetching org.eclipse.wst.jsdt.js.gulp_1.0.200.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (19.05kB) [INFO] Fetching org.eclipse.wst.jsdt.js.node_1.1.100.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.96kB) [INFO] Fetching org.eclipse.wst.jsdt.js.node_1.1.100.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.96kB) [INFO] Fetching org.eclipse.wst.jsdt.js.node.common_1.0.0.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (11.62kB) [INFO] Fetching org.eclipse.wst.jsdt.js.npm_1.0.300.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (25.71kB) [INFO] Fetching org.eclipse.wst.jsdt.js.npm_1.0.300.v201903222101.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (25.71kB) [INFO] Fetching org.eclipse.wst.jsdt.nodejs.feature_1.1.0.v201908270117.jar from http://download.eclipse.org/staging/2019-12/features/ (19.69kB) [INFO] Fetching org.eclipse.wst.jsdt.nodejs.feature_1.1.0.v201908270117.jar from http://download.eclipse.org/staging/2019-12/features/ (19.69kB) [INFO] Fetching org.eclipse.wst.jsdt.web.core_1.1.0.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (62.49kB) [INFO] Fetching org.eclipse.wst.jsdt.web.core_1.1.0.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (62.49kB) [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.2.0.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (83.27kB) [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.2.0.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (83.27kB) [INFO] Fetching org.eclipse.wst.json.bower.core_1.0.0.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.18kB) [INFO] Fetching org.eclipse.wst.json.bower.core_1.0.0.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.18kB) [INFO] Fetching org.eclipse.wst.json.bower.ui_1.0.200.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.96kB) [INFO] Fetching org.eclipse.wst.json.bower.ui_1.0.200.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.96kB) [INFO] Fetching org.eclipse.wst.json.core_1.1.0.v201901152013.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (105kB) [INFO] Fetching org.eclipse.wst.json.core_1.1.0.v201901152013.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (105kB) [INFO] Fetching org.eclipse.wst.json.ui_1.0.300.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (98.63kB) [INFO] Fetching org.eclipse.wst.json.ui_1.0.300.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (98.63kB) [INFO] Fetching org.eclipse.wst.json.eslint.core_1.0.0.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.14kB) [INFO] Fetching org.eclipse.wst.json.eslint.core_1.0.0.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.14kB) [INFO] Fetching org.eclipse.wst.json.eslint.ui_1.0.200.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.43kB) [INFO] Fetching org.eclipse.wst.json.eslint.ui_1.0.200.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.43kB) [INFO] Fetching org.eclipse.wst.json.jshint.core_1.0.1.v201908281850.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.16kB) [INFO] Fetching org.eclipse.wst.json.jshint.core_1.0.1.v201908281850.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.16kB) [INFO] Fetching org.eclipse.wst.json.jshint.ui_1.0.200.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.42kB) [INFO] Fetching org.eclipse.wst.json.jshint.ui_1.0.200.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.42kB) [INFO] Fetching org.eclipse.wst.json.npm.core_1.0.0.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.14kB) [INFO] Fetching org.eclipse.wst.json.npm.core_1.0.0.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.14kB) [INFO] Fetching org.eclipse.wst.json.npm.ui_1.0.100.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (11.55kB) [INFO] Fetching org.eclipse.wst.json.npm.ui_1.0.100.v201904210526.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (11.55kB) [INFO] Fetching org.eclipse.wst.json.schemaprocessor_1.0.200.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.97kB) [INFO] Fetching org.eclipse.wst.json.schemaprocessor_1.0.200.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.97kB) [INFO] Fetching org.eclipse.wst.json_core.feature_1.1.5.v201908281850.jar from http://download.eclipse.org/staging/2019-12/features/ (25.98kB) [INFO] Fetching org.eclipse.wst.json_core.feature_1.1.5.v201908281850.jar from http://download.eclipse.org/staging/2019-12/features/ (25.98kB) [INFO] Fetching org.eclipse.wst.json_ui.feature_1.1.5.v201908281850.jar from http://download.eclipse.org/staging/2019-12/features/ (26kB) [INFO] Fetching org.eclipse.wst.json_ui.feature_1.1.5.v201908281850.jar from http://download.eclipse.org/staging/2019-12/features/ (26kB) [INFO] Fetching org.eclipse.wst.server.http.core_1.0.300.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (15.99kB) [INFO] Fetching org.eclipse.wst.server.http.core_1.0.300.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (15.99kB) [INFO] Fetching org.eclipse.wst.server.http.ui_1.0.400.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (19.84kB) [INFO] Fetching org.eclipse.wst.server.http.ui_1.0.400.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (19.84kB) [INFO] Fetching org.eclipse.wst.server.preview_1.1.600.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.62kB) [INFO] Fetching org.eclipse.wst.server.preview_1.1.600.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.62kB) [INFO] Fetching org.eclipse.wst.server.preview.adapter_1.1.400.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (19.87kB) [INFO] Fetching org.eclipse.wst.server.preview.adapter_1.1.400.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (19.87kB) [INFO] Fetching org.eclipse.wst.server_adapters.feature_3.2.700.v201901310132.jar from http://download.eclipse.org/staging/2019-12/features/ (30.88kB) [INFO] Fetching org.eclipse.wst.server_adapters.feature_3.2.700.v201901310132.jar from http://download.eclipse.org/staging/2019-12/features/ (30.88kB) [INFO] Fetching org.eclipse.wst.server_core.feature_3.3.700.v201903232121.jar from http://download.eclipse.org/staging/2019-12/features/ (30.64kB) [INFO] Fetching org.eclipse.wst.server_core.feature_3.3.700.v201903232121.jar from http://download.eclipse.org/staging/2019-12/features/ (30.64kB) [INFO] Fetching org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (12.84kB) [INFO] Fetching org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (12.84kB) [INFO] Fetching org.eclipse.wst.server_ui.feature_3.3.800.v201908162005.jar from http://download.eclipse.org/staging/2019-12/features/ (30.72kB) [INFO] Fetching org.eclipse.wst.server_ui.feature_3.3.800.v201908162005.jar from http://download.eclipse.org/staging/2019-12/features/ (30.72kB) [INFO] Fetching org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (92.19kB) [INFO] Fetching org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (92.19kB) [INFO] Fetching org.eclipse.wst.server_userdoc.feature_3.3.300.v201901310132.jar from http://download.eclipse.org/staging/2019-12/features/ (30.61kB) [INFO] Fetching org.eclipse.wst.server_userdoc.feature_3.3.300.v201901310132.jar from http://download.eclipse.org/staging/2019-12/features/ (30.61kB) [INFO] Fetching org.eclipse.wst.sse.doc.user_1.2.0.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (89.79kB) [INFO] Fetching org.eclipse.wst.sse.doc.user_1.2.0.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (89.79kB) [INFO] Fetching org.eclipse.wst.standard.schemas_1.0.800.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (144.09kB) [INFO] Fetching org.eclipse.wst.standard.schemas_1.0.800.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (144.09kB) [INFO] Fetching org.eclipse.wst.web_core.feature_3.15.0.v201908281850.jar from http://download.eclipse.org/staging/2019-12/features/ (26.12kB) [INFO] Fetching org.eclipse.wst.web_core.feature_3.15.0.v201908281850.jar from http://download.eclipse.org/staging/2019-12/features/ (26.12kB) [INFO] Fetching org.eclipse.wst.html.ui.infopop_1.0.201.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (10.11kB) [INFO] Fetching org.eclipse.wst.html.ui.infopop_1.0.201.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (10.11kB) [INFO] Fetching org.eclipse.wst.web.ui.infopop_1.0.300.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.42kB) [INFO] Fetching org.eclipse.wst.web.ui.infopop_1.0.300.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (8.42kB) [INFO] Fetching org.eclipse.wst.web_ui.feature_3.15.0.v201908281850.jar from http://download.eclipse.org/staging/2019-12/features/ (13.67kB) [INFO] Fetching org.eclipse.wst.web_ui.feature_3.15.0.v201908281850.jar from http://download.eclipse.org/staging/2019-12/features/ (13.67kB) [INFO] Fetching org.eclipse.wst.doc.user_1.2.0.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (757.66kB) [INFO] Fetching org.eclipse.wst.doc.user_1.2.0.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (757.66kB) [INFO] Fetching org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (78.44kB) [INFO] Fetching org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (78.44kB) [INFO] Fetching org.eclipse.wst.web_userdoc.feature_3.15.0.v201907091226.jar from http://download.eclipse.org/staging/2019-12/features/ (26.05kB) [INFO] Fetching org.eclipse.wst.web_userdoc.feature_3.15.0.v201907091226.jar from http://download.eclipse.org/staging/2019-12/features/ (26.05kB) [INFO] Fetching org.eclipse.wst.xsd.core_1.2.0.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.08kB) [INFO] Fetching org.eclipse.wst.xsd.core_1.2.0.v201901071922.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (29.08kB) [INFO] Fetching org.eclipse.wst.xml_core.feature_3.15.0.v201907091226.jar from http://download.eclipse.org/staging/2019-12/features/ (26.11kB) [INFO] Fetching org.eclipse.wst.xml_core.feature_3.15.0.v201907091226.jar from http://download.eclipse.org/staging/2019-12/features/ (26.11kB) [INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.19kB) [INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.19kB) [INFO] Fetching org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.24kB) [INFO] Fetching org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (9.24kB) [INFO] Fetching org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.24kB) [INFO] Fetching org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.24kB) [INFO] Fetching org.eclipse.wst.xsd.ui_1.3.300.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (375.16kB) [INFO] Fetching org.eclipse.wst.xsd.ui_1.3.300.v201904272112.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (375.16kB) [INFO] Fetching org.eclipse.wst.xml_ui.feature_3.15.0.v201907091226.jar from http://download.eclipse.org/staging/2019-12/features/ (26.17kB) [INFO] Fetching org.eclipse.wst.xml_ui.feature_3.15.0.v201907091226.jar from http://download.eclipse.org/staging/2019-12/features/ (26.17kB) [INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (88.33kB) [INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (88.33kB) [INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.69kB) [INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (77.69kB) [INFO] Fetching org.eclipse.wst.xml_userdoc.feature_3.15.0.v201907091226.jar from http://download.eclipse.org/staging/2019-12/features/ (25.97kB) [INFO] Fetching org.eclipse.wst.xml_userdoc.feature_3.15.0.v201907091226.jar from http://download.eclipse.org/staging/2019-12/features/ (25.97kB) [INFO] Fetching org.eclipse.xsd_2.16.0.v20190918-1629.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (535.33kB) [INFO] Fetching org.eclipse.xsd_2.16.0.v20190918-1629.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (535.33kB) [INFO] Fetching org.eclipse.xsd.edit_2.10.0.v20180706-1143.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (65.26kB) [INFO] Fetching org.eclipse.xsd.edit_2.10.0.v20180706-1143.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (65.26kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.100.201801242337.jar from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/plugins/ (97.47kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.100.201801242337.jar from http://download.eclipse.org/datatools/updates/1.14.100-SNAPSHOT/repository/plugins/ (97.47kB) [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 Running org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:10:49.775 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:10:49.778 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=6 12:10:49.787 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:10:49.788 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:10:49.844 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:10:49.870 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:10:49.873 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:10:49.876 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:10:49.878 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:10:49.879 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:10:49.881 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:10:49.884 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:10:49.894 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:10:49.897 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:10:49.897 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:10:49.901 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:10:49.901 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:10:49.933 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 12:10:51.611 INFO [WorkbenchTestable][DebugPerspective] Open perspective: 'Debug' 12:10:51.613 DEBUG [WorkbenchTestable][DebugPerspective] Trying to open perspective: 'Debug' 12:10:51.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:51.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:51.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:51.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:51.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:51.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:10:51.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:51.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:51.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:51.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:51.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:10:51.685 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:10:51.686 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:10:51.687 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:51.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:10:51.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:10:51.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:10:51.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:51.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:51.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:10:51.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:51.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:51.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:51.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:10:51.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:51.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:51.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:51.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:51.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:51.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:10:51.862 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Debug') 12:10:51.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:10:51.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:10:51.866 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:10:51.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:10:51.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:10:51.873 TRACE [main][WidgetHandler] Notify Table with event 13 12:10:51.874 TRACE [main][WidgetHandler] Wait for synchronization 12:10:51.876 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:51.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:51.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:51.876 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:10:51.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:51.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:51.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:51.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:10:51.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:51.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:51.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:51.883 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:10:51.883 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:51.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:51.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:51.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:51.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:51.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:51.893 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:10:51.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:51.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:51.895 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:51.895 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:53.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:10:53.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:10:53.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:10:53.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:53.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:53.291 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:53.298 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:53.299 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:53.299 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:53.299 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:53.299 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:53.299 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:10:53.299 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:53.299 DEBUG [main][MenuItemLookup] Item match:Window 12:10:53.305 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:53.305 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:53.333 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:53.333 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:53.333 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:53.333 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:10:53.333 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:53.333 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:10:53.334 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:53.334 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:10:53.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:53.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:53.335 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:53.335 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:53.335 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:53.336 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:53.336 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:53.336 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:53.336 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:10:53.336 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:53.336 DEBUG [main][MenuItemLookup] Item match:Window 12:10:53.337 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:53.337 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:53.337 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:53.337 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:53.338 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:53.338 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:10:53.338 DEBUG [main][MenuItemLookup] Item match:Perspective 12:10:53.343 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:10:53.343 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:53.343 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:10:53.343 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:10:53.343 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:10:53.343 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:10:53.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:10:53.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:53.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:53.346 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:53.347 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:53.347 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:53.347 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:53.347 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:53.347 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:53.347 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:10:53.347 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:53.347 DEBUG [main][MenuItemLookup] Item match:Window 12:10:53.348 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:53.348 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:53.349 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:53.349 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:53.349 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:53.349 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:10:53.349 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:53.349 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:10:53.349 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:53.349 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:10:53.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:53.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:53.350 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:53.351 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:53.351 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:53.351 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:53.351 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:53.351 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:53.351 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:10:53.352 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:53.352 DEBUG [main][MenuItemLookup] Item match:Window 12:10:53.352 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:53.352 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:53.353 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:53.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:53.353 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:53.353 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:10:53.353 DEBUG [main][MenuItemLookup] Item match:Perspective 12:10:53.354 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:10:53.354 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:53.354 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:10:53.354 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:10:53.354 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:10:53.354 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:10:53.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:53.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:53.355 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:53.355 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:53.355 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:53.355 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:53.356 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:53.356 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:53.356 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:10:53.356 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:53.356 DEBUG [main][MenuItemLookup] Item match:Window 12:10:53.357 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:53.357 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:53.357 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:53.357 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:53.357 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:53.357 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:10:53.357 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:53.357 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:10:53.358 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:53.358 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:10:53.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:53.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:53.358 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:53.358 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:53.359 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:10:53.359 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:10:53.359 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:10:53.359 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:10:53.359 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:10:53.359 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:10:53.359 DEBUG [main][MenuItemLookup] Item match:Window 12:10:53.360 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:10:53.360 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:10:53.360 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:10:53.360 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:53.360 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:10:53.360 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:10:53.360 DEBUG [main][MenuItemLookup] Item match:Perspective 12:10:53.361 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:10:53.361 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:53.361 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:10:53.362 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:10:53.362 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:10:53.362 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:10:53.363 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:10:53.363 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:10:53.364 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:10:53.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:10:53.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:10:53.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:10:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:53.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:53.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:53.470 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:10:53.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:53.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:53.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:53.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:10:53.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:10:53.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:10:53.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:10:53.472 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:10:53.472 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:10:53.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:53.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:53.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:53.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:53.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:53.474 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:10:53.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:53.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:53.475 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:53.475 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:53.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:53.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:53.806 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:10:53.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:53.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:53.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:53.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:53.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:53.839 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:53.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:10:53.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:53.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:53.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:53.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:53.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:10:53.846 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:10:53.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:10:53.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:53.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:10:53.902 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:10:53.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:10:53.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:53.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:10:53.909 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:10:53.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:10:53.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:53.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:10:53.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:53.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:53.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:54.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:54.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:54.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:54.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:10:54.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:10:54.938 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:10:54.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:10:54.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:10:54.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:10:54.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:10:54.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:54.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:54.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:54.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:54.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:54.958 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:10:54.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:54.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:10:54.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:54.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 12:10:54.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:54.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:10:54.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:54.962 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:10:54.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:54.963 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:10:54.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:54.963 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 12:10:54.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:54.964 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:10:54.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:54.965 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:10:54.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:54.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:10:54.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:54.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:54.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:10:54.967 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:10:54.968 DEBUG [main][MenuItemLookup] Found menu:'File' 12:10:54.968 DEBUG [main][MenuItemLookup] Item match:File 12:10:54.974 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:10:54.975 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:10:54.977 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:10:54.977 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:54.977 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:10:54.977 DEBUG [main][MenuItemLookup] Found menu:'' 12:10:54.977 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:10:54.977 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:10:54.997 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:10:54.997 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:10:54.997 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:10:55.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:10:55.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:10:55.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:10:55.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:55.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:55.194 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:10:55.194 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:55.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:10:55.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:55.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:55.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:55.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:55.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:10:55.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:10:55.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:10:55.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:10:55.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:10:55.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:55.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:55.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:10:55.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:10:55.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:10:55.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:10:55.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:10:55.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:10:55.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:10:55.762 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 12:10:55.763 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 12:10:55.764 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 12:10:55.782 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 12:10:55.782 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:10:55.782 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:10:55.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:10:55.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:55.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:55.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:55.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:55.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:55.788 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:10:55.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:55.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:55.788 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:55.788 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-WARNING **: 12:10:55.842: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg. This may indicate that pixbuf loaders or the mime database could not be found. 12:10:56.081 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:10:56.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:56.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:56.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 12:10:56.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available. finished successfully 12:10:56.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 12:10:56.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:10:56.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:10:56.083 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:10:56.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:10:56.083 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:10:56.083 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 12:10:56.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:10:56.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:56.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:56.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:56.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:56.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:56.087 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:10:56.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:56.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:56.088 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:56.088 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:56.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypePage, index 0 and no matchers specified 12:10:56.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:56.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:56.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:56.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:56.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:10:56.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:10:56.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:10:56.668 TRACE [main][WidgetHandler] Notify Table with event 13 12:10:56.668 TRACE [main][WidgetHandler] Wait for synchronization 12:10:56.671 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:10:56.671 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 12:10:56.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:10:56.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:56.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:56.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:56.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:56.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:56.678 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:10:56.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:56.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:56.678 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:56.678 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:56.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Group Id:") 12:10:56.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:56.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:56.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:56.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:56.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:10:56.882 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:com.example 12:10:56.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Artifact Id:") 12:10:56.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:56.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:56.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:56.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:56.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:10:56.968 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:debugger 12:10:56.989 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:10:56.989 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 12:10:56.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:10:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:10:56.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:10:56.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:10:56.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:10:56.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:10:56.996 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:10:56.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:10:56.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:10:56.997 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:10:56.997 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:10:57.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:10:57.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:10:57.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:10:57.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:10:57.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:10:58.147 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:10:58.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:10:59.148 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:10:59.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:00.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:00.649 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:01.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:01.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:02.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Old (1.x) Archetype: maven-archetype-quickstart:1.1 [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: basedir, Value: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/work/data [INFO] Parameter: package, Value: com.example.debugger [INFO] Parameter: groupId, Value: com.example [INFO] Parameter: artifactId, Value: debugger [INFO] Parameter: packageName, Value: com.example.debugger [INFO] Parameter: version, Value: 0.0.1-SNAPSHOT [INFO] project created from Old (1.x) Archetype in dir: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/work/data/debugger 12:11:02.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:03.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:03.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:04.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Sending problem marker updates...' is a system job, skipped 12:11:04.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:04.987 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:05.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:05.988 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:06.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:06.989 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:07.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:07.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:08.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:08.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:09.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:09.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:10.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:11:10.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 12:11:11.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 23 files to index (/debugger)' is a system job, skipped 12:11:11.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' has no excuses, wait for it 12:11:11.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:11:11.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:11:11.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:11:11.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:11:11.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:11.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:11.996 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:11.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:12.000 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:12.007 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 12:11:12.007 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:11:12.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:11:12.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:11:12.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:12.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:12.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:12.020 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:11:12.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:12.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:12.028 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:12.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:12.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:12.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:12.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:12.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:12.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:12.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:11:12.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:12.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:12.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:12.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:12.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:12.042 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:12.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:12.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:12.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:12.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:11:12.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:12.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:12.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:12.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:12.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:12.356 INFO [WorkbenchTestable][AbstractView] Importing breakpoints from '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt' 12:11:12.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:12.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:12.365 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:12.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:12.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:12.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:12.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:12.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:12.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:12.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:11:12.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:12.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:12.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:12.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:12.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:12.403 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:12.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:12.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:12.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:12.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:12.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:12.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:11:12.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:12.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:12.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:12.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:12.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:12.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:11:12.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:12.556 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 12:11:12.556 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:12.556 DEBUG [main][MenuItemLookup] Found menu:'Enable' 12:11:12.556 DEBUG [main][MenuItemLookup] Found menu:'Disable' 12:11:12.556 DEBUG [main][MenuItemLookup] Found menu:'Remove' 12:11:12.556 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 12:11:12.556 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 12:11:12.556 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:11:12.556 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:11:12.556 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:11:12.556 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:12.556 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 12:11:12.556 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 12:11:12.557 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 12:11:12.558 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 12:11:12.558 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 12:11:12.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Breakpoints"] is available.... 12:11:12.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:12.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:12.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Breakpoints"] is available. finished successfully 12:11:12.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 12:11:12.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:12.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:12.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 12:11:12.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:12.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:12.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Matcher matching widget with label: is "From file:") 12:11:12.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:12.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:12.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:12.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:12.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:11:12.689 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:11:12.690 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt 12:11:12.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:11:12.705 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:11:12.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:11:12.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:12.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:12.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:12.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:12.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:12.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:11:12.744 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:11:12.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:11:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:12.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:12.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:12.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:12.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:12.748 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:11:12.748 INFO [WorkbenchTestable][WizardDialog] Finish wizard 12:11:12.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:11:12.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:12.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:12.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:12.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:12.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:12.751 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:11:12.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:12.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:12.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:12.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:13.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:11:13.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:11:13.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:13.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Delayed model change job' is a system job, skipped 12:11:13.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 12:11:14.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:11:14.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:11:14.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:11:14.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:11:14.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:14.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:14.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:14.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:14.169 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:14.169 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:14.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:14.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:14.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:14.172 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:11:14.172 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:14.172 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:14.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:14.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:14.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:14.174 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:11:15.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:11:15.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:15.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:15.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:15.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:15.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:15.176 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:11:15.179 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:15.179 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:15.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:15.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:15.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:15.182 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:11:15.182 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:15.182 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:15.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:15.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:15.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:15.184 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:11:16.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:11:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:16.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:16.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:16.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:16.186 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:11:16.186 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 12:11:16.186 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:11:16.186 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:16.187 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:16.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:16.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:16.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:16.189 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:11:17.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:11:17.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:17.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:17.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:17.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:17.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:17.191 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:11:17.191 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 12:11:17.191 DEBUG [WorkbenchTestable][Breakpoint] Performing 'Remove' on breakpoint: AppTest [line: 36] - testApp() 12:11:17.191 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 36] - testApp() 12:11:17.192 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 36] - testApp() 12:11:17.192 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 36] - testApp() about selection 12:11:17.198 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 36] - testApp() 12:11:17.213 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:11:17.213 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:17.287 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 12:11:17.287 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:17.287 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 12:11:17.287 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 12:11:17.287 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:17.287 DEBUG [main][MenuItemLookup] Found menu:'Enable' 12:11:17.287 DEBUG [main][MenuItemLookup] Found menu:'Disable' 12:11:17.287 DEBUG [main][MenuItemLookup] Found menu:'Remove' 12:11:17.287 DEBUG [main][MenuItemLookup] Item match:Remove 12:11:17.287 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Rem&ove" 12:11:17.288 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Remove 12:11:17.288 INFO [main][MenuItemHandler] Select menu item: Rem&ove 12:11:17.333 DEBUG [WorkbenchTestable][Breakpoint] Operation 'Remove' was performed 12:11:17.369 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:17.369 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:17.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:17.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:17.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:17.373 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:11:17.373 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:17.374 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:17.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:17.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:17.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:17.376 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:11:18.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:11:18.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:18.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:18.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:18.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:18.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:18.378 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:11:18.378 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:11:18.379 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:18.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:18.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:18.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:18.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:18.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:18.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:18.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:18.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:18.422 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:18.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:11:18.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:18.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:18.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:18.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:18.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:18.451 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:18.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:18.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:18.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:11:18.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:18.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:18.454 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:18.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:18.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:18.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:18.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:18.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:18.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:18.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:18.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:19.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:19.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:19.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:19.483 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:19.483 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:19.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:19.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:19.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:19.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:19.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:19.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:19.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:19.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:19.493 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 12:11:19.504 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:11:19.506 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 12:11:19.506 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 12:11:19.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:20.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:20.007 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 12:11:20.010 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 12:11:20.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 12:11:20.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:20.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:20.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 12:11:20.512 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 12:11:20.512 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 12:11:20.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:21.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:21.013 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 12:11:21.014 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 12:11:21.014 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 12:11:21.015 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 12:11:21.083 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 12:11:21.086 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:11:21.087 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:21.268 DEBUG [main][MenuItemLookup] Found menu:'New' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:11:21.269 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:21.270 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:11:21.270 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:21.270 DEBUG [main][MenuItemLookup] Found menu:'References' 12:11:21.270 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 12:11:21.270 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:21.270 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:11:21.270 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:11:21.270 DEBUG [main][MenuItemLookup] Item match:Debug As 12:11:21.513 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 12:11:21.513 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 12:11:21.513 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 12:11:21.516 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 12:11:21.516 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 12:11:21.533 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 12:11:21.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 12:11:21.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:21.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:21.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:21.655 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:11:21.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Resume.*') 12:11:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:21.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:21.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:21.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:21.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:23.458 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:11:24.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 12:11:25.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:25.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:25.168 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 12:11:25.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:25.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:25.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:25.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:25.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:25.171 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:25.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E') 12:11:25.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:25.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:25.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:25.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:25.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:25.239 INFO [WorkbenchTestable][AbstractView] Activate view Debug 12:11:25.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 12:11:25.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:25.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:11:25.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:25.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:25.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:11:25.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:25.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:25.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:25.254 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 12:11:25.254 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:25.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:25.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:25.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:25.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:25.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:25.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:25.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:25.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:25.257 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:25.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Resume.*') 12:11:25.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:25.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:25.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:25.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:25.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:25.375 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 12:11:25.375 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:11:25.375 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 12:11:25.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:25.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:26.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:26.147 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:26.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Terminate.*') 12:11:26.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:26.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:26.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:26.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 12:11:26.200 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:11:26.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.249 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:26.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:26.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:26.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:26.270 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:26.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:11:26.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:26.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:26.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:26.288 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:26.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:26.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:26.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:26.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:11:26.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:26.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:26.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:26.367 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 12:11:26.367 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:11:26.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:26.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 12:11:26.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available. finished successfully 12:11:26.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 12:11:26.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:26.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:26.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.453 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:11:26.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:26.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:26.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:26.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:26.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:11:26.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:11:26.603 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:11:26.603 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:26.607 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:26.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:26.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:26.610 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 12:11:26.611 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:26.611 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 12:11:26.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:11:26.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:11:26.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:26.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:26.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:26.611 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:11:26.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.656 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:26.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:26.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:26.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:26.682 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:26.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:11:26.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:26.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:26.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:26.756 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:26.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:26.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:26.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:11:26.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:26.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:26.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:11:26.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:26.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:26.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:26.807 INFO [WorkbenchTestable][AbstractView] Importing breakpoints from '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt' 12:11:26.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.847 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:26.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.867 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:26.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:26.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:26.883 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:26.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:11:26.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:26.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:26.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:26.959 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:26.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:26.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:26.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:11:26.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:26.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:26.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:11:26.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:26.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:26.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:26.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:26.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:27.000 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:11:27.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:27.065 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 12:11:27.066 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:27.066 DEBUG [main][MenuItemLookup] Found menu:'Enable' 12:11:27.066 DEBUG [main][MenuItemLookup] Found menu:'Disable' 12:11:27.066 DEBUG [main][MenuItemLookup] Found menu:'Remove' 12:11:27.066 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 12:11:27.066 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 12:11:27.066 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:11:27.066 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:11:27.066 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:11:27.066 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:27.066 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 12:11:27.066 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 12:11:27.067 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 12:11:27.067 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 12:11:27.067 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 12:11:27.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Breakpoints"] is available.... 12:11:27.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:27.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:27.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Breakpoints"] is available. finished successfully 12:11:27.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 12:11:27.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:27.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:27.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 12:11:27.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:27.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:27.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Matcher matching widget with label: is "From file:") 12:11:27.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:27.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:27.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:27.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:27.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:11:27.194 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:11:27.195 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt 12:11:27.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:11:27.209 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:11:27.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:11:27.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:27.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:27.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:27.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:27.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:27.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:11:27.255 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:11:27.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:11:27.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:27.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:27.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:27.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:27.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:27.258 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:11:27.258 INFO [WorkbenchTestable][WizardDialog] Finish wizard 12:11:27.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:11:27.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:27.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:27.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:27.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:27.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:27.261 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:11:27.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:27.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:27.261 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:27.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:27.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:11:27.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:11:27.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:27.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Label Job' is a system job, skipped 12:11:27.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:11:27.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:11:27.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:11:27.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:11:27.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:27.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:27.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:27.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:27.488 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:27.488 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:27.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:27.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:27.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:27.492 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:11:27.492 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:27.492 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:27.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:27.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:27.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:27.494 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:11:28.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:11:28.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:28.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:28.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:28.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:28.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:28.496 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:11:28.496 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:28.496 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:28.497 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:28.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:28.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:28.499 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:11:28.499 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:28.500 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:28.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:28.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:28.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:28.502 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:11:29.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:11:29.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:29.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:29.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:29.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:29.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:29.503 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:11:29.504 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 12:11:29.504 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:11:29.504 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:29.504 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:29.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:29.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:29.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:29.507 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:11:30.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:11:30.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:30.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:30.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:30.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:30.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:30.509 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:11:30.509 DEBUG [WorkbenchTestable][Breakpoint] Performing 'Disable' on breakpoint: AppTest [line: 28] - suite() 12:11:30.509 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 28] - suite() 12:11:30.509 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 28] - suite() 12:11:30.509 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 28] - suite() about selection 12:11:30.516 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 28] - suite() 12:11:30.523 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:11:30.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:30.591 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 12:11:30.591 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:30.591 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 12:11:30.591 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 12:11:30.591 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:30.592 DEBUG [main][MenuItemLookup] Found menu:'Enable' 12:11:30.592 DEBUG [main][MenuItemLookup] Found menu:'Disable' 12:11:30.592 DEBUG [main][MenuItemLookup] Item match:Disable 12:11:30.592 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Disable" 12:11:30.592 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Disable 12:11:30.592 INFO [main][MenuItemHandler] Select menu item: &Disable 12:11:30.598 DEBUG [WorkbenchTestable][Breakpoint] Operation 'Disable' was performed 12:11:30.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:11:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:11:31.102 DEBUG [WorkbenchTestable][Breakpoint] Checking operation 'Disable' on breakpoint:AppTest [line: 28] - suite() 12:11:31.102 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest [line: 28] - suite() 12:11:31.102 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest [line: 28] - suite() 12:11:31.102 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest [line: 28] - suite() about selection 12:11:31.105 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest [line: 28] - suite() 12:11:31.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:11:31.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:31.163 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 12:11:31.163 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:31.163 DEBUG [main][MenuItemLookup] Found menu:'Suspend VM' 12:11:31.163 DEBUG [main][MenuItemLookup] Found menu:'Hit Count...' 12:11:31.163 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:31.163 DEBUG [main][MenuItemLookup] Found menu:'Enable' 12:11:31.163 DEBUG [main][MenuItemLookup] Found menu:'Disable' 12:11:31.163 DEBUG [main][MenuItemLookup] Item match:Disable 12:11:31.163 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:11:31.164 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:31.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:31.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:31.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:31.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:31.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:31.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:31.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:31.240 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:31.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:11:31.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:31.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:31.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:31.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:31.243 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:31.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:31.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:31.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:11:31.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:31.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:31.246 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:31.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:31.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:31.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:31.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:31.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:31.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:31.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:32.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:32.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:32.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:32.289 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:32.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:32.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:32.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:32.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:32.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:32.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:32.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:32.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:32.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:32.293 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 12:11:32.294 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:11:32.295 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 12:11:32.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 12:11:32.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:32.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item debugger is already expanded. No action performed 12:11:32.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:32.296 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 12:11:32.296 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 12:11:32.297 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 12:11:32.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:32.297 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src/test/java is already expanded. No action performed 12:11:32.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:32.297 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 12:11:32.298 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 12:11:32.298 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 12:11:32.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:32.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item com.example.debugger is already expanded. No action performed 12:11:32.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:32.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 12:11:32.300 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 12:11:32.300 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 12:11:32.300 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 12:11:32.320 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 12:11:32.321 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:11:32.321 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'New' 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:32.437 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:11:32.438 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:11:32.438 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:32.438 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:11:32.438 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:32.438 DEBUG [main][MenuItemLookup] Found menu:'References' 12:11:32.438 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 12:11:32.438 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:32.438 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:11:32.438 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:11:32.438 DEBUG [main][MenuItemLookup] Item match:Debug As 12:11:32.449 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 12:11:32.449 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 12:11:32.449 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 12:11:32.450 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 12:11:32.450 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 12:11:32.450 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 12:11:32.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 12:11:32.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:32.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:32.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:32.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:32.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Resume.*') 12:11:32.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:32.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:32.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:32.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:32.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:34.420 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:11:35.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 12:11:35.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.423 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 12:11:35.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:35.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:35.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:35.425 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:35.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E') 12:11:35.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:35.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:35.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:35.428 INFO [WorkbenchTestable][AbstractView] Activate view Debug 12:11:35.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 12:11:35.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:35.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:11:35.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:35.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:35.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:11:35.431 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:35.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:35.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:35.432 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 12:11:35.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:35.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:35.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:35.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:35.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:35.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:35.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:35.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:35.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Resume.*') 12:11:35.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:35.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:35.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:35.493 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 12:11:35.493 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:11:35.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:35.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 12:11:35.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:35.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:35.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:35.703 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:35.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Terminate.*') 12:11:35.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:35.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:35.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:35.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 12:11:35.785 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:11:35.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.797 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:35.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:35.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:35.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:35.809 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:35.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:11:35.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:35.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:35.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:35.846 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:35.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:35.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:35.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:35.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:11:35.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:35.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:35.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:35.900 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 12:11:35.901 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:11:35.901 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:35.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 12:11:35.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available. finished successfully 12:11:35.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 12:11:35.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:35.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:35.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:35.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:35.984 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:11:35.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:35.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:35.985 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:35.985 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:36.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:11:36.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:11:36.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:11:36.094 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:36.094 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:36.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:36.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:36.105 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 12:11:36.105 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:36.106 INFO [WorkbenchTestable][RequirementsRunner] Started test: debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 12:11:36.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:11:36.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:11:36.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:36.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:36.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:36.106 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:11:36.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:36.143 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:36.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:36.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:36.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:36.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:36.187 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:36.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:11:36.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:36.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:36.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:36.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:36.192 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:36.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:36.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:36.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:11:36.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:36.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:36.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:11:36.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:36.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:36.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:36.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:36.282 INFO [WorkbenchTestable][AbstractView] Importing breakpoints from '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt' 12:11:36.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:36.294 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:36.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:36.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:36.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:36.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:36.368 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:36.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:11:36.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:36.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:36.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:36.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:36.377 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:36.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:36.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:36.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:11:36.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:36.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:36.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:11:36.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:36.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:36.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:36.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:36.392 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:11:36.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:36.489 DEBUG [main][MenuItemLookup] Found menu:'Go to File' 12:11:36.490 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:36.490 DEBUG [main][MenuItemLookup] Found menu:'Enable' 12:11:36.490 DEBUG [main][MenuItemLookup] Found menu:'Disable' 12:11:36.490 DEBUG [main][MenuItemLookup] Found menu:'Remove' 12:11:36.490 DEBUG [main][MenuItemLookup] Found menu:'Remove All Triggers' 12:11:36.490 DEBUG [main][MenuItemLookup] Found menu:'Remove All' 12:11:36.490 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:11:36.490 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:11:36.490 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:11:36.490 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:36.490 DEBUG [main][MenuItemLookup] Found menu:'Import Breakpoints...' 12:11:36.490 DEBUG [main][MenuItemLookup] Item match:Import Breakpoints... 12:11:36.491 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"I&mport Breakpoints..." 12:11:36.491 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import Breakpoints... 12:11:36.491 INFO [main][MenuItemHandler] Select menu item: I&mport Breakpoints... 12:11:36.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Breakpoints"] is available.... 12:11:36.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:36.606 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:11:36.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Breakpoints"] is available. finished successfully 12:11:36.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 12:11:36.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:36.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:36.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Breakpoints 12:11:36.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:36.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:36.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Matcher matching widget with label: is "From file:") 12:11:36.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:36.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:36.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:36.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:11:36.611 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:11:36.612 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/debug/core/AppTest.bkpt 12:11:36.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:11:36.613 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:11:36.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:11:36.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:36.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:36.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:36.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:36.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:11:36.616 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:11:36.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:11:36.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:36.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:36.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:36.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:36.644 TRACE [WorkbenchTestable][WizardDialog] Shell Import Breakpoints is not null and is not disposed 12:11:36.644 INFO [WorkbenchTestable][WizardDialog] Finish wizard 12:11:36.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:11:36.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:36.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:36.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:36.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:36.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:36.647 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:11:36.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:36.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:36.647 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:36.647 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:36.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:11:36.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:11:36.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:36.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Debug children update' is a system job, skipped 12:11:36.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Label Job' is a system job, skipped 12:11:36.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:11:36.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:11:36.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:11:36.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:11:36.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:11:36.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:36.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:36.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:36.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:36.840 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:36.840 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:36.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:36.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:36.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:36.849 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:11:36.849 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:36.849 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:36.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:36.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:36.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:36.851 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:11:37.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:11:37.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:37.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:37.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:37.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:37.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:37.853 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:11:37.853 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:37.854 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:37.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:37.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:37.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:37.857 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:11:37.857 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:37.858 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:37.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:37.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:37.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:37.860 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:11:38.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:11:38.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:38.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:38.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:38.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:38.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:38.862 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 28] - suite() 12:11:38.862 DEBUG [WorkbenchTestable][AbstractView] found: AppTest [line: 36] - testApp() 12:11:38.862 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:11:38.862 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:38.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:38.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:38.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:38.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:38.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:38.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:38.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:38.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:38.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:38.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:11:38.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:38.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:38.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:38.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:38.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:38.921 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:38.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:38.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:38.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:11:38.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:38.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:38.963 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:38.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:38.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:38.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:38.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:38.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:38.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:39.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:39.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:39.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:39.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:39.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:39.968 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:39.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:39.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:39.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:39.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:39.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:39.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:39.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:39.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:39.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:39.971 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 12:11:39.971 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:11:39.972 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src/test/java of tree item debugger 12:11:39.972 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item debugger 12:11:39.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:39.973 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item debugger is already expanded. No action performed 12:11:39.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:39.973 INFO [WorkbenchTestable][TreeItemHandler] Expanded: debugger 12:11:39.973 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item com.example.debugger of tree item src/test/java 12:11:39.973 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src/test/java 12:11:39.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:39.974 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src/test/java is already expanded. No action performed 12:11:39.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:39.974 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src/test/java 12:11:39.974 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AppTest.java of tree item com.example.debugger 12:11:39.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item com.example.debugger 12:11:39.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:39.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item com.example.debugger is already expanded. No action performed 12:11:39.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:39.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: com.example.debugger 12:11:39.975 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.java 12:11:39.975 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.java 12:11:39.976 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.java about selection 12:11:39.990 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.java 12:11:39.997 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:11:39.997 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:40.080 DEBUG [main][MenuItemLookup] Found menu:'New' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'References' 12:11:40.081 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 12:11:40.082 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:40.082 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:11:40.082 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:11:40.082 DEBUG [main][MenuItemLookup] Item match:Debug As 12:11:40.093 DEBUG [main][MenuItemLookup] Found menu:'1 Debug on Server Shift+Alt+D R' 12:11:40.093 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 12:11:40.093 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+D T 12:11:40.094 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+D T" 12:11:40.094 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+D T 12:11:40.094 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+D T 12:11:40.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 12:11:40.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:40.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:40.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:40.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:40.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Resume.*') 12:11:40.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:40.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:40.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:40.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:40.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:41.451 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:11:42.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 12:11:42.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:42.457 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 12:11:42.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:42.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:42.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:42.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:42.498 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:42.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E') 12:11:42.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:42.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:42.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:42.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:42.501 INFO [WorkbenchTestable][AbstractView] Activate view Debug 12:11:42.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 12:11:42.503 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:42.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:11:42.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:42.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:42.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:11:42.506 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:42.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:42.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:42.507 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 12:11:42.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:42.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:42.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:42.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:42.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:42.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:42.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:42.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:42.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:42.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Resume.*') 12:11:42.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:42.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:42.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:42.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:42.565 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 12:11:42.565 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:11:42.566 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:42.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend... 12:11:42.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:42.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:42.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:42.801 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:42.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Resume.*') 12:11:42.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:42.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:42.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:42.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:42.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:42.868 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:11:43.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Debugger didn't suspend finished successfully 12:11:43.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:43.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:43.873 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 12:11:43.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:43.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:43.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:43.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:43.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:43.883 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:43.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E') 12:11:43.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:43.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:43.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:43.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:43.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:43.889 INFO [WorkbenchTestable][AbstractView] Activate view Debug 12:11:43.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 12:11:44.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:44.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:44.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:11:44.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:44.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:44.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:44.090 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 12:11:44.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:44.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:44.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:44.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:44.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:44.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:44.157 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E'' is already open. Activate. 12:11:44.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:44.169 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:44.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:44.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:44.170 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:44.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDebug\E') 12:11:44.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:44.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:44.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:44.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:44.173 INFO [WorkbenchTestable][AbstractView] Activate view Debug 12:11:44.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Debug 12:11:44.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:44.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform TooltipText=null 12:11:44.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:11:44.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:11:44.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:11:44.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:44.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:44.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:44.176 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Debug"as the parent 12:11:44.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:44.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:44.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:44.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:44.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:44.177 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AppTest.testApp() line: 36 12:11:44.177 DEBUG [main][TreeItemHandler] Selecting tree item: AppTest.testApp() line: 36 12:11:44.216 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AppTest.testApp() line: 36 about selection 12:11:44.220 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AppTest.testApp() line: 36 12:11:44.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:44.250 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QVariables\E'' is already open. Activate. 12:11:44.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:44.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:44.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:44.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:44.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:44.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QVariables\E') 12:11:44.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:44.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:44.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:44.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:44.305 INFO [WorkbenchTestable][AbstractView] Activate view Variables 12:11:44.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Variables 12:11:44.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:44.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:44.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is not selected... 12:11:44.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:44.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:44.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:44.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:44.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:44.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:44.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:11:44.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:11:44.913 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item this 12:11:44.913 DEBUG [main][TreeItemHandler] Selecting tree item: this 12:11:44.913 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item this about selection 12:11:44.927 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: this 12:11:45.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is not selected finished successfully 12:11:45.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is empty... 12:11:45.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:45.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:45.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:45.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:45.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:45.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Variable is empty finished successfully 12:11:45.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:45.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:45.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:45.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:45.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:11:45.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:45.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:45.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:45.106 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:45.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Resume.*') 12:11:45.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:45.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:45.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:45.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:45.125 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Resu&me (F8) 12:11:45.125 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:11:45.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:45.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled... 12:11:45.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:45.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:45.331 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:45.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Terminate.*') 12:11:45.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:45.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:45.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:45.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:45.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tool item with tooltip 'Terminate' is still enabled finished successfully 12:11:45.359 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:11:45.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:45.371 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:11:45.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:45.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform 12:11:45.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:45.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:45.382 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - debugger/src/test/java/com/example/debugger/AppTest.java - Eclipse Platform' 12:11:45.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:11:45.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:45.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:45.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:45.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:11:45.390 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:11:45.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:11:45.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:45.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:45.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:11:45.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:45.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:45.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:45.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:45.544 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 12:11:45.544 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:11:45.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:45.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 12:11:45.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available. finished successfully 12:11:45.609 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 12:11:45.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:45.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:45.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:45.610 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:11:45.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:45.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:45.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:45.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:45.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:11:45.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:11:45.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:11:45.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:45.705 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:45.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:45.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:45.706 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) 12:11:45.707 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:11:45.707 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:45.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:45.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:45.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:45.755 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:45.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:45.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:45.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:45.757 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:45.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:45.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:45.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:45.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:45.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:45.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:46.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:46.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:46.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:46.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:46.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:11:46.761 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:11:46.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:11:46.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:11:46.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:11:46.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:11:46.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:46.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:46.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:46.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:46.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:46.764 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name debugger 12:11:46.768 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item debugger 12:11:46.769 DEBUG [main][TreeItemHandler] Selecting tree item: debugger 12:11:46.770 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item debugger about selection 12:11:46.803 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: debugger 12:11:46.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:11:46.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'New' 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:46.933 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:11:46.933 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:11:46.937 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:11:46.937 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:11:46.937 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:11:46.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:46.940 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:11:47.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:11:47.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:11:47.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:11:47.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:47.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:47.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:11:47.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:47.441 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'debugger' via Explorer 12:11:47.442 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item debugger 12:11:47.442 DEBUG [main][TreeItemHandler] Selecting tree item: debugger 12:11:47.442 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item debugger about selection 12:11:47.463 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: debugger 12:11:47.464 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:11:47.464 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:47.533 DEBUG [main][MenuItemLookup] Found menu:'New' 12:11:47.533 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:11:47.533 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:47.533 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:11:47.533 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:47.533 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:11:47.533 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:11:47.533 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:11:47.533 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:11:47.533 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:11:47.534 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:11:47.534 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:11:47.534 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:11:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:11:48.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:11:48.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:11:48.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:48.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:48.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:48.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:48.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:11:48.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:48.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:48.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:48.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:11:48.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:48.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:48.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:48.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:48.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:48.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:48.350 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:11:48.352 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:11:48.352 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:11:48.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:48.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:48.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:48.352 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:48.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:11:48.353 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:48.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:48.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:48.353 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:11:48.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:48.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:48.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:48.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:48.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:48.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:48.356 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:11:48.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:48.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:48.356 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:48.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:48.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:11:48.376 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:11:48.876 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:11:49.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:11:49.378 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:11:49.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:49.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:11:49.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:11:49.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 12:11:49.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:11:49.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:11:49.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:11:49.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:11:49.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:11:49.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:49.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:49.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:49.380 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest 12:11:49.380 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:11:49.380 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:11:49.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:49.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.629 s - in org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest debugWithFirstBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 14.603 s debugWithSecondBreakpointTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 9.494 s debugWithBothBreakpointsTest no-configuration(org.eclipse.reddeer.eclipse.test.debug.core.DebuggerTest) Time elapsed: 9.6 s Running org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 12:11:49.450 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 12:11:49.451 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:11:49.452 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:49.452 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 12:11:49.452 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:11:49.452 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:11:49.452 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:49.452 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:11:49.453 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:49.453 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:11:49.453 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:49.453 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:11:49.454 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 12:11:49.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:49.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:49.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:11:49.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:49.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:49.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:11:49.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:49.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:49.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:49.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:49.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:11:49.504 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:11:49.505 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:11:49.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:49.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:11:49.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:11:49.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:11:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:49.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:11:49.595 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:49.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:49.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:11:49.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:49.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:49.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:49.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:49.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:49.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:11:49.597 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 12:11:49.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:11:49.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:11:49.606 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 12:11:49.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:11:49.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:11:49.606 TRACE [main][WidgetHandler] Notify Table with event 13 12:11:49.607 TRACE [main][WidgetHandler] Wait for synchronization 12:11:49.607 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:49.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:49.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:49.608 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:11:49.608 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:49.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:49.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:49.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:11:49.610 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:49.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:49.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:49.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:11:49.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:49.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:49.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:49.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:49.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:49.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:49.613 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:11:49.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:49.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:49.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:49.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:50.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:11:50.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:11:50.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:11:50.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:50.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:50.516 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:11:50.516 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:50.516 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:11:50.516 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:11:50.516 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:11:50.516 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:11:50.516 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:11:50.516 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:11:50.517 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:11:50.517 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:11:50.517 DEBUG [main][MenuItemLookup] Item match:Window 12:11:50.518 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:11:50.518 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:11:50.518 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:11:50.518 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.518 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:11:50.518 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:11:50.518 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.518 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:11:50.518 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.518 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:11:50.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:50.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:50.519 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:11:50.519 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:50.519 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:11:50.519 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:11:50.520 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:11:50.520 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:11:50.520 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:11:50.520 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:11:50.520 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:11:50.520 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:11:50.520 DEBUG [main][MenuItemLookup] Item match:Window 12:11:50.520 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:11:50.520 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:11:50.520 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:11:50.520 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.520 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:11:50.520 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:11:50.520 DEBUG [main][MenuItemLookup] Item match:Perspective 12:11:50.521 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:11:50.521 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.521 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:11:50.521 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:11:50.521 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:11:50.521 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:11:50.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:11:50.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:50.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:50.542 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:11:50.542 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:50.542 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:11:50.542 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:11:50.542 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:11:50.542 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:11:50.542 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:11:50.542 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:11:50.542 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:11:50.542 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:11:50.542 DEBUG [main][MenuItemLookup] Item match:Window 12:11:50.543 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:11:50.543 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:11:50.543 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:11:50.543 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.543 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:11:50.543 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:11:50.543 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.543 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:11:50.543 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.543 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:11:50.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:50.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:50.544 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:11:50.544 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:50.544 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:11:50.544 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:11:50.544 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:11:50.544 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:11:50.545 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:11:50.545 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:11:50.545 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:11:50.545 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:11:50.545 DEBUG [main][MenuItemLookup] Item match:Window 12:11:50.545 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:11:50.545 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:11:50.545 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:11:50.545 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.545 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:11:50.545 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:11:50.545 DEBUG [main][MenuItemLookup] Item match:Perspective 12:11:50.546 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:11:50.546 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.546 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:11:50.546 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:11:50.546 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:11:50.546 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:11:50.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:50.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:50.547 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:11:50.547 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:50.547 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:11:50.547 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:11:50.547 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:11:50.547 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:11:50.547 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:11:50.547 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:11:50.547 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:11:50.547 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:11:50.547 DEBUG [main][MenuItemLookup] Item match:Window 12:11:50.548 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:11:50.548 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:11:50.548 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:11:50.548 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.548 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:11:50.548 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:11:50.548 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.548 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:11:50.548 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.548 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:11:50.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:50.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:50.548 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:11:50.549 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:50.549 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:11:50.549 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:11:50.549 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:11:50.549 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:11:50.549 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:11:50.549 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:11:50.549 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:11:50.549 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:11:50.549 DEBUG [main][MenuItemLookup] Item match:Window 12:11:50.550 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:11:50.550 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:11:50.550 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:11:50.550 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.550 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:11:50.550 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:11:50.550 DEBUG [main][MenuItemLookup] Item match:Perspective 12:11:50.551 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:11:50.551 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.551 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:11:50.551 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:11:50.551 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:11:50.551 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:11:50.551 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:11:50.551 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:11:50.552 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:11:50.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:11:50.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:11:50.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:11:50.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:50.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:50.602 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:50.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:50.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:50.602 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:11:50.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:50.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:50.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:50.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:11:50.603 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:50.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:50.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:50.603 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:11:50.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:50.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:50.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:50.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:50.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:50.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:50.605 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:11:50.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:50.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:50.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:50.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:50.862 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:11:50.863 INFO [WorkbenchTestable][RequirementsRunner] Started test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest) 12:11:50.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 12:11:50.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:11:50.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:11:50.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:11:50.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:11:50.864 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:11:50.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:50.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:50.865 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:11:50.865 DEBUG [main][MenuItemLookup] Found menu:'File' 12:11:50.865 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:11:50.865 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:11:50.865 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:11:50.865 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:11:50.865 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:11:50.865 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:11:50.865 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:11:50.865 DEBUG [main][MenuItemLookup] Item match:Run 12:11:50.867 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:11:50.867 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:11:50.867 DEBUG [main][MenuItemLookup] Found menu:'' 12:11:50.867 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:11:50.867 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:11:50.868 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:11:50.868 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 12:11:50.868 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 12:11:50.868 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 12:11:50.868 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 12:11:51.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:11:51.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:11:51.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:11:51.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:11:51.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:11:51.114 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit 12:11:51.114 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name null 12:11:51.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:11:51.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:51.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:51.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:51.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:11:51.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:51.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:51.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:51.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:51.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:51.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:51.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:11:51.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:11:51.118 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 12:11:51.118 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 12:11:51.140 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 12:11:51.141 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 12:11:51.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 12:11:51.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 12:11:51.174 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:11:51.174 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:51.178 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:11:51.178 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:11:51.179 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:11:51.179 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 12:11:51.179 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 12:11:51.252 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:11:51.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:11:51.252 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:51.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:51.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:51.763 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:11:51.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:51.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:51.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:51.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:51.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:51.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:51.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:11:51.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:11:51.774 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 12:11:51.774 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 12:11:51.774 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 12:11:51.775 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 12:11:51.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 12:11:51.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 12:11:51.872 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:11:51.872 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:51.873 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:11:51.873 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:11:51.873 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:11:51.873 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 12:11:51.873 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 12:11:51.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:11:51.880 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:52.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:52.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:52.200 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:11:52.200 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:52.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:52.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:52.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:52.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:52.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:11:52.251 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:11:52.251 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:11:52.252 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 12:11:52.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:11:52.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:52.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:52.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:52.261 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:11:52.261 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:52.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:52.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:52.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:52.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:52.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:11:52.276 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 12:11:52.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:11:52.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:11:52.777 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:11:52.777 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:11:53.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:11:53.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:11:53.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:11:53.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:11:53.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:11:53.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:11:53.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:11:53.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:11:53.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Indexer' is a system job, skipped 12:11:53.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:11:53.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:11:53.492 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:11:53.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:11:53.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:11:53.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:11:53.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:11:53.493 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit 12:11:53.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:11:53.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:53.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:53.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:53.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:11:53.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:53.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:53.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:53.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:53.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:53.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:53.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:11:53.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:11:53.505 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 12:11:53.505 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 12:11:53.506 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 12:11:53.507 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 12:11:53.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:11:53.508 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:53.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:53.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:53.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:11:53.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:53.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:53.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:53.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:53.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:11:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:11:53.619 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:11:53.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:11:53.619 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:53.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:53.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:53.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:11:53.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:53.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:53.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:53.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:11:53.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:11:53.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:11:53.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:11:53.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:11:53.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:11:53.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:11:53.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:53.624 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:11:53.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:53.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:11:53.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:11:53.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:11:53.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:11:53.634 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:11:53.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:11:53.634 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:11:53.634 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:11:53.634 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:11:53.637 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration about selection 12:11:53.637 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:11:53.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:11:53.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:11:53.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:11:53.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:11:53.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:11:53.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:11:53.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:53.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:54.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:54.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:54.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:54.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:55.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:55.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:55.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:55.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:56.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:56.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:56.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:56.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:57.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:57.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:58.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:58.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:58.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:58.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:59.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:59.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:11:59.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:11:59.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:00.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:00.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:00.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:00.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:01.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:01.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:01.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:01.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:02.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:02.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:02.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:02.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:03.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:03.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:03.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:03.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:04.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:04.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:04.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:04.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:04.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:04.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:12:04.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:04.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:04.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:04.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:04.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:04.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:04.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:12:04.095 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:12:04.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:04.095 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:12:04.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:04.095 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:12:04.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:12:04.096 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:12:04.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:04.097 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:12:04.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:04.097 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:12:04.098 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Delete launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:12:04.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:04.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:04.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:04.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:12:04.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:04.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:04.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:04.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:04.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:04.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:04.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:04.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:12:04.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:12:04.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:04.102 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:12:04.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:04.103 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:12:04.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:12:04.103 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:12:04.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:04.103 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:12:04.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:04.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:12:04.104 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:12:04.104 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:12:04.108 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration about selection 12:12:04.109 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest_test_configuration 12:12:04.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:12:04.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:04.111 DEBUG [main][MenuItemLookup] Found menu:'New Configuration' 12:12:04.111 DEBUG [main][MenuItemLookup] Found menu:'New Prototype' 12:12:04.111 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:12:04.111 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:12:04.111 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:12:04.111 DEBUG [main][MenuItemLookup] Item match:Delete 12:12:04.111 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Dele&te" 12:12:04.111 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 12:12:04.111 INFO [main][MenuItemHandler] Select menu item: Dele&te 12:12:04.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Launch Configuration Deletion"] is available.... 12:12:04.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Launch Configuration Deletion"] is available. finished successfully 12:12:04.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Launch Configuration Deletion 12:12:04.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:04.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:04.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:04.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:12:04.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:04.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:04.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:04.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:04.265 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:12:04.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:04.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:04.266 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:04.266 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:04.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:04.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:04.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:04.669 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:04.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:04.670 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:12:04.670 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:04.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:04.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:04.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:04.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:04.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:04.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:04.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:12:04.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:12:04.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:04.680 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:12:04.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:04.680 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:12:04.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:12:04.680 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:12:04.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:04.681 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:12:04.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:04.681 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:12:04.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:12:04.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:12:04.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:12:04.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:12:04.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:12:04.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:04.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:04.684 INFO [WorkbenchTestable][AbstractShell] Close shell Run Configurations 12:12:04.684 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Run Configurations' 12:12:04.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:04.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:04.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 12:12:04.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:04.857 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:04.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:04.858 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest) 12:12:04.858 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest 12:12:04.858 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:04.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:04.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.41 s - in org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.RunConfigurationDialogTest) Time elapsed: 13.995 s Running org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 12:12:04.882 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 12:12:04.883 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:12:04.884 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:04.884 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 12:12:04.884 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:04.885 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:12:04.885 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:04.885 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:12:04.885 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:04.885 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:12:04.887 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:04.888 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:12:04.888 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:12:04.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:12:04.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:04.888 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:04.888 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:04.890 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:04.890 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:04.890 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:04.890 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:04.890 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:04.890 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:04.890 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:04.890 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:04.890 DEBUG [main][MenuItemLookup] Item match:Window 12:12:04.891 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:04.891 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:04.891 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:04.891 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:04.891 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:04.891 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:04.891 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:04.891 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:04.891 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:04.891 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:04.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:04.891 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:04.891 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:04.891 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:04.891 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:04.892 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:04.892 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:04.892 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:04.892 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:04.892 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:04.892 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:04.892 DEBUG [main][MenuItemLookup] Item match:Window 12:12:04.892 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:04.892 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:04.892 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:04.892 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:04.892 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:04.892 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:04.892 DEBUG [main][MenuItemLookup] Item match:Perspective 12:12:04.893 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:12:04.893 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:04.893 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:12:04.893 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:12:04.893 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:12:04.893 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:12:04.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:12:04.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:04.893 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:04.893 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:04.893 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:04.893 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:04.893 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:04.893 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:04.893 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:04.893 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:04.894 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:04.894 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:04.894 DEBUG [main][MenuItemLookup] Item match:Window 12:12:04.894 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:04.894 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:04.894 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:04.894 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:04.894 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:04.894 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:04.894 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:04.894 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:04.894 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:04.894 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:04.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:04.895 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:04.895 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:04.895 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:04.895 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:04.895 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:04.895 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:04.895 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:04.895 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:04.895 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:04.895 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:04.895 DEBUG [main][MenuItemLookup] Item match:Window 12:12:04.895 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:04.895 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:04.895 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:04.895 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:04.895 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:04.895 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:04.895 DEBUG [main][MenuItemLookup] Item match:Perspective 12:12:04.896 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:12:04.896 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:04.896 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:12:04.896 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:12:04.896 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:12:04.896 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:12:04.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:04.896 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:04.897 DEBUG [main][MenuItemLookup] Item match:Window 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:04.897 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:04.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:04.898 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:04.898 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:04.898 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:04.898 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:04.898 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:04.898 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:04.898 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:04.898 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:04.898 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:04.898 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:04.898 DEBUG [main][MenuItemLookup] Item match:Window 12:12:04.898 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:04.898 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:04.898 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:04.898 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:04.898 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:04.899 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:04.899 DEBUG [main][MenuItemLookup] Item match:Perspective 12:12:04.899 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:12:04.899 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:04.899 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:12:04.899 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:12:04.899 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:12:04.899 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:12:04.899 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:12:04.899 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:12:04.899 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:12:04.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:12:04.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:12:04.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:12:04.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:04.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:04.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:04.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:04.962 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:12:04.962 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:04.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:04.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:12:04.963 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:04.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:04.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:04.963 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:12:04.963 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:04.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:04.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:04.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:04.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:04.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:04.964 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:12:04.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:04.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:04.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:04.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:05.204 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:05.204 INFO [WorkbenchTestable][RequirementsRunner] Started test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest) 12:12:05.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 12:12:05.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:05.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:05.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:05.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:05.205 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:12:05.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:05.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:05.205 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:05.205 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:05.205 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:05.205 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:05.205 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:05.205 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:05.205 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:05.205 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:05.205 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:05.205 DEBUG [main][MenuItemLookup] Item match:Run 12:12:05.206 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:12:05.206 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:12:05.206 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:05.206 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:12:05.206 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:12:05.206 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:12:05.206 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:05.206 DEBUG [main][MenuItemLookup] Found menu:'Debug History' 12:12:05.206 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:12:05.206 DEBUG [main][MenuItemLookup] Found menu:'Debug Configurations...' 12:12:05.206 DEBUG [main][MenuItemLookup] Item match:Debug Configurations... 12:12:05.206 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"De&bug Configurations..." 12:12:05.207 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Configurations... 12:12:05.207 INFO [main][MenuItemHandler] Select menu item: De&bug Configurations... 12:12:05.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 12:12:05.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available. finished successfully 12:12:05.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Debug Configurations 12:12:05.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:05.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:05.387 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit 12:12:05.387 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name null 12:12:05.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:05.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:05.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:05.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:05.388 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:12:05.388 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:05.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:05.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:05.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:05.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:05.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:05.400 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 12:12:05.400 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 12:12:05.401 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 12:12:05.401 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 12:12:05.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 12:12:05.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 12:12:05.444 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:12:05.444 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:05.447 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:12:05.447 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:12:05.447 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:12:05.447 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 12:12:05.448 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 12:12:05.455 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:12:05.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:05.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:05.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:05.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:05.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:12:05.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:05.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:05.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:05.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:05.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:05.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:05.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:05.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:05.796 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 12:12:05.796 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 12:12:05.796 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 12:12:05.797 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 12:12:05.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 12:12:05.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 12:12:05.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:12:05.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:05.901 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:12:05.901 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:12:05.901 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:12:05.901 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 12:12:05.902 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 12:12:05.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:12:05.906 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:06.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:06.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:06.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:12:06.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:06.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:06.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:06.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:06.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:06.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:06.277 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:06.278 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:12:06.278 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 12:12:06.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:12:06.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:06.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:06.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:06.279 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:12:06.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:06.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:06.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:06.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:06.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:06.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:06.297 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 12:12:06.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:06.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:06.798 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:06.798 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:07.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:07.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:12:07.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:12:07.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:12:07.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:12:07.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:12:07.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:07.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:07.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:07.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:07.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:12:07.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:07.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:07.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:07.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:07.482 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit 12:12:07.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:07.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:07.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:07.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:07.483 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:12:07.483 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:07.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:07.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:07.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:07.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:07.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:07.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:07.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:07.487 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 12:12:07.487 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 12:12:07.487 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 12:12:07.530 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 12:12:07.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:07.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:07.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:07.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:07.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:12:07.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:07.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:07.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:07.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:07.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:07.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:07.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:07.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:07.634 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:12:07.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:07.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:07.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:07.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:07.634 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:12:07.634 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:07.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:07.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:07.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:07.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:07.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:07.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:07.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:07.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:12:07.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:12:07.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:07.637 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:12:07.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:07.637 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:12:07.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:12:07.638 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:12:07.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:07.638 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:12:07.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:07.638 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:12:07.638 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:12:07.638 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:12:07.641 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration about selection 12:12:07.642 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:12:07.642 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:07.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:07.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:07.900 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:12:07.900 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:07.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:07.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:07.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:08.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:08.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:08.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:08.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:09.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:09.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:09.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:09.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:10.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:10.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:10.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:10.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:11.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:11.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:11.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:11.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:12.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:12.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:12.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:12.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:13.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:13.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:13.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:13.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:14.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:14.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:14.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:14.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:15.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:15.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:16.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:16.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:16.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:16.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:17.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:17.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:17.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:18.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:12:18.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:12:18.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:18.040 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:18.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:12:18.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:18.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:18.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:18.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:18.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:12:18.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:12:18.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:18.046 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:12:18.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:18.046 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:12:18.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:12:18.046 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:12:18.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:18.047 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:12:18.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:18.047 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:12:18.047 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Delete launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:12:18.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:18.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:18.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:12:18.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:18.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:18.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:18.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:18.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:12:18.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:12:18.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:18.051 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:12:18.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:18.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:12:18.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:12:18.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:12:18.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:18.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:12:18.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:18.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:12:18.052 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:12:18.053 DEBUG [main][TreeItemHandler] Selecting tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:12:18.055 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration about selection 12:12:18.056 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest_test_configuration 12:12:18.057 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:12:18.057 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:18.058 DEBUG [main][MenuItemLookup] Found menu:'New Configuration' 12:12:18.058 DEBUG [main][MenuItemLookup] Found menu:'New Prototype' 12:12:18.058 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:12:18.058 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:12:18.058 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:12:18.058 DEBUG [main][MenuItemLookup] Item match:Delete 12:12:18.058 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Dele&te" 12:12:18.058 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 12:12:18.059 INFO [main][MenuItemHandler] Select menu item: Dele&te 12:12:18.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Launch Configuration Deletion"] is available.... 12:12:18.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Launch Configuration Deletion"] is available. finished successfully 12:12:18.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Launch Configuration Deletion 12:12:18.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:18.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:18.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:12:18.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:18.120 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:12:18.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:18.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:18.121 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:18.121 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:18.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:18.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:18.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:12:18.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:18.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.527 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Debug Configurations" as the parent 12:12:18.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:18.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:18.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:18.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children... 12:12:18.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:12:18.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:18.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:12:18.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:18.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:12:18.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JUnit has children finished successfully 12:12:18.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JUnit 12:12:18.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:18.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JUnit is already expanded. No action performed 12:12:18.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:18.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JUnit 12:12:18.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 12:12:18.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available. finished successfully 12:12:18.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available.... 12:12:18.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Debug Configurations"] is available. finished successfully 12:12:18.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Debug Configurations 12:12:18.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:18.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:18.540 INFO [WorkbenchTestable][AbstractShell] Close shell Debug Configurations 12:12:18.540 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Debug Configurations' 12:12:18.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:18.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:18.659 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 12:12:18.659 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:18.659 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:18.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:18.660 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest) 12:12:18.660 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest 12:12:18.660 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:18.660 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:18.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:18.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.78 s - in org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest createSelectDelete no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.launchConfigurations.DebugConfigurationDialogTest) Time elapsed: 13.456 s Running org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:12:18.678 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:12:18.679 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:12:18.680 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:18.680 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:12:18.680 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:18.680 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:12:18.680 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:18.680 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:12:18.681 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:18.681 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:12:18.681 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:18.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:18.682 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowConsoleOnOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:12:18.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:12:18.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:18.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:18.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:18.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:18.684 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:18.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:18.685 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:18.685 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:18.685 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:18.685 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:18.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:18.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:18.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:18.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:18.686 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:18.686 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:18.687 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:18.687 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:18.687 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:18.687 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:18.688 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:18.688 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:18.688 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:18.688 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:18.688 DEBUG [main][MenuItemLookup] Item match:Window 12:12:18.689 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:18.689 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:18.689 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:18.689 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:18.689 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:18.689 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:18.689 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:18.689 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:18.689 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:18.689 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:18.689 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:18.711 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:18.712 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:18.712 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:18.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:18.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:18.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:18.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:18.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:18.919 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:18.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:18.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:18.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:18.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:18.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:18.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:18.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:18.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:18.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:18.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:12:18.923 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:12:18.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:19.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:19.426 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:12:19.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:12:19.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:12:19.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:19.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:12:19.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:19.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:12:19.428 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:12:19.428 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:12:19.428 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:12:19.428 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:12:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:12:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.578 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:12:19.578 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:12:19.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:19.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:19.578 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:19.578 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:19.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:12:19.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.585 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:12:19.585 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:12:19.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:19.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:19.585 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:19.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:19.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard out") 12:12:19.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard out") 12:12:19.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.601 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show when program writes to standard out 12:12:19.601 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Show when program writes to standard out 12:12:19.601 INFO [WorkbenchTestable][AbstractButton] Click button &Show when program writes to standard out 12:12:19.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:19.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:19.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:19.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:19.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard out") 12:12:19.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard out") 12:12:19.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.613 INFO [WorkbenchTestable][CheckBox] Select checkbox &Show when program writes to standard out 12:12:19.613 INFO [WorkbenchTestable][CheckBox] Check checkbox &Show when program writes to standard out 12:12:19.613 INFO [WorkbenchTestable][AbstractButton] Click button &Show when program writes to standard out 12:12:19.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:19.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:19.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:19.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:19.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard out") 12:12:19.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.642 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:19.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:19.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:19.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:19.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.644 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:19.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:19.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:19.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.651 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:19.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:19.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:19.651 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:19.651 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:19.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:19.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:19.705 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:19.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:12:19.705 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:19.705 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:19.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:19.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:19.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:12:19.707 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowConsoleOnOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:12:19.707 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:19.707 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:12:19.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:12:19.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:19.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:19.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:19.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:19.707 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:19.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:19.708 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:19.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:19.708 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:19.709 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:19.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:19.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.709 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:19.709 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:19.750 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:19.751 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:19.752 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:19.752 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:19.752 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:19.752 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:19.752 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:19.752 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:19.752 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:19.752 DEBUG [main][MenuItemLookup] Item match:Window 12:12:19.754 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:19.754 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:19.754 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:19.754 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:19.754 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:19.754 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:19.754 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:19.754 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:19.754 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:19.754 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:19.754 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:19.754 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:19.754 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:19.755 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:19.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:19.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:19.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:19.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.911 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:19.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:19.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:19.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:19.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:19.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:19.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:12:19.915 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:12:19.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:19.915 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:12:19.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:19.916 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:12:19.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:12:19.916 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:12:19.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:19.916 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:12:19.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:19.916 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:12:19.917 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:12:19.917 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:12:19.917 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:12:19.918 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:12:19.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:12:19.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.944 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:12:19.944 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:12:19.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:19.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:19.945 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:19.945 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:19.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:12:19.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.952 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:12:19.952 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:12:19.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:19.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:19.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:19.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:19.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:12:19.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:12:19.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.977 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 12:12:19.978 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Limit console output 12:12:19.978 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 12:12:19.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:19.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:19.978 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:19.978 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:19.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:12:19.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:12:19.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.985 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 12:12:19.985 INFO [WorkbenchTestable][CheckBox] Check checkbox &Limit console output 12:12:19.985 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 12:12:19.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:19.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:19.985 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:19.985 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:19.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:12:19.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:19.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:19.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:19.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:19.995 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:19.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:19.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:19.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:19.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:19.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:19.996 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:19.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:19.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:19.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:19.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.002 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:20.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:20.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:20.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:20.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:20.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:20.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:20.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.097 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:12:20.097 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:20.097 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:20.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.097 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:12:20.098 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:20.098 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:12:20.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:12:20.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:20.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:20.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:20.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:20.098 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:20.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:20.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:20.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.099 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:20.099 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:20.100 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:20.100 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:20.100 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:20.100 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:20.100 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:20.100 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:20.100 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:20.100 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:20.100 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:20.100 DEBUG [main][MenuItemLookup] Item match:Window 12:12:20.101 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:20.101 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:20.101 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:20.101 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.101 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:20.101 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:20.101 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.101 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:20.101 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.101 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:20.101 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:20.101 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:20.102 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:20.102 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:20.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:20.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:20.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:20.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.248 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:20.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:20.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:20.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:20.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:20.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:12:20.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:12:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:20.253 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:12:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:20.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:12:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:12:20.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:12:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:20.254 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:12:20.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:20.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:12:20.255 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:12:20.255 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:12:20.255 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:12:20.272 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:12:20.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:12:20.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.283 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:12:20.283 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:12:20.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:20.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:20.283 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:20.283 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:20.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:12:20.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.288 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:12:20.289 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:12:20.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:20.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:20.289 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:20.289 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:20.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:12:20.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.304 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 12:12:20.304 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Limit console output 12:12:20.304 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 12:12:20.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:20.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:20.305 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:20.305 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:20.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:12:20.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.339 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 12:12:20.339 INFO [WorkbenchTestable][CheckBox] Check checkbox &Limit console output 12:12:20.339 INFO [WorkbenchTestable][AbstractButton] Click button &Limit console output 12:12:20.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:20.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:20.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:20.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:20.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Console buffer size (characters):") 12:12:20.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:20.379 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:20.381 INFO [WorkbenchTestable][AbstractText] Text set to: 54321 12:12:20.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:12:20.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Console buffer size (characters):") 12:12:20.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:20.400 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:20.404 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:20.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:20.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.419 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:20.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:20.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.434 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:20.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:20.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:20.434 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:20.434 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:20.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:20.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:20.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:12:20.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:20.488 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:20.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.489 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:12:20.489 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:20.489 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:12:20.489 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:12:20.490 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:20.490 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:20.490 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:20.490 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:20.490 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:20.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.490 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:20.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.517 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:20.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.517 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:20.518 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:20.518 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:20.519 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:20.519 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:20.519 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:20.519 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:20.519 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:20.519 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:20.519 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:20.519 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:20.519 DEBUG [main][MenuItemLookup] Item match:Window 12:12:20.520 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:20.520 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:20.520 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:20.520 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.520 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:20.520 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:20.520 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.520 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:20.520 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.520 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:20.520 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:20.520 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:20.520 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:20.520 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:20.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:20.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:20.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:20.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.671 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:20.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:20.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:20.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:20.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:20.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:12:20.675 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:12:20.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:20.675 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:12:20.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:20.675 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:12:20.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:12:20.675 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:12:20.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:20.675 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:12:20.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:20.676 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:12:20.676 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:12:20.676 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:12:20.676 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:12:20.677 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:12:20.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:12:20.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.703 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:12:20.703 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:12:20.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:20.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:20.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:20.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:20.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:12:20.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.709 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:12:20.710 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:12:20.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:20.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:20.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:20.710 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:20.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:12:20.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.725 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 12:12:20.725 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Limit console output already selected, no action performed 12:12:20.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:12:20.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.727 INFO [WorkbenchTestable][CheckBox] Select checkbox &Limit console output 12:12:20.727 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Limit console output already selected, no action performed 12:12:20.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Console buffer size (characters):") 12:12:20.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:20.755 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:20.756 INFO [WorkbenchTestable][AbstractText] Text set to: 12345 12:12:20.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:12:20.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Console buffer size (characters):") 12:12:20.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:20.786 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:20.787 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:20.787 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.787 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:20.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.789 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:20.789 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:20.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:20.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:20.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:20.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:20.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:20.808 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:20.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:20.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:20.808 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:20.808 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:20.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:20.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:20.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.875 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:12:20.875 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:20.875 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:20.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:20.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:20.876 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:12:20.876 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:20.876 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:12:20.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:12:20.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:20.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:20.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:20.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:20.877 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:20.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.878 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:20.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.878 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:20.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:20.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:20.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:20.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:20.880 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:20.880 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:20.880 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:20.881 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:20.881 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:20.881 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:20.881 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:20.881 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:20.881 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:20.881 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:20.881 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:20.881 DEBUG [main][MenuItemLookup] Item match:Window 12:12:20.882 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:20.882 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:20.882 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:20.882 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.882 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:20.882 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:20.882 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.882 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:20.882 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:20.882 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:20.882 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:20.882 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:20.882 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:20.883 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:21.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:21.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:21.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:21.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:21.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:21.030 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:21.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:21.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:21.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:21.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:21.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:12:21.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:12:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:21.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:12:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:21.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:12:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:12:21.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:12:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:21.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:12:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:21.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:12:21.035 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:12:21.035 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:12:21.035 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:12:21.035 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:12:21.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:12:21.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:21.065 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:12:21.066 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:12:21.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:21.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:21.066 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:21.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:21.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:12:21.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:21.072 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:12:21.072 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:12:21.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:21.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:21.072 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:21.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:21.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 12:12:21.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:21.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 12:12:21.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:21.097 INFO [WorkbenchTestable][CheckBox] Select checkbox Show when &program writes to standard error 12:12:21.097 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Show when &program writes to standard error 12:12:21.097 INFO [WorkbenchTestable][AbstractButton] Click button Show when &program writes to standard error 12:12:21.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:21.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:21.097 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:21.097 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:21.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 12:12:21.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:21.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 12:12:21.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:21.105 INFO [WorkbenchTestable][CheckBox] Select checkbox Show when &program writes to standard error 12:12:21.105 INFO [WorkbenchTestable][CheckBox] Check checkbox Show when &program writes to standard error 12:12:21.105 INFO [WorkbenchTestable][AbstractButton] Click button Show when &program writes to standard error 12:12:21.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:21.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:21.105 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:21.105 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:21.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 12:12:21.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:21.115 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:21.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:21.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:21.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:21.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:21.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:21.117 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:21.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:21.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:21.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:21.122 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:21.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:21.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:21.122 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:21.122 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:21.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:21.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:21.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:21.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:21.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:21.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:12:21.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:21.166 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:21.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:21.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:21.167 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) 12:12:21.167 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest 12:12:21.167 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:21.167 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:21.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:21.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.491 s - in org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest testShowConsoleOnOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 1.025 s testLimitConsoleOutput no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.39 s testSettingConsoleOutputSizeWithoutLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.391 s testSettingConsoleOutputSizeWithLimit no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.387 s testShowConsoleOnError no-configuration(org.eclipse.reddeer.eclipse.test.debug.ui.preferences.ConsolePreferencePageTest) Time elapsed: 0.291 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 12:12:21.185 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 12:12:21.186 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:12:21.186 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:21.186 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 12:12:21.186 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:21.186 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:12:21.186 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:21.186 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:12:21.197 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:21.197 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:12:21.197 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:21.198 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:21.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:21.199 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:21.199 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest) 12:12:21.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 12:12:21.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:21.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:21.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:21.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:21.199 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:21.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:21.200 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:21.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:21.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:21.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:21.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:21.292 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:21.292 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:21.293 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:21.293 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:21.293 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:21.293 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:21.293 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:21.293 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:21.293 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:21.293 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:21.293 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:21.293 DEBUG [main][MenuItemLookup] Item match:Window 12:12:21.294 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:21.294 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:21.294 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:21.294 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:21.294 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:21.294 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:21.294 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:21.294 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:21.294 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:21.294 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:21.294 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:21.294 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:21.294 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:21.295 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:21.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:21.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:21.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:21.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:21.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:21.458 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:21.458 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:21.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:21.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:21.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:21.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:21.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:21.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:21.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:21.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:21.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:12:21.461 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:21.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:21.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:21.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:21.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:12:21.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:21.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:21.967 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:21.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:21.967 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:21.968 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Errors/Warnings 12:12:21.968 DEBUG [main][TreeItemHandler] Selecting tree item: Errors/Warnings 12:12:21.968 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Errors/Warnings about selection 12:12:21.969 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Errors/Warnings 12:12:22.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "\"groupId\" duplicate of parent groupId") 12:12:22.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:22.045 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 12:12:22.059 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Group ID to: Ignore 12:12:22.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "\"version\" duplicate of parent version") 12:12:22.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:22.075 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 12:12:22.075 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Version to: Ignore 12:12:22.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Out-of-date project configuration") 12:12:22.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:22.094 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Error to selection: Ignore 12:12:22.094 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Project Config to: Ignore 12:12:22.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Plugin execution not covered by lifecycle configuration") 12:12:22.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:22.125 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Error to selection: Ignore 12:12:22.125 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Plugin Execution to: Ignore 12:12:22.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Overriding managed version") 12:12:22.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:22.160 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Warning to selection: Ignore 12:12:22.161 INFO [WorkbenchTestable][WarningsPreferencePage] Set Maven error/warning Managed Version to: Ignore 12:12:22.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "\"groupId\" duplicate of parent groupId") 12:12:22.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:22.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "\"version\" duplicate of parent version") 12:12:22.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:22.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Out-of-date project configuration") 12:12:22.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:22.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Plugin execution not covered by lifecycle configuration") 12:12:22.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:22.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.WarningsPreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Overriding managed version") 12:12:22.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:22.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:22.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.271 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:22.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:22.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:22.272 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:22.272 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:22.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:22.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:22.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:22.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:22.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:22.323 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 12:12:22.323 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:22.323 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:22.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:22.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:22.324 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest) 12:12:22.324 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest 12:12:22.324 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:22.324 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:22.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:22.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141 s - in org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenErrorPreferencePageTest) Time elapsed: 1.125 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 12:12:22.339 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 12:12:22.340 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:12:22.341 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:22.341 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 12:12:22.341 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:22.341 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:12:22.341 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:22.341 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:12:22.359 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:22.359 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:12:22.359 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:22.360 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:22.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:22.360 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:22.361 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 12:12:22.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 12:12:22.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:22.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:22.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:22.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:22.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:22.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:22.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:22.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:22.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:22.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:22.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:22.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:22.362 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:22.362 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:22.363 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:22.363 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:22.363 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:22.363 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:22.363 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:22.363 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:22.364 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:22.364 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:22.364 DEBUG [main][MenuItemLookup] Item match:Window 12:12:22.365 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:22.365 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:22.365 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:22.365 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:22.365 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:22.365 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:22.365 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:22.365 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:22.365 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:22.365 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:22.365 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:22.365 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:22.365 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:22.366 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:22.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:22.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:22.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:22.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:22.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:22.511 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:22.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:22.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:22.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:22.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:22.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:22.514 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven 12:12:22.514 DEBUG [main][TreeItemHandler] Selecting tree item: Maven 12:12:22.514 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven about selection 12:12:22.514 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven 12:12:22.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Debug Output") 12:12:22.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.565 INFO [WorkbenchTestable][CheckBox] Select checkbox Debu&g Output 12:12:22.565 INFO [WorkbenchTestable][CheckBox] Check checkbox Debu&g Output 12:12:22.565 INFO [WorkbenchTestable][AbstractButton] Click button Debu&g Output 12:12:22.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:22.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:22.566 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:22.566 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:22.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Do not automatically update dependencies from remote repositories") 12:12:22.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.582 INFO [WorkbenchTestable][CheckBox] Select checkbox Do not automatically update dependencies from remote repositories 12:12:22.583 DEBUG [WorkbenchTestable][CheckBox] Checkbox Do not automatically update dependencies from remote repositories already selected, no action performed 12:12:22.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget which text matches: Matcher matching text to Download Artifact JavaDoc) 12:12:22.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.595 INFO [WorkbenchTestable][CheckBox] Select checkbox Download Artifact &Javadoc 12:12:22.595 INFO [WorkbenchTestable][CheckBox] Check checkbox Download Artifact &Javadoc 12:12:22.595 INFO [WorkbenchTestable][AbstractButton] Click button Download Artifact &Javadoc 12:12:22.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:22.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:22.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:22.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:22.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Download Artifact Sources") 12:12:22.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.600 INFO [WorkbenchTestable][CheckBox] Select checkbox Do&wnload Artifact Sources 12:12:22.600 INFO [WorkbenchTestable][CheckBox] Check checkbox Do&wnload Artifact Sources 12:12:22.600 INFO [WorkbenchTestable][AbstractButton] Click button Do&wnload Artifact Sources 12:12:22.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:22.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:22.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:22.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:22.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Download repository index updates on startup") 12:12:22.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.612 INFO [WorkbenchTestable][CheckBox] Select checkbox Download repository index updates on startup 12:12:22.612 INFO [WorkbenchTestable][CheckBox] Check checkbox Download repository index updates on startup 12:12:22.613 INFO [WorkbenchTestable][AbstractButton] Click button Download repository index updates on startup 12:12:22.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:22.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:22.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:22.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:22.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Hide folders of physically nested modules (experimental)") 12:12:22.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.617 INFO [WorkbenchTestable][CheckBox] Select checkbox Hide folders of physically nested modules (experimental) 12:12:22.617 INFO [WorkbenchTestable][CheckBox] Check checkbox Hide folders of physically nested modules (experimental) 12:12:22.617 INFO [WorkbenchTestable][AbstractButton] Click button Hide folders of physically nested modules (experimental) 12:12:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:22.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:22.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:22.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:22.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Offline") 12:12:22.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.627 INFO [WorkbenchTestable][CheckBox] Select checkbox &Offline 12:12:22.627 INFO [WorkbenchTestable][CheckBox] Check checkbox &Offline 12:12:22.627 INFO [WorkbenchTestable][AbstractButton] Click button &Offline 12:12:22.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:22.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:22.627 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:22.627 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:22.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Update Maven projects on startup") 12:12:22.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.630 INFO [WorkbenchTestable][CheckBox] Select checkbox Update Maven projects on startup 12:12:22.631 INFO [WorkbenchTestable][CheckBox] Check checkbox Update Maven projects on startup 12:12:22.631 INFO [WorkbenchTestable][AbstractButton] Click button Update Maven projects on startup 12:12:22.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:22.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:22.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:22.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:22.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Debug Output") 12:12:22.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Do not automatically update dependencies from remote repositories") 12:12:22.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget which text matches: Matcher matching text to Download Artifact JavaDoc) 12:12:22.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Download Artifact Sources") 12:12:22.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Download repository index updates on startup") 12:12:22.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Hide folders of physically nested modules (experimental)") 12:12:22.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Offline") 12:12:22.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Update Maven projects on startup") 12:12:22.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:22.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.692 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:22.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:22.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:22.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:22.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:22.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:22.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:22.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:22.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:22.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:22.776 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 12:12:22.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:22.777 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:22.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:22.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:22.778 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 12:12:22.779 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:22.779 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:22.779 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:22.779 INFO [WorkbenchTestable][RequirementsRunner] Started test: uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 12:12:22.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 12:12:22.779 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:22.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:22.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:22.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:22.780 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:22.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:22.780 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:22.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:22.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:22.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:22.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:22.781 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:22.781 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:22.781 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:22.783 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:22.783 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:22.783 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:22.783 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:22.783 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:22.783 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:22.783 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:22.783 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:22.783 DEBUG [main][MenuItemLookup] Item match:Window 12:12:22.784 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:22.784 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:22.784 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:22.784 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:22.784 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:22.784 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:22.784 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:22.784 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:22.784 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:22.784 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:22.784 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:22.785 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:22.785 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:22.785 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:22.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:22.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:22.922 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:22.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:22.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:22.935 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:22.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:22.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:22.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:22.939 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven 12:12:22.939 DEBUG [main][TreeItemHandler] Selecting tree item: Maven 12:12:22.952 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven about selection 12:12:22.952 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven 12:12:22.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Debug Output") 12:12:22.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.961 INFO [WorkbenchTestable][CheckBox] Select checkbox Debu&g Output 12:12:22.962 DEBUG [WorkbenchTestable][CheckBox] Checkbox Debu&g Output not checked, no action performed 12:12:22.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Do not automatically update dependencies from remote repositories") 12:12:22.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.965 INFO [WorkbenchTestable][CheckBox] Select checkbox Do not automatically update dependencies from remote repositories 12:12:22.965 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Do not automatically update dependencies from remote repositories 12:12:22.965 INFO [WorkbenchTestable][AbstractButton] Click button Do not automatically update dependencies from remote repositories 12:12:22.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:22.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:22.965 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:22.965 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:22.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget which text matches: Matcher matching text to Download Artifact JavaDoc) 12:12:22.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.969 INFO [WorkbenchTestable][CheckBox] Select checkbox Download Artifact &Javadoc 12:12:22.969 DEBUG [WorkbenchTestable][CheckBox] Checkbox Download Artifact &Javadoc not checked, no action performed 12:12:22.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Download Artifact Sources") 12:12:22.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.973 INFO [WorkbenchTestable][CheckBox] Select checkbox Do&wnload Artifact Sources 12:12:22.981 DEBUG [WorkbenchTestable][CheckBox] Checkbox Do&wnload Artifact Sources not checked, no action performed 12:12:22.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Download repository index updates on startup") 12:12:22.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.987 INFO [WorkbenchTestable][CheckBox] Select checkbox Download repository index updates on startup 12:12:22.987 DEBUG [WorkbenchTestable][CheckBox] Checkbox Download repository index updates on startup not checked, no action performed 12:12:22.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Hide folders of physically nested modules (experimental)") 12:12:22.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.996 INFO [WorkbenchTestable][CheckBox] Select checkbox Hide folders of physically nested modules (experimental) 12:12:22.996 DEBUG [WorkbenchTestable][CheckBox] Checkbox Hide folders of physically nested modules (experimental) not checked, no action performed 12:12:22.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Offline") 12:12:22.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:22.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:22.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:22.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:22.998 INFO [WorkbenchTestable][CheckBox] Select checkbox &Offline 12:12:22.998 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Offline not checked, no action performed 12:12:22.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Update Maven projects on startup") 12:12:22.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:22.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:23.003 INFO [WorkbenchTestable][CheckBox] Select checkbox Update Maven projects on startup 12:12:23.003 DEBUG [WorkbenchTestable][CheckBox] Checkbox Update Maven projects on startup not checked, no action performed 12:12:23.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Debug Output") 12:12:23.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:23.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Do not automatically update dependencies from remote repositories") 12:12:23.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:23.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget which text matches: Matcher matching text to Download Artifact JavaDoc) 12:12:23.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:23.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Download Artifact Sources") 12:12:23.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:23.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Download repository index updates on startup") 12:12:23.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:23.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Hide folders of physically nested modules (experimental)") 12:12:23.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:23.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Offline") 12:12:23.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:23.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Update Maven projects on startup") 12:12:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:23.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:23.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:23.052 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:23.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:23.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:23.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:23.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:23.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:23.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:23.119 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:23.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:23.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:23.119 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 12:12:23.119 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:23.119 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:23.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:23.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:23.120 INFO [WorkbenchTestable][RequirementsRunner] Finished test: uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) 12:12:23.120 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest 12:12:23.120 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:23.120 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:23.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:23.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.783 s - in org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) Time elapsed: 0.417 s uncheckAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenPreferencePageTest) Time elapsed: 0.341 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 12:12:23.133 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 12:12:23.134 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:12:23.134 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:23.134 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 12:12:23.134 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:23.134 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:12:23.135 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:23.135 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:12:23.135 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:23.135 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:12:23.135 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:23.136 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:23.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:23.136 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:23.136 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSettingsXMLTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest) 12:12:23.136 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 12:12:23.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:23.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:23.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:23.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:23.137 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:23.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:23.137 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:23.137 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:23.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:23.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:23.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:23.137 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:23.137 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:23.138 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:23.138 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:23.138 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:23.138 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:23.138 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:23.138 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:23.138 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:23.139 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:23.139 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:23.139 DEBUG [main][MenuItemLookup] Item match:Window 12:12:23.139 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:23.139 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:23.139 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:23.139 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:23.139 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:23.139 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:23.139 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:23.139 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:23.139 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:23.139 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:23.139 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:23.140 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:23.140 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:23.140 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:23.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:23.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:23.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:23.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:23.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:23.277 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:23.277 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:23.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:23.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:23.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:23.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:23.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:12:23.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:23.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:23.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:23.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:23.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:12:23.786 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:23.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:23.786 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:23.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:23.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:23.788 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 12:12:23.788 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 12:12:23.788 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 12:12:23.788 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 12:12:23.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:12:23.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:23.829 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:12:23.830 DEBUG [main][AbstractWait] Waiting until widget is found... 12:12:23.830 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:12:23.830 TRACE [main][WidgetLookup] widget with index 1 is found 12:12:23.830 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:12:23.830 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:12:23.830 DEBUG [main][AbstractText] Set focus to Text 12:12:23.831 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:12:23.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:12:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:23.845 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:12:23.845 DEBUG [main][AbstractWait] Waiting until widget is found... 12:12:23.845 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:12:23.845 TRACE [main][WidgetLookup] widget with index 1 is found 12:12:23.845 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:12:23.845 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:12:23.845 DEBUG [main][AbstractText] Set focus to Text 12:12:23.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:23.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:23.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:23.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:23.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:23.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:23.851 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:23.851 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:23.851 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:23.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:23.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:23.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:23.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:23.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:23.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 12:12:23.898 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:23.898 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:23.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:23.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:23.899 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSettingsXMLTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest) 12:12:23.899 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest 12:12:23.899 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:23.899 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:23.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:23.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.766 s - in org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest setSettingsXMLTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenSettingsPreferencePageTest) Time elapsed: 0.763 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:12:23.916 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:12:23.917 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:12:23.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:23.917 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:12:23.917 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:23.917 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:12:23.918 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:23.918 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:12:23.932 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:23.933 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:12:23.933 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:23.933 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:23.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:23.934 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:23.934 INFO [WorkbenchTestable][RequirementsRunner] Started test: setLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:12:23.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:12:23.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:23.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:23.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:23.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:23.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:23.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:23.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:23.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:23.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:23.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:23.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:23.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:23.936 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:23.936 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:23.937 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:23.937 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:23.937 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:23.937 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:23.937 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:23.937 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:23.937 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:23.937 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:23.937 DEBUG [main][MenuItemLookup] Item match:Window 12:12:23.938 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:23.938 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:23.938 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:23.938 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:23.938 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:23.938 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:23.938 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:23.938 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:23.938 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:23.938 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:23.938 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:23.938 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:23.938 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:23.938 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:24.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:24.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:24.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:24.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:24.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:24.074 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:24.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:24.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:24.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:24.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:24.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:24.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:12:24.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:24.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:24.078 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:24.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:24.078 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:24.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:12:24.078 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:24.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:24.078 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:24.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:24.078 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:24.079 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 12:12:24.079 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 12:12:24.079 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 12:12:24.079 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 12:12:24.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Local Catalog...") 12:12:24.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:24.136 INFO [WorkbenchTestable][AbstractButton] Click button Add &Local Catalog... 12:12:24.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:24.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:24.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:24.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:24.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Local Archetype Catalog"] is available.... 12:12:24.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Local Archetype Catalog"] is available. finished successfully 12:12:24.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 12:12:24.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:24.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:24.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:12:24.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:24.213 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/preferences/archetype-catalog.xml 12:12:24.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:12:24.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:24.220 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:24.220 INFO [WorkbenchTestable][AbstractText] Text set to: Local Test Catalog 12:12:24.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:12:24.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:24.232 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:12:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:24.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:24.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:24.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:24.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:24.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:24.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:24.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:24.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:24.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:24.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:24.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:24.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:24.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:24.289 TRACE [main][WidgetHandler] Notify Table with event 13 12:12:24.289 TRACE [main][WidgetHandler] Wait for synchronization 12:12:24.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:12:24.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:24.292 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:12:24.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:24.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:24.292 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:24.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:24.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:24.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:24.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:24.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:24.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:24.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:24.307 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:24.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:24.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:24.307 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:24.307 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:24.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:24.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:24.377 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:12:24.377 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:24.378 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:24.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:24.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:24.378 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:12:24.379 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:24.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:24.379 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:24.379 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:12:24.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:12:24.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:24.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:24.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:24.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:24.379 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:24.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:24.380 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:24.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:24.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:24.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:24.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:24.380 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:24.380 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:24.380 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:24.381 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:24.381 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:24.381 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:24.381 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:24.381 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:24.381 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:24.381 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:24.381 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:24.381 DEBUG [main][MenuItemLookup] Item match:Window 12:12:24.382 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:24.382 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:24.382 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:24.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:24.382 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:24.382 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:24.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:24.382 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:24.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:24.382 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:24.382 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:24.383 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:24.383 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:24.383 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:24.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:24.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:24.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:24.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:24.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:24.527 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:24.527 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:24.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:24.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:24.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:24.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:24.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:12:24.529 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:24.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:24.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:24.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:24.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:24.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:12:24.530 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:24.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:24.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:24.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:24.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:24.530 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 12:12:24.530 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 12:12:24.531 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 12:12:24.531 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 12:12:24.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Remote Catalog...") 12:12:24.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:24.535 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 12:12:24.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:24.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:24.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:24.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:24.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remote Archetype Catalog"] is available.... 12:12:24.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remote Archetype Catalog"] is available. finished successfully 12:12:24.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 12:12:24.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:24.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:24.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:12:24.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:24.618 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:http://repo1.maven.org/maven2/archetype-catalog.xml 12:12:24.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:12:24.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:24.633 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:24.634 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 12:12:24.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Verify...") 12:12:24.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:24.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:24.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:24.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:24.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:24.637 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 12:12:24.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:24.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:24.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:24.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:24.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:24.648 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 12:12:25.149 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 12:12:25.650 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 12:12:26.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:26.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:26.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:26.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:26.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:26.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:26.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:26.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:26.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Remote Archetype Catalog") 12:12:26.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:26.156 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:26.161 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 35706 archetype(s) 12:12:26.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:12:26.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:26.163 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:12:26.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:26.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:26.163 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:26.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:26.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:26.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:26.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:26.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:26.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:26.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:26.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:26.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:26.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:26.212 TRACE [main][WidgetHandler] Notify Table with event 13 12:12:26.212 TRACE [main][WidgetHandler] Wait for synchronization 12:12:26.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:12:26.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:26.222 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:12:26.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:26.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:26.222 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:26.222 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:26.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:26.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:26.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:26.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:26.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:26.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:26.239 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:26.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:26.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:26.239 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:26.239 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:26.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:26.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:26.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:26.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:26.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:26.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:12:26.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:26.280 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:26.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:26.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:26.280 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:12:26.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:26.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:26.281 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:26.281 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:12:26.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:12:26.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:26.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:26.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:26.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:26.282 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:26.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:26.306 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:26.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:26.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:26.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:26.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:26.307 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:26.307 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:26.307 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:26.308 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:26.308 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:26.308 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:26.308 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:26.308 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:26.308 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:26.308 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:26.308 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:26.308 DEBUG [main][MenuItemLookup] Item match:Window 12:12:26.309 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:26.309 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:26.309 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:26.309 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:26.309 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:26.309 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:26.309 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:26.309 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:26.309 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:26.309 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:26.309 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:26.309 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:26.309 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:26.309 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:26.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:26.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:26.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:26.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:26.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:26.442 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:26.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:26.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:26.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:26.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:26.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:26.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:12:26.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:26.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:26.445 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:26.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:26.445 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:26.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:12:26.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:26.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:26.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:26.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:26.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:26.446 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 12:12:26.447 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 12:12:26.447 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 12:12:26.447 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 12:12:26.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Remote Catalog...") 12:12:26.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:26.452 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 12:12:26.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:26.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:26.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:26.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:26.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remote Archetype Catalog"] is available.... 12:12:26.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remote Archetype Catalog"] is available. finished successfully 12:12:26.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 12:12:26.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:26.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:26.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:12:26.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:26.534 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:http://repo1.maven.org/maven2/archetype-catalog.xml_test 12:12:26.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:12:26.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:26.550 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:26.551 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 12:12:26.551 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 12:12:26.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:12:26.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:26.557 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:12:26.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:26.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:26.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:26.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:26.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:26.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:26.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:26.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:26.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:26.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:26.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:26.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:26.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:26.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:26.641 TRACE [main][WidgetHandler] Notify Table with event 13 12:12:26.641 TRACE [main][WidgetHandler] Wait for synchronization 12:12:26.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:12:26.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:26.646 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:12:26.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:26.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:26.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:26.647 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:26.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:26.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:26.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:26.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:26.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:26.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:26.662 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:26.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:26.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:26.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:26.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:26.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:26.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:26.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:26.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:26.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:26.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:12:26.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:26.726 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:26.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:26.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:26.727 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:12:26.727 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:26.727 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:26.727 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:26.727 INFO [WorkbenchTestable][RequirementsRunner] Started test: editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:12:26.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:12:26.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:26.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:26.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:26.727 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:26.728 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:26.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:26.728 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:26.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:26.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:26.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:26.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:26.728 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:26.728 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:26.729 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:26.729 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:26.730 DEBUG [main][MenuItemLookup] Item match:Window 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:26.730 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:26.730 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:26.731 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:26.731 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:26.731 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:26.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:26.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:26.867 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:26.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:26.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:26.869 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:26.869 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:26.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:26.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:26.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:26.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:26.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:12:26.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:26.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:26.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:26.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:26.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:26.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:12:26.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:26.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:26.873 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:26.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:26.873 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:26.873 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 12:12:26.873 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 12:12:26.873 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 12:12:26.874 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 12:12:26.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Local Catalog...") 12:12:26.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:26.877 INFO [WorkbenchTestable][AbstractButton] Click button Add &Local Catalog... 12:12:26.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:26.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:26.877 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:26.877 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:26.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Local Archetype Catalog"] is available.... 12:12:26.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Local Archetype Catalog"] is available. finished successfully 12:12:26.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 12:12:26.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:26.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:26.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:12:26.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:26.954 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/preferences/archetype-catalog.xml 12:12:26.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:12:26.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:26.970 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:26.971 INFO [WorkbenchTestable][AbstractText] Text set to: Local Test Catalog 12:12:26.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:12:26.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:26.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:26.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:26.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:26.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:26.974 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:12:26.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:26.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:26.974 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:26.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:27.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:27.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:27.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:27.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:27.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:27.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:27.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:27.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:27.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:27.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:27.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Edit...") 12:12:27.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:27.036 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 12:12:27.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:27.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:27.036 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:27.036 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:27.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '.* Archetype Catalog'] is available.... 12:12:27.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '.* Archetype Catalog'] is available. finished successfully 12:12:27.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Local Archetype Catalog 12:12:27.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:27.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:27.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:12:27.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:27.098 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/preferences/archetype-catalog.xml to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/preferences/archetype-catalog.xml 12:12:27.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:12:27.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:27.113 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:27.113 INFO [WorkbenchTestable][AbstractText] Text set to: Local: Local Test Catalog test 12:12:27.114 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 12:12:27.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:12:27.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:27.116 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:12:27.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:27.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:27.116 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:27.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:27.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:27.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:27.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:27.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:27.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:27.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:27.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:12:27.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:27.173 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:12:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:27.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:27.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:27.174 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:27.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:27.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:27.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:27.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:27.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:27.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:27.190 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:27.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:27.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:27.191 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:27.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:27.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:27.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:27.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:27.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:27.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:27.251 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:12:27.251 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:27.251 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:27.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:27.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:27.251 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:12:27.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:27.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:27.252 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:27.252 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:12:27.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:12:27.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:27.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:27.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:27.252 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:27.252 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:27.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:27.253 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:27.253 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:27.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:27.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:27.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:27.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:27.253 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:27.253 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:27.255 DEBUG [main][MenuItemLookup] Item match:Window 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:27.255 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:27.256 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:27.256 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:27.256 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:27.256 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:27.256 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:27.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:27.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:27.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:27.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:27.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:27.385 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:27.385 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:27.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:27.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:27.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:27.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:27.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:12:27.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:27.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:27.389 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:27.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:27.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:27.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:12:27.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:27.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:27.389 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:27.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:27.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:27.390 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 12:12:27.390 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 12:12:27.390 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 12:12:27.390 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 12:12:27.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Remote Catalog...") 12:12:27.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:27.415 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 12:12:27.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:27.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:27.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:27.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:27.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remote Archetype Catalog"] is available.... 12:12:27.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remote Archetype Catalog"] is available. finished successfully 12:12:27.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 12:12:27.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:27.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:27.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:12:27.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:27.493 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:http://repo1.maven.org/maven2/archetype-catalog.xml 12:12:27.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:12:27.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:27.509 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:27.509 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 12:12:27.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Verify...") 12:12:27.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:27.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:27.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:27.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:27.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:27.511 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 12:12:27.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:27.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:27.511 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:27.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:27.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:27.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 12:12:28.012 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 12:12:28.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:28.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:28.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:28.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:28.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:28.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:28.513 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:28.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:28.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Remote Archetype Catalog") 12:12:28.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:28.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:28.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:28.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:28.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:28.519 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:28.521 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 35706 archetype(s) 12:12:28.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:12:28.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:28.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:28.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:28.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:28.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:28.523 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:12:28.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:28.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:28.523 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:28.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:28.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:28.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:28.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:28.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:28.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:28.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:28.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:28.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:28.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:28.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:28.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:28.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:28.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:28.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:28.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:28.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Edit...") 12:12:28.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:28.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:28.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:28.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:28.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:28.579 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 12:12:28.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:28.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:28.579 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:28.579 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:28.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '.* Archetype Catalog'] is available.... 12:12:28.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '.* Archetype Catalog'] is available. finished successfully 12:12:28.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 12:12:28.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:28.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:28.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:12:28.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:28.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:28.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:28.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:28.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:28.635 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo http://repo1.maven.org/maven2/archetype-catalog.xml to:http://repo1.maven.org/maven2/archetype-catalog.xml 12:12:28.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:12:28.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:28.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:28.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:28.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:28.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:28.640 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:28.641 INFO [WorkbenchTestable][AbstractText] Text set to: Remote: Remote Test Catalog test 12:12:28.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Verify...") 12:12:28.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:28.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:28.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:28.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:28.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:28.643 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 12:12:28.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:28.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:28.643 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:28.643 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:28.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:28.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 12:12:29.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 12:12:29.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:29.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:29.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:29.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:29.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:29.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:29.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:29.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:29.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Remote Archetype Catalog") 12:12:29.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:29.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:29.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:29.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:29.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:29.652 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:29.654 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 35706 archetype(s) 12:12:29.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:12:29.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:29.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:29.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:29.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:29.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:29.656 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:12:29.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:29.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:29.656 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:29.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:29.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:29.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:29.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:29.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:29.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:29.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:29.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:29.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:29.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:29.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:29.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:29.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:29.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:29.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:29.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:29.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:29.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:29.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:12:29.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:29.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:29.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:29.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:29.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:29.707 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:12:29.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:29.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:29.707 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:29.707 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:29.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:29.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:29.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:29.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:29.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:29.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:29.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:29.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:29.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:29.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:29.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:29.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:29.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:29.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:29.722 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:29.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:29.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:29.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:29.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:29.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:29.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:29.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:29.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:29.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:29.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:12:29.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:29.782 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:29.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:29.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:29.782 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:12:29.783 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:29.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:29.783 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:29.783 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:12:29.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:12:29.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:29.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:29.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:29.784 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:29.784 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:29.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:29.784 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:12:29.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:29.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:29.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:29.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:29.784 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:29.785 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:29.785 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:29.785 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:12:29.786 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:12:29.786 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:12:29.786 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:12:29.786 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:12:29.786 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:12:29.786 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:12:29.786 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:12:29.786 DEBUG [main][MenuItemLookup] Item match:Window 12:12:29.787 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:12:29.787 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:12:29.787 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:12:29.787 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:29.787 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:12:29.787 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:12:29.787 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:29.787 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:12:29.787 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:29.787 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:12:29.787 DEBUG [main][MenuItemLookup] Item match:Preferences 12:12:29.787 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:12:29.788 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:12:29.788 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:12:29.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:12:29.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:12:29.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:12:29.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:29.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:29.925 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:12:29.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:29.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:12:29.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:29.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:29.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:29.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:29.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:29.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:29.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:12:29.928 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:29.928 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:29.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:29.928 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:29.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:12:29.929 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:29.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:29.929 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:29.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:29.929 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:29.929 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Archetypes 12:12:29.929 DEBUG [main][TreeItemHandler] Selecting tree item: Archetypes 12:12:29.930 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Archetypes about selection 12:12:29.930 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Archetypes 12:12:29.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:29.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:29.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:29.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:29.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Remote Catalog...") 12:12:29.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:29.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:29.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:29.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:29.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:29.950 INFO [WorkbenchTestable][AbstractButton] Click button Add &Remote Catalog... 12:12:29.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:29.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:29.958 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:29.958 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remote Archetype Catalog"] is available.... 12:12:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remote Archetype Catalog"] is available. finished successfully 12:12:30.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 12:12:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:30.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:12:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:30.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:30.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:30.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:30.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:30.037 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:http://repo1.maven.org/maven2/archetype-catalog.xml 12:12:30.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:12:30.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:30.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:30.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:30.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:30.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:30.052 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:30.053 INFO [WorkbenchTestable][AbstractText] Text set to: Remote Test Catalog 12:12:30.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Verify...") 12:12:30.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:30.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:30.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:30.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:30.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:30.055 INFO [WorkbenchTestable][AbstractButton] Click button &Verify... 12:12:30.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:30.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:30.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:30.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:30.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:30.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 12:12:30.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 12:12:31.057 DEBUG [WorkbenchTestable][JobIsRunning] job 'Downloading remote catalog' has no excuses, wait for it 12:12:31.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:31.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:31.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:31.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:31.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:31.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:31.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:31.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:31.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Remote Archetype Catalog") 12:12:31.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:31.561 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:31.563 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] Found 35706 archetype(s) 12:12:31.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:12:31.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:31.566 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:12:31.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:31.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:31.566 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:31.566 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:31.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:31.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:31.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:31.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:31.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:31.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:31.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:31.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:31.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Edit...") 12:12:31.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:31.620 INFO [WorkbenchTestable][AbstractButton] Click button &Edit... 12:12:31.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:31.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:31.620 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:31.620 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:31.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '.* Archetype Catalog'] is available.... 12:12:31.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '.* Archetype Catalog'] is available. finished successfully 12:12:31.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remote Archetype Catalog 12:12:31.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:31.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:31.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:12:31.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:31.680 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo http://repo1.maven.org/maven2/archetype-catalog.xml to:http://repo1.maven.org/maven2/archetype-catalog.xmlabc 12:12:31.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Description:") 12:12:31.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:12:31.684 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:12:31.684 INFO [WorkbenchTestable][AbstractText] Text set to: Remote: Remote Test Catalog test 12:12:31.685 INFO [WorkbenchTestable][MavenArchetypesPreferencePage] 12:12:31.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:12:31.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:31.689 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:12:31.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:31.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:31.689 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:31.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:31.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:31.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:31.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:31.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:31.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:31.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:31.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:31.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:31.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:31.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:31.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:12:31.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:31.766 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:12:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:31.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:31.766 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:31.766 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:31.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenArchetypesPreferencePage, index 0 and no matchers specified 12:12:31.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:12:31.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:12:31.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:12:31.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:31.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:31.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:31.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:31.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:31.783 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:31.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:31.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:31.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:31.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:31.866 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:31.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:31.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:31.866 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:12:31.867 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:31.867 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:31.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:31.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:31.867 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) 12:12:31.867 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest 12:12:31.867 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:31.867 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:31.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:31.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.954 s - in org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest setLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.444 s setRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 1.901 s setRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.446 s editLocalCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 0.524 s editRemoteCatalogTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 2.53 s editRemoteCatalogNotVerifyTest no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.preferences.MavenArchetypesPreferencePageTest) Time elapsed: 2.084 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 12:12:31.884 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 12:12:31.885 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:12:31.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:31.885 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 12:12:31.885 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:31.885 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:12:31.885 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:31.885 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:12:31.886 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:31.886 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:12:31.886 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:31.886 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:31.887 INFO [WorkbenchTestable][RequirementsRunner] Started test: openMavenSCMWizard no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest) 12:12:31.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 12:12:31.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:31.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:31.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:31.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:31.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:12:31.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:12:31.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.890 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Check out as Maven project from SCM"] 12:12:31.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.891 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:12:31.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.891 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:12:31.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.892 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:12:31.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.892 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Check out as Maven project from SCM"] 12:12:31.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.892 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:12:31.892 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.892 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:12:31.893 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:31.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:31.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:31.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:31.893 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:31.893 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:31.893 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:31.894 DEBUG [main][MenuItemLookup] Item match:File 12:12:31.897 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:12:31.897 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:12:31.904 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:12:31.904 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:12:31.904 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:31.904 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:12:31.904 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:12:31.904 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:12:31.905 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:12:31.905 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:12:31.905 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:12:31.905 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:12:31.905 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:12:31.905 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:31.905 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:12:31.905 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:12:31.905 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:12:31.905 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:31.905 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:12:31.905 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:31.905 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:12:31.905 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:12:31.905 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:12:31.905 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:12:31.905 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:12:32.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:12:32.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:12:32.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:12:32.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:32.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:32.058 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:12:32.058 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:12:32.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:32.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:32.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:32.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:32.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:32.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:32.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:32.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:12:32.075 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:32.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:32.075 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:32.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:32.076 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:32.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:12:32.076 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:32.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:32.076 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:32.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:32.076 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:32.077 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Check out Maven Projects from SCM 12:12:32.077 DEBUG [main][TreeItemHandler] Selecting tree item: Check out Maven Projects from SCM 12:12:32.088 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Check out Maven Projects from SCM about selection 12:12:32.091 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Check out Maven Projects from SCM 12:12:32.092 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:12:32.092 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:12:32.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:12:32.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:32.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:32.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:32.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:32.103 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:12:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:32.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:32.104 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:32.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:32.256 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:12:32.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Check out as Maven project from SCM"] is available.... 12:12:32.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Check out as Maven project from SCM"] is available. finished successfully 12:12:32.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Check out as Maven project from SCM 12:12:32.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:32.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:32.273 TRACE [WorkbenchTestable][MavenCheckoutWizard] Shell Check out as Maven project from SCM is not null and is not disposed 12:12:32.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.scm.wizards.MavenCheckoutLocationPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Check out All Projects") 12:12:32.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:32.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:32.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:32.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:32.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:32.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.scm.wizards.MavenCheckoutLocationPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Check out Head Revision") 12:12:32.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:32.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:32.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:32.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:32.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:32.278 TRACE [WorkbenchTestable][MavenCheckoutWizard] Shell Check out as Maven project from SCM is not null and is not disposed 12:12:32.278 INFO [WorkbenchTestable][MavenCheckoutWizard] Cancel wizard 12:12:32.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.scm.wizards.MavenCheckoutWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:12:32.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:32.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:32.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:32.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:32.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:32.281 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:12:32.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:32.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:32.281 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:32.281 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:32.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:12:32.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:12:32.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:32.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:32.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:32.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:32.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:32.360 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:32.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:32.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:32.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:32.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 12:12:32.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:32.361 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:32.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:32.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:32.361 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openMavenSCMWizard no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest) 12:12:32.361 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest 12:12:32.361 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:12:32.361 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:12:32.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:32.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 s - in org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest openMavenSCMWizard no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenCheckoutWizardTest) Time elapsed: 0.474 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 12:12:32.372 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 12:12:32.373 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:12:32.373 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:32.373 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 12:12:32.373 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:32.373 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:12:32.373 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:32.373 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:12:32.374 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:32.374 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:12:32.374 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:32.374 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:12:32.374 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImportingWrongMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 12:12:32.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 12:12:32.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:12:32.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:12:32.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:12:32.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:12:32.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:12:32.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:12:32.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Maven Projects"] 12:12:32.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.379 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:12:32.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.380 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:12:32.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.380 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:12:32.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Maven Projects"] 12:12:32.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:12:32.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:12:32.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:12:32.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:32.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:32.382 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:12:32.382 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:12:32.382 DEBUG [main][MenuItemLookup] Found menu:'File' 12:12:32.383 DEBUG [main][MenuItemLookup] Item match:File 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:12:32.384 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:32.385 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:12:32.385 DEBUG [main][MenuItemLookup] Found menu:'' 12:12:32.385 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:12:32.385 DEBUG [main][MenuItemLookup] Item match:Import... 12:12:32.385 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:12:32.385 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:12:32.385 INFO [main][MenuItemHandler] Select menu item: &Import... 12:12:32.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:12:32.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:12:32.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:12:32.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:32.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:32.506 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:12:32.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:32.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:12:32.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:32.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:32.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:32.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:12:32.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:12:32.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:12:32.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:12:32.509 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:32.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:33.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:33.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:33.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:12:33.042 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:12:33.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:12:33.043 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:12:33.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:12:33.043 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:12:33.043 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Maven Projects 12:12:33.043 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Maven Projects 12:12:33.044 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Maven Projects about selection 12:12:33.048 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Maven Projects 12:12:33.048 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:12:33.048 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:12:33.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:12:33.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:33.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:33.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:33.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:33.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:33.051 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:12:33.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:33.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:33.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:33.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:33.116 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:12:33.148 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:33.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:33.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:12:33.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:12:33.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:12:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:33.150 TRACE [WorkbenchTestable][MavenImportWizard] Shell Import Maven Projects is not null and is not disposed 12:12:33.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:12:33.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:12:33.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:12:33.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:12:33.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:33.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:33.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenImportWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Root Directory:") 12:12:33.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:33.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:33.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:33.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:33.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:12:33.155 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/wizard/maven-wrong-project 12:12:33.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:12:33.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:12:33.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:12:33.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:33.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:33.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenImportWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:12:33.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:33.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:33.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:33.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:33.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:33.188 INFO [WorkbenchTestable][AbstractButton] Click button &Refresh 12:12:33.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:33.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:33.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:33.189 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:33.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:12:33.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:12:33.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:12:33.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:33.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:33.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded.... 12:12:33.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenImportWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:12:33.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:33.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:33.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:33.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:33.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:33.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded. finished successfully 12:12:33.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:12:33.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:12:33.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:12:33.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:33.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:33.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:12:33.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:33.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:33.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:33.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Import Maven Projects" as the parent 12:12:33.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:33.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:33.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:33.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:33.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:33.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:33.306 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:12:33.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:33.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:33.306 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:33.306 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:33.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:33.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:33.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 12:12:33.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:12:33.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 12:12:33.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:12:33.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:12:33.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:12:34.452 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:12:34.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:12:35.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:12:35.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:12:36.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:12:36.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:12:37.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:12:37.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:12:38.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:12:38.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:12:39.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:12:39.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:12:40.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 12:12:40.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Discover lifecycle mappings' has no excuses, wait for it 12:12:41.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:12:41.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:12:41.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:12:41.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:12:41.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:12:41.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:41.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:41.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:41.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:41.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:41.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:41.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:41.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:12:41.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '(Import Maven Projects)|(Discover m2e connectors)'] is available.... 12:12:41.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '(Import Maven Projects)|(Discover m2e connectors)'] is available. finished successfully 12:12:41.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Discover m2e connectors 12:12:41.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:41.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:41.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Resolve All Later") 12:12:41.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:41.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:41.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:41.464 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Discover m2e connectors" as the parent 12:12:41.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:41.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:41.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:41.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:41.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:41.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:41.467 INFO [WorkbenchTestable][AbstractButton] Click button &Resolve All Later 12:12:41.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:41.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:41.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:41.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:41.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:12:41.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:41.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:41.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:41.478 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Discover m2e connectors" as the parent 12:12:41.478 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:41.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:41.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:41.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:41.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:41.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:41.480 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:12:41.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:41.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:41.480 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:41.480 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:41.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:51.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available failed, an exception will be thrown 12:12:51.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Incomplete Maven Goal Execution"] is available.... 12:12:51.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Incomplete Maven Goal Execution"] is available. finished successfully 12:12:51.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Incomplete Maven Goal Execution 12:12:51.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:12:51.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:12:51.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:12:51.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:12:51.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:12:51.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:12:51.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Incomplete Maven Goal Execution" as the parent 12:12:51.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:12:51.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:12:51.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:12:51.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:12:51.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:12:51.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:12:51.566 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:12:51.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:12:51.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:12:51.566 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:12:51.566 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:12:51.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:12:51.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:12:51.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 12:12:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:52.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:52.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:52.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:52.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:52.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:52.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:52.152 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:52.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:52.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:52.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:52.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:52.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:52.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:52.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:53.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:53.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:53.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:53.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:53.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:53.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:53.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:53.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:53.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:53.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:53.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:53.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:53.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:53.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:54.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:54.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:54.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:54.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:54.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:54.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:54.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:54.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:54.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:54.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:54.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:54.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:54.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:54.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:55.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:55.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:55.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:55.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:55.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:55.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:55.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:55.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:55.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:55.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:55.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:55.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:55.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:55.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:56.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:56.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:56.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:56.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:56.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:56.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:56.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:56.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:56.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:56.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:56.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:56.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:56.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:56.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:57.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:57.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:57.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:57.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:57.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:57.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:57.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:57.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:57.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:57.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:57.659 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:57.659 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:57.659 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:57.659 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:58.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:58.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:58.660 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:58.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:58.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:58.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:58.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:58.661 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:59.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:59.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:59.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:59.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:59.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:59.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:59.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:12:59.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:12:59.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:12:59.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:12:59.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:12:59.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:12:59.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:12:59.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:00.162 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:00.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:00.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:00.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:00.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:00.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:00.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:00.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:00.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:00.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:00.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:00.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:00.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:00.663 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:01.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:01.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:01.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:01.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:01.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:01.163 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:01.164 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:01.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:01.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:01.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:01.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:01.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:01.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:01.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:01.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 12:13:01.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:01.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:01.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:01.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:01.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:01.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:01.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:01.664 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:01.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:01.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:01.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:01.682 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:13:01.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:01.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:01.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:01.684 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:01.684 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:01.685 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:01.685 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:13:01.685 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:13:01.685 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:13:01.685 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:13:01.685 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:13:01.685 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:13:01.685 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:13:01.685 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:13:01.685 DEBUG [main][MenuItemLookup] Item match:Window 12:13:01.687 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:13:01.687 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:13:01.687 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:13:01.687 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:01.687 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:13:01.687 DEBUG [main][MenuItemLookup] Item match:Show View 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:01.707 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:13:01.707 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:13:01.708 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:13:01.708 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:13:01.709 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:13:01.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:13:01.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:13:01.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:13:01.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:01.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:01.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:13:01.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:01.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:01.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:01.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:13:01.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:01.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:01.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:01.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:01.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:01.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:01.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:01.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:01.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:01.826 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:01.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:02.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:02.332 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:02.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:02.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:02.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:02.335 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:02.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:02.335 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:02.336 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:13:02.336 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:13:02.337 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:13:02.337 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:13:02.337 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:02.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:02.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:02.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:13:02.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:02.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:02.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:02.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:13:02.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:02.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:02.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:02.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:13:02.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:02.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:02.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:02.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:02.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:02.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:02.341 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:13:02.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:02.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:02.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:02.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:02.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:13:02.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:13:02.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:13:02.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:02.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:02.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:13:02.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:02.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:02.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:02.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:02.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:02.445 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:02.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:02.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:02.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:02.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:02.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:02.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:02.470 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:02.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:02.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:02.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:02.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:02.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:02.474 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:02.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:02.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:02.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:02.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:02.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:02.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:02.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:02.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:03.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:03.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:03.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:03.477 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:03.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:03.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:03.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:03.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:03.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:03.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:03.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:03.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:03.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:03.480 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:13:03.481 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 12:13:03.481 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:03.481 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:03.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:03.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:03.482 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImportingWrongMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 12:13:03.483 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:03.483 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 12:13:03.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 12:13:03.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:03.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:03.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:03.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:03.483 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:03.484 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:03.484 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:03.484 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:03.484 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Maven Projects"] 12:13:03.485 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:03.485 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:03.485 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:03.486 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:03.486 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:03.486 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:03.486 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:03.487 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import Maven Projects"] 12:13:03.487 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:03.487 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:03.487 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:03.488 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:03.488 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:03.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:03.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:03.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:03.489 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:03.489 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:03.489 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:03.490 DEBUG [main][MenuItemLookup] Item match:File 12:13:03.491 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:03.491 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:03.491 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:03.491 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:03.491 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:03.491 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:13:03.491 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:13:03.491 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:03.491 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:03.491 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:13:03.491 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:13:03.492 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:13:03.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:03.492 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:13:03.492 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:13:03.492 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:13:03.492 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:13:03.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:03.492 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:13:03.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:03.492 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:13:03.492 DEBUG [main][MenuItemLookup] Item match:Import... 12:13:03.492 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:13:03.492 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:13:03.492 INFO [main][MenuItemHandler] Select menu item: &Import... 12:13:03.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:03.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:03.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:03.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:03.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:03.611 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:03.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:03.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:03.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:03.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:03.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:03.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:03.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:03.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:03.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:03.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:13:03.615 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:13:03.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:03.615 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:13:03.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:03.616 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:13:03.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:13:03.616 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:13:03.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:03.617 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:13:03.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:03.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:13:03.617 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Maven Projects 12:13:03.617 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Maven Projects 12:13:03.617 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Maven Projects about selection 12:13:03.618 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Maven Projects 12:13:03.618 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:03.618 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:13:03.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:03.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:03.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:03.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:03.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:03.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:03.643 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:03.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:03.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:03.644 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:03.644 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:03.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:03.717 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:03.718 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:03.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:13:03.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:13:03.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:13:03.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:03.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:03.719 TRACE [WorkbenchTestable][MavenImportWizard] Shell Import Maven Projects is not null and is not disposed 12:13:03.719 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:03.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:13:03.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:13:03.719 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:13:03.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:03.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:03.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenImportWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Root Directory:") 12:13:03.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:03.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:03.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:03.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:03.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:03.725 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/m2e/core/ui/wizard/maven-test-project 12:13:03.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:13:03.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:13:03.725 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:13:03.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:03.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:03.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenImportWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:13:03.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:03.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:03.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:03.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:03.757 INFO [WorkbenchTestable][AbstractButton] Click button &Refresh 12:13:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:03.757 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:03.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:03.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:13:03.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:13:03.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:13:03.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:03.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:03.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded.... 12:13:03.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenImportWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:13:03.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:03.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:03.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:03.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:03.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:03.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until The project is still not loaded. finished successfully 12:13:03.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available.... 12:13:03.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import Maven Projects"] is available. finished successfully 12:13:03.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import Maven Projects 12:13:03.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:03.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:03.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:13:03.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:03.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:03.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:03.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Import Maven Projects" as the parent 12:13:03.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:03.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:03.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:03.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:03.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:03.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:03.796 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:13:03.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:03.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:03.797 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:03.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:03.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:13:03.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:13:03.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 12:13:03.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:13:03.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running finished successfully 12:13:03.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:03.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:13:04.394 DEBUG [WorkbenchTestable][JobIsRunning] job 'Importing Maven projects' has no excuses, wait for it 12:13:04.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:13:04.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:04.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:13:04.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:04.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:13:04.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:13:04.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:13:04.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:04.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:04.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:04.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:04.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:04.895 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:04.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:04.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '(Import Maven Projects)|(Discover m2e connectors)'] is available.... 12:13:15.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '(Import Maven Projects)|(Discover m2e connectors)'] is available. failed, an exception will be thrown 12:13:15.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Incomplete Maven Goal Execution"] is available.... 12:13:25.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Incomplete Maven Goal Execution"] is available. failed, an exception will be thrown 12:13:25.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running... 12:13:25.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:25.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:25.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:25.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:25.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:25.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:25.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:25.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:25.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:25.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:25.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:25.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:25.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:25.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:26.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:26.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:26.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:26.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:26.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:26.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:26.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:26.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:26.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:26.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:26.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:26.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:26.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:26.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:27.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:27.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:27.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:27.089 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:27.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:27.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:27.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:27.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:27.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:27.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:27.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:27.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:27.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:27.590 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:28.090 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:28.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:28.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:28.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:28.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:28.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:28.091 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:28.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:28.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:28.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:28.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:28.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:28.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:28.591 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:29.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:29.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:29.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:29.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:29.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:29.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:29.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:29.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:29.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:29.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:29.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:29.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:29.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:29.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:30.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:30.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:30.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:30.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:30.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:30.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:30.093 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:30.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:30.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:30.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:30.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:30.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:30.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:30.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:31.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:31.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:31.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:31.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:31.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:31.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:31.094 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:31.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:31.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:31.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:31.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:31.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:31.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:31.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:32.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:32.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:32.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:32.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:32.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:32.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:32.095 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:32.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:32.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:32.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:32.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:32.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:32.595 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:32.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:33.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:33.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:33.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:33.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:33.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:33.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:33.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:33.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:33.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:33.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:33.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:33.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:33.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:33.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:34.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:34.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:34.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:34.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:34.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:34.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:34.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:34.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:34.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:34.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:34.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:34.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:34.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:34.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:35.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:35.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:35.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:35.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:35.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:35.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:35.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:35.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is running failed, NO exception will be thrown 12:13:35.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:35.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:35.098 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:35.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:35.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:35.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:35.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:35.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:35.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:35.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:35.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:35.107 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:35.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:35.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:35.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:35.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:35.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:35.110 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:35.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:35.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:35.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:35.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:35.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:35.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:35.112 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:35.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:35.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:35.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:35.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:35.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:35.158 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:35.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:35.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:35.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:35.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:35.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:35.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:35.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:35.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:36.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:36.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:36.163 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:36.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:36.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:36.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:36.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:36.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:36.167 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:13:36.167 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:13:36.167 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 12:13:36.168 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:36.168 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:36.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:36.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:36.169 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) 12:13:36.169 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest 12:13:36.169 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:36.169 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:36.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:36.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.798 s - in org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest testImportingWrongMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) Time elapsed: 31.108 s testImportingMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenImportWizardTest) Time elapsed: 32.685 s Running org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 12:13:36.185 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 12:13:36.186 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:13:36.187 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:36.187 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 12:13:36.187 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:36.187 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:13:36.187 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:36.187 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:13:36.188 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:36.188 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:13:36.188 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:36.188 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:36.188 INFO [WorkbenchTestable][RequirementsRunner] Started test: createMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest) 12:13:36.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 12:13:36.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:36.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:36.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:36.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:36.189 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:13:36.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:36.190 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:13:36.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:36.190 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 12:13:36.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:36.191 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:13:36.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:36.191 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:13:36.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:36.191 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:13:36.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:36.192 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 12:13:36.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:36.192 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:13:36.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:36.192 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:13:36.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:36.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:36.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:36.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:36.193 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:36.193 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:36.194 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:36.195 DEBUG [main][MenuItemLookup] Item match:File 12:13:36.197 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:36.197 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:13:36.209 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:13:36.209 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:13:36.209 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:36.209 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:13:36.209 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:13:36.209 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:13:36.209 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:13:36.209 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:13:36.209 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:13:36.209 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:13:36.209 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:13:36.209 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:36.209 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:13:36.209 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:13:36.209 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:13:36.210 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:36.210 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:13:36.210 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:36.210 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:13:36.210 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:13:36.235 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:13:36.235 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:13:36.235 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:13:36.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:13:36.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:13:36.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:13:36.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:36.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:36.372 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:13:36.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:36.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:36.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:36.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:36.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:36.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:13:36.375 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:13:36.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:36.376 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:13:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:36.376 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:13:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:13:36.376 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:13:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:36.376 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:13:36.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:36.376 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:13:36.377 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 12:13:36.377 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 12:13:36.377 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 12:13:36.377 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 12:13:36.377 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:13:36.377 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:13:36.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:36.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:36.380 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:36.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:36.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:36.380 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:36.380 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:36.583 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:13:36.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:36.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:36.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 12:13:36.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available. finished successfully 12:13:36.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 12:13:36.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:36.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:36.585 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:13:36.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:36.585 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:13:36.585 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 12:13:36.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:36.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:36.614 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:36.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:36.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:36.614 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:36.614 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:36.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypePage, index 0 and no matchers specified 12:13:36.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:36.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypePage, index 0 and no matchers specified 12:13:36.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:36.730 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo All Catalogs to selection: Internal 12:13:36.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypePage, index 0 and no matchers specified 12:13:36.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:13:36.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:36.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:13:36.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:36.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:36.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:36.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:36.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:36.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:36.752 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:13:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:13:36.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypePage, index 0 and no matchers specified 12:13:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:36.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypePage, index 0 and no matchers specified 12:13:36.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:13:36.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:13:36.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:13:36.755 TRACE [main][WidgetHandler] Notify Table with event 13 12:13:36.755 TRACE [main][WidgetHandler] Wait for synchronization 12:13:36.756 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:13:36.756 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 12:13:36.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:36.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:36.759 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:36.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:36.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:36.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:36.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:36.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Artifact Id:") 12:13:36.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:36.800 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:artifact 12:13:36.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Group Id:") 12:13:36.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:36.823 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo com.example to:group 12:13:36.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Version:") 12:13:36.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:36.846 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo 0.0.1-SNAPSHOT to:1.0.0 12:13:36.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Artifact Id:") 12:13:36.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:36.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Group Id:") 12:13:36.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:36.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Version:") 12:13:36.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:36.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:13:36.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:36.913 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:13:36.913 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 12:13:36.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:13:36.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:36.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:36.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:36.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:36.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:36.924 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:13:36.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:36.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:36.924 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:36.925 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Old (1.x) Archetype: maven-archetype-quickstart:1.1 [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: basedir, Value: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/work/data [INFO] Parameter: package, Value: group.artifact [INFO] Parameter: groupId, Value: group [INFO] Parameter: artifactId, Value: artifact [INFO] Parameter: packageName, Value: group.artifact [INFO] Parameter: version, Value: 1.0.0 [INFO] project created from Old (1.x) Archetype in dir: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/work/data/artifact 12:13:37.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:37.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:37.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:37.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:13:37.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating maven-archetype-quickstart' has no excuses, wait for it 12:13:38.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:13:38.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:38.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:13:38.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:13:38.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:13:38.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:13:38.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:38.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:38.080 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:38.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:38.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:38.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:38.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:38.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:38.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:38.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:38.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:38.083 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:38.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:38.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:38.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:38.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:38.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:38.086 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:38.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:38.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:38.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:38.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:38.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:38.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:38.088 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:38.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:38.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:38.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:38.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:38.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:38.092 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:38.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:38.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:38.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:38.094 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:38.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:38.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:38.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:38.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:38.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:38.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:38.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:38.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:39.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:39.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:39.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:39.097 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:39.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:39.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:39.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:39.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:39.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:39.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:39.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:39.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:39.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:39.100 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 12:13:39.100 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:13:39.101 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:13:39.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 12:13:39.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:39.101 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:39.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:39.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:39.102 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest) 12:13:39.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:39.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:39.105 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:13:39.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:39.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:39.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:39.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:39.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:39.110 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:39.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:13:39.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:39.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:39.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:39.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:39.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:39.113 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:39.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:39.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:39.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:39.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:39.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:39.117 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:39.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:39.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:39.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:39.118 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:39.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:39.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:39.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:39.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:39.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:39.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:39.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:39.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:40.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:40.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:40.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:40.123 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:40.123 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:40.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:40.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:40.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:40.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:40.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:40.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:40.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:40.126 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 12:13:40.127 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:13:40.127 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:13:40.127 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:40.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:40.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:40.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:40.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:40.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:40.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:40.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:40.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:41.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:41.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:41.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:41.131 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:41.131 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:41.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:41.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:41.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:41.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:41.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:41.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:41.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:41.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:41.133 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name artifact 12:13:41.134 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-test-project 12:13:41.134 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name maven-wrong-project 12:13:41.135 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:13:41.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:13:41.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:41.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:41.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:41.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:41.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:41.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:41.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:41.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:41.137 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:13:41.137 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:13:41.140 DEBUG [main][TreeItemHandler] Set Tree selection 12:13:41.143 DEBUG [main][TreeHandler] Notify Tree about selection event 12:13:41.160 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:13:41.171 DEBUG [WorkbenchTestable][TreeItemHandler] artifact 12:13:41.171 DEBUG [WorkbenchTestable][TreeItemHandler] maven-test-project 12:13:41.171 DEBUG [WorkbenchTestable][TreeItemHandler] maven-wrong-project 12:13:41.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:13:41.173 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:41.281 DEBUG [main][MenuItemLookup] Found menu:'New' 12:13:41.282 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:13:41.282 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:41.282 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:13:41.282 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:41.282 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:13:41.282 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:13:41.282 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:13:41.282 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:13:41.282 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:13:41.282 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:13:41.282 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:41.282 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:13:41.282 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:13:41.282 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:41.282 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:13:41.282 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:13:41.282 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:13:41.282 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:13:41.282 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:13:41.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:41.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:13:41.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:41.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:41.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:41.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:41.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:41.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:41.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:13:41.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:41.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:41.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:41.784 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:13:41.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:41.853 DEBUG [main][MenuItemLookup] Found menu:'New' 12:13:41.853 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:13:41.853 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:41.853 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:13:41.853 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:41.853 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:13:41.853 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:13:41.853 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:13:41.853 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:13:41.853 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:13:41.853 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:13:41.853 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:13:41.853 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:13:41.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:13:42.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:13:42.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:13:42.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:42.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:42.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:13:42.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:42.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:42.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:42.557 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:13:42.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:42.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:42.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:42.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:42.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:42.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:42.559 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:13:42.559 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:13:42.559 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:13:42.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:42.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:42.559 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:42.559 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:42.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:13:42.559 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:42.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:42.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:42.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:13:42.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:42.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:42.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:42.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:42.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:42.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:42.562 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:13:42.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:42.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:42.562 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:42.562 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:42.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:13:42.569 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:13:43.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:13:43.070 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:13:43.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:43.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 12:13:43.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:13:43.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 12:13:43.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:13:43.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:13:43.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:43.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:43.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:43.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:43.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:43.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:43.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:43.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:43.071 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest 12:13:43.071 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:43.071 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:43.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:43.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.888 s - in org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest createMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.m2e.core.ui.wizard.MavenProjectWizardTest) Time elapsed: 2.914 s Running org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 12:13:43.096 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 12:13:43.103 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:13:43.103 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:43.103 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 12:13:43.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:43.104 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:13:43.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:43.104 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:13:43.105 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:43.105 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:13:43.105 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:43.106 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:43.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:43.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:43.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:43.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:43.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:43.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:43.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:43.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:43.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:43.108 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:43.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:43.108 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:43.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:43.108 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:43.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:43.108 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:43.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:43.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:43.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:43.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:43.109 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:43.109 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:43.109 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:43.110 DEBUG [main][MenuItemLookup] Item match:File 12:13:43.112 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:43.112 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:43.112 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:43.112 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:43.112 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:43.112 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:13:43.112 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:13:43.113 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:43.113 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:43.113 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:13:43.113 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:13:43.113 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:13:43.113 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:43.113 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:13:43.113 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:13:43.113 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:13:43.113 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:13:43.113 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:43.113 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:13:43.113 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:43.113 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:13:43.113 DEBUG [main][MenuItemLookup] Item match:Import... 12:13:43.113 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:13:43.113 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:13:43.113 INFO [main][MenuItemHandler] Select menu item: &Import... 12:13:43.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:43.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:43.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:43.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:43.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:43.232 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:43.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:43.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:43.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:43.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:43.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:43.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:43.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:43.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:43.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:43.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:43.235 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:43.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:43.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:43.738 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:43.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:43.740 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:43.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:43.740 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:43.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:43.740 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:43.741 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:13:43.741 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:13:43.741 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:13:43.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:13:43.744 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:43.744 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:13:43.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:43.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:43.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:43.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:43.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:43.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:43.747 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:43.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:43.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:43.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:43.747 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:43.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:43.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:43.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:43.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:43.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:43.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:43.841 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:43.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:43.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:43.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:43.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:43.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:43.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:43.844 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:43.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:43.862 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip' 12:13:43.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:13:43.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:43.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:43.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:43.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:43.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:43.872 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:13:43.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:43.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:43.872 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:43.872 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:43.873 TRACE [main][WidgetHandler] Notify Button with event 27 12:13:43.873 TRACE [main][WidgetHandler] Wait for synchronization 12:13:43.873 TRACE [main][WidgetHandler] Notify Button with event 13 12:13:43.873 TRACE [main][WidgetHandler] Wait for synchronization 12:13:43.873 TRACE [main][WidgetHandler] Notify Button with event 26 12:13:43.873 TRACE [main][WidgetHandler] Wait for synchronization 12:13:43.873 TRACE [main][WidgetHandler] Notify Button with event 3 12:13:43.873 TRACE [main][WidgetHandler] Wait for synchronization 12:13:43.873 TRACE [main][WidgetHandler] Notify Button with event 4 12:13:43.873 TRACE [main][WidgetHandler] Wait for synchronization 12:13:43.873 TRACE [main][WidgetHandler] Notify Button with event 13 12:13:43.873 TRACE [main][WidgetHandler] Wait for synchronization 12:13:43.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:13:43.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:43.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:13:43.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:13:43.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:43.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:13:43.878 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip 12:13:43.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:13:43.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:43.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:43.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:43.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:43.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:43.980 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:13:43.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:43.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:43.981 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:43.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:44.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:44.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:44.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:44.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:44.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:44.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:13:44.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:13:44.094 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:13:44.094 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:13:44.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:13:44.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:44.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:44.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:44.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:44.109 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:13:44.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:44.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:44.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:44.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:44.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:44.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:44.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:44.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:44.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:44.145 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 12:13:44.145 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 12:13:44.146 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:13:44.148 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 12:13:44.148 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:44.148 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:13:44.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:13:44.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:44.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:44.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:44.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:44.164 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:13:44.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:44.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:44.164 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:44.164 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:44.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:44.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:44.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:44.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:44.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:44.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:13:44.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:44.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:44.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:44.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:44.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:44.386 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:44.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:44.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:44.390 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:44.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:44.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:44.392 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:44.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:44.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:44.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:44.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:44.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:44.394 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:44.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:44.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:44.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:44.459 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:44.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:44.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:44.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:44.460 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:44.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:44.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:44.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:44.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:44.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:44.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:44.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:45.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:45.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:45.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:45.464 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:45.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:45.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:45.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:45.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:45.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:45.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:45.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:45.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:45.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:45.467 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:13:45.468 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:13:45.468 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 12:13:45.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 12:13:45.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:45.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:45.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 12:13:45.971 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 12:13:45.971 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 12:13:45.976 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 12:13:45.984 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 12:13:45.984 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 12:13:45.984 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 12:13:45.985 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 12:13:45.985 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 12:13:45.991 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 12:13:45.991 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:13:45.991 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:13:46.545 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:13:46.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:46.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:13:46.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:13:46.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:46.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:46.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:46.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:46.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:46.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:46.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:46.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:46.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28108d44 is found... 12:13:46.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@28108d44 is found finished successfully 12:13:46.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 12:13:46.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:46.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:46.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:46.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:46.575 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:46.575 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:46.576 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:46.576 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) 12:13:46.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 12:13:46.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:46.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:46.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:46.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:46.577 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:46.577 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:46.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Design") 12:13:46.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:46.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:46.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:46.578 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:13:46.579 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:46.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:46.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:46.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:46.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:46.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 12:13:46.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:13:46.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:46.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:46.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:46.595 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:13:46.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:46.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:46.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:46.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:46.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:46.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:46.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:46.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 12:13:46.596 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:13:46.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:46.597 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:13:46.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:46.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:13:46.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 12:13:46.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:13:46.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:46.602 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:13:46.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:46.602 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:13:46.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:46.604 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:46.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:46.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 12:13:46.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:46.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:46.669 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 12:13:46.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:46.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:46.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:46.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:46.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:46.671 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:46.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:46.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:46.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:46.735 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 12:13:46.781 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:46.782 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:46.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Source") 12:13:46.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:46.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:46.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:46.793 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:13:46.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:46.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:46.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:46.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:46.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:46.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 12:13:46.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:13:46.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:46.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:46.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:46.939 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:13:46.940 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:46.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:46.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:46.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:46.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:13:46.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 12:13:46.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:46.941 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:46.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:46.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:46.942 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) 12:13:46.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:46.950 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:46.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:46.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 12:13:46.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:46.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:46.952 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 12:13:46.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:46.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:46.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:46.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:46.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:46.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:46.954 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:46.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:47.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:47.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:47.033 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:47.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:47.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:47.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:47.035 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:47.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:47.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:47.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:47.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:47.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:47.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:47.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:47.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:48.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:48.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:48.039 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:48.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:48.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:48.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:48.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:48.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:48.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:48.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:48.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:48.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:48.042 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:13:48.043 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 12:13:48.043 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 12:13:48.044 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 12:13:48.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 12:13:48.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:13:48.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:48.100 DEBUG [main][MenuItemLookup] Found menu:'New' 12:13:48.100 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:13:48.100 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:48.100 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:13:48.100 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:13:48.101 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:48.101 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:13:48.101 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:13:48.101 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:13:48.101 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:13:48.101 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:48.101 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:13:48.101 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:13:48.101 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:13:48.101 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:48.101 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:13:48.101 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:13:48.101 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:48.101 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:13:48.101 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:13:48.101 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:13:48.101 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:13:48.101 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:13:48.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:48.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:13:48.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:48.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:48.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:48.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:48.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:48.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:48.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:48.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:48.604 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 12:13:48.605 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 12:13:48.605 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 12:13:48.605 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 12:13:48.608 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 12:13:48.608 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:13:48.608 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:48.676 DEBUG [main][MenuItemLookup] Found menu:'New' 12:13:48.676 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:13:48.676 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:48.676 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:13:48.676 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:13:48.676 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:48.676 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:13:48.676 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:13:48.676 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:13:48.676 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:13:48.676 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:13:48.676 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:13:48.676 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:13:48.676 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:13:48.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:13:49.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:13:49.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:13:49.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:49.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:49.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:49.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:49.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:13:49.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:49.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:49.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:49.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:13:49.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:49.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:49.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:49.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:49.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:49.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:49.381 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:13:49.382 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:13:49.382 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:13:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:49.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:49.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:49.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:13:49.382 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:13:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:49.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:13:49.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:13:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:49.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:49.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:49.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:49.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:49.385 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:13:49.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:49.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:49.385 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:49.385 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:49.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:13:49.399 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:13:49.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:13:49.900 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:13:49.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:49.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:13:49.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:49.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:49.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:49.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:49.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:49.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:49.900 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:49.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:49.901 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest 12:13:49.901 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:49.901 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:49.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:49.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.806 s - in org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest selectPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.part.MultiPageEditorTest) Time elapsed: 0.366 s Running org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:49.918 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:49.919 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:13:49.920 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:49.920 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:49.920 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:49.920 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:13:49.920 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:49.920 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:13:49.921 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:49.921 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:13:49.921 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:49.921 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:49.921 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:49.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:49.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:49.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:49.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:49.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:49.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:49.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:49.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:49.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:49.922 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:49.922 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:49.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:49.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:49.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:49.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:49.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:49.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:49.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:49.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:49.923 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:49.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:49.924 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:49.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:49.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:49.924 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:49.924 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:49.925 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:49.925 DEBUG [main][MenuItemLookup] Item match:File 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:49.927 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:13:49.927 DEBUG [main][MenuItemLookup] Item match:Import... 12:13:49.927 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:13:49.927 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:13:49.927 INFO [main][MenuItemHandler] Select menu item: &Import... 12:13:50.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:50.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:50.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:50.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:50.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:50.065 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:50.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:50.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:50.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:50.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:50.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:50.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:50.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:50.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:50.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:50.069 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:50.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:50.069 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:50.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:50.069 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:50.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:50.069 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:50.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:50.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:50.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:50.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:50.081 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:13:50.081 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:13:50.081 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:13:50.081 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:13:50.081 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:50.081 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:13:50.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:50.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:50.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:50.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:50.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:50.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:50.083 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:50.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:50.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:50.083 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:50.083 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:50.144 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:50.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:50.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:50.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:50.178 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:50.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:50.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:50.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:50.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:50.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:50.179 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:50.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:50.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:50.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:50.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:50.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:50.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:50.188 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest.getProjects_none throws exception: java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest.getProjects_none(ExternalProjectImportWizardDialogTest.java:139) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:13:50.201 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest.getProjects_none.png 12:13:50.336 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest.getProjects_none.png 12:13:50.350 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:50.351 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:13:50.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:13:50.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:50.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:50.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:50.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:50.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:50.362 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:13:50.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:50.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:50.362 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:50.362 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:50.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:50.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:50.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:13:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:50.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:50.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:50.435 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:50.435 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:50.435 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:50.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:50.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:50.438 ERROR [WorkbenchTestable][RequirementsRunner] Failed test: getProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest.getProjects_none(ExternalProjectImportWizardDialogTest.java:139) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:13:50.440 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:50.440 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:50.440 INFO [WorkbenchTestable][RequirementsRunner] Started test: setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:50.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:50.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:50.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:50.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:50.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:50.440 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:50.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.441 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:50.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.441 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:50.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.441 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:50.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.441 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:50.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:50.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:50.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:50.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:50.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:50.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:50.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:50.443 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:50.443 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:50.443 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:50.444 DEBUG [main][MenuItemLookup] Item match:File 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:50.445 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:13:50.445 DEBUG [main][MenuItemLookup] Item match:Import... 12:13:50.445 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:13:50.445 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:13:50.446 INFO [main][MenuItemHandler] Select menu item: &Import... 12:13:50.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:50.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:50.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:50.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:50.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:50.585 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:50.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:50.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:50.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:50.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:50.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:50.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:50.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:50.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:50.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:50.590 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:50.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:50.591 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:50.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:50.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:50.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:50.591 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:50.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:50.591 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:50.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:50.591 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:50.592 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:13:50.592 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:13:50.604 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:13:50.605 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:13:50.606 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:50.606 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:13:50.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:50.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:50.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:50.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:50.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:50.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:50.640 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:50.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:50.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:50.640 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:50.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:50.706 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:50.763 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.763 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:50.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:50.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:50.764 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:50.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:50.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:50.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:50.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:50.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:50.765 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:50.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:50.765 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip' 12:13:50.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:13:50.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:50.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:50.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:50.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:50.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:50.792 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:13:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:50.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:50.792 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:50.792 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:50.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:13:50.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:50.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:13:50.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:13:50.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:50.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:13:50.794 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip 12:13:50.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:13:50.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:50.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:50.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:50.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:50.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:50.886 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:13:50.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:50.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:50.887 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:50.887 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:51.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:51.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:51.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:13:51.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:13:51.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:51.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:51.057 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:51.057 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:13:51.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:13:51.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:51.062 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:13:51.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:51.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:51.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:51.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:51.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:51.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:51.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:51.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:51.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:51.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:51.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:51.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:51.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:51.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:51.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:51.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:51.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:51.108 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:51.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:51.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:51.109 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:51.109 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:51.109 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:51.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:51.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:51.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:51.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:51.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:51.109 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.110 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.110 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.110 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.110 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.111 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.111 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.111 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.160 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.161 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:51.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:51.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:51.161 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:51.161 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:51.161 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:51.162 DEBUG [main][MenuItemLookup] Item match:File 12:13:51.163 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:51.163 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:51.163 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:51.163 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:51.163 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:51.163 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:13:51.163 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:13:51.163 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:51.163 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:51.163 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:13:51.163 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:13:51.163 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:13:51.163 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:51.163 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:13:51.164 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:13:51.164 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:13:51.164 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:13:51.164 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:51.164 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:13:51.164 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:51.164 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:13:51.164 DEBUG [main][MenuItemLookup] Item match:Import... 12:13:51.164 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:13:51.164 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:13:51.164 INFO [main][MenuItemHandler] Select menu item: &Import... 12:13:51.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:51.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:51.305 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:51.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:51.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:51.308 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:51.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:51.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:51.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:51.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:51.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:51.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:51.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:51.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:51.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:51.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:51.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:51.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:51.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:51.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:51.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:51.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:51.313 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:13:51.313 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:13:51.313 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:13:51.314 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:13:51.314 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:51.314 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:13:51.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:51.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:51.348 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:51.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:51.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:51.348 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:51.348 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:51.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:51.450 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:51.450 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:51.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:51.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:51.465 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:51.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.465 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip' 12:13:51.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:13:51.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:51.467 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:13:51.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:51.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:51.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:51.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:51.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:13:51.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:13:51.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:13:51.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:13:51.483 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip 12:13:51.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:13:51.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:51.523 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:13:51.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:51.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:51.523 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:51.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:51.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:51.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:51.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:13:51.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:13:51.562 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 12:13:51.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:13:51.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:51.564 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:51.564 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:13:51.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:13:51.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:51.579 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:13:51.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:51.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:51.579 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:51.579 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:51.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:51.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:51.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:51.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:51.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:51.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:51.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:51.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:51.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:51.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:51.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:51.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:51.629 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:51.629 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:51.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:51.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:51.629 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:51.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:51.630 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:51.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:51.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:51.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:51.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:51.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:51.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.662 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.662 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:51.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:51.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:51.664 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:51.664 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:51.664 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:51.665 DEBUG [main][MenuItemLookup] Item match:File 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:51.666 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:13:51.666 DEBUG [main][MenuItemLookup] Item match:Import... 12:13:51.667 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:13:51.667 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:13:51.667 INFO [main][MenuItemHandler] Select menu item: &Import... 12:13:51.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:51.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:51.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:51.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:51.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:51.784 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:51.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:51.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:51.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:51.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:51.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:51.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:51.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:51.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:51.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:51.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:51.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:51.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:51.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:51.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:51.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:51.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:51.788 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:13:51.788 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:13:51.788 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:13:51.788 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:13:51.788 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:51.788 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:13:51.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:51.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:51.802 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:51.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:51.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:51.802 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:51.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:51.854 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:51.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.886 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:51.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:51.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:51.887 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:51.887 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:51.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:51.888 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:51.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:51.888 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip' 12:13:51.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:13:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:51.890 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:13:51.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:51.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:51.890 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:51.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:51.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:13:51.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:13:51.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:13:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:13:51.907 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/zip/projectImport.zip 12:13:51.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:13:51.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:51.921 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:13:51.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:51.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:51.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:51.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:51.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:51.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:51.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:13:51.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:13:51.980 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 12:13:51.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:13:51.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:51.982 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:51.982 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:13:51.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:13:51.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:51.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:51.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:51.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:51.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:51.986 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:13:51.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:51.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:51.986 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:51.986 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:52.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:52.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:52.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:52.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:52.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:52.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:52.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:52.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:52.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:52.073 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:52.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:52.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:52.073 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:52.073 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:52.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:52.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:52.074 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:52.074 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:52.074 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:52.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:52.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:52.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:52.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:52.074 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:52.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.076 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.076 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.076 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.076 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.076 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.076 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.076 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.076 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:52.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:52.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:52.077 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:52.077 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:52.077 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:52.078 DEBUG [main][MenuItemLookup] Item match:File 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:52.079 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:13:52.079 DEBUG [main][MenuItemLookup] Item match:Import... 12:13:52.079 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:13:52.079 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:13:52.079 INFO [main][MenuItemHandler] Select menu item: &Import... 12:13:52.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:52.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:52.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:52.212 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:52.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:52.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:52.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:52.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:52.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:52.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:52.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:52.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:52.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:52.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:52.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:52.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:52.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:52.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:52.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:52.217 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:13:52.217 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:13:52.217 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:13:52.217 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:13:52.217 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:52.217 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:13:52.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:52.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:52.220 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:52.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:52.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:52.220 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:52.220 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:52.274 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:52.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:52.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:52.309 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:52.309 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:52.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:52.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:52.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:52.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:52.341 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:52.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.342 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 12:13:52.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:13:52.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:52.351 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:13:52.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:52.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:52.351 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:52.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:52.351 TRACE [main][WidgetHandler] Notify Button with event 27 12:13:52.351 TRACE [main][WidgetHandler] Wait for synchronization 12:13:52.351 TRACE [main][WidgetHandler] Notify Button with event 13 12:13:52.351 TRACE [main][WidgetHandler] Wait for synchronization 12:13:52.351 TRACE [main][WidgetHandler] Notify Button with event 26 12:13:52.351 TRACE [main][WidgetHandler] Wait for synchronization 12:13:52.351 TRACE [main][WidgetHandler] Notify Button with event 3 12:13:52.351 TRACE [main][WidgetHandler] Wait for synchronization 12:13:52.351 TRACE [main][WidgetHandler] Notify Button with event 4 12:13:52.351 TRACE [main][WidgetHandler] Wait for synchronization 12:13:52.351 TRACE [main][WidgetHandler] Notify Button with event 13 12:13:52.352 TRACE [main][WidgetHandler] Wait for synchronization 12:13:52.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:52.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:52.355 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 12:13:52.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:13:52.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:52.421 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:13:52.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:52.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:52.421 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:52.422 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:52.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:52.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:52.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:13:52.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:13:52.509 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 12:13:52.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:13:52.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.522 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:52.522 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Copy projects into workspace") 12:13:52.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:52.525 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 12:13:52.525 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 12:13:52.525 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 12:13:52.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:52.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:52.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:52.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:52.541 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:52.541 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:13:52.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:13:52.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:52.545 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:13:52.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:52.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:52.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:52.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:52.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:52.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:52.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:52.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:52.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:52.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:52.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:52.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:52.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:52.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:52.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:52.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:52.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:52.643 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:52.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:52.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:52.643 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:52.643 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:52.644 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:52.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:52.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:52.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:52.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:52.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:52.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:52.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:52.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:52.646 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:52.646 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:52.646 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:52.647 DEBUG [main][MenuItemLookup] Item match:File 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:52.649 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:13:52.649 DEBUG [main][MenuItemLookup] Item match:Import... 12:13:52.649 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:13:52.649 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:13:52.649 INFO [main][MenuItemHandler] Select menu item: &Import... 12:13:52.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:52.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:52.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:52.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:52.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:52.782 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:52.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:52.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:52.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:52.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:52.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:52.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:52.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:52.794 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:52.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:52.795 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:52.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:52.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:52.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:52.795 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:52.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:52.795 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:52.795 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:13:52.795 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:13:52.796 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:13:52.796 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:13:52.797 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:52.797 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:13:52.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:52.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:52.799 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:52.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:52.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:52.800 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:52.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:52.879 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:52.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:52.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:52.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:52.913 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:52.913 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:52.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:52.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:52.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:52.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:52.914 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:52.914 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:52.914 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 12:13:52.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:13:52.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:52.915 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:13:52.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:52.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:52.916 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:52.916 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:52.916 TRACE [main][WidgetHandler] Notify Button with event 27 12:13:52.916 TRACE [main][WidgetHandler] Wait for synchronization 12:13:52.916 TRACE [main][WidgetHandler] Notify Button with event 13 12:13:52.916 TRACE [main][WidgetHandler] Wait for synchronization 12:13:52.916 TRACE [main][WidgetHandler] Notify Button with event 26 12:13:52.916 TRACE [main][WidgetHandler] Wait for synchronization 12:13:52.916 TRACE [main][WidgetHandler] Notify Button with event 3 12:13:52.916 TRACE [main][WidgetHandler] Wait for synchronization 12:13:52.916 TRACE [main][WidgetHandler] Notify Button with event 4 12:13:52.916 TRACE [main][WidgetHandler] Wait for synchronization 12:13:52.916 TRACE [main][WidgetHandler] Notify Button with event 13 12:13:52.916 TRACE [main][WidgetHandler] Wait for synchronization 12:13:52.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:52.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:52.934 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 12:13:52.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:13:52.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:52.949 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:13:52.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:52.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:52.949 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:52.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:52.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:52.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:52.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:13:52.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:13:52.980 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:13:52.980 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:13:52.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:13:52.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:52.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:52.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:52.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:52.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:52.982 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:13:52.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:52.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:52.982 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:52.982 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:53.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:53.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:53.004 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item ProjectB (/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 12:13:53.004 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item ProjectB (/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB): 12:13:53.004 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:13:53.005 INFO [WorkbenchTestable][TreeItemHandler] Checked: ProjectB (/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectB) 12:13:53.006 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item ProjectC (/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 12:13:53.006 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item ProjectC (/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC): 12:13:53.006 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:13:53.006 INFO [WorkbenchTestable][TreeItemHandler] Checked: ProjectC (/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory/ProjectC) 12:13:53.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:53.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:53.008 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:53.008 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:13:53.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:13:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:53.011 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:13:53.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:53.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:53.011 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:53.011 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:53.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:53.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:53.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:53.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:53.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:53.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:53.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:53.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:53.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:53.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:53.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:53.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:53.076 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:53.076 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:53.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:53.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:53.077 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:53.078 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:53.078 INFO [WorkbenchTestable][RequirementsRunner] Started test: deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:53.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:53.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:53.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:53.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:53.078 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:53.078 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.078 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.078 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.079 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.079 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.079 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.080 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.080 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.080 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.080 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.111 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:53.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:53.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:53.112 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:53.112 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:53.112 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:53.113 DEBUG [main][MenuItemLookup] Item match:File 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:53.114 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:13:53.114 DEBUG [main][MenuItemLookup] Item match:Import... 12:13:53.114 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:13:53.115 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:13:53.115 INFO [main][MenuItemHandler] Select menu item: &Import... 12:13:53.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:53.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:53.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:53.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:53.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:53.245 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:53.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:53.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:53.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:53.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:53.249 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:53.249 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:53.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:53.249 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:53.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:53.250 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:53.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:53.250 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:53.250 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:13:53.250 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:13:53.250 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:13:53.251 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:13:53.251 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:53.251 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:13:53.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:53.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:53.265 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:53.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:53.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:53.265 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:53.265 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:53.351 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:53.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:53.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:53.404 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:53.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:53.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:53.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:53.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:53.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:53.413 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:53.413 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.413 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 12:13:53.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:13:53.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:53.415 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:13:53.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:53.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:53.415 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:53.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:53.415 TRACE [main][WidgetHandler] Notify Button with event 27 12:13:53.415 TRACE [main][WidgetHandler] Wait for synchronization 12:13:53.415 TRACE [main][WidgetHandler] Notify Button with event 13 12:13:53.415 TRACE [main][WidgetHandler] Wait for synchronization 12:13:53.415 TRACE [main][WidgetHandler] Notify Button with event 26 12:13:53.415 TRACE [main][WidgetHandler] Wait for synchronization 12:13:53.415 TRACE [main][WidgetHandler] Notify Button with event 3 12:13:53.415 TRACE [main][WidgetHandler] Wait for synchronization 12:13:53.415 TRACE [main][WidgetHandler] Notify Button with event 4 12:13:53.415 TRACE [main][WidgetHandler] Wait for synchronization 12:13:53.415 TRACE [main][WidgetHandler] Notify Button with event 13 12:13:53.415 TRACE [main][WidgetHandler] Wait for synchronization 12:13:53.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:53.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:53.419 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 12:13:53.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:13:53.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:53.503 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:13:53.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:53.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:53.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:53.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:53.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:53.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:53.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:13:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:13:53.619 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:13:53.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:13:53.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:53.620 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:13:53.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:53.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:53.620 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:53.620 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:53.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:53.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:53.636 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:53.636 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:13:53.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:13:53.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:53.639 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:13:53.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:53.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:53.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:53.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:53.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:53.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:53.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:53.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:53.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:53.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:53.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:53.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:53.689 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:53.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:53.690 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:53.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:53.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:53.690 INFO [WorkbenchTestable][RequirementsRunner] Finished test: deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:53.690 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:53.690 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:53.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:53.690 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:53.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:53.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:53.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:53.691 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.691 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.691 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.691 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.692 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.692 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.692 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.692 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.692 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:53.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:53.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:53.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:53.693 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:53.693 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:53.694 DEBUG [main][MenuItemLookup] Item match:File 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:53.695 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:13:53.696 DEBUG [main][MenuItemLookup] Item match:Import... 12:13:53.727 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:13:53.727 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:13:53.727 INFO [main][MenuItemHandler] Select menu item: &Import... 12:13:53.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:53.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:53.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:53.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:53.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:53.841 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:53.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:53.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:53.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:53.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:53.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:53.844 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:53.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:53.844 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:53.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:53.844 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:53.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:53.844 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:53.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:53.845 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:53.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:53.845 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:53.845 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:13:53.845 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:13:53.845 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:13:53.846 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:13:53.846 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:53.846 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:13:53.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:53.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:53.848 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:53.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:53.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:53.848 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:53.848 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:53.909 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:53.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.944 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:53.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:53.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:53.945 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:53.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:53.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:53.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:53.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:53.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:53.946 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:53.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:53.946 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 12:13:53.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:13:53.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:53.948 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:13:53.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:53.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:53.948 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:53.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:53.948 TRACE [main][WidgetHandler] Notify Button with event 27 12:13:53.948 TRACE [main][WidgetHandler] Wait for synchronization 12:13:53.948 TRACE [main][WidgetHandler] Notify Button with event 13 12:13:53.948 TRACE [main][WidgetHandler] Wait for synchronization 12:13:53.948 TRACE [main][WidgetHandler] Notify Button with event 26 12:13:53.949 TRACE [main][WidgetHandler] Wait for synchronization 12:13:53.949 TRACE [main][WidgetHandler] Notify Button with event 3 12:13:53.949 TRACE [main][WidgetHandler] Wait for synchronization 12:13:53.949 TRACE [main][WidgetHandler] Notify Button with event 4 12:13:53.949 TRACE [main][WidgetHandler] Wait for synchronization 12:13:53.949 TRACE [main][WidgetHandler] Notify Button with event 13 12:13:53.949 TRACE [main][WidgetHandler] Wait for synchronization 12:13:53.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:53.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:53.968 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 12:13:53.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:13:53.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:53.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:53.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:53.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:53.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:53.982 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:13:53.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:53.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:53.982 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:53.982 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:54.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:54.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:54.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:13:54.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:13:54.083 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:13:54.083 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:13:54.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:13:54.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:54.098 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:13:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:54.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:54.098 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:54.098 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:54.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:54.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:54.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:54.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:54.115 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:54.115 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:13:54.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:13:54.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:54.119 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:13:54.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:54.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:54.119 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:54.119 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:54.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:54.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:54.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:54.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:54.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:54.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:54.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:54.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:54.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:54.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:54.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:54.168 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:54.168 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:54.168 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:54.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:54.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:54.169 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:54.169 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:54.169 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:54.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:54.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:54.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:54.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:54.169 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:54.169 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.169 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.169 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.169 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.170 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.170 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.170 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.170 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.170 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.170 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.171 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:54.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:54.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:54.171 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:54.171 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:54.171 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:54.172 DEBUG [main][MenuItemLookup] Item match:File 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:54.173 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:13:54.173 DEBUG [main][MenuItemLookup] Item match:Import... 12:13:54.203 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:13:54.203 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:13:54.204 INFO [main][MenuItemHandler] Select menu item: &Import... 12:13:54.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:54.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:54.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:54.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:54.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:54.318 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:54.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:54.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:54.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:54.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:54.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:54.321 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:54.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:54.321 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:54.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:54.321 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:54.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:54.321 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:54.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:54.321 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:54.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:54.321 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:54.322 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:13:54.322 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:13:54.322 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:13:54.322 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:13:54.322 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:54.322 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:13:54.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:54.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:54.325 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:54.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:54.325 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:54.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:54.393 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.434 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.434 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:54.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:54.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:54.435 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:54.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:54.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:54.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:54.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:54.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:54.436 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:54.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.436 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 12:13:54.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:13:54.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:54.438 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:13:54.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:54.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:54.438 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:54.438 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:54.438 TRACE [main][WidgetHandler] Notify Button with event 27 12:13:54.438 TRACE [main][WidgetHandler] Wait for synchronization 12:13:54.438 TRACE [main][WidgetHandler] Notify Button with event 13 12:13:54.438 TRACE [main][WidgetHandler] Wait for synchronization 12:13:54.438 TRACE [main][WidgetHandler] Notify Button with event 26 12:13:54.438 TRACE [main][WidgetHandler] Wait for synchronization 12:13:54.438 TRACE [main][WidgetHandler] Notify Button with event 3 12:13:54.438 TRACE [main][WidgetHandler] Wait for synchronization 12:13:54.438 TRACE [main][WidgetHandler] Notify Button with event 4 12:13:54.438 TRACE [main][WidgetHandler] Wait for synchronization 12:13:54.438 TRACE [main][WidgetHandler] Notify Button with event 13 12:13:54.438 TRACE [main][WidgetHandler] Wait for synchronization 12:13:54.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:54.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:54.458 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 12:13:54.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:13:54.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:54.556 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:13:54.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:54.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:54.556 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:54.556 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:54.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:54.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:54.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:13:54.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:13:54.615 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:13:54.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:13:54.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:54.672 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:13:54.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:54.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:54.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:54.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:54.701 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting all projects 12:13:54.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Select All") 12:13:54.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:54.704 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 12:13:54.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:54.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:54.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:54.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:54.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:54.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:54.751 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:54.751 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:13:54.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:13:54.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:54.755 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:13:54.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:54.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:54.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:54.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:54.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:54.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:54.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:54.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:54.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:54.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:54.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:54.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:54.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:54.804 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:54.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:54.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:54.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:54.804 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:54.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:54.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:54.805 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:54.805 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:54.805 INFO [WorkbenchTestable][RequirementsRunner] Started test: setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:54.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:54.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:54.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:54.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:54.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:54.805 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.807 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.807 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.807 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.807 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:54.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:54.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:54.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:54.808 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:54.808 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:54.808 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:54.809 DEBUG [main][MenuItemLookup] Item match:File 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:54.810 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:13:54.810 DEBUG [main][MenuItemLookup] Item match:Import... 12:13:54.862 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:13:54.862 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:13:54.862 INFO [main][MenuItemHandler] Select menu item: &Import... 12:13:54.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:54.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:54.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:54.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:54.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:54.971 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:54.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:54.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:54.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:54.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:54.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:54.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:54.982 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:54.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:54.982 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:54.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:54.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:54.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:54.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:54.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:54.983 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:54.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:54.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:54.983 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:13:54.983 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:13:54.984 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:13:54.984 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:13:54.984 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:54.984 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:13:54.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:54.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:54.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:54.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:54.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:54.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:54.987 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:54.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:54.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:54.987 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:54.987 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:55.048 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:55.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.081 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:55.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:55.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:55.082 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:55.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:55.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:55.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:55.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:55.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:55.082 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:55.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.083 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 12:13:55.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:13:55.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:55.084 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:13:55.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:55.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:55.084 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:55.084 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:55.084 TRACE [main][WidgetHandler] Notify Button with event 27 12:13:55.084 TRACE [main][WidgetHandler] Wait for synchronization 12:13:55.084 TRACE [main][WidgetHandler] Notify Button with event 13 12:13:55.084 TRACE [main][WidgetHandler] Wait for synchronization 12:13:55.084 TRACE [main][WidgetHandler] Notify Button with event 26 12:13:55.084 TRACE [main][WidgetHandler] Wait for synchronization 12:13:55.085 TRACE [main][WidgetHandler] Notify Button with event 3 12:13:55.085 TRACE [main][WidgetHandler] Wait for synchronization 12:13:55.085 TRACE [main][WidgetHandler] Notify Button with event 4 12:13:55.085 TRACE [main][WidgetHandler] Wait for synchronization 12:13:55.085 TRACE [main][WidgetHandler] Notify Button with event 13 12:13:55.085 TRACE [main][WidgetHandler] Wait for synchronization 12:13:55.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:55.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:55.088 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 12:13:55.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:13:55.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:55.149 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:13:55.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:55.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:55.149 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:55.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:55.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:55.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:55.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:13:55.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:13:55.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:55.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:55.211 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:55.211 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:13:55.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:13:55.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:55.215 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:13:55.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:55.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:55.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:55.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:55.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:55.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:55.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:55.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:55.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:55.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:55.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:55.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:55.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:55.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:55.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:55.312 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:55.312 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:55.312 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:55.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:55.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:55.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:55.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:55.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:55.313 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:55.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.313 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:55.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.313 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:55.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.314 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:55.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.314 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:55.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.314 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:55.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.315 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:55.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.315 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:55.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.315 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:55.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:55.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:55.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:55.322 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:55.322 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:55.322 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:55.324 DEBUG [main][MenuItemLookup] Item match:File 12:13:55.326 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:55.326 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:13:55.326 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:13:55.326 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:13:55.326 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:55.326 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:13:55.326 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:13:55.327 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:55.327 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:13:55.327 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:13:55.327 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:13:55.327 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:13:55.327 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:55.327 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:13:55.327 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:13:55.327 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:13:55.327 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:13:55.327 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:55.327 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:13:55.327 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:55.327 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:13:55.327 DEBUG [main][MenuItemLookup] Item match:Import... 12:13:55.327 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:13:55.327 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:13:55.327 INFO [main][MenuItemHandler] Select menu item: &Import... 12:13:55.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:55.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:55.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:55.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:55.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:55.445 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:55.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:55.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:55.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:55.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:55.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:55.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:55.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:55.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:55.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:55.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:55.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:55.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:55.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:55.456 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:55.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:55.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:55.457 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:13:55.457 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:13:55.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:13:55.457 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:13:55.457 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:55.457 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:13:55.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:55.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:55.460 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:55.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:55.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:55.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:55.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:55.521 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:13:55.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:55.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:55.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:55.560 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:13:55.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:13:55.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:13:55.561 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:13:55.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:55.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:55.561 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:55.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.561 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory' 12:13:55.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:13:55.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:55.578 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 12:13:55.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:55.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:55.578 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:55.578 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:55.578 TRACE [main][WidgetHandler] Notify Button with event 27 12:13:55.578 TRACE [main][WidgetHandler] Wait for synchronization 12:13:55.578 TRACE [main][WidgetHandler] Notify Button with event 13 12:13:55.578 TRACE [main][WidgetHandler] Wait for synchronization 12:13:55.578 TRACE [main][WidgetHandler] Notify Button with event 26 12:13:55.578 TRACE [main][WidgetHandler] Wait for synchronization 12:13:55.578 TRACE [main][WidgetHandler] Notify Button with event 3 12:13:55.578 TRACE [main][WidgetHandler] Wait for synchronization 12:13:55.578 TRACE [main][WidgetHandler] Notify Button with event 4 12:13:55.578 TRACE [main][WidgetHandler] Wait for synchronization 12:13:55.578 TRACE [main][WidgetHandler] Notify Button with event 13 12:13:55.578 TRACE [main][WidgetHandler] Wait for synchronization 12:13:55.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:55.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:13:55.592 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/wizards/datatransfer/projectImport/directory 12:13:55.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:13:55.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:55.699 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:13:55.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:55.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:55.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:55.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:55.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:13:55.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:55.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:13:55.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:13:55.742 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to false 12:13:55.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 12:13:55.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:55.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Copy projects into workspace") 12:13:55.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:55.758 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 12:13:55.759 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Copy projects into workspace not checked, no action performed 12:13:55.759 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:13:55.759 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Cancel wizard 12:13:55.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:13:55.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:55.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:55.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:55.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:55.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:55.774 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:13:55.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:55.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:55.774 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:55.774 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:55.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:55.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:55.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:55.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:55.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:55.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:55.851 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:55.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:55.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:55.851 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:55.851 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:55.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:55.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:13:55.852 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) 12:13:55.852 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest 12:13:55.852 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:13:55.852 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:13:55.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:13:55.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.936 s <<< FAILURE! - in org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest getProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.517 s <<< FAILURE! java.lang.AssertionError at org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest.getProjects_none(ExternalProjectImportWizardDialogTest.java:139) setArchiveFile no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.668 s copyProjectsIntoWorkspace_zipFile_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.52 s copyProjectsIntoWorkspace_zipFile_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.444 s copyProjectsIntoWorkspace_directory_true no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.569 s selectProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.433 s deselectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.612 s selectProjects_none no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.478 s selectAllProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.636 s setRootDirectory no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.507 s copyProjectsIntoWorkspace_directory_false no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.datatransfer.ExternalProjectImportWizardDialogTest) Time elapsed: 0.54 s Running org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 12:13:55.874 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 12:13:55.875 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:13:55.876 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:55.876 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 12:13:55.876 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:55.876 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:13:55.876 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:55.876 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:13:55.876 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:55.876 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:13:55.877 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:55.877 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:13:55.877 INFO [WorkbenchTestable][RequirementsRunner] Started test: createGeneralProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 12:13:55.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 12:13:55.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:13:55.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:13:55.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:13:55.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:13:55.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:13:55.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:13:55.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:13:55.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:13:55.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:13:55.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:13:55.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:13:55.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:13:55.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:13:55.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:55.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:55.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:55.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:55.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:55.882 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:13:55.882 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:55.883 DEBUG [main][MenuItemLookup] Item match:File 12:13:55.884 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:13:55.884 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:13:55.889 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:13:55.889 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:13:55.889 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:55.889 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:13:55.889 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:13:55.889 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:13:55.889 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:13:55.889 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:13:55.889 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:13:55.889 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:13:55.889 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:13:55.890 DEBUG [main][MenuItemLookup] Found menu:'File' 12:13:55.890 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:13:55.890 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:13:55.890 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:13:55.890 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:55.890 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:13:55.890 DEBUG [main][MenuItemLookup] Found menu:'' 12:13:55.890 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:13:55.890 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:13:55.890 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:13:55.890 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:13:55.890 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:13:56.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:13:56.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:13:56.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:13:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:56.028 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:13:56.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:56.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:13:56.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:56.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:56.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:56.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:56.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:56.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:13:56.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:13:56.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:13:56.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:56.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:56.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:56.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:56.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:13:56.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:13:56.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:13:56.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:13:56.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:13:56.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:13:56.564 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:13:56.564 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:13:56.565 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:13:56.568 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:13:56.568 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:13:56.568 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:13:56.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:13:56.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:56.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:56.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:56.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:56.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:56.577 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:13:56.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:56.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:56.577 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:56.577 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:56.661 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:13:56.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:56.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:56.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:13:56.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:13:56.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:13:56.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:56.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:56.662 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:13:56.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:13:56.664 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'defaultGeneralProject' 12:13:56.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:13:56.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:56.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:56.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:56.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:56.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:13:56.666 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:13:56.667 INFO [WorkbenchTestable][AbstractText] Text set to: defaultGeneralProject 12:13:56.669 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:13:56.669 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 12:13:56.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:13:56.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:56.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:56.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:56.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:56.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:13:56.671 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:13:56.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:13:56.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:13:56.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:13:56.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:13:56.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:13:56.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:13:56.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:13:56.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:13:56.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:13:56.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 12:13:56.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:13:56.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:13:56.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:13:56.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:13:56.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:13:56.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:13:56.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:13:56.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:13:56.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:13:56.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:13:56.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:56.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:56.803 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:56.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:56.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:56.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:13:56.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:13:56.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:13:56.804 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:13:56.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:13:56.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:56.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:56.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:56.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:56.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:13:56.805 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:56.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:56.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:56.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:13:56.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:13:56.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:13:56.846 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:56.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:56.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:56.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:56.847 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:56.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:56.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:56.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:56.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:56.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:56.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:57.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:57.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:57.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:57.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:57.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:57.850 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:57.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:57.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:57.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:57.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:57.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:57.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:57.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:57.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:57.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:57.852 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:13:57.853 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:13:57.853 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:57.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:57.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:57.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:57.855 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:57.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:57.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:57.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:57.857 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:57.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:57.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:57.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:57.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:57.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:57.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:58.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:58.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:58.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:58.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:58.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:58.861 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:58.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:58.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:58.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:58.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:58.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:58.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:58.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:58.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:58.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:58.863 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:13:58.864 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:58.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:58.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:58.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:58.865 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:58.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:58.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:58.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:58.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:58.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:58.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:59.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:59.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:59.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:59.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:13:59.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:13:59.869 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:59.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:59.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:59.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:59.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:13:59.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:59.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:59.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:13:59.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:13:59.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:13:59.871 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:13:59.871 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:59.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:59.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:59.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:59.873 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:13:59.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:13:59.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:13:59.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:13:59.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:13:59.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:13:59.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:00.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:00.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:00.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:00.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:00.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:00.876 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:00.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:00.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:00.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:00.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:00.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:00.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:00.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:00.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:00.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:00.878 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:14:00.878 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 12:14:00.878 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 12:14:00.879 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 12:14:00.882 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 12:14:00.882 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:00.882 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:00.947 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:00.947 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:00.948 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:00.948 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:00.948 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:00.948 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:00.948 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:00.948 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:00.948 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:00.948 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:00.948 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:14:00.948 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:14:00.948 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:14:00.948 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:00.948 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:14:00.948 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:14:00.948 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:00.948 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:14:00.948 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:14:00.948 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:14:00.948 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:14:00.948 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:14:00.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:00.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:14:01.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:01.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:01.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:01.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:01.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:01.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:01.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:01.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:01.449 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'defaultGeneralProject' via Explorer 12:14:01.449 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 12:14:01.449 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 12:14:01.450 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 12:14:01.452 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 12:14:01.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:01.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:01.503 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:01.503 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:01.503 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:01.503 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:01.503 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:01.503 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:01.503 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:01.503 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:01.503 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:01.503 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:14:01.503 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:14:01.503 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:14:01.504 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:14:01.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.644: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.669: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.673: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.676: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.692: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.708: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.725: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.743: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.760: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.776: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.792: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.809: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.825: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.842: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.858: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.875: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:01.891: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:14:02.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:14:02.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:14:02.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:02.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:02.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:14:02.179 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:02.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:02.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:02.179 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:02.179 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:02.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:02.180 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:14:02.180 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:14:02.180 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:14:02.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:02.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:02.181 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:02.181 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:02.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:14:02.181 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:02.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:02.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:02.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:02.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:02.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:02.183 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:14:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:02.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:02.183 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:02.183 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:14:02.185: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:02.187: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:14:02.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:14:02.189 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:14:02.219: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:14:02.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:14:02.690 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:14:02.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:02.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:02.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:02.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:02.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:02.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:02.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:02.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:02.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:02.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 12:14:02.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:02.691 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:02.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:02.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:02.691 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createGeneralProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 12:14:02.691 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:02.691 INFO [WorkbenchTestable][RequirementsRunner] Started test: createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 12:14:02.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 12:14:02.691 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:02.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:02.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:02.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:02.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.694 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:14:02.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:02.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:02.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:02.696 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:02.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:14:02.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:02.720 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:02.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:02.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:02.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:02.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:02.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:02.722 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:02.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:02.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:14:02.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:02.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:02.723 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.723 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:02.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:14:02.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:02.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:02.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:02.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:02.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:02.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:02.725 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:02.725 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:02.726 DEBUG [main][MenuItemLookup] Item match:File 12:14:02.727 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:02.727 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:14:02.731 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:14:02.731 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:14:02.731 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:02.731 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:14:02.731 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:14:02.731 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:14:02.731 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:14:02.731 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:14:02.731 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:14:02.731 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:14:02.731 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:14:02.731 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:02.731 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:14:02.731 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:14:02.731 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:14:02.732 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:02.732 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:14:02.732 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:02.732 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:14:02.732 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:14:02.753 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:14:02.753 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:14:02.753 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:14:02.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:14:02.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:14:02.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:14:02.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:02.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:02.871 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:14:02.871 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:14:02.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:02.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:02.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:02.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:02.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:02.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:02.874 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:02.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:02.874 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:02.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:02.874 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:02.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:02.875 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:02.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:02.875 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:02.875 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:14:02.875 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:14:02.875 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:14:02.875 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:14:02.875 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:14:02.875 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:14:02.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:14:02.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:02.878 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:14:02.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:02.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:02.878 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:02.878 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:02.931 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:02.932 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.932 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:14:02.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:14:02.932 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:14:02.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:02.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:02.933 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:14:02.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:02.933 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'defaultGeneralProject' 12:14:02.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:14:02.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:02.937 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:02.938 INFO [WorkbenchTestable][AbstractText] Text set to: defaultGeneralProject 12:14:02.939 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:14:02.939 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 12:14:02.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:14:02.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:02.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:02.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:02.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:02.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:02.941 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:14:02.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:02.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:02.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:02.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:02.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:03.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:03.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:03.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:14:03.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:14:03.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:14:03.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:03.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:03.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:03.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:03.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:03.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:03.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:03.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:03.448 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:03.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:03.448 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:03.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:03.448 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:03.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:03.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:03.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:03.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:03.449 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:03.449 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:03.450 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:03.450 DEBUG [main][MenuItemLookup] Item match:File 12:14:03.453 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:03.453 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:03.459 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:14:03.459 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:14:03.460 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:14:03.460 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:14:03.460 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:14:03.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:14:03.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:14:03.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:14:03.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:03.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:03.592 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:14:03.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:03.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:14:03.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:03.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:03.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:03.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:03.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:03.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:03.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:03.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:03.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:03.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:03.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:03.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:03.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:03.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:03.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:03.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:03.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:03.609 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:14:03.609 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:14:03.609 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:14:03.609 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:14:03.610 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:14:03.610 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:14:03.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:14:03.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:03.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:03.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:03.622 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:14:03.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:03.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:03.622 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:03.622 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:03.675 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:03.675 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:03.676 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:03.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:14:03.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:14:03.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:14:03.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:03.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:03.677 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:14:03.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:03.677 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'customizedGeneralProject' 12:14:03.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:14:03.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:03.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:03.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:03.681 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:03.682 INFO [WorkbenchTestable][AbstractText] Text set to: customizedGeneralProject 12:14:03.684 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set Project location to '/tmp/rdcustomprojectlocation1571660035877' 12:14:03.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Use default location") 12:14:03.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:03.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:03.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:03.686 INFO [WorkbenchTestable][CheckBox] Select checkbox Use &default location 12:14:03.686 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Use &default location 12:14:03.686 INFO [WorkbenchTestable][AbstractButton] Click button Use &default location 12:14:03.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:03.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:03.686 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:03.686 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:03.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Location:") 12:14:03.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:03.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:03.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:03.715 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:03.715 INFO [WorkbenchTestable][AbstractText] Text set to: /tmp/rdcustomprojectlocation1571660035877 12:14:03.720 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Add Project to working set 'dummyws' 12:14:03.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Add project to working sets") 12:14:03.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:03.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:03.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:03.722 INFO [WorkbenchTestable][CheckBox] Select checkbox Add projec&t to working sets 12:14:03.723 INFO [WorkbenchTestable][CheckBox] Check checkbox Add projec&t to working sets 12:14:03.723 INFO [WorkbenchTestable][AbstractButton] Click button Add projec&t to working sets 12:14:03.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:03.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:03.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:03.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:03.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Working sets:") 12:14:03.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:03.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:03.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:14:03.748 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:14:03.748 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Go to next wizard page 12:14:03.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:14:03.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:03.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:03.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:03.752 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:14:03.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:03.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:03.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:03.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:03.767 DEBUG [WorkbenchTestable][WizardNewProjectReferencePage] Set Project references to: 12:14:03.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewProjectReferencePage, index 0 and no matchers specified 12:14:03.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:03.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:03.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:14:03.769 DEBUG [WorkbenchTestable][WizardNewProjectReferencePage] defaultGeneralProject 12:14:03.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:14:03.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:14:03.771 INFO [WorkbenchTestable][AbstractTableItem] Check table Item defaultGeneralProject: 12:14:03.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:14:03.781 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:14:03.781 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:03.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:14:03.782 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 12:14:03.782 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 12:14:03.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:14:03.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:03.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:03.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:03.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:03.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:03.785 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:14:03.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:03.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:03.785 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:03.785 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:03.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:04.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:04.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:04.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:14:04.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:04.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:04.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:04.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:04.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:04.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:04.291 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:04.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:04.291 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:04.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:04.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:04.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:04.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:04.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:04.317 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:04.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:04.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:04.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:04.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:04.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:04.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:04.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:05.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:05.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:05.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:05.321 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:05.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:05.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:05.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:05.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:05.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:05.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:05.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:05.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:05.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:05.323 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 12:14:05.323 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:14:05.324 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:14:05.324 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:05.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:05.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:05.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:05.325 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:05.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:05.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:05.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:05.326 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:05.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:05.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:05.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:05.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:05.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:05.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:05.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:05.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:06.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:06.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:06.330 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:06.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:06.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:06.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:06.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:06.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:06.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:06.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:06.332 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 12:14:06.332 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:14:06.332 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:06.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:06.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:06.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:06.333 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:06.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:06.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:06.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:06.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:06.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:06.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:06.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:07.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:07.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:07.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:07.336 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:07.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:07.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:07.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:07.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:07.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:07.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:07.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:07.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:07.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:07.339 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name customizedGeneralProject 12:14:07.340 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:14:07.340 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item customizedGeneralProject 12:14:07.340 DEBUG [main][TreeItemHandler] Selecting tree item: customizedGeneralProject 12:14:07.340 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item customizedGeneralProject about selection 12:14:07.343 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: customizedGeneralProject 12:14:07.344 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:07.344 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:07.400 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:14:07.400 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:14:07.400 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:14:07.400 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:14:07.400 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:14:07.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:07.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:14:07.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:07.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:07.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:07.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:07.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:07.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:07.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:07.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:07.902 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'customizedGeneralProject' via Explorer 12:14:07.902 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item customizedGeneralProject 12:14:07.902 DEBUG [main][TreeItemHandler] Selecting tree item: customizedGeneralProject 12:14:07.902 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item customizedGeneralProject about selection 12:14:07.905 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: customizedGeneralProject 12:14:07.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:07.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:07.955 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:07.955 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:07.955 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:07.955 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:07.955 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:07.955 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:07.955 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:07.955 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:07.955 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:07.955 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:14:07.955 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:14:07.955 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:14:07.956 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:14:08.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:14:08.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:14:08.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:14:08.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:08.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:08.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:08.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:08.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:14:08.615 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:08.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:08.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:08.615 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:08.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:08.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:08.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:08.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:08.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:08.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:08.616 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:14:08.616 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:14:08.616 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:14:08.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:08.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:08.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:08.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:08.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:14:08.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:08.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:08.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:08.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:08.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:08.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:08.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:08.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:08.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:08.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:08.619 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:14:08.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:08.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:08.619 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:08.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:08.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:14:08.623 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:14:09.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:14:09.124 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:14:09.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:09.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:09.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:09.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:09.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:09.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:09.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:09.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:09.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:09.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:09.125 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:09.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:09.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:09.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:09.126 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:09.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:09.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:09.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:09.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:09.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:09.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:09.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:09.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:10.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:10.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:10.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:10.130 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:10.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:10.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:10.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:10.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:10.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:10.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:10.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:10.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:10.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:10.132 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:14:10.132 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:10.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:10.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:10.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:10.133 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:10.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:10.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:10.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:10.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:10.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:10.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:10.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:10.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:11.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:11.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:11.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:11.137 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:11.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:11.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:11.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:11.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:11.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:11.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:11.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:11.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:11.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:11.139 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name defaultGeneralProject 12:14:11.139 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 12:14:11.139 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 12:14:11.139 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 12:14:11.143 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 12:14:11.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:11.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:11.207 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:11.207 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:11.207 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:11.207 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:11.207 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:11.207 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:11.207 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:11.207 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:11.207 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:11.207 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:11.207 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:14:11.208 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:14:11.208 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:14:11.208 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:11.208 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:14:11.208 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:14:11.208 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:11.208 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:14:11.208 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:14:11.208 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:14:11.208 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:14:11.208 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:14:11.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:11.210 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:14:11.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:11.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:11.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:11.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:11.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:11.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:11.710 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:11.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:11.710 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'defaultGeneralProject' via Explorer 12:14:11.711 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item defaultGeneralProject 12:14:11.711 DEBUG [main][TreeItemHandler] Selecting tree item: defaultGeneralProject 12:14:11.711 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item defaultGeneralProject about selection 12:14:11.714 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: defaultGeneralProject 12:14:11.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:11.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:11.761 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:11.761 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:11.761 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:11.761 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:11.761 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:11.761 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:11.761 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:11.761 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:11.761 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:11.761 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:14:11.761 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:14:11.761 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:14:11.761 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:14:11.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:14:11.889: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:11.913: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:11.917: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:11.921: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:11.938: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:11.954: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:11.971: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:11.987: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:12.005: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:12.021: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:12.037: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:12.054: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:12.070: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:12.088: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:12.105: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:12.121: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:12.138: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:12.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:14:12.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:14:12.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:14:12.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:12.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:12.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:12.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:12.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:14:12.423 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:12.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:12.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:12.424 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:12.424 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:12.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:12.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:12.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:12.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:12.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:12.425 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:14:12.425 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:14:12.426 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:14:12.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:12.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:12.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:12.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:12.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:14:12.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:12.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:12.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:12.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:12.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:12.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:12.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:12.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:12.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:12.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:12.429 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:14:12.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:12.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:12.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:12.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:14:12.431: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:12.433: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:14:12.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:14:12.435 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:14:12.451: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:14:12.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:14:12.936 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:14:12.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:12.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:12.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:12.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:12.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:12.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:12.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:12.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:12.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:12.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 12:14:12.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:12.936 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:12.937 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) 12:14:12.937 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest 12:14:12.937 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:12.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:12.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.064 s - in org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest createGeneralProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) Time elapsed: 6.814 s createGeneralProjectsWithReferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.wizards.newresource.BasicNewProjectResourceWizardTest) Time elapsed: 10.246 s Running org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 12:14:12.968 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 12:14:12.969 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:14:12.969 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:12.969 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 12:14:12.969 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:12.969 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:14:12.970 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:12.970 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:14:12.970 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:12.970 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:14:12.970 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:12.971 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:14:12.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:12.971 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:12.971 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) 12:14:12.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 12:14:12.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:12.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:12.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:12.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:12.971 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:14:12.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:12.971 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:14:12.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:12.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:12.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:12.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:12.973 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:12.973 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:12.973 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:12.973 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:12.973 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:14:12.974 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:14:12.974 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:12.974 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:12.974 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:12.974 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:12.974 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:12.974 DEBUG [main][MenuItemLookup] Item match:Window 12:14:12.974 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:12.974 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:12.974 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:12.974 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:12.974 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:12.974 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:14:12.974 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:12.974 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:14:12.974 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:12.975 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:14:12.975 DEBUG [main][MenuItemLookup] Item match:Preferences 12:14:12.975 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:14:12.975 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:14:12.975 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:14:13.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:14:13.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:14:13.113 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:14:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:13.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:13.114 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:14:13.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:13.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:14:13.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:13.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:13.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:13.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:13.118 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:13.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:13.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:13.621 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:13.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:13.622 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:13.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:13.623 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:13.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:13.623 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:13.623 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 12:14:13.623 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 12:14:13.624 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 12:14:13.624 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 12:14:13.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:14:13.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:14:13.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Always open") 12:14:13.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:13.716 INFO [WorkbenchTestable][RadioButton] Select radio button Alwa&ys open 12:14:13.716 INFO [WorkbenchTestable][AbstractButton] Click button Alwa&ys open 12:14:13.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:13.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:13.716 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:13.716 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:13.717 TRACE [main][WidgetHandler] Notify Button with event 27 12:14:13.717 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.717 TRACE [main][WidgetHandler] Notify Button with event 13 12:14:13.717 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.717 TRACE [main][WidgetHandler] Notify Button with event 26 12:14:13.717 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.717 TRACE [main][WidgetHandler] Notify Button with event 3 12:14:13.717 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.717 TRACE [main][WidgetHandler] Notify Button with event 4 12:14:13.717 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.717 TRACE [main][WidgetHandler] Notify Button with event 13 12:14:13.717 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.717 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:14:13.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:14:13.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Always open") 12:14:13.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:13.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:14:13.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:14:13.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Never open") 12:14:13.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:13.723 INFO [WorkbenchTestable][RadioButton] Select radio button Ne&ver open 12:14:13.723 INFO [WorkbenchTestable][AbstractButton] Click button Ne&ver open 12:14:13.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:13.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:13.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:13.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:13.723 TRACE [main][WidgetHandler] Notify Button with event 27 12:14:13.723 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.723 TRACE [main][WidgetHandler] Notify Button with event 13 12:14:13.724 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.724 TRACE [main][WidgetHandler] Notify Button with event 26 12:14:13.724 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.724 TRACE [main][WidgetHandler] Notify Button with event 3 12:14:13.724 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.724 TRACE [main][WidgetHandler] Notify Button with event 4 12:14:13.724 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.724 TRACE [main][WidgetHandler] Notify Button with event 13 12:14:13.724 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:14:13.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:14:13.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Never open") 12:14:13.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:13.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open a new perspective") 12:14:13.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:14:13.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "In a new window") 12:14:13.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:13.740 INFO [WorkbenchTestable][RadioButton] Select radio button In a &new window 12:14:13.741 INFO [WorkbenchTestable][AbstractButton] Click button In a &new window 12:14:13.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:13.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:13.741 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:13.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:13.741 TRACE [main][WidgetHandler] Notify Button with event 27 12:14:13.741 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.741 TRACE [main][WidgetHandler] Notify Button with event 13 12:14:13.741 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.741 TRACE [main][WidgetHandler] Notify Button with event 26 12:14:13.741 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.741 TRACE [main][WidgetHandler] Notify Button with event 3 12:14:13.741 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.741 TRACE [main][WidgetHandler] Notify Button with event 4 12:14:13.741 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.741 TRACE [main][WidgetHandler] Notify Button with event 13 12:14:13.741 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open a new perspective") 12:14:13.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:14:13.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "In a new window") 12:14:13.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:13.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open a new perspective") 12:14:13.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:14:13.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "In the same window") 12:14:13.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:13.753 INFO [WorkbenchTestable][RadioButton] Select radio button In the &same window 12:14:13.753 INFO [WorkbenchTestable][AbstractButton] Click button In the &same window 12:14:13.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:13.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:13.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:13.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:13.753 TRACE [main][WidgetHandler] Notify Button with event 27 12:14:13.753 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.753 TRACE [main][WidgetHandler] Notify Button with event 13 12:14:13.753 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.753 TRACE [main][WidgetHandler] Notify Button with event 26 12:14:13.753 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.753 TRACE [main][WidgetHandler] Notify Button with event 3 12:14:13.753 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.753 TRACE [main][WidgetHandler] Notify Button with event 4 12:14:13.753 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.753 TRACE [main][WidgetHandler] Notify Button with event 13 12:14:13.754 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open a new perspective") 12:14:13.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:14:13.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "In the same window") 12:14:13.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:13.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:14:13.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:14:13.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Prompt") 12:14:13.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:13.760 INFO [WorkbenchTestable][RadioButton] Select radio button Promp&t 12:14:13.760 INFO [WorkbenchTestable][AbstractButton] Click button Promp&t 12:14:13.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:13.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:13.760 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:13.760 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:13.760 TRACE [main][WidgetHandler] Notify Button with event 27 12:14:13.760 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.760 TRACE [main][WidgetHandler] Notify Button with event 13 12:14:13.760 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.760 TRACE [main][WidgetHandler] Notify Button with event 26 12:14:13.760 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.760 TRACE [main][WidgetHandler] Notify Button with event 3 12:14:13.760 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.760 TRACE [main][WidgetHandler] Notify Button with event 4 12:14:13.760 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.760 TRACE [main][WidgetHandler] Notify Button with event 13 12:14:13.760 TRACE [main][WidgetHandler] Wait for synchronization 12:14:13.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:14:13.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:14:13.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Prompt") 12:14:13.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:13.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:14:13.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:13.776 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:14:13.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:13.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:13.776 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:13.776 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:13.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:13.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:13.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:13.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:13.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:13.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 12:14:13.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:13.846 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:13.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:13.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:13.847 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) 12:14:13.847 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest 12:14:13.847 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:13.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:13.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:13.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.879 s - in org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest checkAllPreferences no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.PerspectivesPreferencePageTest) Time elapsed: 0.876 s Running org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:14:13.860 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:14:13.862 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:14:13.862 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:13.862 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:14:13.862 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:13.862 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:14:13.862 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:13.862 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:14:13.863 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:13.863 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:14:13.863 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:13.865 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:13.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:13.865 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:13.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:13.865 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:14:13.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:13.866 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:13.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:13.866 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:13.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:13.866 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:13.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:13.866 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:14:13.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:13.866 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:13.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:13.867 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:13.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:13.867 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:13.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:13.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:13.867 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:13.867 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:13.867 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:13.869 DEBUG [main][MenuItemLookup] Item match:File 12:14:13.870 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:13.870 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:13.875 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:14:13.876 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:14:13.876 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:14:13.876 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:14:13.876 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:14:13.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:14:13.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:14:13.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:14:13.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:13.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:13.994 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:14:13.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:13.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:14:13.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:13.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:13.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:13.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:13.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:13.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:13.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:14:13.997 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:14:13.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:14.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:14.499 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:14:14.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:14:14.501 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:14:14.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:14.501 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:14:14.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:14.501 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:14:14.501 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:14:14.501 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:14:14.502 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:14:14.505 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:14:14.505 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:14:14.505 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:14:14.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:14:14.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:14.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:14.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:14.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:14.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:14.508 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:14:14.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:14.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:14.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:14.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:14.882 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:14.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:14.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:14.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:14:14.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:14:14.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:14:14.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:14.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:14.883 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:14:14.883 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:14.885 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'Property test project' 12:14:14.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:14:14.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:14.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:14.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:14.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:14.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:14.887 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:14.888 INFO [WorkbenchTestable][AbstractText] Text set to: Property test project 12:14:14.923 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:14:14.923 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:14:14.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:14:14.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:14.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:14.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:14.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:14.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:14.926 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:14:14.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:14.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:14.926 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:14.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:14.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:14:17.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:14:17.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:17.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:17.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:17.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:17.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:17.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:17.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:17.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:14:17.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:17.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:17.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:17.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:17.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:17.939 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:14:17.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:17.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:17.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:17.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:14:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:17.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:17.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:17.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:17.943 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:17.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:17.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:17.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:17.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:17.945 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:17.947 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:17.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:17.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:17.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:17.948 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:17.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:17.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:17.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:17.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:17.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:17.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:18.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:18.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:18.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:18.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:18.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:18.953 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:18.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:18.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:18.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:18.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:18.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:18.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:18.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:18.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:18.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:18.955 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Property test project 12:14:18.956 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:18.957 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:14:18.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:14:18.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:18.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:18.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:18.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:18.957 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 12:14:18.957 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 12:14:18.957 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 12:14:18.961 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 12:14:18.961 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:18.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:19.044 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.045 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:14:19.045 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:14:19.045 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:14:19.045 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:14:19.045 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:14:19.210 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for Property test project"] 12:14:19.210 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:19.210 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:19.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:19.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:19.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:19.212 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 12:14:19.212 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:19.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:19.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:19.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:19.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:14:19.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:19.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:19.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:19.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:19.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:19.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:19.215 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 12:14:19.215 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 12:14:19.216 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 12:14:19.216 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 12:14:19.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:19.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:19.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:19.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:14:19.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:19.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:19.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:19.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:19.261 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:14:19.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:19.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:19.261 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:19.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:19.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:19.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:19.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:19.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:19.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:19.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:19.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:19.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:19.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:19.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:19.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:14:19.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:19.362 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:19.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:19.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:19.363 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:14:19.363 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:19.364 INFO [WorkbenchTestable][RequirementsRunner] Started test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:14:19.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:14:19.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:19.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:19.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:19.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:19.364 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 12:14:19.364 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 12:14:19.367 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 12:14:19.371 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 12:14:19.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:19.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.492 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:14:19.492 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:14:19.493 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:14:19.493 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:14:19.493 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:14:19.587 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for Property test project"] 12:14:19.587 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:19.587 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:19.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:19.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:19.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:19.588 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 12:14:19.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:19.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:19.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:19.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:19.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:14:19.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:19.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:19.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:19.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:19.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:19.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:19.591 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 12:14:19.592 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 12:14:19.592 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 12:14:19.592 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 12:14:19.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:19.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:19.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:19.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:14:19.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:19.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:19.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:19.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:19.596 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:14:19.596 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:14:19.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:19.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:19.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:19.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:19.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:19.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:19.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:19.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:19.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:19.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:14:19.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:19.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:19.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:19.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:14:19.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:19.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:19.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:19.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:14:19.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:19.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:19.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:19.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:19.617 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:14:19.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:19.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:19.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:19.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:19.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:19.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:19.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:19.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:19.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:19.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:14:19.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:19.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:19.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:19.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:19.666 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:14:19.666 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:19.666 INFO [WorkbenchTestable][RequirementsRunner] Started test: ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:14:19.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:14:19.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:19.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:19.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:19.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:19.666 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 12:14:19.666 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 12:14:19.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 12:14:19.694 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 12:14:19.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:19.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:14:19.744 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:14:19.745 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:14:19.745 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:14:19.745 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.745 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:14:19.745 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:14:19.745 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:14:19.745 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:14:19.745 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:14:19.745 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:14:19.745 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:14:19.745 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:14:19.745 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.745 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:14:19.745 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:14:19.745 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:14:19.745 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:14:19.745 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:14:19.832 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for Property test project"] 12:14:19.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:19.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:19.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:19.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:19.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:19.841 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 12:14:19.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:19.841 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:19.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:19.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:19.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:14:19.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:19.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:19.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:19.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:19.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:19.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:19.843 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 12:14:19.843 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 12:14:19.843 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 12:14:19.843 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 12:14:19.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:19.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:19.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:19.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:19.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:14:19.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:19.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:19.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:19.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:19.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:19.849 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:14:19.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:19.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:19.849 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:19.849 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:19.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:19.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:19.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:19.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:14:19.894 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:19.894 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:19.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:19.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:19.894 INFO [WorkbenchTestable][RequirementsRunner] Finished test: ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:14:19.894 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:19.894 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:14:19.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:14:19.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:19.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:19.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:19.894 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:19.894 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 12:14:19.894 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 12:14:19.897 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 12:14:19.921 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 12:14:19.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:19.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:14:19.967 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:14:19.968 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:14:19.968 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:14:19.968 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:14:19.968 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:14:19.968 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:14:19.968 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:14:19.968 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:19.968 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:14:19.968 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:14:19.968 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:14:19.968 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:14:19.968 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:14:20.057 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for Property test project"] 12:14:20.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:20.057 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:20.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:20.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:20.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:20.059 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 12:14:20.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:20.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:20.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:20.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:20.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:20.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:20.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:20.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:20.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:20.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:14:20.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:20.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:20.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:20.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 12:14:20.061 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 12:14:20.061 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 12:14:20.061 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 12:14:20.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:14:20.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:14:20.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:20.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:20.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:20.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:14:20.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:20.065 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:14:20.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:20.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:20.066 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:20.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:20.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:20.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:20.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:20.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:20.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:20.107 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:14:20.107 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:20.107 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:20.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:20.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:20.108 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:14:20.108 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:20.108 INFO [WorkbenchTestable][RequirementsRunner] Started test: apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:14:20.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:14:20.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:20.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:20.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:20.108 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:20.108 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 12:14:20.108 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 12:14:20.111 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 12:14:20.113 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 12:14:20.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:20.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.181 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:14:20.181 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:14:20.181 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:14:20.181 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:14:20.181 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:14:20.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for Property test project"] 12:14:20.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:20.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:20.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:20.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:20.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:20.266 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 12:14:20.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:20.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:20.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:20.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:20.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:14:20.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:20.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:20.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:20.268 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 12:14:20.268 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 12:14:20.268 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 12:14:20.268 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 12:14:20.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:14:20.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:20.271 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:14:20.271 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:14:20.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:20.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:20.271 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:20.271 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:20.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:20.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:20.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:20.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:20.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:20.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:14:20.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:14:20.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:20.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:20.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:20.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:14:20.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:20.274 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:14:20.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:20.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:20.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:20.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:20.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:20.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:20.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:20.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:20.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:20.316 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:14:20.316 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:20.316 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:20.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:20.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:20.316 INFO [WorkbenchTestable][RequirementsRunner] Finished test: apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:14:20.316 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:20.316 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:14:20.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:14:20.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:20.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:20.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:20.316 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:20.316 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 12:14:20.316 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 12:14:20.319 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 12:14:20.321 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 12:14:20.321 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:20.321 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.391 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:14:20.391 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:14:20.392 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:14:20.392 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:14:20.392 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:14:20.486 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for Property test project"] 12:14:20.486 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:20.486 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:20.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:20.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:20.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:20.487 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for Property test project is not null and is not disposed 12:14:20.487 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:20.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:20.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:20.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:20.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:20.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:20.487 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:20.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:20.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:20.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:14:20.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:20.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:20.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:20.490 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property page test 12:14:20.490 DEBUG [main][TreeItemHandler] Selecting tree item: Property page test 12:14:20.490 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property page test about selection 12:14:20.490 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property page test 12:14:20.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:14:20.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:14:20.492 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Property test project 12:14:20.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:20.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:20.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:14:20.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:20.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:20.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:20.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:20.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:20.494 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:14:20.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:20.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:20.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:20.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:20.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:20.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:20.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:20.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:20.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:20.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:14:20.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:20.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:20.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:20.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:20.531 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) 12:14:20.531 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 12:14:20.531 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 12:14:20.533 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 12:14:20.561 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 12:14:20.562 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:20.562 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:20.608 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:14:20.608 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:14:20.608 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:14:20.608 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:14:20.608 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:14:20.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:20.609 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:14:21.109 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:21.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:21.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:21.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:21.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:14:21.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:21.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:21.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:21.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:21.110 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'Property test project' via Explorer 12:14:21.110 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Property test project 12:14:21.110 DEBUG [main][TreeItemHandler] Selecting tree item: Property test project 12:14:21.110 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Property test project about selection 12:14:21.112 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Property test project 12:14:21.112 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:21.112 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:21.161 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:21.161 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:21.161 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:21.161 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:21.161 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:14:21.161 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:14:21.161 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:21.161 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:14:21.161 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:14:21.161 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:14:21.161 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:14:21.161 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:14:21.162 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:14:21.162 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:14:21.162 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:14:21.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.294: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.316: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.321: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.326: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.342: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.358: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.375: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.392: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.408: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.425: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.442: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.459: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.475: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.492: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.509: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.525: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:14:21.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:14:21.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:14:21.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:21.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:21.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:21.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:21.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:14:21.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:21.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:21.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:21.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:21.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:21.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:21.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:21.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:21.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:21.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:21.828 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:14:21.828 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:14:21.828 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:14:21.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:21.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:21.829 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:21.829 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:21.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:14:21.829 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:21.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:21.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:21.829 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:21.829 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:21.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:21.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:21.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:21.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:21.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:21.831 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:14:21.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:21.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:21.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:21.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.833: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.835: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:14:21.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:14:21.837 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:14:21.881: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:14:22.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:14:22.338 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:14:22.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:22.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:14:22.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:14:22.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:22.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:22.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:22.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:22.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:14:22.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:22.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:22.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:22.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:22.338 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest 12:14:22.338 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:22.338 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:22.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:22.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.48 s - in org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest cancel no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.406 s restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.302 s ok no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.228 s openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.214 s apply no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.208 s openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.ui.dialogs.ExplorerItemPropertyDialogTest) Time elapsed: 0.215 s Running org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 12:14:22.367 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 12:14:22.368 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:14:22.369 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:22.369 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 12:14:22.369 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:22.369 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:14:22.369 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:22.369 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:14:22.369 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:22.369 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:14:22.369 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:22.370 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:14:22.370 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:14:22.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:14:22.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:22.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:22.370 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:22.370 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:22.371 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:22.371 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:14:22.371 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:14:22.371 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:22.371 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:22.371 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:22.371 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:22.371 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:22.371 DEBUG [main][MenuItemLookup] Item match:Window 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:14:22.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:22.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:22.372 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:22.372 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:22.372 DEBUG [main][MenuItemLookup] Item match:Window 12:14:22.373 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:22.373 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:22.373 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:22.373 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.373 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:22.373 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:14:22.373 DEBUG [main][MenuItemLookup] Item match:Perspective 12:14:22.373 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:14:22.373 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.373 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:14:22.373 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:14:22.373 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:14:22.373 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:14:22.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:14:22.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:22.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:22.374 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:22.374 DEBUG [main][MenuItemLookup] Item match:Window 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.374 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:14:22.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:22.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:22.375 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:22.375 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:22.375 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:22.375 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:14:22.375 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:14:22.375 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:22.375 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:22.375 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:22.375 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:22.375 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:22.375 DEBUG [main][MenuItemLookup] Item match:Window 12:14:22.375 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:22.375 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:22.375 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:22.375 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.376 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:22.376 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:14:22.376 DEBUG [main][MenuItemLookup] Item match:Perspective 12:14:22.376 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:14:22.376 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.376 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:14:22.376 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:14:22.376 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:14:22.376 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:14:22.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:22.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:22.376 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:22.376 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:22.376 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:22.376 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:14:22.376 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:14:22.377 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:22.377 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:22.377 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:22.377 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:22.377 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:22.377 DEBUG [main][MenuItemLookup] Item match:Window 12:14:22.377 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:22.377 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:22.377 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:22.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.377 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:22.377 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:14:22.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.377 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:14:22.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.377 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:14:22.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:22.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:22.377 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:22.378 DEBUG [main][MenuItemLookup] Item match:Window 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:14:22.378 DEBUG [main][MenuItemLookup] Item match:Perspective 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:14:22.378 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:14:22.379 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:14:22.379 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:14:22.379 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:14:22.379 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:14:22.379 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:14:22.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:14:22.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:14:22.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:14:22.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:22.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:22.423 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:22.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:22.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:22.423 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:14:22.423 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:22.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:22.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:22.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:14:22.433 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:22.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:22.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:22.433 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:14:22.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:22.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:22.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:22.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:22.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:22.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:22.437 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:14:22.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:22.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:22.437 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:22.437 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:22.662 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:22.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:22.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:22.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:22.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:14:22.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:22.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:22.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:22.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:22.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:22.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:22.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:22.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:14:22.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:22.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:22.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:22.665 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:22.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:22.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:22.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:22.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:22.665 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:22.665 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:22.666 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:22.666 DEBUG [main][MenuItemLookup] Item match:File 12:14:22.667 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:22.667 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:22.671 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:14:22.671 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:14:22.672 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:14:22.672 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:14:22.672 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:14:22.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:14:22.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:14:22.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:14:22.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:22.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:22.806 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:14:22.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:22.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:14:22.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:22.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:22.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:22.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:22.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:22.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:22.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:22.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:14:22.809 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:14:22.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:22.809 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:14:22.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:22.809 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:14:22.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:14:22.810 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:14:22.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:22.810 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:14:22.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:22.810 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:14:22.810 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:14:22.810 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:14:22.822 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:14:22.822 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:14:22.822 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:14:22.822 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:14:22.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:14:22.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:22.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:22.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:22.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:22.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:22.834 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:14:22.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:22.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:22.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:22.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:23.155 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:23.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:23.156 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:23.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:14:23.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:14:23.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:14:23.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:23.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:23.158 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:14:23.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:23.158 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 12:14:23.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:14:23.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:23.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:23.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:23.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:23.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:23.188 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:23.189 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 12:14:23.237 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:14:23.237 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:14:23.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:14:23.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:23.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:23.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:23.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:23.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:23.243 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:14:23.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:23.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:23.243 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:23.243 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:23.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:14:26.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:14:26.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:26.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:26.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:26.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:14:26.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:26.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:26.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:26.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:26.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:14:26.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:26.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:26.582 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:26.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:26.585 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:26.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:26.585 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:26.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:26.585 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:14:26.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:26.585 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:26.585 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:26.585 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:26.586 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:26.586 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:26.586 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:26.586 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:14:26.586 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:26.586 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:26.586 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:26.586 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:26.586 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:26.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:26.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:26.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:26.587 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:26.587 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:26.587 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:26.587 DEBUG [main][MenuItemLookup] Item match:File 12:14:26.591 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:26.591 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:14:26.597 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:14:26.597 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:26.598 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:14:26.598 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:14:26.598 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:14:26.598 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:14:26.598 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:14:26.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:14:26.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:14:26.813 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:14:26.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:26.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:26.814 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:14:26.814 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:26.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:14:26.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:26.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:26.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:26.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:26.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:26.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:26.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:26.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:14:26.866 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:14:26.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:26.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:14:26.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:26.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:14:26.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:14:26.867 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:14:26.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:26.867 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:14:26.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:26.867 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:14:26.868 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:14:26.868 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:14:26.881 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:14:26.884 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:14:26.885 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:14:26.885 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:14:26.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:14:26.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:26.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:26.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:26.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:26.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:26.942 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:14:26.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:26.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:26.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:26.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:27.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:27.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:27.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:14:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:14:27.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:14:27.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:27.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:27.167 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:14:27.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:27.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:14:27.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:27.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:27.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:27.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:27.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:27.244 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:27.245 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 12:14:27.271 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:14:27.271 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:14:27.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:14:27.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:27.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:27.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:27.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:27.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:27.275 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:14:27.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:27.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:27.275 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:27.275 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:27.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:28.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:28.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:28.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 17 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:14:28.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:28.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:28.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:28.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:28.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:28.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:28.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:28.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:14:28.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:28.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:28.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:28.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:28.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:28.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:28.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 17 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:14:28.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:28.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:28.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:28.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:28.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:28.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:28.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:28.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:14:28.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:28.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:28.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:28.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:28.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:28.669 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:28.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.670 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:28.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.670 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:14:28.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:28.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:28.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.672 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:28.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.672 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:14:28.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.672 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:28.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.673 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:28.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:28.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:14:28.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:28.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:28.674 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:14:28.674 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:14:28.674 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:28.674 DEBUG [main][MenuItemLookup] Item match:File 12:14:28.676 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:28.676 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:14:28.680 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:14:28.680 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:14:28.680 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:28.680 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:14:28.681 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:14:28.681 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:14:28.681 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:14:28.681 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:14:28.681 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:14:28.681 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:14:28.681 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:14:28.681 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:28.681 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:14:28.681 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:14:28.681 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:14:28.681 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:28.681 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:14:28.681 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:28.681 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:14:28.681 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:14:28.760 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:14:28.760 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:14:28.760 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:14:29.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:14:29.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:14:29.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:14:29.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:29.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:29.048 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:14:29.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:14:29.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:29.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:29.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:29.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:29.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:14:29.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:14:29.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:29.051 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:14:29.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:29.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:14:29.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:14:29.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:14:29.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:29.051 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:14:29.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:29.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:14:29.104 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:14:29.104 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:14:29.104 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:14:29.105 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:14:29.105 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:14:29.105 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:14:29.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:14:29.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:29.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:29.159 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:14:29.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:29.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:29.159 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:29.159 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:29.448 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:29.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:14:29.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:14:29.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:14:29.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:29.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:29.450 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:14:29.450 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:29.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:14:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:29.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:29.484 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:29.486 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 12:14:29.555 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:14:29.555 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:14:29.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:14:29.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:29.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:29.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:29.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:29.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:29.643 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:14:29.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:29.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:29.643 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:29.643 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:29.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:30.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:30.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 10 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:30.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 10 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:30.354 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:30.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:30.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:14:30.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:30.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:30.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:30.355 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:30.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:30.357 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:30.357 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 12:14:30.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 12:14:30.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:30.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:30.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:30.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:30.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:30.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:30.388 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 12:14:30.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 12:14:30.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:30.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:30.389 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 12:14:30.433 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 12:14:30.459 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:30.459 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:30.459 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:14:30.459 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:14:30.459 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:30.459 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:30.459 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:30.459 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:30.459 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:30.459 DEBUG [main][MenuItemLookup] Item match:Window 12:14:30.464 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:30.464 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:30.464 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:30.465 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:30.465 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:30.465 DEBUG [main][MenuItemLookup] Item match:Show View 12:14:30.477 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:14:30.477 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:14:30.477 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:14:30.478 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:14:30.478 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:14:30.478 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:14:30.478 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:14:30.478 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:14:30.478 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:14:30.478 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:14:30.478 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:14:30.478 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:14:30.478 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:14:30.478 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:14:30.478 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:14:30.478 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:14:30.478 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:30.478 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:14:30.478 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:14:30.478 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:14:30.478 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:14:30.478 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:14:30.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:14:30.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:14:30.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:14:30.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:30.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:30.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:14:30.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:30.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:30.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:30.675 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:30.675 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:30.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:30.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:30.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:30.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:30.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:30.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:30.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:30.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:30.678 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:30.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:30.679 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:30.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:30.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:30.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:30.679 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:30.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:30.679 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:30.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:30.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:30.680 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 12:14:30.680 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 12:14:30.680 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 12:14:30.680 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 12:14:30.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:30.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:30.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:30.681 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:30.681 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:30.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:30.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:30.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:14:30.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:30.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:30.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:30.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:30.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:30.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:30.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:30.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:30.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:30.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:30.683 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:14:30.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:30.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:30.683 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:30.683 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:30.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:14:30.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:14:30.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 12:14:30.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:30.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:30.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 12:14:30.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:30.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:30.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 12:14:30.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:30.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:30.985 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 12:14:30.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E') 12:14:30.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:30.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:31.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:31.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:31.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:31.071 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:31.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:31.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:31.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform TooltipText=null 12:14:31.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:31.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:31.757 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:31.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:31.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:31.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:31.760 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:31.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:31.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:31.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:31.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:31.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:31.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:32.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:32.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:32.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:32.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:32.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:32.764 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:32.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:32.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:32.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:32.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:32.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:32.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:32.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:32.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:32.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:32.769 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:14:32.769 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:14:32.770 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:14:32.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:14:32.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:33.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:33.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:14:33.273 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:33.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:33.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:33.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:33.275 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:33.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:33.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:33.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:33.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:33.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:33.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:33.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:33.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:34.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:34.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:34.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:34.278 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:34.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:34.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:34.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:34.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:34.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:34.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:34.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:34.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:34.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:34.281 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:14:34.281 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:14:34.282 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:14:34.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:14:34.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:34.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:14:34.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:34.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:14:34.283 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:14:34.283 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:14:34.283 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:14:34.288 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:14:34.289 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:34.292 DEBUG [main][EditorHandler] 2 editor(s) found 12:14:34.293 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 12:14:34.358 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 12:14:34.359 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 12:14:34.444 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 12:14:34.449 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:34.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:34.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:34.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:34.451 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:34.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:34.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:34.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:34.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:34.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:34.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:34.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:34.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:35.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:35.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:35.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:35.455 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:35.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:35.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:35.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:35.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:35.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:35.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:35.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:35.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:35.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:35.458 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:14:35.458 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:14:35.459 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:14:35.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:14:35.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:35.459 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:14:35.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:35.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:14:35.459 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item src 12:14:35.459 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:35.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:35.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:35.960 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:35.961 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:14:35.961 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:14:35.961 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:14:35.967 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:14:35.967 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:14:35.967 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:14:35.967 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:14:35.967 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:14:35.969 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:14:35.969 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:14:35.970 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:14:36.181 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:14:36.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:14:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:14:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:14:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:36.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:36.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:36.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass.java\E') 12:14:36.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:36.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:36.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:36.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:36.195 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:36.204 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 12:14:36.205 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:36.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:36.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:36.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:36.249 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 12:14:36.249 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 12:14:36.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:36.253 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:14:36.314 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 12:14:36.314 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:36.314 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:36.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:36.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:36.352 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 12:14:36.352 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:36.352 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedResourceNavigatorItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 12:14:36.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 12:14:36.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:36.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:36.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:36.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:36.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:36.374 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 12:14:36.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:14:36.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:36.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:36.374 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:14:36.374 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:14:36.375 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:36.375 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:36.376 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:14:36.376 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:14:36.376 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:36.376 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:36.376 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:36.376 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:36.376 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:36.376 DEBUG [main][MenuItemLookup] Item match:Window 12:14:36.376 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:36.376 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:36.376 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:36.376 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:36.376 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:36.376 DEBUG [main][MenuItemLookup] Item match:Show View 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:36.385 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:14:36.385 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:14:36.412 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:14:36.412 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:14:36.412 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:14:36.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:14:36.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:14:36.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:14:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:36.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:14:36.539 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:36.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:36.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:36.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:36.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:36.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:36.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:36.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:36.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:36.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:36.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:36.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:36.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:36.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:36.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:36.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:36.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:36.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:36.542 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:36.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:36.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:36.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:36.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:36.543 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 12:14:36.543 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 12:14:36.543 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 12:14:36.543 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 12:14:36.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:36.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:36.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:36.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:36.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:36.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:36.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:14:36.544 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:36.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:36.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:36.545 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:36.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:36.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:36.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:36.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:36.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:36.546 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:14:36.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:36.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:36.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:36.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:36.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:14:36.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:14:36.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 12:14:36.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:36.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 12:14:36.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:36.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:14:36.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:36.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:36.680 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:14:36.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E') 12:14:36.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:36.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:36.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:36.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:36.715 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:36.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:36.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:36.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:14:36.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:36.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:36.735 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:36.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:36.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:36.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:36.736 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:36.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:36.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:36.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:36.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:36.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:36.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:37.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:37.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:37.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:37.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:37.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:37.740 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:37.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:37.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:37.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:37.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:37.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:37.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:37.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:37.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:37.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:37.743 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:14:37.744 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:14:37.745 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:14:37.745 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:14:37.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:37.745 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:14:37.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:37.745 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:14:37.745 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:37.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:37.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:37.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:37.747 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:37.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:37.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:37.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:37.748 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:37.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:37.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:37.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:37.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:37.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:37.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:38.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:38.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:38.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:38.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:38.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:38.752 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:38.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:38.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:38.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:38.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:38.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:38.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:38.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:38.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:38.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:38.755 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:14:38.756 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:14:38.757 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:14:38.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:14:38.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:38.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:14:38.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:38.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:14:38.757 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:14:38.757 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:14:38.758 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:14:38.761 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:14:38.761 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:14:38.761 DEBUG [main][EditorHandler] 1 editor(s) found 12:14:38.762 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 12:14:38.876 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 12:14:38.876 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:38.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:38.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:38.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:38.878 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:14:38.879 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:14:38.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:14:38.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:38.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:14:38.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:38.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:14:38.879 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item src 12:14:38.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:38.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:38.880 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:38.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:38.880 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:38.880 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 12:14:38.880 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 12:14:38.881 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 12:14:38.882 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 12:14:38.882 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 12:14:38.882 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 12:14:38.882 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 12:14:38.887 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 12:14:38.889 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 12:14:38.889 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:14:38.889 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:14:38.896 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:14:38.899 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:14:38.900 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:38.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:38.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:38.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:38.901 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 12:14:38.901 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 12:14:38.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:38.902 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:14:38.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 12:14:38.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:38.929 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:38.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:38.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:38.943 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedResourceNavigatorItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 12:14:38.943 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:38.943 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 12:14:38.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 12:14:38.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:38.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:38.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:38.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:38.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:38.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:38.957 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 12:14:38.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:38.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:38.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:38.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:38.958 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:38.958 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:38.959 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:38.959 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:38.959 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:38.959 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:38.959 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:38.960 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:38.960 DEBUG [main][MenuItemLookup] Item match:Window 12:14:38.961 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:38.961 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:38.961 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:38.961 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:38.961 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:38.961 DEBUG [main][MenuItemLookup] Item match:Show View 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:14:38.969 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:38.970 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:14:38.970 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:14:38.990 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:14:38.990 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:14:38.990 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:14:39.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:14:39.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:14:39.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:14:39.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:39.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:39.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:14:39.080 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:39.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:39.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:39.081 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:39.081 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:39.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:39.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:39.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:39.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:39.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:39.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:39.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:39.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:39.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:39.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:39.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:39.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:39.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:39.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 12:14:39.092 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 12:14:39.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 12:14:39.092 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 12:14:39.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:39.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:39.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:39.092 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:39.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:39.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:39.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:39.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:14:39.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:39.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:39.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:39.093 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:39.093 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:39.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:39.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:39.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:39.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:39.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:39.094 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:14:39.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:39.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:39.094 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:39.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:39.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:14:39.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:14:39.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 12:14:39.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:39.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:39.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 12:14:39.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:39.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:39.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:39.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:39.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:39.218 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:39.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E') 12:14:39.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:39.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:39.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:39.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:39.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:39.264 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:39.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:39.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:39.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:39.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:39.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:39.267 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:39.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:39.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:39.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:39.269 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:39.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:39.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:39.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:39.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:39.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:39.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:39.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:39.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:40.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:40.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:40.272 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:40.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:40.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:40.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:40.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:40.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:40.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:40.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:40.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:40.273 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:14:40.274 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:14:40.274 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:14:40.274 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:14:40.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:40.274 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:14:40.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:40.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:14:40.275 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:14:40.275 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:14:40.275 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:14:40.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:14:40.278 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 12:14:40.278 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 12:14:40.283 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 12:14:40.283 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 12:14:40.283 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 12:14:40.284 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:40.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:40.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:40.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:40.285 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 12:14:40.285 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 12:14:40.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:40.286 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:14:40.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 12:14:40.313 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:40.313 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:40.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:40.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:40.324 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 12:14:40.325 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:40.325 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 12:14:40.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 12:14:40.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:40.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:40.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:40.325 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:40.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:40.333 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 12:14:40.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:40.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:40.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:40.333 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:40.333 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:40.334 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:40.334 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:40.334 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:40.334 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:40.334 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:40.334 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:40.334 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:40.334 DEBUG [main][MenuItemLookup] Item match:Window 12:14:40.335 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:40.335 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:40.335 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:40.335 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:40.335 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:40.335 DEBUG [main][MenuItemLookup] Item match:Show View 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:40.343 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:14:40.343 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:14:40.343 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:14:40.343 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:14:40.343 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:14:40.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:14:40.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:14:40.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:14:40.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:40.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:40.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:14:40.433 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:40.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:40.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:40.434 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:40.434 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:40.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:40.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:40.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:40.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:40.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:40.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:40.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:40.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:40.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:40.436 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:40.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:40.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:40.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:40.436 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:40.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:40.436 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:40.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:40.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:40.436 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 12:14:40.436 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 12:14:40.437 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 12:14:40.437 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 12:14:40.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:40.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:40.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:40.437 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:40.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:40.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:40.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:14:40.438 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:40.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:40.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:40.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:40.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:40.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:40.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:40.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:40.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:40.439 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:14:40.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:40.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:40.439 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:40.439 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:40.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:14:40.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:14:40.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 12:14:40.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:40.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 12:14:40.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:40.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:40.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:40.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:40.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:40.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E') 12:14:40.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:40.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:40.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:40.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:40.587 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:40.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:40.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:40.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:40.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:40.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:40.590 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:40.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:40.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:40.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:40.591 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:40.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:40.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:40.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:40.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:40.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:40.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:41.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:41.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:41.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:41.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:41.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:41.594 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:41.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:41.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:41.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:41.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:41.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:41.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:41.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:41.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:41.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:41.596 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:14:41.597 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:14:41.597 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:14:41.597 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:14:41.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:41.598 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:14:41.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:41.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:14:41.598 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:14:41.598 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:14:41.598 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:14:41.601 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:14:41.603 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:41.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:41.603 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:41.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:41.603 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:14:41.603 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:41.603 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:41.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:41.604 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:41.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:41.604 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:41.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:41.604 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:14:41.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:41.604 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:41.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:41.604 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:41.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:41.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:41.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:41.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:41.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:41.605 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:41.605 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:41.605 DEBUG [main][MenuItemLookup] Item match:File 12:14:41.607 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:41.607 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:14:41.611 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:14:41.611 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:41.612 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:14:41.612 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:14:41.633 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:14:41.633 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:14:41.634 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:14:41.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:14:41.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:14:41.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:14:41.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:41.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:41.753 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:14:41.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:41.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:14:41.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:41.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:41.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:41.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:41.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:41.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:41.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:41.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:41.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:41.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:41.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:41.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:41.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:41.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:41.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:14:41.756 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:14:41.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:14:41.771 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:14:41.771 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:14:41.771 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:14:41.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:14:41.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:41.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:41.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:41.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:41.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:41.774 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:14:41.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:41.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:41.774 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:41.774 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:41.838 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:41.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:41.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:14:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:14:41.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:14:41.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:41.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:41.839 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:14:41.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:41.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:14:41.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:41.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:41.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:41.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:41.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:41.848 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:41.849 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 12:14:41.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:14:41.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:41.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:41.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:41.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:41.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:41.863 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:41.864 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 12:14:41.865 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:14:41.865 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:14:41.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:14:41.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:41.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:41.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:41.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:41.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:41.868 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:14:41.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:41.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:41.868 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:41.868 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:41.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:42.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:42.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:42.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:42.092 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 12:14:42.592 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:14:42.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:42.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:42.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:42.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:42.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:14:42.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:42.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:42.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:42.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:42.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:42.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e8210c7 is found... 12:14:42.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e8210c7 is found finished successfully 12:14:42.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtext.txt\E') 12:14:42.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:42.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:42.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:42.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:42.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:42.597 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:42.597 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:14:42.598 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:42.598 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:14:42.598 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:14:42.598 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 12:14:42.656 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 12:14:42.657 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:42.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:42.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:42.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:42.659 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:42.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:42.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:42.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:42.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:42.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:42.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:43.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:43.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:43.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:43.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:43.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:43.663 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:43.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:43.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:43.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:43.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:43.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:43.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:43.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:43.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:43.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:43.665 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:14:43.666 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:14:43.666 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:14:43.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:14:43.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:43.667 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:14:43.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:43.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:14:43.667 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 12:14:43.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:43.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:43.667 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:43.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:43.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:43.668 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 12:14:43.668 DEBUG [main][TreeItemHandler] Selecting tree item: files 12:14:43.668 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 12:14:43.676 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 12:14:43.676 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:43.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:43.726 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:43.726 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:43.726 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:43.726 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:43.727 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:14:43.727 DEBUG [main][MenuItemLookup] Found menu:'Paste' 12:14:43.727 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:14:43.727 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:14:43.727 DEBUG [main][MenuItemLookup] Found menu:'Rename...' 12:14:43.727 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:43.727 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:14:43.727 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:14:43.727 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:43.727 DEBUG [main][MenuItemLookup] Found menu:'Refresh' 12:14:43.727 DEBUG [main][MenuItemLookup] Item match:Refresh 12:14:43.727 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh" 12:14:43.727 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh 12:14:43.727 INFO [main][MenuItemHandler] Select menu item: Re&fresh 12:14:43.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:43.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:14:44.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:44.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:44.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:44.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:44.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:14:44.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:44.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:44.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:44.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:44.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:44.229 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 12:14:44.229 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 12:14:44.229 DEBUG [main][TreeItemHandler] Selecting tree item: files 12:14:44.229 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 12:14:44.231 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 12:14:44.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:44.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:44.266 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:44.266 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:44.266 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:44.266 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:44.266 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:14:44.266 DEBUG [main][MenuItemLookup] Found menu:'Paste' 12:14:44.266 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:14:44.266 DEBUG [main][MenuItemLookup] Item match:Delete 12:14:44.266 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 12:14:44.266 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 12:14:44.266 INFO [main][MenuItemHandler] Select menu item: &Delete 12:14:44.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:14:44.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:14:44.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:14:44.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:44.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:44.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:44.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:44.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:14:44.918 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:44.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:44.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:44.918 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:44.918 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:44.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:44.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:44.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:44.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:44.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:44.919 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:14:44.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:44.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:44.919 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:44.919 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:44.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:14:44.923 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:14:45.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:14:45.424 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:14:45.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:45.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:45.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:45.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:45.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:45.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:45.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:14:45.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:45.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:45.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:45.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:45.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:45.424 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:45.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:45.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:45.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:45.427 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:45.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:45.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:45.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:45.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:45.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:45.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:45.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:45.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:46.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:46.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:46.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:46.431 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:46.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:46.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:46.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:46.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:46.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:46.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:46.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:46.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:46.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:46.433 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:14:46.434 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:14:46.434 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:14:46.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:14:46.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:46.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:14:46.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:46.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:14:46.435 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:14:46.436 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:14:46.437 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 12:14:46.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:46.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:46.437 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:46.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:46.437 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:46.438 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:14:46.438 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:46.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:46.438 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:46.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:46.438 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:46.438 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:46.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:46.438 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:46.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:46.439 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:46.439 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 12:14:46.439 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:14:46.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:46.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:46.440 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:46.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:46.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:46.440 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:46.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:46.440 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:14:46.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:46.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:46.440 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 12:14:46.440 DEBUG [WorkbenchTestable][AbstractResource] "TestClass.java" 12:14:46.440 DEBUG [WorkbenchTestable][AbstractResource] "TestClass1.java" 12:14:46.441 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:46.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:46.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:46.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:46.442 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 12:14:46.442 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 12:14:46.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:46.443 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:14:46.485 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 12:14:46.485 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:46.485 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:46.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:46.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:46.496 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 12:14:46.496 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:46.496 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 12:14:46.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 12:14:46.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:46.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:46.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:46.497 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:46.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:46.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:46.504 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 12:14:46.504 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:46.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:46.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:46.505 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:46.505 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:46.505 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:46.506 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:46.506 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:46.506 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:46.506 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:46.506 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:46.506 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:46.506 DEBUG [main][MenuItemLookup] Item match:Window 12:14:46.507 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:46.507 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:46.507 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:46.507 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:46.507 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:46.507 DEBUG [main][MenuItemLookup] Item match:Show View 12:14:46.515 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:14:46.515 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:14:46.515 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:14:46.515 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:14:46.515 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:14:46.515 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:14:46.515 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:14:46.515 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:14:46.515 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:14:46.515 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:14:46.516 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:14:46.516 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:14:46.516 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:14:46.516 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:14:46.516 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:14:46.516 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:14:46.516 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:46.516 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:14:46.516 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:14:46.550 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:14:46.550 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:14:46.551 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:14:46.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:14:46.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:14:46.635 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:14:46.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:46.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:46.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:14:46.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:46.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:46.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:46.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:46.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:46.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:46.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:46.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:46.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:46.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:46.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:46.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:46.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:46.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:46.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:46.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:46.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:46.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:46.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:46.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:46.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:46.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:46.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:46.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:46.649 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 12:14:46.649 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 12:14:46.649 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 12:14:46.649 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 12:14:46.649 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:46.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:46.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:46.650 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:46.650 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:46.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:46.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:46.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:14:46.651 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:46.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:46.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:46.651 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:46.651 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:46.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:46.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:46.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:46.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:46.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:46.652 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:14:46.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:46.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:46.652 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:46.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:46.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:14:46.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:14:46.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 12:14:46.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:46.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:46.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 12:14:46.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:46.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:46.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:46.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:46.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:46.774 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:46.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E') 12:14:46.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:46.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:46.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:46.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:46.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:46.808 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:46.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:46.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:46.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:46.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:46.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:46.812 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:46.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:46.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:46.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:46.813 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:46.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:46.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:46.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:46.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:46.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:46.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:47.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:47.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:47.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:47.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:47.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:47.816 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:47.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:47.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:47.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:47.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:47.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:47.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:47.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:47.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:47.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:47.818 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:14:47.819 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:14:47.819 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:14:47.819 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:14:47.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:47.819 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:14:47.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:47.820 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:14:47.820 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 12:14:47.820 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 12:14:47.820 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 12:14:47.820 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 12:14:47.820 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 12:14:47.820 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:14:47.820 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:14:47.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:48.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:48.321 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:14:48.322 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:48.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:48.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:48.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:48.324 INFO [WorkbenchTestable][AbstractView] Close view 'Navigator (Deprecated)' 12:14:48.324 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Navigator (Deprecated) 12:14:48.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:48.324 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:14:48.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 12:14:48.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:48.351 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:48.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:48.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:48.362 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) 12:14:48.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:48.377 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 12:14:48.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:48.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:48.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:48.377 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:48.377 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:48.377 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:48.378 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:48.378 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:48.378 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:48.378 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:48.378 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:48.378 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:48.378 DEBUG [main][MenuItemLookup] Item match:Window 12:14:48.379 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:48.379 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:48.379 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:48.379 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:48.379 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:48.379 DEBUG [main][MenuItemLookup] Item match:Show View 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:48.387 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:14:48.387 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:14:48.409 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:14:48.409 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:14:48.409 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:14:48.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:14:48.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:14:48.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:14:48.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:48.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:48.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:14:48.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:48.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:48.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:48.494 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:48.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:48.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:48.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:48.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:48.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:48.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:48.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:48.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:48.504 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:48.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:48.504 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:48.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:48.504 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:48.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:48.505 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:48.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:48.505 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:48.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:48.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:48.506 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 12:14:48.506 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 12:14:48.506 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 12:14:48.506 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 12:14:48.506 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:48.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:48.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:48.506 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:48.506 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:48.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:48.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:14:48.507 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:48.507 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:48.507 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:48.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:48.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:48.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:48.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:48.509 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:14:48.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:48.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:48.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:48.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:48.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:14:48.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:14:48.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 12:14:48.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:48.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 12:14:48.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:48.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:48.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:48.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:48.615 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:48.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E') 12:14:48.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:48.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:48.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:48.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:48.643 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:48.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:48.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:48.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:48.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:48.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:48.646 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:48.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:48.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:48.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:48.647 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:48.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:48.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:48.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:48.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:48.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:48.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:49.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:49.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:49.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:49.651 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:14:49.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:14:49.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:49.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:49.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:49.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:49.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:49.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:49.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:49.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:49.653 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:14:49.653 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 12:14:49.653 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 12:14:49.653 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 12:14:49.657 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 12:14:49.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:49.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:49.693 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:49.693 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:49.693 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:49.693 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:49.693 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:14:49.693 DEBUG [main][MenuItemLookup] Found menu:'Paste' 12:14:49.693 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:14:49.693 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:14:49.693 DEBUG [main][MenuItemLookup] Found menu:'Rename...' 12:14:49.693 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:49.693 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:14:49.693 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:14:49.693 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:49.693 DEBUG [main][MenuItemLookup] Found menu:'Refresh' 12:14:49.693 DEBUG [main][MenuItemLookup] Item match:Refresh 12:14:49.693 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh" 12:14:49.693 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh 12:14:49.694 INFO [main][MenuItemHandler] Select menu item: Re&fresh 12:14:49.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:49.694 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:14:50.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:14:50.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:50.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:50.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:50.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:50.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:14:50.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:50.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:14:50.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:50.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:50.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:50.194 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 12:14:50.195 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 12:14:50.195 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 12:14:50.195 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 12:14:50.200 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 12:14:50.200 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:14:50.200 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:50.237 DEBUG [main][MenuItemLookup] Found menu:'New' 12:14:50.237 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:14:50.237 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:14:50.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:50.237 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:14:50.237 DEBUG [main][MenuItemLookup] Found menu:'Paste' 12:14:50.237 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:14:50.237 DEBUG [main][MenuItemLookup] Item match:Delete 12:14:50.237 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 12:14:50.237 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 12:14:50.237 INFO [main][MenuItemHandler] Select menu item: &Delete 12:14:50.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.366: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.390: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.394: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.397: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.415: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.431: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.448: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.464: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.482: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.497: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.515: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.530: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.547: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.564: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.581: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.597: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.615: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.631: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:14:50.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:14:50.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:14:50.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:50.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:50.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:50.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:50.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:14:50.899 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:50.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:50.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:50.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:50.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:50.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:50.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:50.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:50.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:50.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:50.900 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:14:50.900 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:14:50.900 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:14:50.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:50.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:50.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:50.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:50.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:14:50.900 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:50.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:50.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:50.900 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:14:50.900 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:50.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:50.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:50.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:50.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:50.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:50.901 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:14:50.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:50.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:50.901 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:50.901 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.903: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.905: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:14:50.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:14:50.907 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:14:50.958: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:14:51.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:14:51.407 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:14:51.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:51.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:14:51.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:14:51.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:14:51.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:51.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:51.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:51.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:51.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:14:51.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:51.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:51.408 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:51.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:51.408 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest 12:14:51.408 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:14:51.408 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:14:51.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:51.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.042 s - in org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 5.995 s selectCollapsedResourceNavigatorItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 2.591 s select no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 1.381 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 6.171 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorItemTest) Time elapsed: 1.866 s Running org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:14:51.425 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:14:51.425 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:14:51.426 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:51.426 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:14:51.426 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:51.426 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:14:51.426 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:51.426 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:14:51.426 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:51.426 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:14:51.426 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:51.427 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:14:51.427 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:14:51.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:14:51.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:51.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:51.427 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:51.427 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:51.434 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:51.434 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:51.434 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:51.434 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:51.434 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:51.434 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:51.434 DEBUG [main][MenuItemLookup] Item match:Window 12:14:51.435 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:51.435 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:51.435 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:51.435 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.435 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:51.435 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:14:51.435 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.435 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:14:51.435 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.435 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:14:51.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:51.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:51.436 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:51.436 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:51.436 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:51.436 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:51.436 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:51.436 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:51.436 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:51.436 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:51.436 DEBUG [main][MenuItemLookup] Item match:Window 12:14:51.436 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:51.436 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:51.436 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:51.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.436 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:51.436 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:14:51.436 DEBUG [main][MenuItemLookup] Item match:Perspective 12:14:51.437 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:14:51.437 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.437 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:14:51.437 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:14:51.437 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:14:51.437 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:14:51.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:14:51.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:51.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:51.437 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:51.437 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:51.437 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:51.437 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:51.437 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:51.437 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:51.437 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:51.437 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:51.437 DEBUG [main][MenuItemLookup] Item match:Window 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:14:51.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:51.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:51.438 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:51.438 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:51.438 DEBUG [main][MenuItemLookup] Item match:Window 12:14:51.439 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:51.439 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:51.439 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:51.439 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.439 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:51.439 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:14:51.439 DEBUG [main][MenuItemLookup] Item match:Perspective 12:14:51.439 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:14:51.439 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.439 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:14:51.439 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:14:51.439 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:14:51.439 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:14:51.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:51.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:51.439 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:51.439 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:51.439 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:51.440 DEBUG [main][MenuItemLookup] Item match:Window 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:14:51.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:51.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:51.440 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:51.440 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:51.440 DEBUG [main][MenuItemLookup] Item match:Window 12:14:51.441 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:51.441 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:51.441 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:51.441 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.441 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:51.441 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:14:51.441 DEBUG [main][MenuItemLookup] Item match:Perspective 12:14:51.441 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:14:51.441 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.441 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:14:51.441 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:14:51.441 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:14:51.441 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:14:51.441 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:14:51.441 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:14:51.441 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:14:51.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:14:51.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:14:51.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:14:51.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:51.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:51.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:51.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:51.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:51.486 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:14:51.486 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:51.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:51.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:51.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:14:51.487 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:51.487 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:14:51.487 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:51.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:51.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:51.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:51.488 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:14:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:51.488 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:51.488 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:51.763 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:14:51.763 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProperties no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 12:14:51.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:14:51.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:14:51.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:14:51.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:14:51.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:14:51.763 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:51.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:51.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:51.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:51.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:14:51.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:51.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:51.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:51.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:51.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:51.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:51.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:51.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:14:51.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:51.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:51.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:51.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:51.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:51.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:51.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:51.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:51.766 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:51.766 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:51.766 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:51.766 DEBUG [main][MenuItemLookup] Item match:File 12:14:51.767 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:14:51.767 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:51.772 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:14:51.772 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:14:51.773 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:14:51.773 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:14:51.773 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:14:51.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:14:51.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:14:51.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:14:51.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:51.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:51.907 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:14:51.907 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:51.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:14:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:51.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:51.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:51.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:51.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:51.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:51.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:51.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:14:51.909 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:14:51.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:51.909 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:14:51.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:51.909 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:14:51.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:14:51.909 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:14:51.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:51.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:14:51.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:51.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:14:51.910 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:14:51.910 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:14:51.910 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:14:51.916 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:14:51.916 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:14:51.916 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:14:51.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:14:51.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:51.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:51.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:51.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:51.917 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:14:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:51.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:51.917 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:51.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:52.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:14:52.253 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.253 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:14:52.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:14:52.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:14:52.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:52.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:52.254 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:14:52.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:14:52.255 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 12:14:52.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:14:52.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:52.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:52.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:14:52.274 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:14:52.275 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 12:14:52.308 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:14:52.308 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:14:52.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:14:52.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:52.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:52.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:52.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:52.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:52.313 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:14:52.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:52.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:52.313 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:52.313 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:52.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:14:55.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:14:55.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:14:55.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:14:55.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:14:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:14:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:14:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:14:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:14:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:14:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:14:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:14:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:14:55.334 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:14:55.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:14:55.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:55.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:55.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:55.343 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:55.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:14:55.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:55.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:55.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:55.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:55.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:55.345 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:55.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:55.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:55.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:55.406 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:55.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:55.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:55.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:55.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:55.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:55.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:55.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:55.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:56.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:56.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:56.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:14:56.410 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:14:56.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:14:56.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:56.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:56.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:56.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:56.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:56.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:56.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:56.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:56.413 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:14:56.414 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:14:56.414 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:14:56.415 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:14:56.420 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:14:56.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:56.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:14:56.445 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' view via menu. 12:14:56.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:56.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:56.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:56.446 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:56.446 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:14:56.447 DEBUG [main][MenuItemLookup] Found menu:'File' 12:14:56.447 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:14:56.447 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:14:56.447 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:14:56.447 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:14:56.447 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:14:56.447 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:14:56.447 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:14:56.447 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:14:56.447 DEBUG [main][MenuItemLookup] Item match:Window 12:14:56.448 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:14:56.448 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:14:56.448 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:14:56.448 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:56.448 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:14:56.448 DEBUG [main][MenuItemLookup] Item match:Show View 12:14:56.460 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:14:56.460 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:14:56.460 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:14:56.460 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:14:56.460 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:14:56.460 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:14:56.460 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:14:56.460 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:14:56.460 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:14:56.460 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:14:56.460 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:14:56.460 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:14:56.461 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:14:56.461 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:14:56.461 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:14:56.461 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:14:56.461 DEBUG [main][MenuItemLookup] Found menu:'' 12:14:56.461 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:14:56.461 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:14:56.485 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:14:56.485 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:14:56.486 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:14:56.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:14:56.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:14:56.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:14:56.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:56.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:56.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:14:56.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:56.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:56.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:56.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:56.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:56.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:56.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:56.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:56.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:56.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:56.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:14:56.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:14:56.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:14:56.595 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:56.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:56.595 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:56.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:56.595 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:56.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:14:56.595 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:14:56.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:56.596 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:14:56.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:56.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:14:56.596 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Properties 12:14:56.597 DEBUG [main][TreeItemHandler] Selecting tree item: Properties 12:14:56.597 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Properties about selection 12:14:56.597 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Properties 12:14:56.597 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:56.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:56.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:56.598 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:56.598 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:56.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:56.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:56.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:14:56.598 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:14:56.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:14:56.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:14:56.599 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:14:56.599 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:14:56.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:56.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:56.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:56.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:56.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:14:56.600 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:14:56.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:14:56.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:14:56.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:14:56.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:14:56.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:14:56.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:14:56.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.properties.PropertySheet' view is open... 12:14:56.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:56.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:56.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.properties.PropertySheet' view is open finished successfully 12:14:56.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:56.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:56.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:14:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:14:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:14:56.909 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:14:56.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E') 12:14:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:56.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:56.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:56.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:56.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:14:56.970 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:14:56.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:14:56.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:56.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:14:56.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:14:56.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:14:56.973 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:14:56.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:14:56.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:56.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:56.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Categories") 12:14:56.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:56.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:56.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:56.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:56.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:14:56.998 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 12:14:57.000 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:14:57.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:14:57.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:14:57.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:14:57.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:14:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:14:57.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:14:57.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:14:57.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:14:57.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:14:57.002 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Info and wait with time period 1 12:14:57.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 12:14:57.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:57.002 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 12:14:57.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:57.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 12:14:57.003 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 12:14:57.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:57.003 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 12:14:57.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:57.003 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 12:14:57.003 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item derived and wait with time period 1 12:14:57.003 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item derived 12:14:57.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:57.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:57.504 INFO [WorkbenchTestable][TreeItemHandler] Expanded: derived 12:14:57.505 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item derived 12:14:57.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:58.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:58.006 INFO [WorkbenchTestable][TreeItemHandler] Expanded: derived 12:14:58.006 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item editable and wait with time period 1 12:14:58.006 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item editable 12:14:58.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:58.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:58.507 INFO [WorkbenchTestable][TreeItemHandler] Expanded: editable 12:14:58.507 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item editable 12:14:58.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:59.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:59.008 INFO [WorkbenchTestable][TreeItemHandler] Expanded: editable 12:14:59.009 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item last modified and wait with time period 1 12:14:59.009 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item last modified 12:14:59.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:14:59.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:14:59.509 INFO [WorkbenchTestable][TreeItemHandler] Expanded: last modified 12:14:59.510 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item last modified 12:14:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:00.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:00.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: last modified 12:15:00.011 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item linked and wait with time period 1 12:15:00.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item linked 12:15:00.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:00.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:00.511 INFO [WorkbenchTestable][TreeItemHandler] Expanded: linked 12:15:00.512 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item linked 12:15:00.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:01.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:01.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: linked 12:15:01.012 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item location and wait with time period 1 12:15:01.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item location 12:15:01.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:01.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:01.513 INFO [WorkbenchTestable][TreeItemHandler] Expanded: location 12:15:01.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item location 12:15:01.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:02.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:02.014 INFO [WorkbenchTestable][TreeItemHandler] Expanded: location 12:15:02.014 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item name and wait with time period 1 12:15:02.014 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item name 12:15:02.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:02.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:02.515 INFO [WorkbenchTestable][TreeItemHandler] Expanded: name 12:15:02.515 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item name 12:15:02.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:03.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:03.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: name 12:15:03.016 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item path and wait with time period 1 12:15:03.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item path 12:15:03.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:03.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:03.517 INFO [WorkbenchTestable][TreeItemHandler] Expanded: path 12:15:03.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item path 12:15:03.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:04.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:04.018 INFO [WorkbenchTestable][TreeItemHandler] Expanded: path 12:15:04.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:04.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:04.025 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:15:04.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:04.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:04.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:04.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:04.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:04.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:04.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:15:04.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:04.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:04.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:04.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:04.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:04.061 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:04.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:04.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:04.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:04.116 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:04.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:04.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:04.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:04.118 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:04.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:04.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:04.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:04.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:04.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:04.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:04.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:04.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:05.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:05.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:05.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:05.121 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:05.121 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:05.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:05.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:05.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:05.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:05.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:05.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:05.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:05.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:05.123 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:15:05.124 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:05.124 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:05.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:05.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:05.125 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:05.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:05.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:05.126 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:05.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:05.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:05.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:05.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:05.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:06.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:06.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:06.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:06.128 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:06.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:06.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:06.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:06.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:06.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:06.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:06.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:06.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:06.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:06.131 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:15:06.131 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:15:06.131 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:15:06.131 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:15:06.138 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:15:06.138 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:15:06.138 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:06.205 DEBUG [main][MenuItemLookup] Found menu:'New' 12:15:06.205 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:15:06.205 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:06.205 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:15:06.205 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:15:06.205 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:15:06.205 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:06.205 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:15:06.206 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:15:06.206 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:15:06.206 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:15:06.206 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:06.206 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:15:06.206 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:15:06.206 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:15:06.206 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:15:06.206 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:06.206 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:15:06.206 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:15:06.206 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:06.206 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:15:06.206 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:15:06.206 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:15:06.206 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:15:06.206 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:15:06.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:06.207 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:15:06.707 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:06.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:06.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:06.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:06.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:15:06.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:06.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:06.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:06.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:06.708 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 12:15:06.708 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:15:06.708 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:15:06.709 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:15:06.712 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:15:06.712 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:15:06.712 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:06.763 DEBUG [main][MenuItemLookup] Found menu:'New' 12:15:06.763 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:15:06.763 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:06.763 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:15:06.763 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:15:06.763 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:15:06.763 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:06.763 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:15:06.763 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:15:06.763 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:15:06.763 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:15:06.763 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:15:06.764 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:15:06.764 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:15:06.764 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:15:06.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:15:06.910: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:06.934: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:06.939: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:06.942: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:06.958: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:06.975: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:06.992: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:07.008: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:07.024: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:07.042: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:07.057: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:07.075: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:07.091: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:07.108: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:07.124: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:07.141: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:07.157: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:15:07.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:15:07.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:15:07.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:07.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:07.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:07.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:07.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:15:07.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:07.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:07.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:07.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:15:07.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:07.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:07.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:07.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:07.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:07.446 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:15:07.446 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:15:07.446 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:15:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:07.447 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:07.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:07.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:15:07.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:07.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:07.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:07.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:15:07.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:07.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:07.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:07.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:07.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:07.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:07.449 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:15:07.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:07.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:07.449 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:07.449 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:15:07.451: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:07.453: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:15:07.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:15:07.455 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:15:07.490: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:15:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:15:07.956 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:15:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:07.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:15:07.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:15:07.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:07.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:07.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:07.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:07.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:15:07.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:07.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:07.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:07.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:07.956 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:15:07.956 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:07.956 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:07.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:07.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:07.958 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProperties no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 12:15:07.958 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:07.958 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 12:15:07.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:15:07.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:15:07.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:07.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:07.958 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:07.958 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:07.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:07.959 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:07.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:07.959 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:15:07.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:07.959 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:07.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:07.959 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:07.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:07.959 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:07.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:07.959 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:15:07.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:07.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:07.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:07.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:07.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:07.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:07.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:07.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:07.961 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:07.961 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:15:07.961 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:07.962 DEBUG [main][MenuItemLookup] Item match:File 12:15:07.963 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:07.963 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:07.968 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:15:07.968 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:15:07.992 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:15:07.992 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:15:07.992 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:15:08.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:15:08.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:15:08.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:15:08.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:08.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:08.130 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:15:08.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:08.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:15:08.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:08.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:08.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:08.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:08.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:08.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:15:08.134 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:15:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:08.134 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:15:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:08.134 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:15:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:15:08.134 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:15:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:08.134 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:15:08.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:08.134 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:15:08.135 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:15:08.135 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:15:08.135 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:15:08.135 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:15:08.135 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:15:08.135 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:15:08.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:15:08.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:08.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:08.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:08.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:08.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:08.149 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:15:08.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:08.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:08.149 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:08.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:08.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:08.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:08.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:08.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:15:08.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:15:08.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:15:08.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:08.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:08.420 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:15:08.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:08.421 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 12:15:08.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:15:08.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:08.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:08.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:08.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:08.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:15:08.426 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:15:08.427 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 12:15:08.462 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:15:08.462 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:15:08.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:15:08.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:08.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:08.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:08.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:08.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:08.467 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:15:08.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:08.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:08.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:08.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:08.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:15:11.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:15:11.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:15:11.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:15:11.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:11.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:15:11.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:11.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:11.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:11.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:11.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:15:11.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:11.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:11.685 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:11.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:11.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:11.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:11.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:11.687 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:11.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:15:11.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:11.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:11.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:11.688 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:11.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:11.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:11.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:11.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:11.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:11.720 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:11.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:11.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:11.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:11.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:11.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:11.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:12.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:12.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:12.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:12.724 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:12.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:12.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:12.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:12.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:12.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:12.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:12.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:12.727 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:15:12.727 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:15:12.727 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:15:12.727 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:15:12.734 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:15:12.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.745 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 12:15:12.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:12.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:12.751 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:12.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E') 12:15:12.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:12.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:12.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:12.785 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:15:12.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:15:12.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:12.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:12.853 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:15:12.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:15:12.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:12.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:12.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Categories") 12:15:12.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:12.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:12.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:15:12.855 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 12:15:12.856 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:15:12.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:15:12.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:12.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:12.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:12.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:12.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:12.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:12.858 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:15:12.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:15:12.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:12.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:12.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Categories") 12:15:12.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:12.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:12.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:15:12.860 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Categories 12:15:12.860 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 12:15:12.860 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:15:12.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:12.864 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:15:12.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:15:12.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:12.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:12.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:12.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:12.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:12.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:12.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:12.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:12.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.869 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:15:12.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:12.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:12.871 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:12.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:15:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:12.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:12.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:12.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:12.872 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:12.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:12.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:12.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:12.938 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:12.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:12.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:12.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:12.939 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:12.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:12.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:12.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:12.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:12.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:12.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:13.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:13.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:13.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:13.943 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:13.943 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:13.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:13.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:13.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:13.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:13.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:13.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:13.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:13.947 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:15:13.948 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:13.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:13.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:13.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:13.949 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:13.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:13.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:13.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:13.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:13.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:13.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:14.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:14.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:14.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:14.952 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:14.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:14.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:14.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:14.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:14.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:14.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:14.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:14.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:14.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:14.955 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:15:14.955 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:15:14.955 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:15:14.956 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:15:14.962 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:15:14.963 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:15:14.963 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'New' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:15.036 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:15:15.036 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:15:15.036 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:15:15.037 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:15:15.037 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:15:15.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:15.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunjce_provider.jar)' is a system job, skipped 12:15:15.038 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:15:15.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:15.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:15.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:15.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:15:15.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:15.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:15.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:15.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:15.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:15.538 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 12:15:15.539 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:15:15.539 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:15:15.539 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:15:15.542 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:15:15.543 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:15:15.543 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:15.592 DEBUG [main][MenuItemLookup] Found menu:'New' 12:15:15.592 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:15:15.592 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:15.592 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:15:15.592 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:15:15.592 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:15:15.592 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:15.592 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:15:15.592 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:15:15.592 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:15:15.592 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:15:15.592 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:15:15.593 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:15:15.593 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:15:15.593 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:15:15.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.734: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.758: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.762: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.766: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.782: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.799: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.816: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.832: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.849: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.865: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.881: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.898: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.915: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.931: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.948: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.965: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:15.981: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:15:16.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:15:16.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:15:16.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:16.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:16.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:15:16.270 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:16.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:16.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:16.270 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:15:16.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:16.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:16.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:16.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:16.271 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:15:16.271 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:15:16.272 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:15:16.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:16.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:16.272 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:16.272 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:16.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:15:16.272 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:16.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:16.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:16.273 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:15:16.273 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:16.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:16.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:16.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:16.275 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:15:16.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:16.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:16.275 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:16.275 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:15:16.277: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:16.280: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:15:16.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:15:16.290 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:15:16.326: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:15:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:15:16.791 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:15:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:16.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:15:16.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:15:16.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:16.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:16.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:16.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:15:16.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:16.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:16.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:16.791 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:16.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:16.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:15:16.791 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:16.791 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:16.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:16.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:16.793 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 12:15:16.793 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:16.793 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 12:15:16.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:15:16.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:15:16.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:16.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:16.793 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:16.794 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:16.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:16.794 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:16.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:16.794 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:15:16.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:16.794 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:16.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:16.795 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:16.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:16.795 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:16.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:16.795 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:15:16.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:16.796 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:16.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:16.796 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:16.796 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:16.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:16.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:16.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:16.797 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:16.798 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:15:16.798 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:16.799 DEBUG [main][MenuItemLookup] Item match:File 12:15:16.800 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:16.800 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:16.806 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:15:16.806 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:15:16.828 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:15:16.828 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:15:16.828 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:15:16.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:15:16.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:15:16.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:15:16.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:16.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:16.952 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:15:16.952 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:16.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:15:16.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:16.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:16.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:16.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:16.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:15:16.956 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:15:16.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:16.956 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:15:16.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:16.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:15:16.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:15:16.957 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:15:16.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:16.957 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:15:16.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:16.957 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:15:16.957 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:15:16.958 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:15:16.958 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:15:16.958 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:15:16.958 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:15:16.958 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:15:16.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:15:16.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:16.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:16.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:16.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:16.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:16.960 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:15:16.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:16.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:16.961 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:16.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:17.186 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:17.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:17.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:17.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:15:17.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:15:17.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:15:17.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:17.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:17.196 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:15:17.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:17.197 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 12:15:17.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:15:17.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:15:17.202 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:15:17.231 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 12:15:17.268 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:15:17.268 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:15:17.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:15:17.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:17.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:17.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:17.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:17.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:17.273 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:15:17.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:17.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:17.273 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:17.273 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:17.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:15:20.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:15:20.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:15:20.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:15:20.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:20.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:15:20.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:20.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:20.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:20.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:15:20.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:20.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:20.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:20.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:20.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:20.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:20.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:20.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:20.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:20.285 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:20.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:15:20.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:20.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:20.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:20.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:20.287 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:20.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:20.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:20.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:20.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:20.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:20.293 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:20.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:20.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:20.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:20.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:20.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:20.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:20.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:21.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:21.809 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:21.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:21.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:21.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:21.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:21.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:21.812 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:15:21.813 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:15:21.813 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:15:21.813 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:15:21.815 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:15:21.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.828 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 12:15:21.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:21.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:21.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:21.839 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:21.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E') 12:15:21.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:21.872 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:15:21.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:15:21.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:21.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:21.909 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:15:21.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:15:21.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:21.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:21.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Categories") 12:15:21.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:15:21.911 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 12:15:21.911 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Categories 12:15:21.911 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:15:21.911 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:21.915 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:15:21.915 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:15:21.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:21.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:21.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:21.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:21.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:21.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:21.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Info has children... 12:15:21.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 12:15:21.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:21.918 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 12:15:21.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:21.918 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 12:15:21.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Info has children finished successfully 12:15:21.938 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Info 12:15:21.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:21.938 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Info is already expanded. No action performed 12:15:21.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:21.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Info 12:15:21.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.940 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:15:21.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:21.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:21.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:21.942 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:21.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:15:21.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:21.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:21.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:21.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:21.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:21.966 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:21.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:22.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:22.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:22.007 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:22.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:22.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:22.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:22.033 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:22.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:22.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:22.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:22.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:22.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:22.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:22.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:22.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:23.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:23.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:23.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:23.037 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:23.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:23.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:23.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:23.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:23.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:23.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:23.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:23.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:23.039 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:15:23.040 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:23.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:23.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:23.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:23.041 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:23.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:23.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:23.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:23.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:23.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:23.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:23.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:23.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:24.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:24.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:24.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:24.045 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:24.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:24.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:24.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:24.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:24.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:24.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:24.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:24.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:24.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:24.048 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:15:24.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:15:24.048 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:15:24.049 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:15:24.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:15:24.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:15:24.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'New' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:24.123 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:15:24.123 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:15:24.124 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:15:24.124 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:15:24.124 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:15:24.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:24.125 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:15:24.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:24.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:24.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:24.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:15:24.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:24.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:24.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:24.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:24.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:24.626 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 12:15:24.626 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:15:24.627 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:15:24.627 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:15:24.630 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:15:24.630 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:15:24.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:24.678 DEBUG [main][MenuItemLookup] Found menu:'New' 12:15:24.678 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:15:24.678 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:24.678 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:15:24.678 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:15:24.678 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:15:24.678 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:24.678 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:15:24.678 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:15:24.678 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:15:24.678 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:15:24.678 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:15:24.678 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:15:24.678 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:15:24.678 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:15:24.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:15:24.817: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:24.839: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:24.844: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:24.848: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:24.866: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:24.883: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:24.898: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:24.915: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:24.932: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:24.948: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:24.965: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:24.981: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:24.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:25.015: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:25.031: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:25.049: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:25.064: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:15:25.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:15:25.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:15:25.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:25.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:25.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:25.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:25.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:15:25.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:25.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:25.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:25.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:15:25.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:25.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:25.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:25.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:25.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:25.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:25.351 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:15:25.351 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:15:25.351 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:15:25.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:25.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:25.351 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:25.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:25.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:15:25.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:25.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:25.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:25.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:15:25.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:25.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:25.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:25.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:25.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:25.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:25.354 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:15:25.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:25.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:25.354 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:25.354 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:15:25.355: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:25.358: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:15:25.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:15:25.359 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:15:25.407: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:15:25.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:15:25.860 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:15:25.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:25.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:15:25.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:15:25.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:25.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:25.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:25.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:15:25.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:25.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:25.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:25.860 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:25.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:25.861 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:15:25.861 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:25.861 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:25.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:25.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:25.861 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 12:15:25.862 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:25.862 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 12:15:25.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:15:25.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:15:25.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:25.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:25.862 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:25.862 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:25.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:25.863 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:25.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:25.863 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:15:25.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:25.863 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:25.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:25.864 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:25.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:25.864 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:25.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:25.864 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:15:25.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:25.865 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:25.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:25.865 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:25.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:25.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:25.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:25.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:25.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:25.866 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:15:25.866 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:25.867 DEBUG [main][MenuItemLookup] Item match:File 12:15:25.868 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:25.868 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:25.873 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:15:25.873 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:15:25.895 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:15:25.895 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:15:25.895 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:15:26.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:15:26.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:15:26.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:15:26.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:26.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:26.018 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:15:26.018 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:26.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:15:26.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:26.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:26.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:26.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:26.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:26.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:15:26.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:15:26.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:26.023 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:15:26.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:26.023 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:15:26.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:15:26.023 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:15:26.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:26.023 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:15:26.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:26.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:15:26.024 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:15:26.024 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:15:26.024 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:15:26.025 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:15:26.025 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:15:26.025 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:15:26.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:15:26.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:26.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:26.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:26.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:26.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:26.046 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:15:26.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:26.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:26.046 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:26.046 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:26.315 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:26.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:26.315 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:26.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:15:26.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:15:26.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:15:26.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:26.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:26.317 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:15:26.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:26.317 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PropertiesViewTestProject' 12:15:26.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:15:26.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:26.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:26.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:26.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:26.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:15:26.352 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:15:26.353 INFO [WorkbenchTestable][AbstractText] Text set to: PropertiesViewTestProject 12:15:26.390 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:15:26.390 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:15:26.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:15:26.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:26.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:26.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:26.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:26.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:26.395 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:15:26.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:26.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:26.395 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:26.395 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:26.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:15:29.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:15:29.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:15:29.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:15:29.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:29.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:15:29.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:29.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:29.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:29.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:15:29.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:29.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:29.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:29.404 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:29.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:29.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:29.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:29.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:29.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:29.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:29.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:15:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:29.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:29.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:29.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:29.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:29.407 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:29.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:29.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:29.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:29.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:29.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:29.434 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:29.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:29.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:29.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:29.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:29.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:29.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:29.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:30.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:30.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:30.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:30.438 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:30.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:30.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:30.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:30.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:30.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:30.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:30.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:30.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:30.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:30.440 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:15:30.441 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:15:30.441 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:15:30.441 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:15:30.448 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:15:30.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:30.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:30.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:30.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:30.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:30.459 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:30.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E') 12:15:30.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:30.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:30.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:30.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:30.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:30.499 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:15:30.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:15:30.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:30.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:30.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:30.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:30.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:30.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:30.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:30.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:30.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:30.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:30.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:30.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:30.549 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:15:30.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:30.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:30.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:30.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:30.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:30.552 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:30.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:15:30.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:30.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:30.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:30.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:30.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:30.553 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:30.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:30.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:30.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:30.597 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:30.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:30.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:30.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:30.598 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:30.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:30.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:30.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:30.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:30.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:30.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:31.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:31.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:31.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:31.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:31.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:31.601 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:31.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:31.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:31.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:31.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:31.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:31.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:31.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:31.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:31.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:31.603 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:15:31.604 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:31.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:31.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:31.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:31.605 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:31.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:31.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:31.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:31.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:31.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:31.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:32.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:32.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:32.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:32.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:32.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:32.608 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:32.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:32.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:32.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:32.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:32.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:32.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:32.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:32.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:32.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:32.609 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PropertiesViewTestProject 12:15:32.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:15:32.610 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:15:32.610 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:15:32.612 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:15:32.612 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:15:32.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:32.664 DEBUG [main][MenuItemLookup] Found menu:'New' 12:15:32.664 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:15:32.664 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:32.664 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:15:32.664 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:15:32.664 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:15:32.664 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:32.664 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:15:32.664 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:15:32.664 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:15:32.665 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:15:32.665 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:32.665 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:15:32.665 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:15:32.665 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:15:32.665 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:15:32.665 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:32.665 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:15:32.665 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:15:32.665 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:32.665 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:15:32.665 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:15:32.665 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:15:32.665 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:15:32.665 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:15:32.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:32.665 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:15:33.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:33.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:33.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:33.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:15:33.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:33.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:33.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:33.166 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:33.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:33.166 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PropertiesViewTestProject' via Explorer 12:15:33.167 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PropertiesViewTestProject 12:15:33.167 DEBUG [main][TreeItemHandler] Selecting tree item: PropertiesViewTestProject 12:15:33.167 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PropertiesViewTestProject about selection 12:15:33.171 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PropertiesViewTestProject 12:15:33.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:15:33.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:33.221 DEBUG [main][MenuItemLookup] Found menu:'New' 12:15:33.221 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:15:33.221 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:33.221 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:15:33.221 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:15:33.221 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:15:33.221 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:33.221 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:15:33.221 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:15:33.221 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:15:33.221 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:15:33.221 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:15:33.221 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:15:33.221 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:15:33.221 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:15:33.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.361: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.384: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.388: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.393: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.409: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.425: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.442: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.459: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.475: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.492: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.509: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.525: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.542: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.558: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.575: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.593: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.609: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:15:33.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:15:33.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:15:33.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:33.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:33.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:33.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:33.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:15:33.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:33.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:33.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:33.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:15:33.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:33.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:33.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:33.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:33.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:33.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:33.897 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:15:33.897 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:15:33.897 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:15:33.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:33.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:33.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:33.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:33.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:15:33.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:33.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:33.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:33.898 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:15:33.898 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:33.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:33.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:33.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:33.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:33.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:33.900 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:15:33.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:33.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:33.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:33.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.902: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.905: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:15:33.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:15:33.915 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:15:33.955: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:15:34.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:15:34.416 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:15:34.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:15:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:15:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:15:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:34.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:34.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:34.416 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:15:34.416 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:34.416 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:34.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:34.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:34.417 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) 12:15:34.417 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest 12:15:34.417 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:34.417 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:34.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:34.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.997 s - in org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest getProperties no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 16.194 s toggleShowCategories no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 8.835 s getProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 9.068 s getNonExistingProperty no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.PropertiesViewTest) Time elapsed: 8.555 s Running org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 12:15:34.429 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 12:15:34.430 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:15:34.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:34.431 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 12:15:34.431 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:15:34.431 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:15:34.431 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:34.431 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:15:34.431 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:34.432 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:15:34.432 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:34.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:34.448 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:15:34.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:34.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:34.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:34.448 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:34.448 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:15:34.449 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:34.450 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:15:34.450 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:15:34.450 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:15:34.450 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:15:34.450 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:15:34.450 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:15:34.450 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:15:34.450 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:15:34.450 DEBUG [main][MenuItemLookup] Item match:Window 12:15:34.451 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:15:34.451 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:15:34.451 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:15:34.451 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:34.451 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:15:34.451 DEBUG [main][MenuItemLookup] Item match:Show View 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:34.460 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:15:34.460 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:15:34.483 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:15:34.483 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:15:34.483 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:15:34.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:15:34.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:15:34.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:15:34.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:34.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:34.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:15:34.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:34.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:34.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:34.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:15:34.571 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:34.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:34.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:34.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:34.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:34.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:34.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:34.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:15:34.580 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:15:34.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:34.581 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:15:34.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:34.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:15:34.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:15:34.581 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:15:34.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:34.581 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:15:34.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:34.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:15:34.582 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:15:34.582 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:15:34.583 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:15:34.583 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:15:34.583 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:34.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:34.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:34.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:15:34.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:34.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:34.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:15:34.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:34.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:34.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:34.585 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:15:34.585 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:34.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:34.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:34.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:34.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:34.586 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:15:34.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:34.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:34.586 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:34.586 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:34.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:15:34.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:15:34.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:15:34.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:34.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:15:34.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:34.701 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:34.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:34.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:34.701 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:34.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:34.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:34.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:34.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:34.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:34.704 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:34.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:34.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:34.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:34.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:34.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:34.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:34.743 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 12:15:34.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:34.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:34.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:34.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:34.749 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:34.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E') 12:15:34.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:34.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:34.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:34.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:34.755 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:15:34.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:15:34.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:34.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.ScrolledComposite Text= TooltipText=null 12:15:34.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:34.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:34.789 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:15:34.790 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:34.790 DEBUG [main][MenuItemLookup] Item match:File 12:15:34.791 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:34.791 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:15:34.795 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:15:34.795 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:15:34.795 DEBUG [main][MenuItemLookup] Item match:Project... 12:15:34.796 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roject..." 12:15:34.796 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Project... 12:15:34.796 INFO [main][MenuItemHandler] Select menu item: P&roject... 12:15:34.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:15:34.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:15:34.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:15:34.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:34.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:34.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:15:34.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:34.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:34.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:34.883 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:15:34.883 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:34.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:34.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:34.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:34.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:34.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:34.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:34.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:34.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:15:34.887 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:15:34.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:35.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:35.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:15:35.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:15:35.390 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:15:35.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:35.391 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:15:35.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:35.391 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:15:35.391 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:15:35.391 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:15:35.391 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:15:35.395 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:15:35.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 12:15:35.396 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:35.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:35.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:35.396 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:15:35.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:35.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:35.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:35.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:35.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:35.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:35.398 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:15:35.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:35.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:35.398 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:35.398 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:35.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:15:35.451 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:35.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:35.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:35.451 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:15:35.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:35.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:35.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:35.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:35.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:35.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:15:35.455 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:15:35.455 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:15:35.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:15:35.457 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:35.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:35.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:35.457 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:15:35.457 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:35.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:35.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:35.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:35.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:35.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:35.461 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:15:35.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:35.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:35.461 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:35.461 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:35.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:15:35.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:15:35.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:35.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:35.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:35.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:35.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:35.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:15:35.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:35.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:35.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:35.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:35.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:35.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:35.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:35.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:35.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:35.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:35.995 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:35.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:35.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:35.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:35.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:35.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:35.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:35.997 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:35.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:36.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:36.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:36.083 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:36.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:36.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:36.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:36.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:36.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:36.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:36.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:36.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:37.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:37.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:37.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:37.087 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:37.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:37.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:37.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:37.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:37.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:37.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:37.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:37.089 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:15:37.090 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:15:37.090 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:15:37.090 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:15:37.103 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:15:37.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:37.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:37.103 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:15:37.103 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:37.103 DEBUG [main][MenuItemLookup] Item match:File 12:15:37.105 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:37.105 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:37.109 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:15:37.109 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:15:37.110 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:15:37.110 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:15:37.110 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:15:37.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:15:37.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:15:37.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:15:37.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:37.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:37.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:15:37.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:37.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:37.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:37.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 12:15:37.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:37.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:37.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:37.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:37.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:37.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:37.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:37.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:37.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem XML has children... 12:15:37.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item XML 12:15:37.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:37.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:37.711 INFO [WorkbenchTestable][TreeItemHandler] Expanded: XML 12:15:37.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem XML has children finished successfully 12:15:37.712 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item XML 12:15:37.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:37.712 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item XML is already expanded. No action performed 12:15:37.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:37.712 INFO [WorkbenchTestable][TreeItemHandler] Expanded: XML 12:15:37.712 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Schema File 12:15:37.712 DEBUG [main][TreeItemHandler] Selecting tree item: XML Schema File 12:15:37.713 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Schema File about selection 12:15:37.720 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Schema File 12:15:37.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 12:15:37.721 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:37.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:37.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:37.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 12:15:37.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:37.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:37.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:37.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:37.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:37.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:37.723 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:15:37.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:37.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:37.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:37.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:37.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:15:37.780 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:37.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:37.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:37.780 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create XML Schema" as the parent 12:15:37.780 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:37.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:37.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:37.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:37.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:37.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:37.783 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:15:37.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:37.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:37.784 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:37.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:37.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create XML Schema"] is available.... (Eclipse:1812): Gtk-WARNING **: 12:15:38.783: Negative content height -5 (allocation 1, extents 3x3) while allocating gadget (node button, owner GtkToggleButton) 12:15:39.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create XML Schema"] is available. finished successfully 12:15:39.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:39.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:39.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:39.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:15:39.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:15:39.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:39.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:39.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:39.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:15:39.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:39.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:39.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:39.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:39.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:39.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:39.080 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:39.080 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 12:15:39.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 12:15:39.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:15:39.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:39.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:39.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:39.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:39.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:39.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 12:15:39.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:39.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:39.102 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 12:15:39.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:39.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:39.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:39.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:39.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:39.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:39.104 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:39.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:39.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:39.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:39.201 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:39.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:39.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:39.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:39.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:39.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:39.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:39.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:39.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:40.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:40.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:40.204 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:40.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:40.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:40.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:40.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:40.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:40.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:40.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:40.207 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:15:40.207 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:40.208 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item NewXMLSchema.xsd of tree item test 12:15:40.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:40.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:40.208 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:40.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:40.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:40.208 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 12:15:40.208 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 12:15:40.209 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 12:15:40.223 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 12:15:40.224 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item NewXMLSchema.xsd 12:15:40.224 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 12:15:40.224 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 12:15:40.224 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 12:15:40.240 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 12:15:40.240 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:40.240 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:40.306 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:40.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:40.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:40.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:40.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:40.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:40.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:15:40.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:40.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:40.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:40.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:40.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:40.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:40.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@15548f0e is found... 12:15:40.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@15548f0e is found finished successfully 12:15:40.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 12:15:40.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:40.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:40.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:40.322 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:40.323 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:15:40.331 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 12:15:40.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:40.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:40.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:40.341 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:40.341 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:15:40.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.387 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 12:15:40.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 12:15:40.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:40.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:40.403 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 12:15:40.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E') 12:15:40.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:40.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:40.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:40.444 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:15:40.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:15:40.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:40.494 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=tns TooltipText=null 12:15:40.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Composite with no referenced composite specified, index 0 and following matchers specified (wicth class name 'TabbedPropertyList') 12:15:40.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:40.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:40.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:40.497 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 12:15:40.498 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:40.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:40.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:40.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 12:15:40.500 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 12:15:40.500 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:40.506 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 12:15:40.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:40.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Composite with no referenced composite specified, index 0 and following matchers specified (wicth class name 'TabbedPropertyList') 12:15:40.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:40.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:40.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:40.631 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 12:15:40.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:40.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:40.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:40.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 12:15:40.632 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 12:15:40.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:40.632 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 12:15:40.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:40.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Composite with no referenced composite specified, index 0 and following matchers specified (wicth class name 'TabbedPropertyList') 12:15:40.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:40.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:40.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:40.644 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 12:15:40.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:40.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:40.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:40.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 12:15:40.645 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 12:15:40.645 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:40.645 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 12:15:40.645 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:40.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Composite with no referenced composite specified, index 0 and following matchers specified (wicth class name 'TabbedPropertyList') 12:15:40.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:40.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:40.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:40.667 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 12:15:40.667 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:40.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:40.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:40.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 12:15:40.668 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 3 12:15:40.668 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:40.668 TRACE [WorkbenchTestable][WidgetHandler] Notify ListElement with event 4 12:15:40.668 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:40.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Extensions") 12:15:40.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:40.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:40.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:40.734 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 12:15:40.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:40.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:40.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:40.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:15:40.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Extension Details") 12:15:40.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:40.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:40.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:40.736 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 12:15:40.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:40.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:40.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:40.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 12:15:40.737 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 12:15:40.737 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:40.738 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:40.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:40.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:40.738 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 12:15:40.738 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:40.738 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 12:15:40.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 12:15:40.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:15:40.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:40.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:40.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:40.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 12:15:40.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:40.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:40.740 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 12:15:40.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:40.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:40.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:40.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:40.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:40.741 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:40.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:40.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:40.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:40.799 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:40.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:40.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:40.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:40.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:40.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:40.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:41.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:41.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:41.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:41.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:41.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:41.801 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:41.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:41.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:41.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:41.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:41.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:41.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:41.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:41.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:41.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:41.803 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:15:41.804 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:15:41.809 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item NewXMLSchema.xsd of tree item test 12:15:41.809 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:41.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:41.810 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:41.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:41.810 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:41.810 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 12:15:41.810 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 12:15:41.810 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 12:15:41.821 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 12:15:41.821 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item NewXMLSchema.xsd 12:15:41.825 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item NewXMLSchema.xsd 12:15:41.825 DEBUG [main][TreeItemHandler] Selecting tree item: NewXMLSchema.xsd 12:15:41.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item NewXMLSchema.xsd about selection 12:15:41.834 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: NewXMLSchema.xsd 12:15:41.834 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:41.834 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:41.905 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:41.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:41.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:41.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:41.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:41.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:41.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:15:41.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:41.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:41.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:41.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:41.906 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:41.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:41.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2fdacea is found... 12:15:41.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2fdacea is found finished successfully 12:15:41.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 12:15:41.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:41.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:41.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:41.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:41.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:41.912 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:41.912 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:15:41.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNewXMLSchema.xsd\E') 12:15:41.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:41.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:41.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:41.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:41.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:41.922 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:41.922 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:15:41.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:41.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:41.931 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E'' is already open. Activate. 12:15:41.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:41.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:41.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 12:15:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:41.943 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 12:15:41.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProperties\E') 12:15:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:41.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:41.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:41.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:41.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:41.981 INFO [WorkbenchTestable][AbstractView] Activate view Properties 12:15:41.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Properties 12:15:42.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:42.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:42.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Composite with no referenced composite specified, index 0 and following matchers specified (wicth class name 'TabbedPropertyList') 12:15:42.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:42.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:42.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:42.036 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Properties"as the parent 12:15:42.036 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:42.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:42.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:42.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:42.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:42.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Composite and index 0 was found 12:15:42.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 12:15:42.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:42.037 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:42.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:42.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:42.038 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) 12:15:42.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:42.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:42.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/NewXMLSchema.xsd - Eclipse Platform 12:15:42.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:42.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:42.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/NewXMLSchema.xsd - Eclipse Platform' 12:15:42.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:15:42.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:42.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:42.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:42.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:42.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:42.041 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:42.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:42.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:42.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:42.100 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:42.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:42.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:42.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:42.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:42.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:42.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:42.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:42.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:43.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:43.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:43.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:43.102 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:15:43.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:15:43.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:43.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:43.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:43.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:43.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:43.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:43.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:43.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:43.104 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:15:43.104 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:15:43.104 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:15:43.105 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:15:43.119 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:15:43.138 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:15:43.138 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:43.186 DEBUG [main][MenuItemLookup] Found menu:'New' 12:15:43.186 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:15:43.186 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:43.186 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:15:43.186 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:43.186 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:15:43.186 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:15:43.186 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:15:43.186 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:15:43.186 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:15:43.186 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:15:43.186 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:43.186 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:15:43.186 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:15:43.186 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:43.186 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:15:43.186 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:15:43.187 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:15:43.187 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:15:43.187 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:15:43.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:43.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:43.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:15:43.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:43.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:15:43.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:43.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:43.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:43.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:43.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:43.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:43.687 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:43.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:43.688 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test' via Explorer 12:15:43.688 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:15:43.688 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:15:43.688 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:15:43.706 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:15:43.706 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:15:43.706 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:43.748 DEBUG [main][MenuItemLookup] Found menu:'New' 12:15:43.748 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:15:43.748 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:43.748 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:15:43.748 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:43.748 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:15:43.748 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:15:43.748 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:15:43.748 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:15:43.748 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:15:43.748 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:15:43.749 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:15:43.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:15:44.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:15:44.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:15:44.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:44.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:44.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:44.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:44.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:15:44.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:44.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:44.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:44.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:15:44.445 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:44.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:44.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:44.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:44.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:44.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:44.446 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:15:44.446 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:15:44.446 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:15:44.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:44.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:44.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:44.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:44.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:15:44.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:15:44.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:44.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:44.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:15:44.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:15:44.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:44.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:44.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:44.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:44.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:44.448 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:15:44.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:44.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:44.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:44.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:44.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:15:44.453 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:15:44.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:15:44.954 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:15:44.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:44.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:15:44.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:15:44.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:44.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:44.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:44.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:44.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:44.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:44.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:44.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:44.955 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest 12:15:44.955 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:44.955 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:44.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:44.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.527 s - in org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest selectTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) Time elapsed: 1.658 s getTabTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.properties.TabbedPropertiesTest) Time elapsed: 1.3 s Running org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:15:44.972 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:15:44.975 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:15:44.975 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:44.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:15:44.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:15:44.976 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:15:44.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:44.976 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:15:44.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:44.976 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:15:44.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:44.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:44.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:44.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:44.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:44.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:15:44.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:44.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:44.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:44.978 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:44.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:44.978 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:44.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:44.978 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:15:44.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:44.978 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:44.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:44.978 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:44.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:44.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:44.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:44.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:44.979 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:44.979 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:15:44.979 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:44.980 DEBUG [main][MenuItemLookup] Item match:File 12:15:44.982 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:44.982 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:44.987 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:15:44.987 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:15:45.009 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:15:45.009 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:15:45.010 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:15:45.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:15:45.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:15:45.162 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:15:45.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:45.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:45.163 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:15:45.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:45.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:15:45.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:45.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:45.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:45.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:45.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:45.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:45.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:45.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:15:45.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:15:45.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:45.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:15:45.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:45.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:15:45.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:15:45.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:15:45.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:45.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:15:45.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:45.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:15:45.169 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:15:45.169 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:15:45.169 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:15:45.174 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:15:45.174 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:15:45.174 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:15:45.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:15:45.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:45.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:45.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:45.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:45.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:45.177 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:15:45.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:45.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:45.177 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:45.177 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:45.466 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:45.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:45.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:45.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:15:45.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:15:45.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:15:45.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:45.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:45.468 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:15:45.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:45.481 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'OutlineViewTestProject' 12:15:45.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:15:45.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:45.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:45.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:45.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:45.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:15:45.493 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:15:45.494 INFO [WorkbenchTestable][AbstractText] Text set to: OutlineViewTestProject 12:15:45.529 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:15:45.529 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:15:45.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:15:45.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:45.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:45.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:45.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:45.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:45.534 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:15:45.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:45.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:45.534 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:45.534 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:45.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:15:49.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:15:49.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:15:49.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:15:49.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:49.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:15:49.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:49.255 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:49.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:49.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:49.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:49.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:49.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:49.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:49.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:49.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:49.258 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:15:49.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:49.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:49.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:49.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:49.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:49.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:49.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:15:49.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:49.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:49.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:49.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:49.264 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:49.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:49.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:49.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:49.345 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:49.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:49.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:49.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:49.346 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:49.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:49.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:49.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:49.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:49.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:49.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:49.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:49.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:50.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:50.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:50.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:50.350 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:50.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:50.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:50.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:50.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:50.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:50.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:50.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:50.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:50.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:50.352 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:15:50.352 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 12:15:50.352 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 12:15:50.355 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 12:15:50.359 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 12:15:50.360 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:50.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:50.360 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:50.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:50.360 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:15:50.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:50.360 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:50.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:50.360 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:50.360 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:50.360 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:50.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:50.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:15:50.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:50.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:50.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:50.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:50.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:50.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:50.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:50.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:50.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:50.362 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:15:50.362 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:50.362 DEBUG [main][MenuItemLookup] Item match:File 12:15:50.363 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:15:50.364 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'File' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'' 12:15:50.369 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:15:50.369 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:15:50.369 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:15:50.369 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:15:50.369 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:15:50.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:15:50.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:15:50.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:15:50.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:50.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:50.549 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:15:50.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:50.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:15:50.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:50.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:50.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:50.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:50.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:50.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:15:50.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:15:50.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:15:50.563 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:15:50.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:50.563 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:15:50.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:50.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:15:50.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:15:50.564 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:15:50.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:50.564 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:15:50.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:50.564 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:15:50.564 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:15:50.564 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:15:50.565 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:15:50.567 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:15:50.567 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:15:50.567 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:15:50.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:15:50.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:50.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:50.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:50.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:50.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:50.578 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:15:50.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:50.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:50.578 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:50.579 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:50.710 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:15:50.710 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:50.710 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:50.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:15:50.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:15:50.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:15:50.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:50.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:50.711 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:15:50.711 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:15:50.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:15:50.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:50.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:50.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:50.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:50.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:15:50.794 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:15:50.796 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 12:15:50.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:15:50.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:50.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:50.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:50.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:50.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:15:50.863 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:15:50.866 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:15:50.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:15:50.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:50.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:50.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:50.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:50.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:50.894 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:15:50.894 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 12:15:50.894 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 12:15:50.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:50.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:50.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:50.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:50.894 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:15:50.894 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:15:50.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:15:50.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:50.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:50.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:50.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:50.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:15:50.901 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:15:50.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:15:50.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:15:50.901 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:15:50.901 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:50.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:15:51.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:15:51.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:51.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 12:15:52.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:52.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:52.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:52.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:52.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:52.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:52.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:52.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:52.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:52.454 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:52.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:52.454 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:52.454 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideNonPublicMembersInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:15:52.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:15:52.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:15:52.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:52.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:52.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:52.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:52.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:52.456 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:15:52.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:52.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:52.459 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:15:52.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:52.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:52.459 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:15:52.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:15:52.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:52.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:52.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:52.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:52.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:52.461 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:52.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:52.529 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:52.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:52.530 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:52.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:52.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:52.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:52.532 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:52.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:52.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:52.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:52.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:52.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:52.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:53.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:53.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:53.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:53.536 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:53.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:53.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:53.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:53.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:53.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:53.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:53.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:53.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:53.539 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:15:53.539 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:15:53.540 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 12:15:53.540 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 12:15:53.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:53.540 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 12:15:53.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:53.540 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 12:15:53.541 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:53.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:53.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:53.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:53.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:53.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:53.541 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:15:53.542 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:53.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:53.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:53.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:53.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:53.542 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:15:53.542 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:15:53.543 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:15:53.548 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:15:53.549 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:15:53.549 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:15:53.549 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:15:53.549 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:15:53.551 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:15:53.551 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:53.551 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:53.620 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:53.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:53.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:53.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:53.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:53.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:53.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:53.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:53.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:53.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:53.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:53.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:53.620 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:53.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:53.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:53.632 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:15:53.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:53.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:15:53.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:53.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:53.644 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:15:53.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:15:53.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:53.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:53.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:53.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:53.682 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:15:53.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:15:53.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:53.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:53.732 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:15:53.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:15:53.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:53.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:53.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:15:53.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:53.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:53.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:53.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:15:53.734 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 12:15:53.734 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:15:53.734 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:53.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:15:53.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:53.738 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:53.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:53.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:53.738 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideNonPublicMembersInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:15:53.739 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:53.739 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:15:53.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:15:53.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:15:53.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:53.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:53.739 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:53.739 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:53.739 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:53.740 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 12:15:53.861 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 12:15:53.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:53.869 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:15:53.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:53.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:53.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:53.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:53.879 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:53.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:15:53.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:53.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:53.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:53.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:53.905 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:15:53.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:15:53.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:53.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:53.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:53.907 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:53.908 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:15:53.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:15:53.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:53.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:15:53.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:15:53.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:53.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:53.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:54.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:54.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:54.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:54.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:54.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:15:54.921 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 12:15:54.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:15:54.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:54.921 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:54.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:54.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:54.922 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:15:54.922 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:54.922 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:15:54.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:15:54.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:15:54.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:54.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:54.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:54.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:54.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:54.924 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:15:54.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:54.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:54.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:54.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:54.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:54.927 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:54.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:15:54.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:54.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:54.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:54.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:54.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:54.928 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:54.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:54.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:54.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:54.991 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:54.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:54.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:54.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:54.992 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:54.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:54.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:54.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:54.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:54.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:54.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:55.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:55.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:55.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:55.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:55.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:55.994 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:55.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:55.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:55.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:55.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:55.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:55.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:55.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:55.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:55.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:55.997 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:15:55.997 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:15:55.998 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 12:15:55.998 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 12:15:55.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:55.999 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 12:15:55.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:55.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 12:15:55.999 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:55.999 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:55.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:55.999 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:55.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:55.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:55.999 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:15:55.999 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:55.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:55.999 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:55.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:55.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:56.000 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:15:56.000 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:15:56.000 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:15:56.003 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:15:56.003 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:15:56.003 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:15:56.003 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:15:56.003 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:15:56.008 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:15:56.008 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:56.008 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:56.248 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:56.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:56.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:56.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:56.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:56.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:15:56.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:56.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:56.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:56.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:56.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:56.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:56.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:56.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:56.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:56.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:56.271 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:15:56.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:56.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:15:56.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:56.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:56.286 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:15:56.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:15:56.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:56.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:56.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:56.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:56.332 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:15:56.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:15:56.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:56.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:56.391 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:15:56.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:15:56.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:56.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:56.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Collapse All.*') 12:15:56.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:56.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:56.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:56.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:15:56.394 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Collapse All (Shift+Ctrl+Numpad_Divide) 12:15:56.394 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:15:56.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:56.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:15:56.395 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:56.395 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:56.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:56.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:56.395 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:15:56.396 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:56.396 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:15:56.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:15:56.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:15:56.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:56.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:56.396 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:56.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:56.397 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:15:56.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:56.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:15:56.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:56.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:56.399 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:15:56.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:15:56.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:56.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:56.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:56.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:56.400 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:56.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:56.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:56.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:56.461 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:56.461 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:56.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:56.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:56.462 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:56.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:56.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:56.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:56.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:56.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:56.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:56.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:57.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:57.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:57.464 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:57.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:57.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:57.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:57.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:57.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:57.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:57.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:57.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:57.466 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:15:57.467 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:15:57.468 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 12:15:57.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 12:15:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:57.468 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 12:15:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:57.468 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 12:15:57.468 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:57.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:57.468 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:57.468 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:57.468 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:15:57.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:57.468 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:57.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:57.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:57.469 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:15:57.469 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:15:57.469 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:15:57.474 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:15:57.475 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:15:57.475 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:15:57.475 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:15:57.475 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:15:57.477 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:15:57.477 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:57.477 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:15:57.544 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:15:57.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:15:57.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:15:57.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:15:57.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:15:57.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:15:57.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:15:57.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:15:57.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:15:57.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:15:57.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:15:57.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:15:57.544 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:15:57.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:15:57.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:57.552 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:15:57.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:57.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:15:57.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:57.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:57.558 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:15:57.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:15:57.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:57.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:57.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:57.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:57.591 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:15:57.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:15:57.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:57.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:57.636 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:15:57.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:15:57.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:57.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:57.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:15:57.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:57.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:57.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:57.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:15:57.638 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 12:15:57.638 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:15:57.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:15:57.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:15:57.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:57.642 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:57.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:57.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:57.643 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:15:57.643 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:57.643 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:15:57.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:15:57.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:15:57.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:57.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:57.643 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:57.643 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:15:57.643 DEBUG [main][EditorHandler] 1 editor(s) found 12:15:57.644 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 12:15:57.727 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 12:15:57.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:57.732 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:15:57.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:57.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:57.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:57.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:57.736 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:57.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:15:57.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:57.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:57.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:57.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:57.740 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:15:57.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:15:57.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:57.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:15:57.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:15:57.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:15:57.759 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:15:57.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:15:57.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:57.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:15:57.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:15:57.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:57.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:57.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:58.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:58.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:58.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:58.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:58.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:15:58.766 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 12:15:58.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:15:58.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:15:58.766 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:15:58.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:15:58.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:15:58.767 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:15:58.767 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:15:58.767 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:15:58.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:15:58.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:15:58.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:15:58.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:15:58.767 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:15:58.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:58.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:58.769 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:15:58.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:58.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:58.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:15:58.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:15:58.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:15:58.771 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:15:58.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:15:58.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:58.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:58.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:58.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:58.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:15:58.773 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:58.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:58.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:58.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:58.848 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:58.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:58.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:58.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:58.850 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:58.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:58.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:58.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:58.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:58.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:58.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:59.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:59.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:15:59.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:15:59.853 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:15:59.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:15:59.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:15:59.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:15:59.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:15:59.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:15:59.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:15:59.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:15:59.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:15:59.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:15:59.855 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:15:59.855 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:15:59.856 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 12:15:59.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 12:15:59.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:59.856 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 12:15:59.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:59.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 12:15:59.856 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:15:59.856 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:15:59.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:59.857 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:15:59.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:59.857 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:15:59.857 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:15:59.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:15:59.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:15:59.857 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:15:59.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:15:59.857 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:15:59.857 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:15:59.857 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:15:59.858 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:15:59.862 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:15:59.862 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:15:59.862 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:15:59.862 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:15:59.862 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:15:59.864 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:15:59.864 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:15:59.864 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:00.099 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:00.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:16:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:16:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:16:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:16:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:16:00.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:16:00.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:00.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:00.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:00.120 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:16:00.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:00.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:00.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:16:00.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:00.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:00.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:16:00.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:16:00.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:00.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:00.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:00.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:00.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:00.145 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:00.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:00.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:00.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:00.208 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:00.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:00.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:00.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:00.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:16:00.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:00.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:00.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:00.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:00.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:16:00.210 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 12:16:00.210 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:16:00.210 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:00.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:00.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:00.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:00.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:00.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:00.213 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:00.213 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:00.214 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:00.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:00.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:00.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:00.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:00.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:00.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:00.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:00.239 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:16:00.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:00.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:00.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:16:00.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:00.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:00.240 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:16:00.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:16:00.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:00.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:00.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:00.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:00.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:00.241 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:00.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:00.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:00.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:00.300 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:00.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:00.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:00.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:00.301 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:00.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:00.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:00.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:00.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:00.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:00.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:00.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:00.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:01.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:01.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:01.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:01.305 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:01.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:01.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:01.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:01.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:01.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:01.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:01.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:01.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:01.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:01.309 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:16:01.310 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:16:01.311 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 12:16:01.311 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 12:16:01.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:01.311 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 12:16:01.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:01.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 12:16:01.312 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:01.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:01.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:01.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:01.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:01.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:01.312 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:16:01.312 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:01.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:01.312 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:01.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:01.312 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:01.313 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:16:01.313 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:16:01.313 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:16:01.320 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:16:01.320 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:16:01.320 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:16:01.320 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:16:01.320 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:16:01.327 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:16:01.327 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:01.327 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:01.413 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:01.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:01.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:01.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:01.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:01.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:16:01.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:16:01.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:16:01.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:01.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:01.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:01.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:16:01.414 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:16:01.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:01.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:01.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:01.427 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:16:01.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:01.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:01.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:16:01.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:01.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:01.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:16:01.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:16:01.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:01.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:01.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:01.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:01.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:01.450 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:01.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:01.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:01.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:01.504 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:01.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:01.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:01.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:01.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:16:01.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:01.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:01.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:01.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:01.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:16:01.507 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 12:16:01.507 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:16:01.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:01.511 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:01.511 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:01.512 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:01.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:01.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:01.512 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:01.513 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:01.513 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:01.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:01.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:01.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:01.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:01.513 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:01.513 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:01.513 DEBUG [main][EditorHandler] 1 editor(s) found 12:16:01.514 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 12:16:01.611 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 12:16:01.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:01.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:01.620 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:16:01.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:01.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:01.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:01.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:01.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:01.629 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:01.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:16:01.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:01.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:01.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:01.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:01.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:01.638 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:01.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:01.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:01.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:01.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:01.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:01.640 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:01.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:01.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:01.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:16:01.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:16:01.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:01.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:01.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:02.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:02.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:02.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:02.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:02.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:16:02.665 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 12:16:02.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:02.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:02.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:02.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:02.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:02.666 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:02.666 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:02.666 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:02.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:02.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:02.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:02.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:02.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:02.666 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:02.666 DEBUG [main][EditorHandler] 0 editor(s) found 12:16:02.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:02.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:02.677 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:16:02.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:02.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:02.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:02.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:02.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:02.686 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:02.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:16:02.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:02.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:02.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:02.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:02.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:02.711 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:02.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:02.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:02.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:02.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:02.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:02.713 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:02.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:02.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:02.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:16:02.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:16:02.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:02.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:02.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:03.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:03.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:03.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:03.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:03.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:16:03.720 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 12:16:03.720 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:03.720 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:03.720 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:03.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:03.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:03.721 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:03.721 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:03.721 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:03.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:03.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:03.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:03.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:03.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:03.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:03.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:03.722 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:16:03.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:03.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:03.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:03.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:03.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:03.724 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:03.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:16:03.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:03.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:03.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:03.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:03.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:03.725 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:03.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:03.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:03.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:03.782 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:03.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:03.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:03.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:03.783 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:03.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:03.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:03.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:03.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:03.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:03.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:04.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:04.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:04.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:04.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:04.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:04.786 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:04.786 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:04.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:04.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:04.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:04.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:04.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:04.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:04.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:04.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:04.788 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:16:04.788 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:16:04.789 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 12:16:04.789 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 12:16:04.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:04.789 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 12:16:04.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:04.789 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 12:16:04.789 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:04.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:04.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:04.790 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:04.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:04.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:04.790 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:16:04.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:04.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:04.790 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:04.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:04.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:04.790 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:16:04.790 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:16:04.790 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:16:04.797 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:16:04.797 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:16:04.797 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:16:04.797 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:16:04.797 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:16:04.800 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:16:04.800 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:04.800 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:05.064 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:05.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:05.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:05.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:05.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:16:05.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:16:05.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:16:05.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:16:05.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:05.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:05.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:05.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:16:05.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:16:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:05.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:05.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:05.087 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:16:05.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:05.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:05.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:16:05.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:05.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:05.101 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:16:05.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:16:05.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:05.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:05.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:05.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:05.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:05.156 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:05.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:05.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:05.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:05.205 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:05.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:05.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:05.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:05.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:16:05.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:05.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:05.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:05.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:05.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:16:05.210 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Sort 12:16:05.210 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:16:05.210 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:05.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:05.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:05.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:05.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:05.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:05.213 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:05.213 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:05.213 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:05.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:05.213 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:05.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:05.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:05.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:05.214 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:05.214 DEBUG [main][EditorHandler] 1 editor(s) found 12:16:05.215 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 12:16:05.311 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 12:16:05.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:05.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:05.320 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:16:05.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:05.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:05.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:05.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:05.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:05.339 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:05.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:16:05.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:05.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:05.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:05.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:05.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:05.367 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:05.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:05.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:05.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:05.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:05.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:05.369 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:05.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:05.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:05.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:16:05.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Sort.*') 12:16:05.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:05.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:05.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:05.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:05.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:06.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:06.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:06.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:16:06.378 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 12:16:06.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:06.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:06.379 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:06.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:06.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:06.380 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:06.380 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:06.381 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:06.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:06.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:06.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:06.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:06.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:06.381 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:06.381 DEBUG [main][EditorHandler] 0 editor(s) found 12:16:06.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:06.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:06.387 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:16:06.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:06.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:06.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:06.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:06.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:06.392 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:06.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:16:06.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:06.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:06.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:06.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:06.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:06.397 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:06.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:06.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:06.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:06.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:06.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:06.399 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:06.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:06.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:06.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:16:06.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Collapse All.*') 12:16:06.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:06.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:06.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:06.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:06.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:07.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:07.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:07.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:16:07.409 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 12:16:07.409 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:07.409 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:07.409 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:07.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:07.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:07.410 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:07.410 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:07.410 INFO [WorkbenchTestable][RequirementsRunner] Started test: testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:07.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:07.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:07.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:07.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:07.410 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:07.410 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:07.410 DEBUG [main][EditorHandler] 0 editor(s) found 12:16:07.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:07.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:07.419 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:16:07.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:07.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:07.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:07.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:07.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:07.424 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:07.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:16:07.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:07.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:07.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:07.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:07.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:07.431 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:07.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:07.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:07.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:07.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:07.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:07.433 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:07.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:07.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:07.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:16:07.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:07.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:07.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:07.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:07.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:07.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:08.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:08.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:08.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:16:08.438 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:16:08.438 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:08.438 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:08.439 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:08.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:08.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:08.439 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:08.439 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:08.440 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:08.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:08.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:08.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:08.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:08.440 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:08.440 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:16:08.440 DEBUG [main][EditorHandler] 0 editor(s) found 12:16:08.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:08.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:08.450 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:16:08.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:08.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:08.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:08.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:08.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:08.459 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:08.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:16:08.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:08.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:08.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:08.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:08.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:08.467 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:08.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:08.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:08.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:08.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:08.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:08.486 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:08.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:08.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:08.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:16:08.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Link with Editor.*') 12:16:08.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:08.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:08.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:08.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:08.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:09.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:09.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:09.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:16:09.494 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 12:16:09.494 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:09.494 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:09.494 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:09.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:09.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:09.495 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:09.495 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:09.495 INFO [WorkbenchTestable][RequirementsRunner] Started test: testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:09.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:09.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:09.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:09.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:09.495 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:09.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:09.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:09.496 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:16:09.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:09.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:09.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:09.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:09.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:09.500 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:09.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:16:09.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:09.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:09.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:09.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:09.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:09.520 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:09.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:09.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:09.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:09.594 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:09.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:09.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:09.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:09.595 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:09.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:09.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:09.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:09.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:09.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:09.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:10.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:10.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:10.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:10.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:10.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:10.599 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:10.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:10.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:10.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:10.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:10.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:10.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:10.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:10.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:10.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:10.601 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:16:10.601 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:16:10.602 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 12:16:10.602 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 12:16:10.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:10.603 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 12:16:10.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:10.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 12:16:10.603 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:10.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:10.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:10.604 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:10.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:10.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:10.604 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:16:10.604 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:10.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:10.604 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:10.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:10.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:10.604 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:16:10.605 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:16:10.605 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:16:10.613 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:16:10.614 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:16:10.614 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:16:10.614 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:16:10.614 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:16:10.616 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:16:10.616 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:10.616 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:10.935 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:10.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:10.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:10.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:10.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:10.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:16:10.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:16:10.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:16:10.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:16:10.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:10.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:10.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:10.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:16:10.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:16:10.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:10.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:10.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:10.958 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:16:10.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:10.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:10.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:16:10.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:10.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:10.973 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:16:10.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:16:10.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:10.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:11.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:11.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:11.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:11.018 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:11.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:11.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:11.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:11.071 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:11.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:11.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:11.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:11.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:11.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:11.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:11.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:11.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:11.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:11.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:11.074 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 12:16:11.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:11.074 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:11.074 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:11.074 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:11.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:11.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:11.075 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:11.076 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:11.076 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:11.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:11.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:11.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:11.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:11.076 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:11.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:11.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:11.077 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:16:11.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:11.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:11.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:16:11.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:11.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:11.079 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:16:11.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:16:11.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:11.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:11.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:11.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:11.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:11.110 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:11.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:11.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:11.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:11.173 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:11.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:11.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:11.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:11.174 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:11.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:11.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:11.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:11.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:11.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:11.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:11.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:11.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:12.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:12.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:12.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:12.177 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:12.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:12.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:12.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:12.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:12.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:12.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:12.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:12.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:12.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:12.179 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:16:12.180 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:16:12.181 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item OutlineViewTestProject 12:16:12.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item OutlineViewTestProject 12:16:12.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:12.181 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item OutlineViewTestProject is already expanded. No action performed 12:16:12.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:12.181 INFO [WorkbenchTestable][TreeItemHandler] Expanded: OutlineViewTestProject 12:16:12.181 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:16:12.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:12.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:12.182 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:12.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:12.182 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:12.182 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:16:12.182 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:16:12.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:12.182 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:16:12.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:12.182 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:16:12.182 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:16:12.182 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:16:12.183 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:16:12.185 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:16:12.185 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:16:12.185 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:16:12.185 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:16:12.185 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:16:12.187 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:16:12.187 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:16:12.187 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:16:12.254 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:16:12.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:12.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:12.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:12.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:16:12.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:12.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:16:12.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:16:12.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:12.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:12.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:12.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:16:12.254 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:16:12.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:12.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:12.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:12.267 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:16:12.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:12.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:12.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform 12:16:12.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:12.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:12.278 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OutlineViewTestProject/src/test/TestClass.java - Eclipse Platform' 12:16:12.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:16:12.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:12.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:12.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:12.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:12.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:12.289 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:12.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:12.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:12.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:12.350 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:16:12.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:16:12.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:12.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:12.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Link with Editor.*') 12:16:12.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:12.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:12.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:12.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:12.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:13.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:13.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:13.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:16:13.361 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was not found 12:16:13.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:13.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:13.361 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:13.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:13.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:13.361 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) 12:16:13.362 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:13.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:13.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:13.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:13.413 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:13.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:13.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:13.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:13.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:13.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:13.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:13.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:13.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:14.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:14.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:14.417 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:16:14.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:16:14.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:14.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:14.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:14.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:14.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:14.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:14.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:14.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:14.419 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OutlineViewTestProject 12:16:14.419 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 12:16:14.419 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 12:16:14.421 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 12:16:14.430 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 12:16:14.445 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:16:14.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:14.498 DEBUG [main][MenuItemLookup] Found menu:'New' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:14.499 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:16:14.499 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:16:14.499 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:16:14.499 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:16:14.499 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:16:14.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:14.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:14.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:16:14.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:14.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:16:14.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:16:14.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:16:14.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:14.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:14.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:14.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:16:14.507 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:16:14.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:14.507 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'OutlineViewTestProject' via Explorer 12:16:14.507 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item OutlineViewTestProject 12:16:14.507 DEBUG [main][TreeItemHandler] Selecting tree item: OutlineViewTestProject 12:16:14.508 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item OutlineViewTestProject about selection 12:16:14.510 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: OutlineViewTestProject 12:16:14.510 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:16:14.511 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:14.567 DEBUG [main][MenuItemLookup] Found menu:'New' 12:16:14.568 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:16:14.568 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:14.568 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:16:14.568 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:16:14.568 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:16:14.568 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:14.568 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:16:14.568 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:16:14.568 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:16:14.568 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:16:14.568 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:16:14.568 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:16:14.568 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:16:14.568 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:16:14.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.721: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.749: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.753: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.755: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.770: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.786: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.803: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.835: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.853: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.868: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.885: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.903: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.919: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.936: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.952: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:14.969: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:16:15.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:16:15.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:16:15.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:15.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:15.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:15.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:15.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:16:15.260 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:15.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:15.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:15.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:16:15.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:15.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:15.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:15.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:15.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:15.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:15.261 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:16:15.261 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:16:15.261 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:16:15.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:15.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:15.261 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:15.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:15.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:16:15.261 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:15.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:15.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:15.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:16:15.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:15.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:15.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:15.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:15.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:15.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:15.264 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:16:15.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:15.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:15.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:15.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:16:15.266: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:15.268: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:16:15.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:16:15.269 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:16:15.351: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:16:15.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:16:15.770 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:16:15.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:15.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:16:15.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:16:15.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:16:15.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:16:15.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:16:15.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:16:15.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:16:15.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:16:15.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:15.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:15.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:16:15.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:16:15.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:15.771 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest 12:16:15.771 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:15.771 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:15.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:15.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.801 s - in org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest testHideNonPublicMembersInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.284 s testSortInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.183 s testCollapseInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.473 s testSortInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.247 s testHideNonPublicMembersInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.124 s testHideFieldsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.446 s testHideStaticFieldsAndMethodsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.298 s testHideStaticFieldsAndMethodsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.153 s testHideFieldsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.055 s testHideLocalTypesInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.492 s testHideLocalTypesInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.167 s testCollapseInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.029 s testElementsInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.029 s testLinkWithEditorInEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.055 s testElementsInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 1.58 s testLinkWithEditorInNonEmptyOutlineView no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.contentoutline.OutlineViewTest) Time elapsed: 2.285 s Running org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 12:16:15.788 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 12:16:15.788 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:16:15.789 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:15.789 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 12:16:15.789 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:15.789 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:16:15.789 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:15.789 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:16:15.789 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:15.790 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:16:15.790 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:15.790 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:15.790 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 12:16:15.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 12:16:15.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:15.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:15.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:15.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:15.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:15.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:15.803 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E'' view via menu. 12:16:15.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:15.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:15.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:15.804 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:15.804 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:15.805 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:15.805 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:15.805 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:16:15.805 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:16:15.805 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:15.805 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:15.805 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:15.805 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:15.805 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:15.805 DEBUG [main][MenuItemLookup] Item match:Window 12:16:15.806 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:15.806 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:15.806 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:15.806 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:15.806 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:15.806 DEBUG [main][MenuItemLookup] Item match:Show View 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:15.815 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:16:15.815 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:16:15.815 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:16:15.815 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:16:15.815 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:16:15.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:16:15.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:16:15.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:16:15.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:15.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:15.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:15.919 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:15.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:15.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:15.919 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:15.919 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:15.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:15.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:15.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:15.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:15.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:15.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:15.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:15.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:15.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:15.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:15.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:15.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:15.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:15.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:15.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:15.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:15.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:15.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:15.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:15.922 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Navigator (Deprecated) 12:16:15.922 DEBUG [main][TreeItemHandler] Selecting tree item: Navigator (Deprecated) 12:16:15.922 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Navigator (Deprecated) about selection 12:16:15.922 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Navigator (Deprecated) 12:16:15.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:15.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:15.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:15.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:15.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:15.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:15.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:15.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:16:15.923 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:15.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:15.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:15.923 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:15.923 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:15.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:15.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:15.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:15.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:15.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:15.943 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:16:15.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:15.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:15.943 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:15.943 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:16.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:16.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:16.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open... 12:16:16.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:16.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:16.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.navigator.ResourceNavigator' view is open finished successfully 12:16:16.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:16.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:16.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:16.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:16.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:16.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:16.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E') 12:16:16.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:16.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:16.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:16.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:16.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:16.098 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:16:16.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:16:16.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:16.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:16.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:16.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:16.101 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:16:16.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:16:16.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:16.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:16.103 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:16:16.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:16:16.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:16.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:16.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:16.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:16.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:16.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:16.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:17.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:17.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:17.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:17.106 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:16:17.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:16:17.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:17.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:17.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:17.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:17.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:17.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:17.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:17.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:17.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 12:16:17.108 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:17.108 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:17.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:17.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:17.109 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 12:16:17.109 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:17.109 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 12:16:17.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 12:16:17.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:17.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:17.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:17.109 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:17.110 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:17.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.110 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:17.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.110 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:16:17.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.110 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:17.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.110 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:17.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.111 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:17.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.111 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:16:17.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.111 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:17.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.111 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:17.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:17.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:17.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:17.112 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:17.112 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:17.112 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:17.113 DEBUG [main][MenuItemLookup] Item match:File 12:16:17.114 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:17.114 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:16:17.118 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:16:17.118 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:16:17.118 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:17.118 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:16:17.118 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:16:17.118 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:16:17.118 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:16:17.118 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:16:17.118 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:16:17.118 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:16:17.118 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:16:17.118 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:17.119 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:16:17.119 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:16:17.119 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:16:17.119 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:17.119 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:16:17.119 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:17.119 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:16:17.119 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:16:17.119 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:16:17.119 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:16:17.119 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:16:17.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:16:17.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:16:17.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:16:17.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:17.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:17.243 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:16:17.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:16:17.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:17.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:17.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:17.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:17.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:17.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:17.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:16:17.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:16:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:17.246 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:16:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:17.246 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:16:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:16:17.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:16:17.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:17.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:16:17.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:17.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:16:17.247 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:16:17.258 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:16:17.259 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:16:17.262 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:16:17.262 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:16:17.262 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:16:17.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:16:17.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:17.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:17.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:17.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:17.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:17.264 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:16:17.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:17.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:17.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:17.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:17.534 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:17.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:16:17.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:16:17.543 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:16:17.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:17.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:17.543 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:16:17.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:17.544 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ResourceNavigatorTestProject' 12:16:17.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:16:17.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:17.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:17.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:17.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:17.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:16:17.548 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:17.549 INFO [WorkbenchTestable][AbstractText] Text set to: ResourceNavigatorTestProject 12:16:17.584 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:16:17.584 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:16:17.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:16:17.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:17.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:17.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:17.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:17.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:17.588 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:16:17.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:17.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:17.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:17.588 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:17.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:16:20.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:16:20.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:20.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:20.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:20.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:16:20.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:16:20.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:16:20.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:16:20.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:16:20.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:20.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:20.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:16:20.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:16:20.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:20.598 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:20.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.598 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:20.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.599 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:16:20.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.599 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:20.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.599 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:20.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.599 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:20.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.599 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:16:20.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.600 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:20.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.600 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:20.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:20.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:20.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:20.601 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:20.601 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:20.601 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:20.601 DEBUG [main][MenuItemLookup] Item match:File 12:16:20.603 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:20.603 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:20.609 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:16:20.610 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:20.610 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:16:20.610 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:16:20.610 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:16:20.610 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:16:20.610 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:16:20.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:16:20.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:16:20.764 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:16:20.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:20.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:20.766 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:16:20.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:16:20.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:20.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:20.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:20.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:20.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:20.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:20.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:20.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:16:20.769 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:16:20.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:20.770 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:16:20.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:20.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:16:20.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:16:20.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:16:20.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:20.770 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:16:20.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:20.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:16:20.771 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:16:20.771 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:16:20.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:16:20.776 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:16:20.776 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:16:20.776 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:16:20.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:16:20.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:20.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:20.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:20.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:20.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:20.790 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:16:20.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:20.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:20.791 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:20.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:20.919 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:20.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:16:20.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:16:20.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:16:20.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:20.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:20.948 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:16:20.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:20.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:16:20.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:20.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:20.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:20.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:20.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:16:20.984 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:20.985 INFO [WorkbenchTestable][AbstractText] Text set to: Test 12:16:21.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:16:21.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:21.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:21.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:21.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:21.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:16:21.047 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:21.049 INFO [WorkbenchTestable][AbstractText] Text set to: org.eclipse.reddeer.eclipse.jdt.navigator 12:16:21.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Source folder:") 12:16:21.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:21.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:21.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:21.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:21.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:16:21.076 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:21.077 INFO [WorkbenchTestable][AbstractText] Text set to: ResourceNavigatorTestProject/src 12:16:21.079 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:16:21.079 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:16:21.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:16:21.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:21.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:21.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:21.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:21.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:21.086 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:16:21.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:21.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:21.086 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:21.086 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:21.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:22.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:22.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:22.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:16:22.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update package explorer' is a system job, skipped 12:16:22.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update package explorer' is a system job, skipped 12:16:22.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 17 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jsse.jar)' is a system job, skipped 12:16:22.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:16:22.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:16:22.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:16:22.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:16:22.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:16:22.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:16:22.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:22.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:22.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:22.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:16:22.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:16:22.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:22.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:22.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:22.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ResourceNavigatorTestProject/src/org/eclipse/reddeer/eclipse/jdt/navigator/Test.java - Eclipse Platform 12:16:22.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:22.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:22.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ResourceNavigatorTestProject/src/org/eclipse/reddeer/eclipse/jdt/navigator/Test.java - Eclipse Platform' 12:16:22.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNavigator (Deprecated)\E') 12:16:22.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:22.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:22.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:22.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:22.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:22.670 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:16:22.670 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:16:22.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:22.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:22.750 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:16:22.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:16:22.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:22.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:22.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:22.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:22.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:23.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:23.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:23.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:23.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:23.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:23.754 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:16:23.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:16:23.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:23.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:23.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:23.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:23.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:23.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:23.756 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ResourceNavigatorTestProject 12:16:23.757 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:16:23.758 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ResourceNavigatorTestProject 12:16:23.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ResourceNavigatorTestProject 12:16:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:23.758 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ResourceNavigatorTestProject is already expanded. No action performed 12:16:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:23.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ResourceNavigatorTestProject 12:16:23.759 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:16:23.759 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org of tree item src 12:16:23.759 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:16:23.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:23.760 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:16:23.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:23.760 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:16:23.760 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:16:23.760 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item eclipse of tree item org 12:16:23.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org 12:16:23.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:23.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org is already expanded. No action performed 12:16:23.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:23.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org 12:16:23.761 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:16:23.761 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item reddeer of tree item eclipse 12:16:23.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item eclipse 12:16:23.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:23.762 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item eclipse is already expanded. No action performed 12:16:23.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:23.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: eclipse 12:16:23.762 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:16:23.763 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item eclipse of tree item reddeer 12:16:23.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item reddeer 12:16:23.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:23.763 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item reddeer is already expanded. No action performed 12:16:23.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:23.763 INFO [WorkbenchTestable][TreeItemHandler] Expanded: reddeer 12:16:23.763 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:16:23.764 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item jdt of tree item eclipse 12:16:23.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item eclipse 12:16:23.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:23.764 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item eclipse is already expanded. No action performed 12:16:23.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:23.764 INFO [WorkbenchTestable][TreeItemHandler] Expanded: eclipse 12:16:23.764 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:16:23.765 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item navigator of tree item jdt 12:16:23.765 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item jdt 12:16:23.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:23.765 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item jdt is already expanded. No action performed 12:16:23.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:23.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: jdt 12:16:23.766 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Navigator (Deprecated)' 12:16:23.766 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item Test.java of tree item navigator 12:16:23.766 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item navigator 12:16:23.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:23.767 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item navigator is already expanded. No action performed 12:16:23.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:23.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: navigator 12:16:23.767 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:16:23.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:16:23.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:23.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:23.768 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:16:23.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:16:23.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:23.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:23.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:23.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:23.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:24.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:24.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:24.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:24.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:24.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:24.771 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:16:24.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:16:24.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:24.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:24.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:24.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:24.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:24.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:24.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:24.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:24.772 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ResourceNavigatorTestProject 12:16:24.773 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:16:24.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:16:24.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:24.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:24.774 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:16:24.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:16:24.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:24.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:24.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:24.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:24.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:25.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:25.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:25.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:25.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:25.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:25.776 INFO [WorkbenchTestable][AbstractView] Activate view Navigator (Deprecated) 12:16:25.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Navigator (Deprecated) 12:16:25.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:25.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:25.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:25.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:25.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:25.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:25.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:25.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:25.778 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ResourceNavigatorTestProject 12:16:25.779 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ResourceNavigatorTestProject 12:16:25.779 DEBUG [main][TreeItemHandler] Selecting tree item: ResourceNavigatorTestProject 12:16:25.779 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ResourceNavigatorTestProject about selection 12:16:25.782 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ResourceNavigatorTestProject 12:16:25.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:16:25.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:25.823 DEBUG [main][MenuItemLookup] Found menu:'New' 12:16:25.823 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:16:25.823 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:16:25.823 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:25.823 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:16:25.823 DEBUG [main][MenuItemLookup] Found menu:'Paste' 12:16:25.823 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:16:25.823 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:16:25.823 DEBUG [main][MenuItemLookup] Found menu:'Rename...' 12:16:25.823 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:25.823 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:16:25.823 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:16:25.823 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:25.823 DEBUG [main][MenuItemLookup] Found menu:'Refresh' 12:16:25.823 DEBUG [main][MenuItemLookup] Item match:Refresh 12:16:25.824 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh" 12:16:25.824 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh 12:16:25.824 INFO [main][MenuItemHandler] Select menu item: Re&fresh 12:16:25.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:25.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:16:26.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:16:26.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:16:26.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:16:26.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:16:26.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:26.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:16:26.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:26.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:16:26.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:16:26.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:26.325 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ResourceNavigatorTestProject' via Explorer 12:16:26.325 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ResourceNavigatorTestProject 12:16:26.325 DEBUG [main][TreeItemHandler] Selecting tree item: ResourceNavigatorTestProject 12:16:26.325 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ResourceNavigatorTestProject about selection 12:16:26.329 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ResourceNavigatorTestProject 12:16:26.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:16:26.329 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:26.366 DEBUG [main][MenuItemLookup] Found menu:'New' 12:16:26.367 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:16:26.367 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:16:26.367 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:26.367 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:16:26.367 DEBUG [main][MenuItemLookup] Found menu:'Paste' 12:16:26.367 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:16:26.367 DEBUG [main][MenuItemLookup] Item match:Delete 12:16:26.367 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 12:16:26.367 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 12:16:26.367 INFO [main][MenuItemHandler] Select menu item: &Delete 12:16:26.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:16:26.525: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:26.555: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:26.559: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:26.561: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:26.573: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:26.589: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:26.606: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:26.623: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:26.639: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:26.657: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:26.673: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:26.690: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:26.706: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:26.723: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:26.740: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:26.756: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:16:27.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:16:27.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:16:27.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:27.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:27.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:27.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:16:27.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:27.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:27.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:27.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:16:27.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:27.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:27.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:27.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:27.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:27.068 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:16:27.068 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:16:27.068 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:16:27.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:27.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:27.068 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:27.068 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:27.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:16:27.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:27.069 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:16:27.069 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:27.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:27.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:27.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:27.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:27.071 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:16:27.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:27.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:27.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:27.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:16:27.073: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:27.075: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:16:27.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:16:27.076 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:16:27.153: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:16:27.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:16:27.577 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:16:27.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:27.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:16:27.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:16:27.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:16:27.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:16:27.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:16:27.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:16:27.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:16:27.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:27.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:27.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:16:27.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:16:27.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:27.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 12:16:27.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:27.577 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:27.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:27.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:27.578 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) 12:16:27.578 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest 12:16:27.578 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:27.578 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:27.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:27.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.792 s - in org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest open no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) Time elapsed: 1.319 s navigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.ResourceNavigatorTest) Time elapsed: 10.469 s Running org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:27.592 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:27.597 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:16:27.598 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:27.598 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:27.598 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:27.598 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:16:27.598 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:27.598 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:16:27.599 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:27.599 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:16:27.599 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:27.599 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:27.599 INFO [WorkbenchTestable][RequirementsRunner] Started test: getInfoMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:16:27.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:27.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:27.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:27.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:27.599 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:27.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:27.620 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 12:16:27.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:27.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:27.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:27.621 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:27.621 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:27.621 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:27.622 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:27.622 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:27.622 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:27.622 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:27.622 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:27.622 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:27.622 DEBUG [main][MenuItemLookup] Item match:Window 12:16:27.623 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:27.623 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:27.623 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:27.623 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:27.623 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:27.623 DEBUG [main][MenuItemLookup] Item match:Show View 12:16:27.631 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:27.632 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:16:27.632 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:16:27.652 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:16:27.652 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:16:27.653 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:16:27.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:16:27.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:16:27.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:16:27.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:27.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:27.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:27.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:27.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:27.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:27.740 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:27.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:27.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:27.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:27.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:27.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:27.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:27.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:27.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:27.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:27.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:27.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:27.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:27.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:27.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:27.752 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:27.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:27.752 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:27.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:27.752 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:27.753 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 12:16:27.753 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 12:16:27.753 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 12:16:27.753 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 12:16:27.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:27.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:27.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:27.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:27.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:27.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:27.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:16:27.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:27.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:27.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:27.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:27.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:27.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:27.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:27.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:27.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:27.758 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:16:27.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:27.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:27.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:27.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:16:27.920: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:27.929: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:16:27.944: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:16:27.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:27.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:27.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open... 12:16:27.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:27.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open finished successfully 12:16:27.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:27.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:27.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:27.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:27.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:27.979 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:27.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:16:27.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:27.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:28.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:28.016 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:28.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:28.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:28.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:28.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:28.023 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:28.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:28.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:28.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:28.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:28.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:28.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:28.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:28.064 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:28.064 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:28.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:28.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:28.065 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getInfoMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:16:28.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:28.065 INFO [WorkbenchTestable][RequirementsRunner] Started test: getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:16:28.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:28.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:28.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:28.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:28.065 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:28.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.190 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:16:28.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:28.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:28.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:28.197 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:28.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:16:28.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:28.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:28.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:28.231 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:28.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:28.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:28.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:28.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:28.234 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:28.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:28.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:28.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:28.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:28.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:28.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:28.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:28.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:28.240 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:28.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:28.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:28.241 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:16:28.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:28.241 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:16:28.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:28.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:28.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:28.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:28.241 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:28.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.309 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:16:28.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:28.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:28.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:28.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:28.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:16:28.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:28.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:28.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:28.332 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:28.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:28.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:28.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:28.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:28.357 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:28.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:28.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:28.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:28.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:28.368 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:16:28.369 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:28.369 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:16:28.369 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:28.370 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 12:16:28.370 DEBUG [main][MenuItemLookup] Item match:Activate on new events 12:16:28.372 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:16:28.372 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:28.372 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:16:28.372 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:28.372 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 12:16:28.372 DEBUG [main][MenuItemLookup] Item match:Activate on new events 12:16:28.372 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:28.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:28.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:28.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:28.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:28.374 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:16:28.374 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:28.374 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:16:28.374 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:28.374 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 12:16:28.374 DEBUG [main][MenuItemLookup] Item match:Activate on new events 12:16:28.374 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Activate on new events" 12:16:28.374 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Activate on new events 12:16:28.374 INFO [main][MenuItemHandler] Select menu item: &Activate on new events 12:16:28.375 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:28.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:28.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:28.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:28.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:28.377 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:16:28.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:28.377 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:16:28.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:28.377 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 12:16:28.377 DEBUG [main][MenuItemLookup] Item match:Activate on new events 12:16:28.377 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Activate on new events" 12:16:28.377 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Activate on new events 12:16:28.377 INFO [main][MenuItemHandler] Select menu item: &Activate on new events 12:16:28.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:28.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:28.378 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:28.378 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:16:28.378 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:28.378 INFO [WorkbenchTestable][RequirementsRunner] Started test: getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:16:28.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:28.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:28.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:28.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:28.378 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:28.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.428 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:16:28.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:28.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:28.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:28.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:28.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:16:28.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:28.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:28.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:28.450 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:28.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:28.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:28.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:28.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:28.451 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:28.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:28.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:28.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:28.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:28.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:28.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:28.481 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.getWarningMessage throws exception: java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.getWarningMessage(LogViewTest.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:16:28.483 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.getWarningMessage.png 12:16:28.608 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.getWarningMessage.png 12:16:28.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:28.609 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:28.609 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:28.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:28.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:28.616 ERROR [WorkbenchTestable][RequirementsRunner] Failed test: getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.getWarningMessage(LogViewTest.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:16:28.617 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:16:28.617 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:28.617 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:16:28.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:28.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:28.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:28.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:28.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:28.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.681 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:16:28.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:28.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:28.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:28.692 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:28.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:16:28.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:28.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:28.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:28.740 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:28.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:28.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:28.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:28.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:28.742 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:28.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:28.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:28.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:28.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:28.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:28.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:28.749 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:28.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:28.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:16:28.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:16:28.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:28.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:28.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:28.752 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:16:28.752 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:28.803 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:16:28.804 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:28.804 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:16:28.804 DEBUG [main][MenuItemLookup] Item match:Clear Log Viewer 12:16:28.804 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"C&lear Log Viewer" 12:16:28.804 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Clear Log Viewer 12:16:28.804 INFO [main][MenuItemHandler] Select menu item: C&lear Log Viewer 12:16:28.814 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:28.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:28.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:16:28.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:28.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:28.837 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:28.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:28.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:28.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:16:28.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:16:28.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:28.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:28.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:28.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:28.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:28.840 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:16:28.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:28.864 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:16:28.864 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:28.864 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:16:28.864 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:16:28.864 DEBUG [main][MenuItemLookup] Found menu:'Open Log' 12:16:28.864 DEBUG [main][MenuItemLookup] Found menu:'Restore Log' 12:16:28.864 DEBUG [main][MenuItemLookup] Item match:Restore Log 12:16:28.864 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restore Log" 12:16:28.864 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restore Log 12:16:28.864 INFO [main][MenuItemHandler] Select menu item: &Restore Log 12:16:28.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 12:16:29.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. failed, NO exception will be thrown 12:16:29.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 12:16:29.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. finished successfully 12:16:29.955 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:29.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:29.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:29.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:16:29.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:29.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:29.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:29.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:29.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:29.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:29.981 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:29.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:29.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:29.982 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:16:29.982 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:29.982 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:16:29.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:29.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:29.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:29.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:29.982 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:30.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:30.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:30.025 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:16:30.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:30.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:30.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:30.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:30.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:30.038 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:30.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:16:30.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:30.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:30.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:30.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:30.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:30.076 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:30.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:30.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:30.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:30.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:30.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:30.080 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:30.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:30.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:30.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:30.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:30.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:30.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:30.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:30.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:30.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:30.086 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:30.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:30.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:30.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:16:30.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:16:30.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:30.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:30.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:30.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:30.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:30.088 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:16:30.088 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:30.151 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:16:30.152 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:30.152 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:16:30.152 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:16:30.152 DEBUG [main][MenuItemLookup] Item match:Delete Log 12:16:30.152 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 12:16:30.152 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 12:16:30.152 INFO [main][MenuItemHandler] Select menu item: &Delete Log 12:16:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 12:16:30.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available. finished successfully 12:16:30.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 12:16:30.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:30.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:30.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:30.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:30.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:30.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:16:30.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:30.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:30.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:30.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete All Events") 12:16:30.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:30.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:30.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:30.200 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:16:30.200 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:30.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:30.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:30.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:30.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:30.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:30.201 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 12:16:30.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:30.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:30.201 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:30.201 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:30.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:30.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:30.254 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:30.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:30.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:30.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:16:30.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:30.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:30.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:30.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:30.262 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:30.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:30.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:30.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:16:30.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:16:30.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:30.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:30.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:30.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:30.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:30.264 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:16:30.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:30.290 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:16:30.290 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:30.290 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:16:30.290 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:16:30.290 DEBUG [main][MenuItemLookup] Item match:Delete Log 12:16:30.291 DEBUG [WorkbenchTestable][AbstractView] Unable to delete log. "Delete Log" menu item is not enabled. 12:16:30.291 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:30.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:30.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:30.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:16:30.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:16:30.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:30.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:30.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:30.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:30.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:30.293 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:16:30.293 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:30.312 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:16:30.312 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:30.312 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:16:30.312 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:16:30.312 DEBUG [main][MenuItemLookup] Found menu:'Open Log' 12:16:30.312 DEBUG [main][MenuItemLookup] Found menu:'Restore Log' 12:16:30.312 DEBUG [main][MenuItemLookup] Item match:Restore Log 12:16:30.312 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restore Log" 12:16:30.312 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restore Log 12:16:30.312 INFO [main][MenuItemHandler] Select menu item: &Restore Log 12:16:30.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 12:16:31.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. failed, NO exception will be thrown 12:16:31.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 12:16:31.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. finished successfully 12:16:31.390 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:31.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:31.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:31.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:16:31.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:31.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:31.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:31.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:31.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:31.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:31.400 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:31.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:31.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:31.406 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:16:31.406 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:31.407 INFO [WorkbenchTestable][RequirementsRunner] Started test: getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:16:31.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:31.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:31.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:31.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:31.407 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:31.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:31.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:31.457 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:16:31.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:31.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:31.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:31.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:31.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:31.497 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:31.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:16:31.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:31.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:31.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:31.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:31.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:31.510 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:31.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:31.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:31.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:31.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:31.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:31.512 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:16:31.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:16:31.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:31.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:31.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:31.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:31.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:31.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:31.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:31.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:31.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:31.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:31.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:31.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:31.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:31.547 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) 12:16:31.547 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest 12:16:31.547 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:31.547 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:31.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:31.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.956 s <<< FAILURE! - in org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest getInfoMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 0.466 s getErrorMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 0.176 s testSetActivateOnNewEvents no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 0.137 s getWarningMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 0.238 s <<< FAILURE! java.lang.AssertionError at org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest.getWarningMessage(LogViewTest.java:132) testClearAndRestore no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 1.365 s testDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 1.424 s getOKMessage no-configuration(org.eclipse.reddeer.eclipse.test.ui.views.log.LogViewTest) Time elapsed: 0.14 s Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 12:16:31.564 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 12:16:31.567 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:16:31.568 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:31.568 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 12:16:31.568 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:31.568 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:16:31.568 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:31.568 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:16:31.571 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:31.571 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:16:31.571 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:31.571 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:31.571 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 12:16:31.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 12:16:31.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:31.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:31.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:31.571 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:31.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:31.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:31.589 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 12:16:31.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:31.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:31.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:31.590 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:31.590 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:31.590 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:31.591 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:31.591 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:31.591 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:31.591 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:31.591 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:31.591 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:31.591 DEBUG [main][MenuItemLookup] Item match:Window 12:16:31.592 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:31.592 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:31.592 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:31.592 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:31.592 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:31.592 DEBUG [main][MenuItemLookup] Item match:Show View 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:31.602 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:16:31.602 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:16:31.629 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:16:31.629 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:16:31.629 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:16:31.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:16:31.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:16:31.723 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:16:31.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:31.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:31.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:31.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:31.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:31.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:31.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:31.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:31.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:31.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:31.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:31.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:31.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:31.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:31.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:31.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:31.735 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:31.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:31.735 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:31.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:31.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:31.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:31.735 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:31.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:31.735 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:31.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:31.735 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:31.736 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 12:16:31.736 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 12:16:31.737 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 12:16:31.737 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 12:16:31.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:31.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:31.737 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:31.737 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:31.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:31.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:31.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:16:31.738 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:31.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:31.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:31.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:31.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:31.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:31.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:31.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:31.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:31.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:31.740 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:16:31.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:31.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:31.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:31.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:31.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:31.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:31.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 12:16:31.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:32.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:32.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 12:16:32.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:32.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:32.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:32.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:32.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:32.036 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:32.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E') 12:16:32.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:32.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:32.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:32.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:32.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:32.071 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:16:32.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:16:32.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:32.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:32.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:32.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:32.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:32.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:32.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:32.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:32.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:32.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:33.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:33.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:33.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:16:33.113 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found 12:16:33.114 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest.testRefreshPage@Before_openBrowser.png 12:16:33.227 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest.testRefreshPage@Before_openBrowser.png 12:16:33.228 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:16:33.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:16:33.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:33.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:16:33.231 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 12:16:33.231 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 12:16:33.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:16:33.232 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:16:33.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 12:16:33.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:33.271 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:33.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:33.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:33.290 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) org.eclipse.reddeer.core.exception.CoreLayerException: No matching widget found with Matcher matching when all matchers match: [Matcher matching widget with the same type as or type extending class org.eclipse.swt.browser.Browser] class org.eclipse.swt.widgets.Composite[shell: 'data - Eclipse Platform'] class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - Eclipse Platform'] class org.eclipse.ui.internal.browser.BrowserViewer[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.ToolBar[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Combo[shell: 'data - Eclipse Platform'] with text '' class org.eclipse.swt.widgets.ToolBar[shell: 'data - Eclipse Platform'] class org.eclipse.ui.internal.browser.BusyIndicator[shell: 'data - Eclipse Platform'] class org.eclipse.ui.internal.browser.BrowserText$ReflowScrolledComposite[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Label[shell: 'data - Eclipse Platform'] with text 'Embedded browser not available' class org.eclipse.swt.widgets.Link[shell: 'data - Eclipse Platform'] with label 'Embedded browser not available' with text 'Open file using the system editor' class org.eclipse.swt.widgets.Label[shell: 'data - Eclipse Platform'] with label 'Embedded browser not available' with text '' class org.eclipse.swt.widgets.Label[shell: 'data - Eclipse Platform'] with label '' with text 'Problem Details' class org.eclipse.swt.widgets.Label[shell: 'data - Eclipse Platform'] with label 'Problem Details' with text 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' class org.eclipse.swt.widgets.Button[shell: 'data - Eclipse Platform'] with label 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' with text 'Details>>' class org.eclipse.swt.widgets.Text[shell: 'data - Eclipse Platform'] with label 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' with text 'No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.ui.internal.browser.BrowserViewer.(BrowserViewer.java:235) at org.eclipse.ui.internal.browser.WebBrowserView.createPartControl(WebBrowserView.java:51) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:154) at org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(CompatibilityView.java:155) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:361) at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1002) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:967) at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408) at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331) at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:91) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:42) at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.run(PartRenderingEngine.java:547) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:531) at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(ElementReferenceRenderer.java:73) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1293) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.lambda$0(LazyStackRenderer.java:75) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.lambda$0(UIEventHandler.java:38) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:146) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5782) at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:219) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:132) at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75) at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44) at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424) at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElementGen(ElementContainerImpl.java:170) at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:188) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:661) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:625) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:790) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:761) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:683) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:678) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1230) at org.eclipse.ui.internal.WorkbenchPage.showPart(WorkbenchPage.java:1261) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1249) at org.eclipse.ui.internal.WorkbenchPage.lambda$11(WorkbenchPage.java:4261) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:4259) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:4241) at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:135) at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:114) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:81) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:283) at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:95) at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:252) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173) at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:156) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:488) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:487) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213) at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:389) at org.eclipse.ui.internal.ShowViewMenu$1.run(ShowViewMenu.java:135) at org.eclipse.jface.action.Action.runWithEvent(Action.java:474) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:580) at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:412) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5672) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1423) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1449) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1432) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1221) at org.eclipse.reddeer.core.handler.MenuItemHandler$4.run(MenuItemHandler.java:109) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) ' at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:114) at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:87) at org.eclipse.reddeer.swt.widgets.AbstractWidget.(AbstractWidget.java:76) at org.eclipse.reddeer.swt.widgets.AbstractControl.(AbstractControl.java:38) at org.eclipse.reddeer.swt.impl.browser.AbstractBrowser.(AbstractBrowser.java:45) at org.eclipse.reddeer.swt.impl.browser.InternalBrowser.(InternalBrowser.java:100) at org.eclipse.reddeer.swt.impl.browser.InternalBrowser.(InternalBrowser.java:41) at org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView.open(WebBrowserView.java:54) at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest.openBrowser(BrowserViewTest.java:34) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 1 s.: widget is found at org.eclipse.reddeer.common.wait.WaitUntil.throwWaitTimeOutException(WaitUntil.java:122) at org.eclipse.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:207) at org.eclipse.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:151) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:132) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:97) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:64) at org.eclipse.reddeer.common.wait.WaitUntil.(WaitUntil.java:50) at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:109) ... 66 more org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 1 s.: widget is found at org.eclipse.reddeer.common.wait.WaitUntil.throwWaitTimeOutException(WaitUntil.java:122) at org.eclipse.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:207) at org.eclipse.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:151) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:132) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:97) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:64) at org.eclipse.reddeer.common.wait.WaitUntil.(WaitUntil.java:50) at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:109) at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:87) at org.eclipse.reddeer.swt.widgets.AbstractWidget.(AbstractWidget.java:76) at org.eclipse.reddeer.swt.widgets.AbstractControl.(AbstractControl.java:38) at org.eclipse.reddeer.swt.impl.browser.AbstractBrowser.(AbstractBrowser.java:45) at org.eclipse.reddeer.swt.impl.browser.InternalBrowser.(InternalBrowser.java:100) at org.eclipse.reddeer.swt.impl.browser.InternalBrowser.(InternalBrowser.java:41) at org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView.open(WebBrowserView.java:54) at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest.openBrowser(BrowserViewTest.java:34) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:16:33.300 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 12:16:33.300 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:33.300 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) 12:16:33.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 12:16:33.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:33.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:33.300 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:33.301 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:33.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:33.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:33.352 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 12:16:33.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:33.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:33.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:33.353 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:33.353 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:33.354 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:33.354 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:33.354 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:33.354 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:33.354 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:33.354 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:33.354 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:33.354 DEBUG [main][MenuItemLookup] Item match:Window 12:16:33.355 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:33.355 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:33.355 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:33.355 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:33.355 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:33.355 DEBUG [main][MenuItemLookup] Item match:Show View 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:33.364 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:16:33.364 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:16:33.365 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:16:33.365 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:16:33.365 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:16:33.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:16:33.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:16:33.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:16:33.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:33.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:33.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:33.465 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:33.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:33.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:33.465 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:33.465 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:33.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:33.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:33.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:33.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:33.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:33.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:33.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:33.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:33.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:33.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:33.468 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:33.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:33.468 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:33.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:33.468 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:33.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:33.469 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:33.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:33.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:33.470 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 12:16:33.470 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 12:16:33.470 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 12:16:33.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 12:16:33.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:33.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:33.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:33.471 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:33.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:33.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:33.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:33.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:16:33.472 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:33.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:33.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:33.484 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:33.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:33.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:33.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:33.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:33.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:33.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:33.485 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:16:33.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:33.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:33.486 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:33.486 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:33.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:33.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:33.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 12:16:33.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:33.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:33.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 12:16:33.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:33.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:33.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:33.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:33.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:33.745 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:33.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E') 12:16:33.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:33.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:33.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:33.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:33.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:33.779 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:16:33.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:16:33.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:33.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:33.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:33.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:33.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:33.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:33.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:33.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:34.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:34.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:34.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:34.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:34.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:16:34.793 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found 12:16:34.793 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest.testNavigation@Before_openBrowser.png 12:16:34.909 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest.testNavigation@Before_openBrowser.png 12:16:34.910 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:16:34.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:16:34.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:34.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:16:34.913 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 12:16:34.913 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 12:16:34.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:16:34.915 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:16:34.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest 12:16:34.968 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:34.968 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:34.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:34.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:34.987 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) org.eclipse.reddeer.core.exception.CoreLayerException: No matching widget found with Matcher matching when all matchers match: [Matcher matching widget with the same type as or type extending class org.eclipse.swt.browser.Browser] class org.eclipse.swt.widgets.Composite[shell: 'data - Eclipse Platform'] class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - Eclipse Platform'] class org.eclipse.ui.internal.browser.BrowserViewer[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.ToolBar[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Combo[shell: 'data - Eclipse Platform'] with text '' class org.eclipse.swt.widgets.ToolBar[shell: 'data - Eclipse Platform'] class org.eclipse.ui.internal.browser.BusyIndicator[shell: 'data - Eclipse Platform'] class org.eclipse.ui.internal.browser.BrowserText$ReflowScrolledComposite[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Label[shell: 'data - Eclipse Platform'] with text 'Embedded browser not available' class org.eclipse.swt.widgets.Link[shell: 'data - Eclipse Platform'] with label 'Embedded browser not available' with text 'Open file using the system editor' class org.eclipse.swt.widgets.Label[shell: 'data - Eclipse Platform'] with label 'Embedded browser not available' with text '' class org.eclipse.swt.widgets.Label[shell: 'data - Eclipse Platform'] with label '' with text 'Problem Details' class org.eclipse.swt.widgets.Label[shell: 'data - Eclipse Platform'] with label 'Problem Details' with text 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' class org.eclipse.swt.widgets.Button[shell: 'data - Eclipse Platform'] with label 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' with text 'Details>>' class org.eclipse.swt.widgets.Text[shell: 'data - Eclipse Platform'] with label 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' with text 'No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.ui.internal.browser.BrowserViewer.(BrowserViewer.java:235) at org.eclipse.ui.internal.browser.WebBrowserView.createPartControl(WebBrowserView.java:51) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:154) at org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(CompatibilityView.java:155) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:361) at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1002) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:967) at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408) at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331) at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:91) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:42) at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.run(PartRenderingEngine.java:547) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:531) at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(ElementReferenceRenderer.java:73) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.subscribeTopicToBeRendered(PartRenderingEngine.java:161) at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.di.internal.extensions.EventObjectSupplier$DIEventHandler.handleEvent(EventObjectSupplier.java:92) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:132) at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75) at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44) at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424) at org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setToBeRendered(UIElementImpl.java:314) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:656) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:625) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:790) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:761) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:683) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:678) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1230) at org.eclipse.ui.internal.WorkbenchPage.showPart(WorkbenchPage.java:1261) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1249) at org.eclipse.ui.internal.WorkbenchPage.lambda$11(WorkbenchPage.java:4261) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:4259) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:4241) at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:135) at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:114) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:81) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:283) at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:95) at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:252) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173) at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:156) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:488) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:487) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213) at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:389) at org.eclipse.ui.internal.ShowViewMenu$1.run(ShowViewMenu.java:135) at org.eclipse.jface.action.Action.runWithEvent(Action.java:474) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:580) at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:412) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5672) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1423) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1449) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1432) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1221) at org.eclipse.reddeer.core.handler.MenuItemHandler$4.run(MenuItemHandler.java:109) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) ' at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:114) at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:87) at org.eclipse.reddeer.swt.widgets.AbstractWidget.(AbstractWidget.java:76) at org.eclipse.reddeer.swt.widgets.AbstractControl.(AbstractControl.java:38) at org.eclipse.reddeer.swt.impl.browser.AbstractBrowser.(AbstractBrowser.java:45) at org.eclipse.reddeer.swt.impl.browser.InternalBrowser.(InternalBrowser.java:100) at org.eclipse.reddeer.swt.impl.browser.InternalBrowser.(InternalBrowser.java:41) at org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView.open(WebBrowserView.java:54) at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest.openBrowser(BrowserViewTest.java:34) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 1 s.: widget is found at org.eclipse.reddeer.common.wait.WaitUntil.throwWaitTimeOutException(WaitUntil.java:122) at org.eclipse.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:207) at org.eclipse.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:151) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:132) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:97) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:64) at org.eclipse.reddeer.common.wait.WaitUntil.(WaitUntil.java:50) at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:109) ... 66 more org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 1 s.: widget is found at org.eclipse.reddeer.common.wait.WaitUntil.throwWaitTimeOutException(WaitUntil.java:122) at org.eclipse.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:207) at org.eclipse.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:151) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:132) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:97) 12:16:34.991 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:64) at org.eclipse.reddeer.common.wait.WaitUntil.(WaitUntil.java:50) at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:109) at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:87) at org.eclipse.reddeer.swt.widgets.AbstractWidget.(AbstractWidget.java:76) at org.eclipse.reddeer.swt.widgets.AbstractControl.(AbstractControl.java:38) at org.eclipse.reddeer.swt.impl.browser.AbstractBrowser.(AbstractBrowser.java:45) 12:16:34.991 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.e at org.eclipse.reddeer.swt.impl.browser.InternalBrowser.(InternalBrowser.java:100) clipse.test.ui.browser.BrowserViewTest at org.eclipse.reddeer.swt.impl.browser.InternalBrowser.(InternalBrowser.java:41) at org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView.open(WebBrowserView.java:54) at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest.openBrowser(BrowserViewTest.java:34) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 12:16:34.991 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.jun at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) it.extension.after.test.impl.CloseAllShellsExt at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:16:34.991 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) 12:16:34.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:16:34.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 3.432 s <<< FAILURE! - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest testRefreshPage no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) Time elapsed: 1.719 s <<< ERROR! org.eclipse.reddeer.core.exception.CoreLayerException: No matching widget found with Matcher matching when all matchers match: [Matcher matching widget with the same type as or type extending class org.eclipse.swt.browser.Browser] class org.eclipse.swt.widgets.Composite[shell: 'data - Eclipse Platform'] class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - Eclipse Platform'] class org.eclipse.ui.internal.browser.BrowserViewer[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.ToolBar[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Combo[shell: 'data - Eclipse Platform'] with text '' class org.eclipse.swt.widgets.ToolBar[shell: 'data - Eclipse Platform'] class org.eclipse.ui.internal.browser.BusyIndicator[shell: 'data - Eclipse Platform'] class org.eclipse.ui.internal.browser.BrowserText$ReflowScrolledComposite[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Label[shell: 'data - Eclipse Platform'] with text 'Embedded browser not available' class org.eclipse.swt.widgets.Link[shell: 'data - Eclipse Platform'] with label 'Embedded browser not available' with text 'Open file using the system editor' class org.eclipse.swt.widgets.Label[shell: 'data - Eclipse Platform'] with label 'Embedded browser not available' with text '' class org.eclipse.swt.widgets.Label[shell: 'data - Eclipse Platform'] with label '' with text 'Problem Details' class org.eclipse.swt.widgets.Label[shell: 'data - Eclipse Platform'] with label 'Problem Details' with text 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' class org.eclipse.swt.widgets.Button[shell: 'data - Eclipse Platform'] with label 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' with text 'Details>>' class org.eclipse.swt.widgets.Text[shell: 'data - Eclipse Platform'] with label 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' with text 'No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.ui.internal.browser.BrowserViewer.(BrowserViewer.java:235) at org.eclipse.ui.internal.browser.WebBrowserView.createPartControl(WebBrowserView.java:51) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:154) at org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(CompatibilityView.java:155) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:361) at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1002) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:967) at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408) at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331) at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:91) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:42) at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.run(PartRenderingEngine.java:547) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:531) at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(ElementReferenceRenderer.java:73) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1293) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.lambda$0(LazyStackRenderer.java:75) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.lambda$0(UIEventHandler.java:38) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:146) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5782) at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:219) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:132) at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75) at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44) at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424) at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElementGen(ElementContainerImpl.java:170) at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:188) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:661) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:625) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:790) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:761) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:683) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:678) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1230) at org.eclipse.ui.internal.WorkbenchPage.showPart(WorkbenchPage.java:1261) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1249) at org.eclipse.ui.internal.WorkbenchPage.lambda$11(WorkbenchPage.java:4261) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:4259) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:4241) at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:135) at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:114) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:81) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:283) at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:95) at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:252) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173) at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:156) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:488) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:487) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213) at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:389) at org.eclipse.ui.internal.ShowViewMenu$1.run(ShowViewMenu.java:135) at org.eclipse.jface.action.Action.runWithEvent(Action.java:474) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:580) at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:412) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5672) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1423) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1449) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1432) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1221) at org.eclipse.reddeer.core.handler.MenuItemHandler$4.run(MenuItemHandler.java:109) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) ' at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest.openBrowser(BrowserViewTest.java:34) Caused by: org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 1 s.: widget is found at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest.openBrowser(BrowserViewTest.java:34) testNavigation no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest) Time elapsed: 1.687 s <<< ERROR! org.eclipse.reddeer.core.exception.CoreLayerException: No matching widget found with Matcher matching when all matchers match: [Matcher matching widget with the same type as or type extending class org.eclipse.swt.browser.Browser] class org.eclipse.swt.widgets.Composite[shell: 'data - Eclipse Platform'] class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - Eclipse Platform'] class org.eclipse.ui.internal.browser.BrowserViewer[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.ToolBar[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Combo[shell: 'data - Eclipse Platform'] with text '' class org.eclipse.swt.widgets.ToolBar[shell: 'data - Eclipse Platform'] class org.eclipse.ui.internal.browser.BusyIndicator[shell: 'data - Eclipse Platform'] class org.eclipse.ui.internal.browser.BrowserText$ReflowScrolledComposite[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - Eclipse Platform'] class org.eclipse.swt.widgets.Label[shell: 'data - Eclipse Platform'] with text 'Embedded browser not available' class org.eclipse.swt.widgets.Link[shell: 'data - Eclipse Platform'] with label 'Embedded browser not available' with text 'Open file using the system editor' class org.eclipse.swt.widgets.Label[shell: 'data - Eclipse Platform'] with label 'Embedded browser not available' with text '' class org.eclipse.swt.widgets.Label[shell: 'data - Eclipse Platform'] with label '' with text 'Problem Details' class org.eclipse.swt.widgets.Label[shell: 'data - Eclipse Platform'] with label 'Problem Details' with text 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' class org.eclipse.swt.widgets.Button[shell: 'data - Eclipse Platform'] with label 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' with text 'Details>>' class org.eclipse.swt.widgets.Text[shell: 'data - Eclipse Platform'] with label 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' with text 'No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.ui.internal.browser.BrowserViewer.(BrowserViewer.java:235) at org.eclipse.ui.internal.browser.WebBrowserView.createPartControl(WebBrowserView.java:51) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:154) at org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(CompatibilityView.java:155) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:361) at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1002) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:967) at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408) at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331) at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:91) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:42) at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.run(PartRenderingEngine.java:547) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:531) at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(ElementReferenceRenderer.java:73) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.subscribeTopicToBeRendered(PartRenderingEngine.java:161) at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.di.internal.extensions.EventObjectSupplier$DIEventHandler.handleEvent(EventObjectSupplier.java:92) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:132) at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75) at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44) at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424) at org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setToBeRendered(UIElementImpl.java:314) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:656) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:625) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:790) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:761) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:683) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:678) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1230) at org.eclipse.ui.internal.WorkbenchPage.showPart(WorkbenchPage.java:1261) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1249) at org.eclipse.ui.internal.WorkbenchPage.lambda$11(WorkbenchPage.java:4261) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:4259) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:4241) at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:135) at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:114) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:81) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:283) at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:95) at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:252) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173) at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:156) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:488) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:487) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213) at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:389) at org.eclipse.ui.internal.ShowViewMenu$1.run(ShowViewMenu.java:135) at org.eclipse.jface.action.Action.runWithEvent(Action.java:474) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:580) at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:412) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5672) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1423) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1449) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1432) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1221) at org.eclipse.reddeer.core.handler.MenuItemHandler$4.run(MenuItemHandler.java:109) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) ' at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest.openBrowser(BrowserViewTest.java:34) Caused by: org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 1 s.: widget is found at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserViewTest.openBrowser(BrowserViewTest.java:34) Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 12:16:35.068 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 12:16:35.068 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:16:35.069 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:35.069 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 12:16:35.069 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:35.069 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:16:35.069 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:35.069 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:16:35.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:35.071 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:16:35.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:35.071 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:35.072 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) 12:16:35.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 12:16:35.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:35.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:35.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:35.072 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:35.137 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest.testEditor@Before_openBrowser.png 12:16:35.245 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest.testEditor@Before_openBrowser.png 12:16:35.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 12:16:35.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:35.245 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:35.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:35.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:35.252 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector org.eclipse.reddeer.common.exception.RedDeerException: Exception during sync execution in UI thread at org.eclipse.reddeer.common.util.Display.handleErrorOccured(Display.java:112) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:84) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:60) at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest.openBrowser(BrowserEditorTitleTest.java:38) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) 12:16:35.253 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: testEditor no-configuration(org.eclipse.reddeer.ec at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) lipse.test.ui.browser.BrowserEditorTitleTest) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest$1.run(BrowserEditorTitleTest.java:53) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest$1.run(BrowserEditorTitleTest.java:46) ... 32 more org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest$1.run(BrowserEditorTitleTest.java:53) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest$1.run(BrowserEditorTitleTest.java:46) ... 32 more org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest$1.run(BrowserEditorTitleTest.java:46) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 12:16:35.258 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) 12:16:35.258 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest 12:16:35.258 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:35.258 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:35.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:35.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.192 s <<< FAILURE! - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest) Time elapsed: 0.182 s <<< ERROR! org.eclipse.reddeer.common.exception.RedDeerException: Exception during sync execution in UI thread at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTitleTest.openBrowser(BrowserEditorTitleTest.java:38) Caused by: org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. Running org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 12:16:35.271 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 12:16:35.271 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:16:35.272 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:35.272 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 12:16:35.272 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:35.272 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:16:35.272 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:35.272 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:16:35.273 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:35.273 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:16:35.273 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:35.273 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:35.273 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) 12:16:35.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 12:16:35.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:35.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:35.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:35.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:35.275 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest.testEditor@Before_openBrowser.png 12:16:35.378 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest.testEditor@Before_openBrowser.png 12:16:35.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 12:16:35.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:35.378 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:35.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:35.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:35.381 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) org.eclipse.reddeer.common.exception.RedDeerException: Exception during sync execution in UI thread at org.eclipse.reddeer.common.util.Display.handleErrorOccured(Display.java:112) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:84) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:60) at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest.openBrowser(BrowserEditorTest.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest$1.run(BrowserEditorTest.java:51) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest$1.run(BrowserEditorTest.java:44) ... 32 more org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest$1.run(BrowserEditorTest.java:51) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest$1.run(BrowserEditorTest.java:44) ... 32 more org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest$1.run(BrowserEditorTest.java:44) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 12:16:35.385 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) 12:16:35.385 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest 12:16:35.385 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:35.385 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:35.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:35.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.115 s <<< FAILURE! - in org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest testEditor no-configuration(org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest) Time elapsed: 0.108 s <<< ERROR! org.eclipse.reddeer.common.exception.RedDeerException: Exception during sync execution in UI thread at org.eclipse.reddeer.eclipse.test.ui.browser.BrowserEditorTest.openBrowser(BrowserEditorTest.java:36) Caused by: org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. Running org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:35.399 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:35.399 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:16:35.400 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:35.400 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:35.400 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:35.400 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:16:35.400 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:35.400 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:16:35.401 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:35.401 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:16:35.401 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:35.401 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:35.401 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:16:35.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:35.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:35.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:35.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:35.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:35.401 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:35.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:35.402 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:35.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:35.403 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:35.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:35.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:35.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:35.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:35.404 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:35.405 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:35.405 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:35.406 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:35.406 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:35.406 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:35.406 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:35.406 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:35.406 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:35.406 DEBUG [main][MenuItemLookup] Item match:Window 12:16:35.406 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:35.407 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:35.407 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:35.407 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:35.407 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:35.407 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:16:35.407 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:35.407 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:16:35.407 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:35.407 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:16:35.407 DEBUG [main][MenuItemLookup] Item match:Preferences 12:16:35.407 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:16:35.407 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:16:35.407 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:16:35.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:16:35.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:16:35.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:16:35.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:35.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:35.609 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:16:35.609 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:35.610 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:16:35.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:35.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:35.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:35.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:35.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:35.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:35.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:35.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:35.652 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:35.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:35.652 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:35.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:35.653 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:35.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:35.653 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:35.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:35.653 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:35.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:35.653 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:35.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 12:16:35.656 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:16:35.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:36.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:36.158 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:16:36.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 12:16:36.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:16:36.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:36.159 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:16:36.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:36.160 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:16:36.160 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 12:16:36.160 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 12:16:36.160 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 12:16:36.160 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 12:16:36.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and no matchers specified 12:16:36.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:16:36.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:36.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:36.257 TRACE [main][WidgetHandler] Notify Table with event 13 12:16:36.257 TRACE [main][WidgetHandler] Wait for synchronization 12:16:36.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 1 and no matchers specified 12:16:36.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:16:36.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:16:36.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:16:36.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:36.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:36.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:16:36.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:36.289 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:36.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:36.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:36.289 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:36.289 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:36.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:36.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:36.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:36.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:36.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:36.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:36.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:36.373 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:36.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:36.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:36.374 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:16:36.374 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:36.374 INFO [WorkbenchTestable][RequirementsRunner] Started test: addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:16:36.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:36.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:36.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:36.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:36.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:36.374 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:36.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:36.374 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:36.375 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:36.375 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:36.375 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:36.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:36.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:36.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:36.375 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:36.375 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:36.376 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:36.376 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:36.376 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:36.376 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:36.376 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:36.376 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:36.376 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:36.376 DEBUG [main][MenuItemLookup] Item match:Window 12:16:36.377 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:36.377 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:36.377 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:36.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:36.377 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:36.377 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:16:36.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:36.377 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:16:36.377 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:36.377 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:16:36.377 DEBUG [main][MenuItemLookup] Item match:Preferences 12:16:36.377 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:16:36.378 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:16:36.378 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:16:36.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:16:36.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:16:36.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:16:36.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:36.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:36.540 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:16:36.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:36.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:16:36.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:36.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:36.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:36.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:36.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:36.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:36.566 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:36.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:36.566 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:36.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:36.566 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:36.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:36.566 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:36.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:36.566 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:36.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 12:16:36.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:16:36.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:36.567 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:16:36.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:36.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:16:36.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 12:16:36.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:16:36.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:36.567 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:16:36.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:36.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:16:36.568 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 12:16:36.568 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 12:16:36.568 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 12:16:36.568 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 12:16:36.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:16:36.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:36.574 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:16:36.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:36.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:36.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:36.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:36.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 12:16:36.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available. finished successfully 12:16:36.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 12:16:36.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:36.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:36.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "File type:") 12:16:36.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:16:36.676 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:36.677 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 12:16:36.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:16:36.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:36.684 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:16:36.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:36.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:36.684 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:36.684 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:36.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:36.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:36.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and no matchers specified 12:16:36.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:36.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:16:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:36.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:36.753 TRACE [main][WidgetHandler] Notify Table with event 13 12:16:36.753 TRACE [main][WidgetHandler] Wait for synchronization 12:16:36.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:16:36.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:36.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:36.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:36.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:16:36.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:36.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:36.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:16:36.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:16:36.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:36.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:16:36.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:38.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 12:16:38.263 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:16:38.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:38.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:16:38.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:16:38.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:38.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:16:38.273 INFO [WorkbenchTestable][AbstractButton] Click button A&dd... 12:16:38.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:38.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:38.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:38.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:38.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 12:16:38.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available. finished successfully 12:16:38.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 12:16:38.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:38.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:38.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:16:38.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:38.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:38.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:38.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:38.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:38.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:38.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:38.412 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Editor 12:16:38.412 DEBUG [main][TreeItemHandler] Selecting tree item: Java Editor 12:16:38.412 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Editor about selection 12:16:38.413 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Editor 12:16:38.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:16:38.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:38.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:38.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:38.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:38.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:38.414 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:16:38.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:38.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:38.414 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:38.414 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:38.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:38.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:38.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:16:38.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:38.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:38.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:38.467 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:16:38.467 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:38.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:38.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:16:38.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:16:38.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:38.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:16:38.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:38.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:38.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:16:38.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:38.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:38.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:38.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:38.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:38.473 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:38.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:38.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:38.473 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:38.473 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:38.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:38.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:38.567 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:38.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:38.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:38.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:38.567 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:38.567 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:38.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:38.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:38.569 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:16:38.569 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:38.569 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:16:38.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:38.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:38.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:38.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:38.569 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:38.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:38.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:38.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:38.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:38.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:38.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:38.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:38.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:38.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:38.571 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:38.571 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:38.571 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:38.573 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:38.573 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:38.573 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:38.573 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:38.573 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:38.573 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:38.573 DEBUG [main][MenuItemLookup] Item match:Window 12:16:38.574 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:38.574 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:38.574 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:38.574 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:38.574 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:38.574 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:16:38.574 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:38.574 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:16:38.574 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:38.574 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:16:38.574 DEBUG [main][MenuItemLookup] Item match:Preferences 12:16:38.575 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:16:38.575 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:16:38.575 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:16:38.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:16:38.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:16:38.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:16:38.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:38.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:38.767 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:16:38.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:38.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:16:38.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:38.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:38.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:38.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:38.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:38.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:38.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:38.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:38.771 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:38.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:38.771 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:38.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:38.771 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:38.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:38.771 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:38.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:38.771 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:38.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:38.771 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:38.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 12:16:38.772 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:16:38.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:38.772 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:16:38.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:38.772 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:16:38.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 12:16:38.773 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:16:38.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:38.773 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:16:38.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:38.773 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:16:38.774 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 12:16:38.774 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 12:16:38.774 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 12:16:38.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 12:16:38.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:38.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:38.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:38.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:38.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and no matchers specified 12:16:38.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:38.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:38.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:38.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:38.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:16:38.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:38.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:38.804 TRACE [main][WidgetHandler] Notify Table with event 13 12:16:38.804 TRACE [main][WidgetHandler] Wait for synchronization 12:16:38.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:16:38.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:38.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:38.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:38.809 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:16:38.809 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:38.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:38.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:38.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:38.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:38.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:16:38.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:38.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:38.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:16:38.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:38.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:38.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:38.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:38.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:38.836 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:38.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:38.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:38.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:38.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:38.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:38.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:38.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:38.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:38.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:38.917 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:38.917 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:38.917 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:38.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:38.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:38.918 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:16:38.918 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:38.918 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:16:38.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:38.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:38.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:38.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:38.918 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:38.918 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:38.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:38.919 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:38.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:38.919 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:38.919 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:38.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:38.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:38.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:38.920 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:38.920 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:38.920 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:38.921 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:38.922 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:38.922 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:38.922 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:38.922 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:38.922 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:38.922 DEBUG [main][MenuItemLookup] Item match:Window 12:16:38.922 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:38.922 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:38.922 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:38.922 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:38.922 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:38.922 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:16:38.922 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:38.922 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:16:38.923 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:38.923 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:16:38.923 DEBUG [main][MenuItemLookup] Item match:Preferences 12:16:38.923 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:16:38.923 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:16:38.923 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:16:39.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:16:39.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:16:39.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:16:39.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.089 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:16:39.089 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:39.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:16:39.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:39.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:39.092 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:39.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:39.092 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:39.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:39.093 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:39.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:39.115 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:39.116 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:39.116 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:39.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 12:16:39.117 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:16:39.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:39.117 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:16:39.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:39.117 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:16:39.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 12:16:39.117 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:16:39.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:39.118 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:16:39.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:39.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:16:39.119 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 12:16:39.119 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 12:16:39.119 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 12:16:39.119 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 12:16:39.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and no matchers specified 12:16:39.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:16:39.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:39.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:39.125 TRACE [main][WidgetHandler] Notify Table with event 13 12:16:39.125 TRACE [main][WidgetHandler] Wait for synchronization 12:16:39.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 1 and no matchers specified 12:16:39.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:16:39.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:16:39.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:16:39.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:39.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:39.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:16:39.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:39.159 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:39.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:39.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:39.159 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:39.159 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:39.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:39.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:39.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:39.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:39.232 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:39.232 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:39.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:39.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:39.233 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:16:39.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:39.233 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:16:39.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:39.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:39.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:39.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:39.233 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:39.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:39.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:39.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:39.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:39.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:39.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:39.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:39.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.234 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:39.234 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:39.235 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:39.235 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:39.235 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:39.235 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:39.235 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:39.235 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:39.235 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:39.235 DEBUG [main][MenuItemLookup] Item match:Window 12:16:39.236 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:39.236 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:39.236 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:39.236 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:39.236 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:39.236 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:16:39.236 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:39.236 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:16:39.236 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:39.236 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:16:39.236 DEBUG [main][MenuItemLookup] Item match:Preferences 12:16:39.237 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:16:39.237 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:16:39.237 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:16:39.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:16:39.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:16:39.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:16:39.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.412 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:16:39.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:39.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:16:39.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:39.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:39.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:39.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:39.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:39.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:39.416 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:39.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:39.416 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:39.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:39.416 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:39.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:39.440 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:39.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:39.440 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:39.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 12:16:39.441 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:16:39.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:39.441 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:16:39.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:39.441 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:16:39.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 12:16:39.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:16:39.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:39.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:16:39.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:39.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:16:39.442 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 12:16:39.442 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 12:16:39.443 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 12:16:39.443 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 12:16:39.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:16:39.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:39.449 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:16:39.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:39.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:39.458 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:39.459 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:39.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 12:16:39.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available. finished successfully 12:16:39.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 12:16:39.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "File type:") 12:16:39.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:16:39.547 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:39.548 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 12:16:39.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:16:39.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:39.551 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:16:39.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:39.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:39.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:39.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:39.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:39.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:39.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and no matchers specified 12:16:39.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:16:39.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:39.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:39.603 TRACE [main][WidgetHandler] Notify Table with event 13 12:16:39.603 TRACE [main][WidgetHandler] Wait for synchronization 12:16:39.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:16:39.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:16:39.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:16:39.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:16:39.614 INFO [WorkbenchTestable][AbstractButton] Click button A&dd... 12:16:39.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:39.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:39.615 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:39.615 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:39.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 12:16:39.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available. finished successfully 12:16:39.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 12:16:39.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:39.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:39.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:16:39.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:39.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:39.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:39.710 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Editor 12:16:39.710 DEBUG [main][TreeItemHandler] Selecting tree item: Java Editor 12:16:39.710 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Editor about selection 12:16:39.710 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Editor 12:16:39.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:16:39.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:39.713 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:16:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:39.713 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:39.713 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:39.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:39.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:39.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:16:39.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:39.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:39.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:39.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:16:39.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:39.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:16:39.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:16:39.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:16:39.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:39.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:39.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 1 and no matchers specified 12:16:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:16:39.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:16:39.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:16:39.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:39.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:39.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: Matcher matching text to regular expression 'Java Editor.*') 12:16:39.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:39.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:39.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:16:39.768 TRACE [main][WidgetHandler] Notify Table with event 13 12:16:39.768 TRACE [main][WidgetHandler] Wait for synchronization 12:16:39.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:16:39.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:16:39.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:16:39.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:16:39.774 INFO [WorkbenchTestable][AbstractButton] Click button Re&move 12:16:39.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:39.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:39.774 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:39.774 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:39.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:16:39.775 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:39.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:39.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:39.776 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:16:39.776 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:39.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:39.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:16:39.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:16:39.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:39.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:16:39.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:40.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 12:16:40.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:16:40.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:40.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:40.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:40.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:40.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:40.795 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:40.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:40.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:40.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:40.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:40.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:40.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:40.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:40.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:40.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:40.837 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:40.837 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:40.837 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:40.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:40.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:40.837 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:16:40.838 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:40.838 INFO [WorkbenchTestable][RequirementsRunner] Started test: addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:16:40.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:40.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:40.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:40.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:40.838 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:40.838 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:40.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:40.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:40.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:40.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:40.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:40.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:40.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:40.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:40.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:40.840 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:40.840 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:40.841 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:40.841 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:40.841 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:40.841 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:40.841 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:40.841 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:40.841 DEBUG [main][MenuItemLookup] Item match:Window 12:16:40.842 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:40.842 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:40.842 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:40.842 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:40.842 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:40.842 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:16:40.842 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:40.842 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:16:40.842 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:40.842 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:16:40.842 DEBUG [main][MenuItemLookup] Item match:Preferences 12:16:40.842 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:16:40.842 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:16:40.872 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:16:41.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:16:41.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:16:41.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:16:41.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:41.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:41.037 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:16:41.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:41.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:16:41.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:41.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:41.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:41.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:41.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:41.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:41.053 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:41.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:41.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:41.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:41.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:41.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:41.069 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:41.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:41.069 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:41.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 12:16:41.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:16:41.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:41.070 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:16:41.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:41.071 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:16:41.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 12:16:41.071 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:16:41.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:41.071 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:16:41.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:41.071 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:16:41.077 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 12:16:41.077 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 12:16:41.077 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 12:16:41.078 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 12:16:41.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:16:41.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:41.084 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:16:41.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:41.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:41.084 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:41.084 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:41.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 12:16:41.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available. finished successfully 12:16:41.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 12:16:41.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:41.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:41.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "File type:") 12:16:41.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:16:41.157 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:41.158 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 12:16:41.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:16:41.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:41.160 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:16:41.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:41.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:41.160 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:41.160 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:41.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:41.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:41.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:16:41.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:41.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:41.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:41.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:16:41.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:41.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:16:41.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:41.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:41.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:16:41.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:41.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:41.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:41.212 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:16:41.212 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:41.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:16:41.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:41.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:41.219 TRACE [main][WidgetHandler] Notify Table with event 13 12:16:41.219 TRACE [main][WidgetHandler] Wait for synchronization 12:16:41.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:16:41.220 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:41.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:41.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:41.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:16:41.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:41.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:41.224 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:16:41.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:41.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:41.224 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:41.224 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:41.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:16:41.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:41.240 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:41.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:41.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:41.240 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:41.240 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:41.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:41.281 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:41.281 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:41.281 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:41.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:41.282 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:16:41.282 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:41.282 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:16:41.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:41.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:41.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:41.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:41.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:41.282 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:41.282 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:41.283 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:41.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:41.283 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:41.283 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:41.283 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:41.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:41.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:41.283 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:41.283 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:41.283 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:41.284 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:41.284 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:41.284 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:41.284 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:41.284 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:41.284 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:41.284 DEBUG [main][MenuItemLookup] Item match:Window 12:16:41.285 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:41.285 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:41.285 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:41.285 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:41.285 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:41.285 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:16:41.285 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:41.285 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:16:41.285 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:41.285 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:16:41.285 DEBUG [main][MenuItemLookup] Item match:Preferences 12:16:41.285 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:16:41.285 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:16:41.285 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:16:41.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:16:41.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:16:41.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:16:41.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:41.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:41.479 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:16:41.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:41.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:16:41.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:41.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:41.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:41.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:41.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:41.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:41.481 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:41.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:41.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:41.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:41.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:41.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:41.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:41.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:41.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:41.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children... 12:16:41.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:16:41.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:41.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:16:41.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:41.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:16:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editors has children finished successfully 12:16:41.483 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editors 12:16:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:41.483 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editors is already expanded. No action performed 12:16:41.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:41.483 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editors 12:16:41.483 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File Associations 12:16:41.483 DEBUG [main][TreeItemHandler] Selecting tree item: File Associations 12:16:41.483 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File Associations about selection 12:16:41.483 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File Associations 12:16:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:16:41.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:41.509 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:16:41.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:41.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:41.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:41.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:41.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available.... 12:16:41.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add File Type"] is available. finished successfully 12:16:41.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add File Type 12:16:41.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:41.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:41.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "File type:") 12:16:41.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:16:41.596 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:41.597 INFO [WorkbenchTestable][AbstractText] Text set to: myFileType 12:16:41.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:16:41.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:41.598 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:16:41.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:41.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:41.599 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:41.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:41.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:41.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:41.649 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and no matchers specified 12:16:41.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:16:41.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:41.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:41.651 TRACE [main][WidgetHandler] Notify Table with event 13 12:16:41.651 TRACE [main][WidgetHandler] Wait for synchronization 12:16:41.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.ExtendedFileEditorsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:16:41.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:41.663 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:16:41.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:41.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:41.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:41.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:41.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:16:41.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:41.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:41.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:41.664 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:16:41.664 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:41.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:16:41.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:41.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:41.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:16:41.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:41.669 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:41.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:41.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:41.669 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:41.669 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:41.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:41.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:41.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:41.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:41.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:41.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:41.755 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:41.756 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:41.756 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) 12:16:41.756 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest 12:16:41.756 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:41.756 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:41.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.359 s - in org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest getAssociatedEditorsForFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.973 s addEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 2.194 s selectFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.349 s getAssociatedEditorsTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.315 s removeEditorTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 1.604 s addFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.444 s removeFileTypeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.ExtendedFileEditorsPreferencePageTest) Time elapsed: 0.474 s Running org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 12:16:41.771 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 12:16:41.773 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:16:41.773 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:41.774 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 12:16:41.774 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:41.774 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:16:41.774 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:41.774 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:16:41.774 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:41.775 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:16:41.775 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:41.775 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:41.775 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDialogTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest) 12:16:41.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 12:16:41.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:41.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:41.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:41.775 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:41.775 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:41.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:41.776 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:41.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:41.776 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:41.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:41.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:41.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:41.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:41.777 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:41.777 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:41.777 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:41.778 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:41.778 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:41.778 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:41.778 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:41.778 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:41.778 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:41.778 DEBUG [main][MenuItemLookup] Item match:Window 12:16:41.778 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:41.778 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:41.778 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:41.778 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:41.779 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:41.779 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:16:41.779 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:41.779 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:16:41.779 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:41.779 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:16:41.779 DEBUG [main][MenuItemLookup] Item match:Preferences 12:16:41.779 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:16:41.779 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:16:41.779 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:16:41.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:16:41.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:16:41.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:16:41.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:41.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:41.957 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:16:41.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:41.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:16:41.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:41.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:41.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:41.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:41.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:41.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:41.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:41.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:41.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:41.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:41.966 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:41.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:41.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:41.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:41.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:41.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:41.966 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:41.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:41.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:41.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:16:41.967 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:16:41.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:42.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:42.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:16:42.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:16:42.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:16:42.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:42.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:16:42.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:42.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:16:42.471 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:16:42.471 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:16:42.471 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:16:42.472 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:16:42.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:42.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:42.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:43.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:43.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:43.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:43.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:16:43.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:43.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:43.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:43.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:43.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:16:43.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:43.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:43.150 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item UI Prompt: 12:16:43.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:16:43.150 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:16:43.150 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:43.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:16:43.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:16:43.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:43.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:43.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:43.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:43.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:43.156 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:16:43.156 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:16:43.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:43.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:43.156 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:43.156 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:43.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:43.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:43.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:16:43.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:43.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:43.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:43.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:43.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:43.173 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:16:43.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:43.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:43.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:43.173 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:43.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:43.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:43.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:43.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:43.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:43.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:43.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:43.321 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask Repositories\E'' view via menu. 12:16:43.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:43.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:43.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:43.321 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:43.321 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:43.322 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:43.322 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:43.322 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:43.322 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:43.322 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:43.322 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:43.322 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:43.322 DEBUG [main][MenuItemLookup] Item match:Window 12:16:43.323 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:43.323 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:43.323 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:43.323 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:43.323 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:43.323 DEBUG [main][MenuItemLookup] Item match:Show View 12:16:43.332 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:16:43.332 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:16:43.332 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:16:43.332 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:16:43.332 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:16:43.332 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:16:43.332 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:16:43.332 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:16:43.332 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:16:43.332 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:16:43.332 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:16:43.332 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:16:43.332 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:16:43.333 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:16:43.333 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:16:43.333 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:16:43.333 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:43.333 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:16:43.333 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:16:43.333 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:16:43.333 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:16:43.333 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:16:43.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:16:43.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:16:43.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:16:43.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:43.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:43.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:43.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:43.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:43.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:43.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:43.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:43.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:43.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:43.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:43.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:43.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:43.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:43.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:43.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Mylyn has children... 12:16:43.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Mylyn 12:16:43.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:43.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:43.935 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Mylyn 12:16:43.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Mylyn has children finished successfully 12:16:43.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Mylyn 12:16:43.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:43.936 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Mylyn is already expanded. No action performed 12:16:43.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:43.936 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Mylyn 12:16:43.937 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Task Repositories 12:16:43.937 DEBUG [main][TreeItemHandler] Selecting tree item: Task Repositories 12:16:43.937 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Task Repositories about selection 12:16:43.938 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Task Repositories 12:16:43.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:43.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:43.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:43.938 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:43.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:43.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:43.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:43.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:16:43.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:43.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:43.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:43.939 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:43.939 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:43.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:43.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:43.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:43.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:43.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:43.941 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:16:43.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:43.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:43.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:43.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:44.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:44.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:44.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskRepositoriesView' view is open... 12:16:44.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:44.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:44.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskRepositoriesView' view is open finished successfully 12:16:44.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:44.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:44.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:44.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:44.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:44.095 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:44.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask Repositories\E') 12:16:44.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:44.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:44.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:44.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:44.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:44.135 INFO [WorkbenchTestable][AbstractView] Activate view Task Repositories 12:16:44.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task Repositories 12:16:44.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:44.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:44.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:44.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:44.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:44.139 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:44.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:44.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:44.139 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Task Repositories"as the parent 12:16:44.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:44.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:44.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:44.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:44.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:44.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:44.140 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Tasks and wait with time period 1 12:16:44.140 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 12:16:44.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:44.140 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Tasks is already expanded. No action performed 12:16:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:44.141 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 12:16:44.141 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 12:16:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:44.141 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Tasks is already expanded. No action performed 12:16:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:44.141 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 12:16:44.141 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Local and wait with time period 1 12:16:44.141 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Local 12:16:44.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:44.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:44.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Local 12:16:44.643 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Local 12:16:44.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:45.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:45.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Local 12:16:45.144 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Bugs and wait with time period 1 12:16:45.144 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Bugs 12:16:45.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:45.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Bugs is already expanded. No action performed 12:16:45.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:45.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Bugs 12:16:45.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Bugs 12:16:45.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:45.145 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Bugs is already expanded. No action performed 12:16:45.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:45.145 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Bugs 12:16:45.145 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Eclipse.org and wait with time period 1 12:16:45.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Eclipse.org 12:16:45.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:45.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:45.646 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Eclipse.org 12:16:45.646 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Eclipse.org 12:16:45.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:46.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:46.147 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Eclipse.org 12:16:46.148 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Tasks 12:16:46.150 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Local 12:16:46.150 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Bugs 12:16:46.150 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Eclipse.org 12:16:46.150 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:16:46.150 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:16:46.151 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:16:46.157 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:16:46.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:46.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:46.157 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:46.157 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:46.157 DEBUG [main][MenuItemLookup] Item match:File 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:46.160 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:16:46.160 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:16:46.160 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:16:46.160 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:16:46.161 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:16:46.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Properties for Task Repository"] is available.... 12:16:46.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:46.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:46.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Properties for Task Repository"] is available. finished successfully 12:16:46.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for Task Repository 12:16:46.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:46.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:46.258 TRACE [WorkbenchTestable][TaskRepositoryWizardDialog] Shell Properties for Task Repository is not null and is not disposed 12:16:46.258 INFO [WorkbenchTestable][TaskRepositoryWizardDialog] Cancel wizard 12:16:46.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.mylyn.tasks.ui.wizards.TaskRepositoryWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:16:46.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:46.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:46.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:46.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:46.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:46.261 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:16:46.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:46.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:46.261 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:46.261 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:46.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:46.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:46.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:16:46.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:16:46.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:16:46.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:16:46.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:16:46.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:16:46.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:16:46.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:16:46.311 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:16:46.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:16:46.312 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:46.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:46.312 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:46.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:46.312 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:16:46.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:46.313 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:46.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:46.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:46.313 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:46.313 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:46.313 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:46.314 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:46.314 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:46.314 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:46.314 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:46.314 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:46.314 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:46.314 DEBUG [main][MenuItemLookup] Item match:Window 12:16:46.314 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:46.314 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:46.314 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:46.314 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:46.314 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:46.314 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:16:46.314 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:46.314 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:16:46.314 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:46.314 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:16:46.314 DEBUG [main][MenuItemLookup] Item match:Preferences 12:16:46.314 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:16:46.314 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:16:46.315 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:16:46.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:16:47.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:16:47.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:16:47.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:47.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:47.161 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:16:47.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:47.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:16:47.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:47.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:47.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:47.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:47.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:47.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:47.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:47.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:47.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:47.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:47.165 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:47.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:47.165 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:47.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:47.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:47.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:47.165 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:47.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:47.165 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:47.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:16:47.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:16:47.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:47.166 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:16:47.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:47.166 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:16:47.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:16:47.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:16:47.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:47.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:16:47.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:47.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:16:47.167 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:16:47.167 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:16:47.167 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:16:47.168 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:16:47.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:47.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:47.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:47.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:47.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:16:47.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:47.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:47.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:47.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:47.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:16:47.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:16:47.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:16:47.175 INFO [WorkbenchTestable][AbstractTableItem] Check table Item UI Prompt: 12:16:47.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:16:47.176 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:16:47.176 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:47.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:16:47.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:16:47.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:47.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:47.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:47.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:47.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:47.200 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:16:47.200 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:16:47.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:47.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:47.200 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:47.200 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:47.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:47.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:47.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:16:47.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:47.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:47.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:47.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:47.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:47.206 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:16:47.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:47.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:47.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:47.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:47.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:16:47.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:16:47.317 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:47.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:47.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:47.318 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 12:16:47.318 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:47.318 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:47.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:47.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:47.319 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDialogTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest) 12:16:47.319 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest 12:16:47.319 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:47.319 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:47.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:47.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.549 s - in org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest getDialogTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.ide.RepoConnectionDialogTest) Time elapsed: 5.544 s Running org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:47.334 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:47.335 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:16:47.335 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:47.335 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:47.335 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:47.335 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:16:47.335 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:47.335 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:16:47.359 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:47.359 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:16:47.359 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:47.359 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:47.359 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:16:47.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:47.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:47.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:47.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:47.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:47.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:47.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:47.362 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:16:47.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:47.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:47.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:47.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:47.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:47.365 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:47.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:47.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:47.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:47.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:47.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:47.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:47.367 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:47.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:47.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:47.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:47.428 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:47.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:47.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:47.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:47.429 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:47.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:47.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:47.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:47.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:47.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:47.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:47.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:47.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:48.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:48.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:48.438 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:48.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:48.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:48.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:48.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:48.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:48.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:48.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:48.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:48.441 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:48.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:48.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:48.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:48.443 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:48.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:48.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:48.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:48.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:48.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:48.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:48.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:49.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:49.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:49.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:49.446 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:49.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:49.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:49.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:49.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:49.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:49.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:49.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:49.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:49.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:49.449 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:49.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:49.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:49.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:49.451 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:49.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:49.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:49.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:49.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:49.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:49.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:49.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:49.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:50.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:50.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:50.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:50.454 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:50.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:50.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:50.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:50.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:50.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:50.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:50.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:50.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:50.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:50.457 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:50.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:50.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:50.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:50.459 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:16:50.459 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:16:50.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:50.460 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:16:50.509 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:50.509 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:50.509 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:50.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:50.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:50.529 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:16:50.529 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:50.529 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:16:50.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:50.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:50.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:50.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:50.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:50.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:50.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:50.544 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:16:50.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:50.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:50.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:50.545 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:50.545 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:50.545 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:50.546 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:50.546 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:50.546 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:50.546 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:50.546 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:50.546 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:50.546 DEBUG [main][MenuItemLookup] Item match:Window 12:16:50.547 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:50.547 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:50.547 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:50.547 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:50.547 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:50.547 DEBUG [main][MenuItemLookup] Item match:Show View 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:50.558 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:16:50.558 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:16:50.581 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:16:50.581 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:16:50.582 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:16:50.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:16:50.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:16:50.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:16:50.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:50.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:50.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:50.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:50.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:50.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:50.699 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:50.699 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:50.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:50.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:50.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:50.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:50.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:50.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:50.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:50.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:50.701 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:50.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:50.701 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:50.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:50.701 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:50.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:50.702 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:50.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:50.702 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:50.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:50.702 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:50.703 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:16:50.703 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:16:50.703 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:16:50.703 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:16:50.703 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:50.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:50.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:50.704 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:50.704 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:50.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:50.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:50.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:16:50.705 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:50.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:50.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:50.705 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:50.705 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:50.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:50.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:50.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:50.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:50.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:50.707 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:16:50.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:50.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:50.707 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:50.707 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:50.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:50.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:50.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:16:50.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:50.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:50.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:16:50.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:50.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:50.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:50.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:50.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:50.788 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:50.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:50.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:50.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:50.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:50.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:50.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:50.790 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:50.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:50.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:50.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:50.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:50.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:50.816 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:50.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:50.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:50.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:50.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:50.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:50.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:51.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:51.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:51.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:51.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:51.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:51.820 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:51.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:51.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:51.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:51.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:51.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:51.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:51.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:51.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:51.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:51.822 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:51.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:51.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:51.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:51.823 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:16:51.823 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:16:51.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:51.824 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:16:51.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:51.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:51.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:51.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:51.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:51.885 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:16:51.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:51.885 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:16:51.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:51.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:51.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:51.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:51.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:51.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:51.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:51.900 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:16:51.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:51.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:51.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:51.901 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:51.901 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:51.901 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:51.902 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:51.902 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:51.902 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:51.902 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:51.902 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:51.902 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:51.902 DEBUG [main][MenuItemLookup] Item match:Window 12:16:51.903 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:51.903 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:51.903 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:51.903 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:51.903 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:51.903 DEBUG [main][MenuItemLookup] Item match:Show View 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:51.911 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:16:51.911 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:16:51.912 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:16:51.912 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:16:51.912 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:16:52.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:16:52.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:16:52.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:16:52.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:52.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:52.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:52.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:52.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:52.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:52.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:52.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:52.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:52.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:52.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:52.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:52.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:52.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:52.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:52.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:52.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:52.017 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:52.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:52.017 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:52.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:52.017 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:52.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:52.017 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:52.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:52.017 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:52.018 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:16:52.018 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:16:52.018 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:16:52.019 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:16:52.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:52.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:52.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:52.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:52.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:52.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:52.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:16:52.020 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:52.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:52.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:52.020 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:52.020 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:52.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:52.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:52.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:52.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:52.030 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:16:52.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:52.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:52.030 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:52.030 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:52.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:52.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:52.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:16:52.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:52.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:16:52.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:52.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:52.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:52.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:52.110 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:52.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:52.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:52.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:52.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:52.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:52.134 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:52.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:52.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:52.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:52.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:52.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:52.137 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:52.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:52.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:52.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:52.138 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:16:52.138 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:16:52.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:52.139 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:16:52.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:52.186 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:52.186 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:52.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:52.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:52.218 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:16:52.218 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:52.218 INFO [WorkbenchTestable][RequirementsRunner] Started test: getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:16:52.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:52.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:52.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:52.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:52.218 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:52.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:52.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:52.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:52.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:52.263 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:52.263 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:52.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:52.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:52.263 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:16:52.263 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:52.264 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:16:52.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:52.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:52.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:52.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:52.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:52.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:52.278 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:16:52.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:52.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:52.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:52.278 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:52.279 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:52.279 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:52.280 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:52.280 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:52.280 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:52.280 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:52.280 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:52.280 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:52.280 DEBUG [main][MenuItemLookup] Item match:Window 12:16:52.280 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:52.280 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:52.280 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:52.280 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:52.280 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:52.281 DEBUG [main][MenuItemLookup] Item match:Show View 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:52.289 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:16:52.289 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:16:52.316 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:16:52.316 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:16:52.316 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:16:52.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:16:52.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:16:52.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:16:52.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:52.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:52.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:52.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:52.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:52.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:52.409 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:52.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:52.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:52.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:52.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:52.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:52.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:52.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:52.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:52.419 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:52.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:52.420 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:52.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:52.420 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:52.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:52.420 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:52.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:52.420 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:52.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:52.420 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:52.421 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:16:52.421 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:16:52.421 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:16:52.422 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:16:52.422 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:52.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:52.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:52.422 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:52.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:52.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:52.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:16:52.423 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:52.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:52.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:52.423 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:52.423 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:52.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:52.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:52.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:52.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:52.424 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:16:52.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:52.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:52.424 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:52.424 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:52.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:52.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:52.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:16:52.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:52.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:16:52.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:52.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:52.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:52.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:52.495 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:52.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:52.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:52.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:52.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:52.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:52.496 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:52.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:52.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:52.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:52.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:52.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:52.498 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:52.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:52.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:52.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:52.499 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:52.499 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:52.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:52.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:52.500 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:52.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:52.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:52.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:52.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:52.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:52.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:53.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:53.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:53.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:53.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:53.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:53.504 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:53.504 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:53.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:53.506 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:53.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:53.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:53.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:53.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:53.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:53.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:53.508 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:53.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:53.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:53.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:53.510 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:16:53.510 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:16:53.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:53.511 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:16:53.563 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:53.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:53.564 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:53.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:53.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:53.584 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:16:53.585 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:53.585 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:16:53.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:53.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:53.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:53.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:53.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:53.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:53.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:53.599 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:16:53.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:53.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:53.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:53.600 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:53.601 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:53.601 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:53.602 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:53.602 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:53.602 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:53.602 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:53.602 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:53.602 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:53.602 DEBUG [main][MenuItemLookup] Item match:Window 12:16:53.602 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:53.602 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:53.602 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:53.602 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:53.602 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:53.603 DEBUG [main][MenuItemLookup] Item match:Show View 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:53.611 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:16:53.611 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:16:53.611 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:16:53.612 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:16:53.612 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:16:53.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:16:53.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:16:53.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:16:53.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:53.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:53.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:53.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:53.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:53.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:53.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:53.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:53.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:53.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:53.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:53.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:53.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:53.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:53.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:53.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:53.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:53.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:53.722 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:53.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:53.722 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:53.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:53.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:53.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:53.722 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:53.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:53.722 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:53.723 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:16:53.723 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:16:53.724 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:16:53.724 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:16:53.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:53.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:53.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:53.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:53.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:53.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:53.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:53.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:16:53.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:53.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:53.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:53.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:53.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:53.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:53.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:53.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:53.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:53.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:53.736 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:16:53.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:53.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:53.736 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:53.736 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:53.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:53.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:53.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:16:53.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:53.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:53.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:16:53.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:53.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:53.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:53.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:53.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:53.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:53.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:53.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:53.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:53.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:53.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:53.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:53.818 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:53.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:53.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:53.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:53.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:53.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:53.820 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:53.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:53.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:53.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:53.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:53.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:53.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:54.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:54.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:54.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:54.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:54.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:54.824 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:54.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:54.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:54.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:54.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:54.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:54.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:54.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:54.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:54.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:54.830 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:54.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:54.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:54.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:54.832 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:16:54.832 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:16:54.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:54.832 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:16:54.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:54.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:54.907 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:54.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:54.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:54.928 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:16:54.928 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:54.928 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:16:54.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:54.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:54.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:54.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:54.928 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:54.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:54.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:54.942 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:16:54.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:54.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:54.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:54.943 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:54.944 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:54.944 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:54.945 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:54.945 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:54.945 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:54.945 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:54.945 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:54.945 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:54.945 DEBUG [main][MenuItemLookup] Item match:Window 12:16:54.946 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:54.946 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:54.946 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:54.946 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:54.946 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:54.946 DEBUG [main][MenuItemLookup] Item match:Show View 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:54.955 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:16:54.955 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:16:54.955 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:16:54.955 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:16:54.955 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:16:55.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:16:55.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:16:55.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:16:55.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:55.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:55.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:16:55.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:55.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:55.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:55.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:55.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:55.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:55.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:55.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:55.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:55.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:55.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:55.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:55.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:16:55.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:55.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:55.065 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:55.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:55.065 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:55.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:16:55.065 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:16:55.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:55.065 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:16:55.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:55.065 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:16:55.065 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:16:55.065 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:16:55.066 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:16:55.066 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:16:55.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:55.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:55.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:55.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:55.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:55.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:55.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:55.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:16:55.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:55.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:55.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:55.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:16:55.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:55.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:55.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:55.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:55.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:55.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:55.068 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:16:55.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:55.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:55.068 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:55.068 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:55.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:16:55.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:16:55.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:16:55.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:55.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:55.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:16:55.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:55.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:55.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:55.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:55.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:55.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:55.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:16:55.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:55.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:55.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:55.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:55.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:16:55.144 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:55.144 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:55.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:55.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:16:55.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:16:55.145 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:16:55.146 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:55.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:55.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:55.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:55.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:55.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:55.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:55.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:55.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:56.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:56.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:16:56.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:16:56.149 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:56.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:56.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:56.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:56.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:16:56.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:56.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:56.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:56.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:56.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:56.152 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:16:56.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:56.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:16:56.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:16:56.153 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:16:56.154 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:16:56.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:16:56.154 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:16:56.197 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:56.197 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:56.197 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:56.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:56.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:56.216 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) 12:16:56.216 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest 12:16:56.216 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:16:56.216 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:16:56.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:56.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.885 s - in org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest testDeleteAllEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 3.17 s testGetProjectsItemsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.356 s open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 0.333 s getProjectsWhenExplorerIsClosed no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 0.045 s selectProjectWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.32 s getEmptyListOfProjects no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.343 s selectAllWithEmptyExplorer no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerTest) Time elapsed: 1.288 s Running org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:16:56.231 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:16:56.232 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:16:56.233 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:16:56.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:16:56.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:16:56.233 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:16:56.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:16:56.233 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:16:56.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:16:56.234 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:16:56.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:16:56.234 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:16:56.234 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:16:56.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:16:56.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:56.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:56.234 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:56.234 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:56.235 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:56.235 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:56.235 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:56.235 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:56.235 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:56.235 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:56.235 DEBUG [main][MenuItemLookup] Item match:Window 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:16:56.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:56.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:56.236 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:56.236 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:56.236 DEBUG [main][MenuItemLookup] Item match:Window 12:16:56.237 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:56.237 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:56.237 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:56.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.237 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:56.237 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:16:56.237 DEBUG [main][MenuItemLookup] Item match:Perspective 12:16:56.237 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:16:56.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.237 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:16:56.237 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:16:56.237 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:16:56.237 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:16:56.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:16:56.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:56.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:56.237 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:56.238 DEBUG [main][MenuItemLookup] Item match:Window 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.238 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:16:56.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:56.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:56.238 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:56.239 DEBUG [main][MenuItemLookup] Item match:Window 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:16:56.239 DEBUG [main][MenuItemLookup] Item match:Perspective 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:16:56.239 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:16:56.239 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:16:56.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:56.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:56.240 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:56.240 DEBUG [main][MenuItemLookup] Item match:Window 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.240 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:16:56.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:56.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:56.240 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:16:56.241 DEBUG [main][MenuItemLookup] Item match:Window 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:16:56.241 DEBUG [main][MenuItemLookup] Item match:Perspective 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:16:56.241 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:16:56.241 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:16:56.241 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:16:56.241 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:16:56.242 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:16:56.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:16:56.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:16:56.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:16:56.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:56.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:56.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:56.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:56.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:56.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:16:56.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:56.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:56.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:56.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:16:56.290 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:16:56.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:16:56.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:16:56.290 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:16:56.290 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:16:56.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:56.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:56.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:56.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:56.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:56.291 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:16:56.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:56.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:56.291 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:56.291 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:56.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:56.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:56.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:56.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:56.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:16:56.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:56.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:56.631 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:56.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:56.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:56.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:56.632 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:56.632 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:16:56.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:56.633 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:56.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:56.633 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:56.633 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:56.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:16:56.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:56.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:56.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:16:56.635 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:16:56.636 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:56.636 DEBUG [main][MenuItemLookup] Item match:File 12:16:56.637 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:16:56.637 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'File' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'' 12:16:56.642 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:16:56.642 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:16:56.665 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:16:56.665 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:16:56.666 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:16:56.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:16:56.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:16:56.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:16:56.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:56.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:56.824 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:16:56.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:56.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:16:56.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:56.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:56.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:56.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:56.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:16:56.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:16:56.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:16:56.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:16:56.829 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:16:56.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:56.830 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:16:56.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:56.830 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:16:56.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:16:56.830 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:16:56.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:16:56.830 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:16:56.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:16:56.830 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:16:56.831 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:16:56.831 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:16:56.831 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:16:56.837 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:16:56.837 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:16:56.837 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:16:56.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:16:56.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:56.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:56.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:56.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:56.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:56.851 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:16:56.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:56.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:56.851 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:56.851 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:57.117 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:16:57.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:57.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:57.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:16:57.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:16:57.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:16:57.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:16:57.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:16:57.119 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:16:57.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:16:57.119 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 12:16:57.119 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:16:57.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:57.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:57.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:57.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:57.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:16:57.163 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:16:57.164 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 12:16:57.201 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:16:57.201 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:16:57.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:16:57.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:16:57.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:16:57.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:16:57.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:16:57.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:16:57.206 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:16:57.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:16:57.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:16:57.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:16:57.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:16:57.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:17:00.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:17:00.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:00.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:00.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:00.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:17:00.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:00.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:00.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:00.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:00.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:00.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:00.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:00.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:00.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:00.216 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:00.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:00.216 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:00.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:00.216 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:17:00.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:00.216 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:00.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:00.216 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:00.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:00.216 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:00.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:00.216 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:17:00.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:00.217 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:00.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:00.217 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:00.217 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:00.217 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:00.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:00.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:00.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:00.217 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:00.218 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:00.218 DEBUG [main][MenuItemLookup] Item match:File 12:17:00.219 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:17:00.219 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:00.227 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:17:00.227 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:17:00.227 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:17:00.227 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:17:00.227 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:17:00.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:17:00.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:17:00.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:17:00.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:00.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:00.409 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:00.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:00.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:17:00.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:00.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:00.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:00.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:00.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:00.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:00.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:00.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:17:00.413 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:17:00.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:00.413 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:17:00.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:00.413 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:17:00.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:17:00.413 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:17:00.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:00.413 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:17:00.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:00.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:17:00.414 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:17:00.414 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:17:00.414 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:17:00.419 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:17:00.420 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:00.420 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:17:00.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:17:00.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:00.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:00.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:00.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:00.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:00.453 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:17:00.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:00.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:00.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:00.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:00.592 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:00.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:00.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:00.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:17:00.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:17:00.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:17:00.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:00.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:00.593 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:17:00.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:00.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:17:00.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:00.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:00.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:00.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:00.680 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:00.682 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 12:17:00.709 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:17:00.709 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:17:00.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:17:00.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:00.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:00.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:00.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:00.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:00.716 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:17:00.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:00.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:00.716 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:00.716 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:00.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:01.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:01.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 17 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:01.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 17 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:01.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:01.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:01.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:01.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:01.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:01.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:17:01.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:01.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:01.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:01.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:01.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:01.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:01.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:01.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:17:01.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:01.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:01.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:01.648 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:01.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:01.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:17:01.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:01.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:01.685 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:17:01.686 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:17:01.686 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:01.686 DEBUG [main][MenuItemLookup] Item match:File 12:17:01.688 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:17:01.688 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:01.735 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:17:01.735 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:17:01.736 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:17:01.737 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:17:01.737 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:17:01.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:17:01.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:17:01.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:17:01.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:01.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:01.960 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:01.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:01.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:17:01.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:01.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:01.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:01.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:01.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:01.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:17:01.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:17:01.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:01.964 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:17:01.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:01.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:17:01.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:17:01.965 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:17:01.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:01.965 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:17:01.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:01.965 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:17:01.966 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:17:01.966 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:17:01.966 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:17:01.966 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:17:01.967 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:01.967 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:17:01.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:17:01.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:01.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:01.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:01.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:01.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:01.969 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:17:01.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:01.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:01.969 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:01.969 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:02.248 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:02.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:02.248 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:02.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:17:02.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:17:02.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:17:02.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:02.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:02.249 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:17:02.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:02.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:17:02.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:02.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:02.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:02.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:02.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:02.288 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:02.290 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 12:17:02.312 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:17:02.312 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:17:02.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:17:02.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:02.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:02.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:02.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:02.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:02.339 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:17:02.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:02.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:02.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:02.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:02.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:02.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:02.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 10 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:02.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 10 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:02.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:02.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:02.976 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:17:02.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:17:02.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:17:02.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:02.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:02.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:02.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:03.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:03.016 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:17:03.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 12:17:03.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:03.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:03.017 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 12:17:03.017 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 12:17:03.017 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:03.017 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:03.017 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:17:03.018 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:17:03.018 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:03.018 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:03.018 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:03.018 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:17:03.018 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:03.018 DEBUG [main][MenuItemLookup] Item match:Window 12:17:03.022 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:03.022 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:03.022 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:03.022 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:03.022 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:03.022 DEBUG [main][MenuItemLookup] Item match:Show View 12:17:03.041 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:17:03.041 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:17:03.041 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:17:03.041 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:17:03.041 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:17:03.041 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:17:03.041 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:17:03.041 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:17:03.041 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:17:03.041 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:17:03.041 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:17:03.041 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:17:03.041 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:17:03.042 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:17:03.042 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:17:03.042 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:17:03.042 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:03.042 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:17:03.042 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:17:03.076 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:17:03.076 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:17:03.077 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:17:03.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:17:03.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:17:03.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:17:03.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:03.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:03.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:17:03.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:03.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:03.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:03.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:03.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:03.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:03.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:03.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:03.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:03.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:03.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:03.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:03.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:17:03.206 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:03.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:03.206 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:03.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:03.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:03.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:17:03.206 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:03.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:03.207 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:03.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:03.207 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:03.207 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:17:03.207 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:17:03.208 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:17:03.208 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:17:03.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:03.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:03.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:03.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:03.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:03.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:03.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:03.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:17:03.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:03.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:03.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:03.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:03.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:03.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:03.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:03.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:03.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:03.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:03.221 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:17:03.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:03.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:03.221 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:03.221 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:03.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:17:03.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:17:03.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:17:03.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:03.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:03.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:17:03.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:03.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:03.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 12:17:03.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:03.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:03.351 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 12:17:03.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:17:03.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:03.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:03.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:03.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:03.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:03.353 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:03.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:03.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:03.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform TooltipText=null 12:17:03.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:03.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:03.445 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:03.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:03.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:03.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:03.447 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:03.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:03.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:03.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:03.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:03.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:03.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:03.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:03.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:04.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:04.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:04.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:17:04.451 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:04.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:04.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:04.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:04.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:04.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:04.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:04.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:04.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:04.455 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:17:04.455 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:17:04.456 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:17:04.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:17:04.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:04.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:04.957 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:17:04.966 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:04.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:04.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:04.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:04.968 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:04.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:04.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:04.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:04.969 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:04.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:04.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:04.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:04.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:04.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:04.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:05.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:05.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:05.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:05.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:05.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:17:05.973 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:05.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:05.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:05.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:05.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:05.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:05.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:05.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:05.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:05.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:05.975 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:17:05.976 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:17:05.976 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:17:05.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:17:05.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:05.976 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:17:05.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:05.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:17:05.977 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:17:05.977 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:17:05.977 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:17:06.012 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:17:06.012 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:17:06.013 DEBUG [main][EditorHandler] 2 editor(s) found 12:17:06.013 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 12:17:06.068 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 12:17:06.068 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 12:17:06.135 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 12:17:06.135 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:06.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:06.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:06.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:06.137 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:17:06.137 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:17:06.137 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:17:06.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:06.137 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:17:06.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:06.137 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:17:06.137 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 12:17:06.138 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:17:06.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:06.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:06.638 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:17:06.639 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 12:17:06.640 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 12:17:06.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:07.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:07.141 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 12:17:07.142 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 12:17:07.142 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 12:17:07.142 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 12:17:07.142 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 12:17:07.142 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 12:17:07.143 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 12:17:07.143 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 12:17:07.143 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 12:17:07.173 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 12:17:07.173 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:17:07.173 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:17:07.175 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:17:07.196 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:17:07.196 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:07.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:07.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:07.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:07.198 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:17:07.198 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:17:07.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:07.208 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:17:07.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:17:07.238 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:07.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:07.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:07.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:07.255 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:17:07.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:07.256 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:17:07.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:17:07.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:17:07.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:07.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:07.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:07.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:07.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:07.270 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:17:07.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:07.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:07.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:07.271 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:07.271 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:07.271 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:07.272 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:07.272 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:17:07.272 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:17:07.272 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:07.272 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:07.272 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:07.272 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:17:07.272 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:07.272 DEBUG [main][MenuItemLookup] Item match:Window 12:17:07.274 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:07.274 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:07.274 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:07.274 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:07.274 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:07.274 DEBUG [main][MenuItemLookup] Item match:Show View 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:07.283 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:17:07.283 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:17:07.310 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:17:07.310 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:17:07.310 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:17:07.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:17:07.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:17:07.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:17:07.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:07.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:07.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:17:07.404 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:07.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:07.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:07.404 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:07.404 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:07.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:07.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:07.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:07.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:07.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:07.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:07.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:07.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:17:07.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:07.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:07.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:07.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:07.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:07.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:17:07.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:07.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:07.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:07.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:07.415 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:07.416 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:17:07.416 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:17:07.416 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:17:07.417 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:17:07.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:07.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:07.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:07.417 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:07.417 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:07.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:07.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:07.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:17:07.418 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:07.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:07.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:07.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:07.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:07.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:07.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:07.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:07.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:07.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:07.419 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:17:07.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:07.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:07.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:07.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:07.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:17:07.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:17:07.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:17:07.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:07.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:07.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:17:07.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:07.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:07.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:07.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:07.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:07.490 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:07.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:17:07.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:07.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:07.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:07.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:07.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:07.492 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:07.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:07.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:07.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:07.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:07.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:07.495 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:07.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:07.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:07.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:07.521 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:07.522 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:07.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:07.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:07.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:07.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:07.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:08.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:08.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:08.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:17:08.525 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:08.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:08.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:08.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:08.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:08.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:08.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:08.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:08.528 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:17:08.529 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:17:08.529 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:17:08.529 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:17:08.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:08.530 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:17:08.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:08.530 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:17:08.530 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:08.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:08.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:08.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:08.532 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:08.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:08.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:08.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:08.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:08.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:08.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:09.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:09.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:09.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:09.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:09.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:17:09.536 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:09.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:09.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:09.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:09.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:09.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:09.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:09.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:09.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:09.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:09.538 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:17:09.539 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:17:09.539 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:17:09.539 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:17:09.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:09.540 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:17:09.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:09.540 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:17:09.540 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:17:09.540 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:17:09.541 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:17:09.557 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:17:09.557 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:17:09.558 DEBUG [main][EditorHandler] 0 editor(s) found 12:17:09.558 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:09.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:09.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:09.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:09.561 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:09.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:09.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:09.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:09.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:09.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:09.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:10.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:10.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:10.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:10.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:10.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:17:10.564 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:10.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:10.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:10.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:10.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:10.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:10.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:10.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:10.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:10.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:10.567 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:17:10.568 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:17:10.568 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:17:10.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:17:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:10.568 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:17:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:10.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:17:10.569 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 12:17:10.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:17:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:10.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:17:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:10.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:17:10.569 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 12:17:10.569 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 12:17:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:10.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item (default package) is already expanded. No action performed 12:17:10.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:10.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 12:17:10.570 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:17:10.570 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:17:10.570 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:17:10.588 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:17:10.589 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:17:10.589 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:17:10.589 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:17:10.589 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:17:10.602 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:17:10.602 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:17:10.603 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:17:10.850 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:17:10.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:10.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:17:10.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:17:10.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:17:10.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:17:10.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:10.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:10.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:10.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:10.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:10.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:10.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:10.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:10.850 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:10.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:10.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass.java\E') 12:17:10.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:10.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:10.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:10.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:10.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:10.865 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:10.866 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 12:17:10.866 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:10.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:10.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:10.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:10.900 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:17:10.900 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:17:10.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:10.901 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:17:10.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:17:10.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:10.962 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:10.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:10.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:10.985 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:17:10.985 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:10.985 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:17:10.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:17:10.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:17:10.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:10.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:10.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:10.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:11.002 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:17:11.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:17:11.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:11.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:11.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:17:11.003 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:17:11.003 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:11.005 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:11.005 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:17:11.005 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:17:11.005 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:11.005 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:11.005 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:11.005 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:17:11.005 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:11.005 DEBUG [main][MenuItemLookup] Item match:Window 12:17:11.008 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:11.008 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:11.008 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:11.008 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:11.008 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:11.008 DEBUG [main][MenuItemLookup] Item match:Show View 12:17:11.015 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:17:11.015 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:17:11.015 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:17:11.015 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:17:11.016 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:17:11.016 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:17:11.016 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:17:11.016 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:17:11.016 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:17:11.016 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:17:11.016 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:17:11.016 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:17:11.016 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:17:11.016 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:17:11.016 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:17:11.016 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:17:11.016 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:11.016 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:17:11.016 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:17:11.043 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:17:11.043 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:17:11.043 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:17:11.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:17:11.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:17:11.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:17:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:11.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:17:11.155 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:11.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:11.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:11.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:11.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:11.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:17:11.158 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:11.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:11.158 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:11.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:11.158 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:11.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:17:11.159 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:11.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:11.159 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:11.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:11.159 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:11.168 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:17:11.168 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:17:11.169 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:17:11.169 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:17:11.169 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:11.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:11.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:17:11.172 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:11.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:11.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:11.172 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:11.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:11.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:11.173 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:17:11.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:11.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:11.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:11.174 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:11.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:17:11.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:17:11.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:17:11.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:17:11.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:17:11.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:11.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:11.258 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:17:11.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:17:11.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:11.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:11.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:11.289 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:11.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:11.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:11.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:17:11.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:11.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:11.321 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:11.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:11.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:11.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:11.323 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:11.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:11.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:11.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:11.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:11.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:11.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:11.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:12.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:17:12.327 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:12.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:12.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:12.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:12.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:12.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:12.330 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:17:12.330 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:17:12.331 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:17:12.331 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:17:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:12.331 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:17:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:12.331 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:17:12.332 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:17:12.332 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:17:12.332 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:17:12.348 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:17:12.349 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 12:17:12.349 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 12:17:12.350 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 12:17:12.350 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 12:17:12.350 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 12:17:12.351 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:12.351 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:12.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:12.352 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:12.353 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:17:12.353 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:17:12.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:12.354 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:17:12.403 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:17:12.403 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:12.403 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:12.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.424 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:17:12.424 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:12.424 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:17:12.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:17:12.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:17:12.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:12.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:12.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:12.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:12.443 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:17:12.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:17:12.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:12.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:12.443 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:17:12.444 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:17:12.444 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:12.445 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:12.445 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:17:12.445 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:17:12.445 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:12.445 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:12.445 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:12.445 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:17:12.445 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:12.445 DEBUG [main][MenuItemLookup] Item match:Window 12:17:12.445 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:12.445 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:12.445 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:12.445 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:12.445 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:12.445 DEBUG [main][MenuItemLookup] Item match:Show View 12:17:12.455 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:12.456 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:17:12.456 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:17:12.484 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:17:12.484 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:17:12.484 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:17:12.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:17:12.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:17:12.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:17:12.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:12.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:12.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:17:12.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:12.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:12.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:12.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:12.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:12.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:12.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:17:12.607 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:12.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:12.607 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:12.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:12.607 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:12.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:17:12.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:12.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:12.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:12.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:12.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:12.609 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:17:12.609 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:17:12.609 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:17:12.609 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:17:12.609 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:12.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:12.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:12.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:17:12.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:12.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:12.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:12.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:12.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:12.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:12.621 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:17:12.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:12.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:12.621 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:12.621 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:12.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:17:12.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:17:12.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:17:12.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:17:12.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:17:12.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:12.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:12.721 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:17:12.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:17:12.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:12.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:12.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:12.753 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:12.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:12.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:12.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:17:12.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:12.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:12.784 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:12.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:12.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:12.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:12.785 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:12.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:12.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:12.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:12.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:12.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:12.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:13.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:13.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:13.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:13.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:13.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:17:13.789 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:13.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:13.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:13.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:13.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:13.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:13.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:13.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:13.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:13.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:13.791 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:17:13.792 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:17:13.792 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:17:13.792 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:17:13.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:13.793 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:17:13.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:13.793 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:17:13.793 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:17:13.793 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:17:13.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:17:13.803 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:17:13.804 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:13.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:13.804 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:13.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:13.808 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:17:13.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:13.809 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:13.809 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:13.809 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:13.809 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:13.809 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:13.809 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:13.809 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:17:13.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:13.810 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:13.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:13.810 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:13.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:13.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:17:13.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:13.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:13.811 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:17:13.812 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:17:13.812 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:13.812 DEBUG [main][MenuItemLookup] Item match:File 12:17:13.813 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:17:13.814 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:13.819 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:17:13.819 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:17:13.820 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:17:13.820 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:17:13.820 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:17:13.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:17:13.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:17:13.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:17:13.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:13.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:13.966 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:13.966 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:13.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:17:13.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:13.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:13.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:13.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:13.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:17:13.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:13.969 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:13.969 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:13.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:17:13.970 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:13.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:13.970 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:13.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:13.970 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:13.970 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:17:13.970 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:17:13.970 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:17:13.985 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:17:13.985 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:14.031 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:17:14.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:17:14.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:14.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:14.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:14.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:14.045 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:17:14.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:14.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:14.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:14.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:14.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:14.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:14.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:14.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:17:14.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:17:14.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:17:14.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:14.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:14.098 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:17:14.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:14.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:17:14.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:14.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:14.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:14.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:14.106 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:14.107 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 12:17:14.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:17:14.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:14.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:14.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:14.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:14.111 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:14.112 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 12:17:14.112 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:17:14.112 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:17:14.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:17:14.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:14.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:14.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:14.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:14.125 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:17:14.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:14.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:14.125 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:14.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:14.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:14.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:14.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:14.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:17:14.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:17:14.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Sending problem marker updates...' is a system job, skipped 12:17:14.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 12:17:14.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:14.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:14.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:14.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:14.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:14.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:14.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:14.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:14.836 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:14.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:14.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@206529d1 is found... 12:17:14.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@206529d1 is found finished successfully 12:17:14.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtext.txt\E') 12:17:14.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:14.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:14.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:14.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:14.842 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:14.843 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:17:14.843 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:14.843 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:17:14.843 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:17:14.843 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 12:17:14.958 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 12:17:14.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:14.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:14.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:14.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:14.994 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:14.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:14.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:14.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:14.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:14.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:14.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:15.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:15.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:15.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:15.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:17:15.998 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:15.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:15.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:15.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:15.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:15.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:15.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:16.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:16.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:16.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:16.000 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:17:16.001 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:17:16.002 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:17:16.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:17:16.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:16.002 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:17:16.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:16.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:17:16.002 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 12:17:16.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:17:16.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:16.002 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:17:16.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:16.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:17:16.003 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 12:17:16.003 DEBUG [main][TreeItemHandler] Selecting tree item: files 12:17:16.003 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 12:17:16.024 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 12:17:16.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:17:16.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'New' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:16.085 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:17:16.086 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:17:16.087 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:17:16.087 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:17:16.087 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:17:16.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:16.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:17:16.088 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:17:16.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:16.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:16.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:16.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:16.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:16.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:16.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:16.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:16.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:16.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:16.588 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 12:17:16.589 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 12:17:16.589 DEBUG [main][TreeItemHandler] Selecting tree item: files 12:17:16.589 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 12:17:16.602 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 12:17:16.603 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:17:16.603 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:16.648 DEBUG [main][MenuItemLookup] Found menu:'New' 12:17:16.648 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:17:16.648 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:16.648 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:17:16.648 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:17:16.648 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:16.648 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:17:16.648 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:17:16.648 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:17:16.648 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:17:16.648 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:17:16.648 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:17:16.648 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:17:16.649 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:17:16.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:17:17.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:17:17.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete 12:17:17.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:17.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:17.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:17.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:17.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:17:17.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:17.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:17.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:17.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete" as the parent 12:17:17.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:17.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:17.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:17.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:17.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:17.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:17.373 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:17:17.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:17.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:17.373 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:17.373 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:17.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:17:17.383 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:17:17.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:17:17.883 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:17:17.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:17.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:17:17.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:17.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:17.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:17.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:17.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:17.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:17.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:17.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:17.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:17.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:17.884 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:17.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:17.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:17.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:17.886 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:17.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:17.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:17.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:17.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:17.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:17.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:18.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:18.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:18.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:18.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:18.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:17:18.890 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:18.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:18.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:18.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:18.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:18.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:18.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:18.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:18.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:18.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:18.892 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:17:18.892 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:17:18.893 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:17:18.893 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:17:18.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:18.893 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:17:18.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:18.893 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:17:18.894 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:17:18.894 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:17:18.895 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 12:17:18.895 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:17:18.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:18.895 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:17:18.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:18.895 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:17:18.895 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:17:18.895 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:17:18.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:18.895 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:17:18.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:18.896 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:17:18.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:17:18.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:18.896 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:17:18.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:18.896 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:17:18.896 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 12:17:18.896 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:17:18.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:17:18.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:18.896 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:17:18.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:18.896 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:17:18.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:17:18.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:18.897 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:17:18.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:18.897 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:17:18.897 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 12:17:18.897 DEBUG [WorkbenchTestable][AbstractResource] "(default package)" 12:17:18.897 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:18.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:18.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:18.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:18.898 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:17:18.898 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:17:18.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:18.899 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:17:18.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:17:18.945 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:18.945 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:18.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:18.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:18.968 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:17:18.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:18.969 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:17:18.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:17:18.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:17:18.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:18.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:18.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:18.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:18.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:18.987 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:17:18.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:17:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:18.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:18.988 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:17:18.988 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:17:18.988 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:18.996 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:18.996 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:17:18.996 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:17:18.996 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:18.996 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:18.996 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:18.996 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:17:18.996 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:18.996 DEBUG [main][MenuItemLookup] Item match:Window 12:17:18.998 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:18.998 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:18.998 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:18.998 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:18.998 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:18.998 DEBUG [main][MenuItemLookup] Item match:Show View 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:19.007 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:17:19.007 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:17:19.037 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:17:19.037 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:17:19.038 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:17:19.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:17:19.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:17:19.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:17:19.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:19.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:19.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:17:19.143 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:19.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:19.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:19.143 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:19.143 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:19.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:19.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:19.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:19.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:19.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:19.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:19.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:19.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:17:19.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:19.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:19.146 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:19.146 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:17:19.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:19.146 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:19.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:19.146 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:19.147 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:17:19.147 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:17:19.148 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:17:19.148 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:17:19.148 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:19.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:19.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:19.148 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:19.148 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:19.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:19.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:19.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:17:19.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:19.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:19.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:19.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:19.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:19.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:19.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:19.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:19.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:19.151 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:17:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:19.151 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:19.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:19.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:17:19.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:17:19.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:17:19.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:19.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:19.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:17:19.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:19.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:19.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:17:19.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:19.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:19.265 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:17:19.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:17:19.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:19.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:19.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:19.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:19.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:19.268 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:19.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:19.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:19.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:17:19.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:19.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:19.271 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:19.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:19.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:19.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:19.272 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:19.272 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:19.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:19.273 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:19.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:19.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:19.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:19.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:19.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:20.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:20.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:20.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:17:20.275 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:20.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:20.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:20.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:20.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:20.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:20.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:20.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:20.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:20.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:20.277 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:17:20.278 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:17:20.278 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:17:20.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:17:20.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:20.279 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:17:20.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:20.279 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:17:20.279 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 12:17:20.279 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 12:17:20.279 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 12:17:20.280 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 12:17:20.280 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 12:17:20.280 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:17:20.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:17:20.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:20.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:20.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:17:20.782 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:20.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:20.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:20.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:20.784 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 12:17:20.784 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 12:17:20.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:20.792 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:17:20.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:17:20.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:20.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:20.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:20.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:20.859 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) 12:17:20.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:20.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:20.876 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:17:20.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:17:20.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:20.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:20.877 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:17:20.877 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:17:20.877 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:20.878 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:20.878 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:17:20.878 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:17:20.878 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:20.878 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:20.878 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:20.878 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:17:20.878 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:20.878 DEBUG [main][MenuItemLookup] Item match:Window 12:17:20.878 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:20.879 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:20.879 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:20.879 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:20.879 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:20.879 DEBUG [main][MenuItemLookup] Item match:Show View 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:20.887 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:17:20.887 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:17:20.916 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:17:20.916 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:17:20.916 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:17:21.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:17:21.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:17:21.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:17:21.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:21.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:21.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:17:21.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:21.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:21.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:21.028 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:21.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:21.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:21.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:21.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:21.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:21.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:21.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:21.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:21.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:17:21.031 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:21.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:21.031 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:21.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:21.031 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:21.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:17:21.031 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:21.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:21.032 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:21.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:21.032 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:21.032 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:17:21.032 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:17:21.033 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:17:21.033 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:17:21.033 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:21.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:21.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:21.033 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:21.033 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:21.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:21.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:21.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:17:21.034 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:21.034 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:21.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:21.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:21.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:21.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:21.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:21.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:21.035 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:17:21.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:21.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:21.036 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:21.036 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:21.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:17:21.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:17:21.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:17:21.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:21.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:21.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:17:21.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:21.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:21.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:17:21.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:21.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:21.116 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:17:21.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:17:21.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:21.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:21.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:21.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:21.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:21.182 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:21.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:21.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:21.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:17:21.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:21.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:21.186 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:21.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:21.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:21.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:21.188 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:21.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:21.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:21.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:21.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:21.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:21.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:21.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:21.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:22.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:22.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:22.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:17:22.191 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:17:22.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:17:22.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:22.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:22.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:22.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:22.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:22.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:22.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:22.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:22.193 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:17:22.194 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 12:17:22.194 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 12:17:22.194 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 12:17:22.224 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 12:17:22.225 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:17:22.225 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:22.280 DEBUG [main][MenuItemLookup] Found menu:'New' 12:17:22.280 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:17:22.280 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:22.281 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:17:22.281 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:22.281 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:17:22.281 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:17:22.281 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:17:22.281 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:17:22.281 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:17:22.281 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:17:22.281 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:17:22.281 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:22.281 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:17:22.281 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:17:22.281 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:22.281 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:17:22.281 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:17:22.281 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:17:22.281 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:17:22.281 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:17:22.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:22.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:17:22.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:22.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:22.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:22.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:22.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:22.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:22.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:22.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:22.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:22.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:22.782 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 12:17:22.782 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 12:17:22.782 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 12:17:22.783 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 12:17:22.803 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 12:17:22.804 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:17:22.804 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:22.855 DEBUG [main][MenuItemLookup] Found menu:'New' 12:17:22.855 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:17:22.855 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:22.855 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:17:22.855 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:22.855 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:17:22.855 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:17:22.855 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:17:22.855 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:17:22.855 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:17:22.855 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:17:22.856 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:17:22.856 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:17:22.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.017: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.047: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.051: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.052: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.065: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.082: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.098: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.115: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.131: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.148: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.165: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.182: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.199: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.215: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.232: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.248: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.264: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:17:23.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:17:23.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:17:23.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:23.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:23.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:23.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:23.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:17:23.558 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:23.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:23.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:23.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:17:23.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:23.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:23.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:23.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:23.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:23.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:23.559 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:17:23.559 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:17:23.559 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:17:23.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:23.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:23.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:23.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:23.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:17:23.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:23.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:23.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:23.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:17:23.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:23.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:23.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:23.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:23.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:23.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:23.562 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:17:23.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:23.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:23.562 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:23.562 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.564: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.566: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:17:23.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:17:23.568 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:17:23.645: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:17:24.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:17:24.069 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:17:24.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:24.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:17:24.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:17:24.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:17:24.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:24.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:24.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:24.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:24.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:24.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:24.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:24.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:24.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:24.070 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest 12:17:24.070 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:24.070 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:24.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:24.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.84 s - in org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest selectCollapsedProjectExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 4.279 s open no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 3.729 s select no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 1.439 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 6.544 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.ui.navigator.ProjectExplorerItemTest) Time elapsed: 1.89 s Running org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:17:24.084 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:17:24.089 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:17:24.090 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:24.090 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:17:24.090 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:17:24.090 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:17:24.090 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:24.090 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:17:24.090 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:24.090 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:17:24.090 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:24.091 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:17:24.091 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:17:24.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:17:24.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:24.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:24.091 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:24.091 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:24.092 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:24.092 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:24.092 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:24.092 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:24.092 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:17:24.092 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:24.092 DEBUG [main][MenuItemLookup] Item match:Window 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:17:24.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:24.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:24.095 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:17:24.095 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:24.095 DEBUG [main][MenuItemLookup] Item match:Window 12:17:24.096 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:24.096 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:24.096 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:24.096 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:24.096 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:24.096 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:17:24.096 DEBUG [main][MenuItemLookup] Item match:Perspective 12:17:24.096 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:17:24.096 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:24.096 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:17:24.096 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:17:24.096 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:17:24.096 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:17:24.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:17:24.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:24.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:24.096 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:24.097 DEBUG [main][MenuItemLookup] Item match:Window 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:17:24.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:24.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:24.097 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:24.097 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:24.098 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:17:24.098 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:24.098 DEBUG [main][MenuItemLookup] Item match:Window 12:17:24.098 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:24.098 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:24.098 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:24.098 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:24.098 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:24.098 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:17:24.098 DEBUG [main][MenuItemLookup] Item match:Perspective 12:17:24.098 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:17:24.098 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:24.098 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:17:24.098 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:17:24.098 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:17:24.098 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:17:24.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:24.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:24.098 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:24.099 DEBUG [main][MenuItemLookup] Item match:Window 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:17:24.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:24.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:24.099 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:24.099 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:17:24.100 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:24.100 DEBUG [main][MenuItemLookup] Item match:Window 12:17:24.100 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:24.100 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:24.100 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:24.100 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:24.100 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:24.100 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:17:24.100 DEBUG [main][MenuItemLookup] Item match:Perspective 12:17:24.100 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:17:24.100 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:24.100 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:17:24.100 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:17:24.100 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:17:24.100 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:17:24.100 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:17:24.100 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:17:24.100 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:17:24.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:17:24.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:17:24.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:17:24.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:24.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:24.143 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:24.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:24.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:24.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:17:24.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:24.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:24.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:24.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:17:24.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:24.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:24.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:24.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:17:24.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:24.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:24.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:24.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:24.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:24.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:24.146 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:17:24.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:24.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:24.146 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:24.146 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:24.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:24.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:24.353 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:17:24.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:24.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:24.353 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:24.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:24.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:24.354 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:24.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:17:24.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:24.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:24.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:24.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:24.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:24.355 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:24.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:24.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:24.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:17:24.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:24.356 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:24.357 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:24.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:24.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:24.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:24.358 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:24.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:24.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:24.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:24.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:24.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:24.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:24.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:24.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:25.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:25.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:25.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:17:25.360 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:25.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:25.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:25.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:25.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:25.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:25.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:25.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:25.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:25.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:25.362 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:25.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:25.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:25.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:25.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:17:25.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:25.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:25.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:25.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:25.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:25.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:25.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:25.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:17:25.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:25.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:25.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:25.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:25.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:25.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:25.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:25.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:25.365 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:25.365 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:25.366 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:25.366 DEBUG [main][MenuItemLookup] Item match:File 12:17:25.367 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:17:25.367 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:25.372 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:17:25.372 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:17:25.394 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:17:25.395 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:17:25.395 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:17:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:17:25.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:17:25.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:17:25.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:25.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:25.555 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:25.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:25.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:17:25.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:25.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:25.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:25.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:25.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:25.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:25.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:25.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:17:25.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:17:25.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:25.568 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:17:25.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:25.568 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:17:25.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:17:25.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:17:25.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:25.569 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:17:25.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:25.569 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:17:25.569 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:17:25.569 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:17:25.570 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:17:25.585 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:17:25.585 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:25.585 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:17:25.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:17:25.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:25.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:25.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:25.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:25.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:25.588 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:17:25.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:25.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:25.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:25.588 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:25.836 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:25.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:25.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:25.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:17:25.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:17:25.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:17:25.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:25.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:25.851 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:17:25.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:25.852 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'Project' 12:17:25.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:17:25.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:25.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:25.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:25.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:25.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:25.865 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:25.866 INFO [WorkbenchTestable][AbstractText] Text set to: Project 12:17:25.901 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:17:25.901 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:17:25.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:17:25.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:25.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:25.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:25.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:25.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:25.906 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:17:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:25.906 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:25.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:25.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:17:29.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:17:29.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:29.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:29.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:29.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:17:29.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:29.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:29.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:29.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:29.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:29.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:29.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:29.006 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:29.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:29.007 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:29.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:29.007 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:29.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:29.007 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:17:29.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:29.007 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:29.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:29.007 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:29.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:29.007 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:29.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:29.008 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:17:29.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:29.008 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:29.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:29.008 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:29.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:29.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:17:29.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:29.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:29.009 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:17:29.009 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:17:29.009 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:29.009 DEBUG [main][MenuItemLookup] Item match:File 12:17:29.010 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:17:29.011 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:29.016 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:17:29.016 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:17:29.018 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:17:29.018 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:17:29.018 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:17:29.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:17:29.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:17:29.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:17:29.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:29.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:29.163 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:29.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:29.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:17:29.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:29.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:29.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:29.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:29.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:29.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:29.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:29.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:17:29.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:17:29.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:29.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:17:29.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:29.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:17:29.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:17:29.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:17:29.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:29.169 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:17:29.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:29.169 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:17:29.169 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:17:29.170 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:17:29.170 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:17:29.176 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:17:29.176 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:29.176 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:17:29.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:17:29.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:29.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:29.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:29.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:29.190 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:17:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:29.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:29.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:29.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:29.372 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:29.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:29.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:29.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:17:29.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:17:29.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:17:29.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:29.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:29.374 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:17:29.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:29.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:17:29.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:29.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:29.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:29.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:29.450 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:29.451 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 12:17:29.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:17:29.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:29.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:29.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:29.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:29.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:29.505 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:29.506 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:17:29.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:17:29.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:29.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:29.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:29.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:29.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:29.551 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:17:29.551 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 12:17:29.551 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 12:17:29.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:29.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:29.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:29.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:29.552 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:17:29.552 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:17:29.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:17:29.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:29.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:29.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:29.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:29.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:29.559 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:17:29.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:29.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:29.559 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:29.559 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:29.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:30.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:30.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:30.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 18 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:30.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:30.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:17:30.569 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:30.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:30.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:30.575 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass.java"as the parent 12:17:30.575 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:30.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:30.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:30.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:30.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:30.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:30.577 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: System.out.print("Hello World"); 12:17:30.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass.java\E') 12:17:30.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:30.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:30.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:30.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:30.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:30.671 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:30.671 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World"); } } TooltipText=null 12:17:30.672 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:30.672 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World"); } } TooltipText=null 12:17:30.672 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:17:30.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass.java - Eclipse Platform 12:17:30.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:30.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:30.673 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass.java - Eclipse Platform' 12:17:30.673 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass.java - Eclipse Platform' 12:17:30.673 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:30.673 DEBUG [main][MenuItemLookup] Item match:File 12:17:30.675 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:17:30.675 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:17:30.675 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:17:30.675 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:17:30.675 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:30.675 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:17:30.675 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:17:30.675 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:30.675 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:17:30.675 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:17:30.675 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:17:30.675 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:17:30.676 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:17:30.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:17:30.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:17:30.862 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:30.863 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World"); } } TooltipText=null 12:17:30.863 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:30.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:30.863 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:30.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:30.863 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:17:30.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:30.864 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:30.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:30.864 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:30.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:30.864 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:30.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:30.864 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:17:30.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:30.865 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:30.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:30.865 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:30.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:30.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass.java - Eclipse Platform 12:17:30.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:30.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:30.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass.java - Eclipse Platform' 12:17:30.866 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass.java - Eclipse Platform' 12:17:30.866 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:30.866 DEBUG [main][MenuItemLookup] Item match:File 12:17:30.867 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:17:30.867 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:17:30.935 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:17:30.935 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:17:30.935 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:30.935 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:17:30.935 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:17:30.935 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:17:30.935 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:17:30.935 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:17:30.935 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:17:30.935 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:17:30.935 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:17:30.935 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:30.936 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:17:30.936 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:17:30.936 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:17:30.936 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:30.936 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:17:30.936 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:30.936 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:17:30.936 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:17:30.973 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:17:30.973 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:17:30.979 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:17:31.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:17:31.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:17:31.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:17:31.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:31.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:31.281 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:31.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:31.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:17:31.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:31.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:31.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:31.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:31.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:31.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:31.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:31.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:17:31.286 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:17:31.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:31.286 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:17:31.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:31.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:17:31.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:17:31.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:17:31.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:31.287 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:17:31.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:31.287 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:17:31.288 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:17:31.288 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:17:31.288 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:17:31.333 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:17:31.344 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:31.344 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:17:31.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:17:31.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:31.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:31.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:31.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:31.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:31.347 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:17:31.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:31.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:31.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:31.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:31.651 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:31.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:31.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:31.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:17:31.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:17:31.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:17:31.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:31.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:31.653 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:17:31.653 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:31.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:17:31.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:31.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:31.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:31.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:31.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:31.744 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:31.745 INFO [WorkbenchTestable][AbstractText] Text set to: TestLoopClass 12:17:31.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:17:31.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:31.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:31.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:31.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:31.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:31.776 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:31.777 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:17:31.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:17:31.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:31.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:31.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:31.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:31.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:31.791 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:17:31.791 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 12:17:31.791 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 12:17:31.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:31.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:31.791 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:31.791 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:31.791 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:17:31.792 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:17:31.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:17:31.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:31.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:31.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:31.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:31.797 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:17:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:31.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:31.797 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:31.798 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:31.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:32.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:32.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:32.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 12 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:17:32.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:17:32.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:17:32.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:32.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:17:32.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:17:32.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:17:32.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:32.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:32.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:32.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:32.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:32.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:32.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:32.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:32.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:32.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:17:32.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:32.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:32.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:32.484 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestLoopClass.java"as the parent 12:17:32.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:32.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:32.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:32.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:32.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:32.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:32.485 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: int i = 0; while (true) {System.out.println(i++);} 12:17:32.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestLoopClass.java\E') 12:17:32.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:32.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:32.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:32.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:32.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:32.549 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:32.550 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestLoopClass { public static void main(String[] args) { // TODO Auto-generated method stub int i = 0; while (true) {System.out.println(i++);} } } TooltipText=null 12:17:32.550 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:32.550 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestLoopClass { public static void main(String[] args) { // TODO Auto-generated method stub int i = 0; while (true) {System.out.println(i++);} } } TooltipText=null 12:17:32.550 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:17:32.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass.java - Eclipse Platform 12:17:32.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:32.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:32.552 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 12:17:32.552 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 12:17:32.552 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:32.552 DEBUG [main][MenuItemLookup] Item match:File 12:17:32.554 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:17:32.554 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:17:32.554 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:17:32.554 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:17:32.554 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:32.554 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:17:32.554 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:17:32.554 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:32.554 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:17:32.554 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:17:32.585 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:17:32.585 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:17:32.585 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:17:32.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:17:32.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:17:32.837 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:32.837 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestLoopClass { public static void main(String[] args) { // TODO Auto-generated method stub int i = 0; while (true) {System.out.println(i++);} } } TooltipText=null 12:17:32.838 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:32.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.838 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:32.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.838 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:17:32.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:32.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:32.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:32.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:17:32.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:32.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:32.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:32.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass.java - Eclipse Platform 12:17:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:32.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:32.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 12:17:32.840 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass.java - Eclipse Platform' 12:17:32.840 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:32.841 DEBUG [main][MenuItemLookup] Item match:File 12:17:32.843 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:17:32.843 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:32.848 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:17:32.848 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:17:32.889 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:17:32.889 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:17:32.889 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:17:33.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:17:33.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:17:33.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:17:33.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:33.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:33.099 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:33.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:33.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:17:33.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:33.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:33.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:33.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:33.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:33.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:33.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:17:33.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:17:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:33.146 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:17:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:33.146 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:17:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:17:33.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:17:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:33.146 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:17:33.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:33.146 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:17:33.147 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:17:33.147 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:17:33.147 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:17:33.148 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:17:33.148 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:33.148 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:17:33.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:17:33.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:33.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:33.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:33.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:33.150 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:17:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:33.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:33.150 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:33.150 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:33.291 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:33.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:33.291 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:33.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:17:33.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:17:33.291 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:17:33.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:33.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:33.292 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:17:33.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:33.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:17:33.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:33.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:33.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:33.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:33.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:33.392 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:33.393 INFO [WorkbenchTestable][AbstractText] Text set to: TestLoopClass2 12:17:33.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:17:33.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:33.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:33.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:33.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:33.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:33.467 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:33.468 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:17:33.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:17:33.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:33.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:33.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:33.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:33.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:33.475 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:17:33.475 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 12:17:33.475 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 12:17:33.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:33.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:33.475 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:33.475 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:33.475 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:17:33.475 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:17:33.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:17:33.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:33.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:33.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:33.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:33.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:33.488 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:17:33.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:33.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:33.488 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:33.488 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:33.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:34.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:34.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:34.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:17:34.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:17:34.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:17:34.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:17:34.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:17:34.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:34.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:34.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:34.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:34.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:34.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:34.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:34.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:34.062 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:34.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:34.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:17:34.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:34.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:34.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:34.063 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestLoopClass2.java"as the parent 12:17:34.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:34.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:34.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:34.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:34.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:34.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:34.064 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: try {System.out.println("Start"); Thread.sleep(10 * 1000); System.out.println("Hello Application"); Thread.sleep(20 * 1000); System.out.println("Finish"); } catch (InterruptedException e) {e.printStackTrace();} 12:17:34.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestLoopClass2.java\E') 12:17:34.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:34.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:34.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:34.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:34.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:34.141 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:34.141 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestLoopClass2 { public static void main(String[] args) { // TODO Auto-generated method stub try {System.out.println("Start"); Thread.sleep(10 * 1000); System.out.println("Hello Application"); Thread.sleep(20 * 1000); System.out.println("Finish"); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:17:34.142 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:34.142 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestLoopClass2 { public static void main(String[] args) { // TODO Auto-generated method stub try {System.out.println("Start"); Thread.sleep(10 * 1000); System.out.println("Hello Application"); Thread.sleep(20 * 1000); System.out.println("Finish"); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:17:34.142 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:17:34.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass2.java - Eclipse Platform 12:17:34.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:34.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:34.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 12:17:34.143 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 12:17:34.143 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:34.143 DEBUG [main][MenuItemLookup] Item match:File 12:17:34.144 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:17:34.144 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:17:34.144 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:17:34.144 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:17:34.144 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:34.144 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:17:34.144 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:17:34.144 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:34.144 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:17:34.144 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:17:34.145 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:17:34.145 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:17:34.145 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:17:34.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:17:34.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:17:34.228 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:34.229 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestLoopClass2 { public static void main(String[] args) { // TODO Auto-generated method stub try {System.out.println("Start"); Thread.sleep(10 * 1000); System.out.println("Hello Application"); Thread.sleep(20 * 1000); System.out.println("Finish"); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:17:34.229 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:34.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:34.230 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:34.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:34.230 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:17:34.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:34.230 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:34.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:34.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:34.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:34.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:34.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:34.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:17:34.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:34.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:34.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:34.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:34.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:34.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestLoopClass2.java - Eclipse Platform 12:17:34.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:34.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:34.234 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 12:17:34.234 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestLoopClass2.java - Eclipse Platform' 12:17:34.234 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:34.234 DEBUG [main][MenuItemLookup] Item match:File 12:17:34.235 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:17:34.235 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:34.241 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:17:34.241 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:17:34.269 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:17:34.269 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:17:34.270 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:17:34.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:17:34.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:17:34.526 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:17:34.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:34.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:34.559 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:34.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:34.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:17:34.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:34.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:34.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:34.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:34.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:34.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:34.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:34.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:17:34.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:17:34.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:34.565 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:17:34.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:34.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:17:34.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:17:34.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:17:34.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:34.565 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:17:34.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:34.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:17:34.566 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:17:34.566 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:17:34.566 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:17:34.567 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:17:34.567 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:34.567 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:17:34.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:17:34.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:34.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:34.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:34.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:34.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:34.580 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:17:34.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:34.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:34.580 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:34.580 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:34.686 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:34.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:34.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:34.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:17:34.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:17:34.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:17:34.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:34.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:34.693 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:17:34.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:34.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:17:34.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:34.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:34.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:34.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:34.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:34.743 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:34.744 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 12:17:34.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:17:34.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:34.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:34.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:34.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:34.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:34.784 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:34.785 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:17:34.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:17:34.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:34.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:34.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:34.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:34.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:34.801 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:17:34.801 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 12:17:34.801 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 12:17:34.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:34.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:34.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:34.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:34.801 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:17:34.801 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:17:34.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:17:34.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:34.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:34.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:34.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:34.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:34.814 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:17:34.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:34.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:34.814 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:34.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:34.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:35.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:35.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'EAR Libraries Update Job' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:35.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:35.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:17:35.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:35.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:35.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:35.352 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass1.java"as the parent 12:17:35.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:35.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:35.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:35.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:35.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:35.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:35.353 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: System.out.print("Hello World1"); try { Thread.sleep(15*1000); } catch (InterruptedException e) {e.printStackTrace();} 12:17:35.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass1.java\E') 12:17:35.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:35.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:35.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:35.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:35.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:35.401 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:35.402 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass1 { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World1"); try { Thread.sleep(15*1000); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:17:35.402 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:35.402 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass1 { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World1"); try { Thread.sleep(15*1000); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:17:35.402 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:17:35.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass1.java - Eclipse Platform 12:17:35.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:35.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:35.403 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass1.java - Eclipse Platform' 12:17:35.403 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass1.java - Eclipse Platform' 12:17:35.403 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:35.403 DEBUG [main][MenuItemLookup] Item match:File 12:17:35.405 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:17:35.405 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:17:35.405 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:17:35.405 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:17:35.405 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:35.405 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:17:35.405 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:17:35.405 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:35.405 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:17:35.405 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:17:35.405 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:17:35.405 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:17:35.405 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:17:35.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:17:35.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:17:35.505 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:35.506 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass1 { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World1"); try { Thread.sleep(15*1000); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:17:35.506 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:35.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:35.506 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:35.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:35.506 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:17:35.506 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:35.507 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:35.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:35.507 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:35.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:35.507 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:35.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:35.507 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:17:35.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:35.507 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:35.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:35.507 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:35.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:35.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass1.java - Eclipse Platform 12:17:35.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:35.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:35.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass1.java - Eclipse Platform' 12:17:35.508 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass1.java - Eclipse Platform' 12:17:35.508 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:35.508 DEBUG [main][MenuItemLookup] Item match:File 12:17:35.509 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:17:35.509 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:17:35.514 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:17:35.514 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:17:35.514 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:35.514 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:17:35.514 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:17:35.514 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:17:35.514 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:17:35.514 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:17:35.514 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:17:35.514 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:17:35.514 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:17:35.515 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:35.515 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:17:35.515 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:17:35.515 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:17:35.515 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:35.515 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:17:35.515 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:35.515 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:17:35.515 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:17:35.564 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:17:35.564 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:17:35.565 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:17:35.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:17:35.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:17:35.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:17:35.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:35.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:35.728 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:35.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:35.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:17:35.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:35.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:35.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:35.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:35.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:35.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:35.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:35.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:17:35.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:17:35.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:35.764 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:17:35.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:35.764 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:17:35.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:17:35.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:17:35.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:35.765 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:17:35.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:35.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:17:35.774 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:17:35.774 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:17:35.774 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:17:35.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:17:35.775 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:17:35.775 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:17:35.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:17:35.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:35.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:35.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:35.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:35.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:35.777 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:17:35.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:35.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:35.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:35.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:35.898 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:17:35.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:35.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:35.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:17:35.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:17:35.899 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:17:35.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:35.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:35.951 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:17:35.951 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:17:35.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:17:35.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:35.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:35.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:35.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:35.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:35.969 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:35.970 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass2 12:17:35.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:17:35.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:35.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:36.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:36.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:36.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:17:36.001 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:17:36.003 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:17:36.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:17:36.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:36.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:36.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:36.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:36.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:36.020 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:17:36.020 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 12:17:36.020 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 12:17:36.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:36.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:36.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:36.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:36.021 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:17:36.021 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:17:36.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:17:36.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:36.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:36.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:36.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:36.034 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:36.034 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:17:36.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:36.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:36.035 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:36.035 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:36.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:17:36.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:17:36.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:36.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:17:36.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:17:36.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:17:36.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:17:36.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:17:36.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:17:36.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:36.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:36.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:36.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:36.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:36.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:36.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:36.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:36.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:36.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:36.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:17:36.566 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:36.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:36.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:36.566 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TestClass2.java"as the parent 12:17:36.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:36.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:36.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:36.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:36.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:36.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:36.567 INFO [WorkbenchTestable][AbstractStyledText] Insert text into styled text on line 7, column 0: System.out.print("Hello World2"); try { Thread.sleep(15*1000); } catch (InterruptedException e) {e.printStackTrace();} 12:17:36.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass2.java\E') 12:17:36.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:36.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:36.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:36.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:36.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:36.595 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:36.595 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass2 { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World2"); try { Thread.sleep(15*1000); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:17:36.596 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:36.596 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass2 { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World2"); try { Thread.sleep(15*1000); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:17:36.601 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:17:36.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:36.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:36.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:36.601 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:36.602 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:36.602 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:36.602 DEBUG [main][MenuItemLookup] Item match:File 12:17:36.603 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:17:36.603 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:17:36.603 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:17:36.603 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:17:36.603 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:36.603 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:17:36.603 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:17:36.603 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:36.603 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:17:36.603 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:17:36.603 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:17:36.603 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:17:36.604 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:17:36.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:17:36.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:17:36.672 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:36.672 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class TestClass2 { public static void main(String[] args) { // TODO Auto-generated method stub System.out.print("Hello World2"); try { Thread.sleep(15*1000); } catch (InterruptedException e) {e.printStackTrace();} } } TooltipText=null 12:17:36.672 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:36.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:36.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:36.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:36.749 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:36.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:36.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:36.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:36.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:36.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:36.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:37.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:37.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:37.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:37.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:37.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:17:37.753 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:37.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:37.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:37.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:37.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:37.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:37.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:37.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:37.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:37.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:37.758 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:17:37.758 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:17:37.758 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:17:37.759 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:17:37.766 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:17:37.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:37.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:37.798 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:37.799 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:17:37.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:17:37.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:17:37.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:37.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:37.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:37.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:37.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:37.817 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' view via menu. 12:17:37.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:37.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:37.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:37.819 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:37.819 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:37.819 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:37.819 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:37.819 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:17:37.819 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:17:37.819 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:37.819 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:37.819 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:37.819 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:17:37.819 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:17:37.819 DEBUG [main][MenuItemLookup] Item match:Window 12:17:37.824 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:17:37.824 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:17:37.824 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:17:37.824 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:37.824 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:17:37.824 DEBUG [main][MenuItemLookup] Item match:Show View 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:37.837 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:17:37.837 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:17:37.879 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:17:37.879 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:17:37.880 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:17:37.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:17:38.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:17:38.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:17:38.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:38.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:38.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:17:38.001 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:38.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:38.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:38.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:38.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:38.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:38.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:38.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:38.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:38.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:38.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:17:38.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:17:38.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:17:38.004 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:38.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:38.004 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:38.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:38.004 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:38.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:17:38.005 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:17:38.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:38.005 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:17:38.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:38.005 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:17:38.006 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:17:38.006 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:17:38.006 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:17:38.015 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:17:38.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:38.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:38.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:38.016 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:38.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:38.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:38.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:38.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:17:38.017 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:17:38.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:38.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:38.017 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:17:38.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:17:38.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:38.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:38.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:38.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:38.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:17:38.018 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:17:38.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:17:38.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:17:38.019 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:17:38.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:38.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:17:38.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:17:38.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.console.ConsoleView' view is open... 12:17:38.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:38.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:38.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.console.ConsoleView' view is open finished successfully 12:17:38.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:38.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:38.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:38.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:38.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:38.131 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:38.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:38.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:38.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:38.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:38.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:38.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:38.171 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:38.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:38.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:38.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:38.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:38.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:38.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:38.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:38.193 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:17:38.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:38.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:38.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:38.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:38.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:38.207 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:38.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:17:38.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:38.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:38.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:38.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:38.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:38.227 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:38.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:38.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:38.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:38.285 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:38.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:38.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:38.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:38.288 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:17:38.289 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:38.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:38.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:38.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:38.292 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:17:38.294 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:17:38.294 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:17:38.294 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:17:38.294 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:11:40 PM))' 12:17:38.294 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:17:38.294 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:11:40 PM))' 12:17:38.294 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:17:38.294 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:17:38.294 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:17:38.294 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:17:38.294 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:17:38.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:17:39.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:17:39.299 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:17:39.299 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:39.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:39.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:39.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:39.301 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:17:39.302 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:17:39.302 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:17:39.302 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:17:39.302 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:11:40 PM))' 12:17:39.302 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:17:39.302 TRACE [main][WorkbenchPartLookup] Found view 'Console ( AppTest [JUnit] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:11:40 PM))' 12:17:39.302 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:17:39.302 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:17:39.302 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:17:39.302 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:17:39.302 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:17:39.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:17:39.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:17:39.306 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:39.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:39.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:39.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:39.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:39.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:39.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:39.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:39.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:39.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:39.309 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:39.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:39.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:39.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:39.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:39.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:39.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:39.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:39.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:39.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:39.311 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:17:39.426 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:17:39.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:39.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:39.429 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:17:39.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:39.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:39.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:39.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:39.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:39.431 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:39.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:17:39.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:39.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:39.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:39.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:39.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:39.433 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:39.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:39.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:39.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:39.481 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:39.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:39.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:39.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:39.482 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:39.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:39.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:39.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:39.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:39.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:39.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:39.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:39.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:40.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:40.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:40.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:17:40.485 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:40.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:40.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:40.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:40.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:40.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:40.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:40.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:40.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:40.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:40.487 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:17:40.488 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:17:40.489 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:17:40.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:17:40.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:40.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:17:40.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:40.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:17:40.489 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:17:40.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:17:40.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:40.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:17:40.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:40.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:17:40.490 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass1.java of tree item test 12:17:40.490 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:17:40.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:40.490 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:17:40.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:40.490 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:17:40.490 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass1.java 12:17:40.490 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass1.java 12:17:40.491 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass1.java about selection 12:17:40.504 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass1.java 12:17:40.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:40.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:40.505 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:40.505 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:40.505 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:40.505 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:17:40.505 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:17:40.505 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:40.505 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:40.505 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:40.505 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:17:40.505 DEBUG [main][MenuItemLookup] Item match:Run 12:17:40.506 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:17:40.506 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:17:40.506 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:40.506 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:17:40.506 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:17:40.506 DEBUG [main][MenuItemLookup] Item match:Run As 12:17:40.521 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:17:40.521 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:17:40.521 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:17:40.521 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:17:40.521 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:17:40.522 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:17:40.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*'... 12:17:40.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:40.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:40.639 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:40.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:40.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:40.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:40.652 WARNING [main][ShellHandler] Shell is not focused 12:17:40.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:40.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:40.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:40.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:40.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:40.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:40.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:40.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:40.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:40.674 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:40.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:40.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:40.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:17:40.894 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:40.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:40.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:40.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:17:40.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:40.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:41.399 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:41.400 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:41.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:41.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:41.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 12:17:41.401 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:41.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:41.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:41.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 12:17:41.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:41.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:41.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*' finished successfully 12:17:41.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:41.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:17:41.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:41.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:41.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:41.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:41.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:41.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:41.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:41.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:41.403 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:41.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:41.404 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:41.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:41.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:41.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 12:17:41.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:17:41.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:41.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:41.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:41.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:41.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:17:41.407 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Console When Standard Out Changes 12:17:41.407 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:17:41.407 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:17:41.407 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:41.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:41.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:41.423 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:17:41.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:41.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:41.437 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:41.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:41.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:41.438 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:41.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:17:41.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:41.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:41.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:41.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:41.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:41.477 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:41.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:41.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:41.524 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:41.524 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:41.524 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:41.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:41.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:41.525 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:17:41.525 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:41.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:41.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:41.526 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:41.526 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:17:41.527 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:17:41.527 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:17:41.527 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:17:41.527 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:17:40 PM))' 12:17:41.527 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:17:41.527 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:17:40 PM))' 12:17:41.527 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:17:41.527 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:17:41.527 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:17:41.527 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:17:41.527 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:17:41.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:17:42.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:17:42.528 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:17:42.529 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:42.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:42.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:42.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:42.531 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:17:42.532 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:17:42.532 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:17:42.532 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:17:42.532 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:17:40 PM))' 12:17:42.532 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:17:42.532 TRACE [main][WorkbenchPartLookup] Found view 'Console (TestClass1 [Java Application] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:17:40 PM))' 12:17:42.532 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:17:42.532 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:17:42.532 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:17:42.532 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:17:42.532 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:17:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:17:42.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:17:42.532 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:42.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:42.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:42.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:42.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:42.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:42.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:42.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:42.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:42.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:42.535 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:42.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:42.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:42.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:42.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:42.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:42.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:42.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:42.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:42.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:42.538 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:17:42.658 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:17:42.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:42.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:42.661 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:17:42.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:42.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:42.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:42.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:42.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:42.664 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:42.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:17:42.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:42.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:42.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:42.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:42.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:42.666 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:42.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:42.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:42.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:42.723 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:42.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:42.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:42.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:42.724 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:42.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:42.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:42.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:42.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:42.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:42.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:43.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:43.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:43.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:43.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:43.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:17:43.727 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:43.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:43.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:43.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:43.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:43.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:43.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:43.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:43.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:43.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:43.729 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:17:43.730 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:17:43.730 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:17:43.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:17:43.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:43.730 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:17:43.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:43.730 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:17:43.731 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:17:43.731 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:17:43.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:43.731 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:17:43.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:43.731 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:17:43.731 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass2.java of tree item test 12:17:43.731 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:17:43.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:43.731 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:17:43.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:43.731 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:17:43.731 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass2.java 12:17:43.731 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass2.java 12:17:43.732 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass2.java about selection 12:17:43.734 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass2.java 12:17:43.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:43.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:43.735 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:43.735 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:43.735 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:43.735 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:17:43.735 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:17:43.735 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:43.735 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:43.735 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:43.735 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:17:43.735 DEBUG [main][MenuItemLookup] Item match:Run 12:17:43.736 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:17:43.736 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:17:43.736 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:43.736 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:17:43.736 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:17:43.736 DEBUG [main][MenuItemLookup] Item match:Run As 12:17:43.736 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:17:43.736 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:17:43.736 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:17:43.736 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:17:43.736 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:17:43.736 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:17:43.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*'... 12:17:43.846 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:43.846 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:43.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:43.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:43.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 12:17:43.980 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:43.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:43.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:43.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 12:17:43.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:43.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.482 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:44.483 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.483 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 12:17:44.485 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 12:17:44.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*' finished successfully 12:17:44.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:44.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:17:44.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:17:44.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:17:44.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:17:44.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:44.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:44.487 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:44.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:44.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:44.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:44.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:44.488 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:44.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:44.488 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 12:17:44.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Display Selected Console") 12:17:44.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:44.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:44.501 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:17:44.510 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:17:44.510 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:44.554 DEBUG [main][MenuItemLookup] Found menu:'1 TestClass1 [Java Application] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:17:40 PM)' 12:17:44.554 DEBUG [main][MenuItemLookup] Item match:1 TestClass1 [Java Application] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:17:40 PM) 12:17:44.554 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&1 TestClass1 [Java Application] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:17:40 PM)" 12:17:44.555 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 1 TestClass1 [Java Application] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:17:40 PM) 12:17:44.555 INFO [main][MenuItemHandler] Select menu item: &1 TestClass1 [Java Application] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:17:40 PM) 12:17:44.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*'... 12:17:44.635 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:44.635 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 12:17:44.637 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 12:17:44.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass1.*' finished successfully 12:17:44.639 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 12:17:44.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:44.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:44.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:44.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:44.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:44.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:44.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:44.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:44.644 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 12:17:44.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Display Selected Console") 12:17:44.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:44.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:44.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:17:44.647 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:17:44.647 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:44.681 DEBUG [main][MenuItemLookup] Found menu:'1 TestClass1 [Java Application] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:17:40 PM)' 12:17:44.681 DEBUG [main][MenuItemLookup] Found menu:'2 TestClass2 [Java Application] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:17:43 PM)' 12:17:44.681 DEBUG [main][MenuItemLookup] Item match:2 TestClass2 [Java Application] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:17:43 PM) 12:17:44.681 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 TestClass2 [Java Application] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:17:43 PM)" 12:17:44.681 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 TestClass2 [Java Application] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:17:43 PM) 12:17:44.681 INFO [main][MenuItemHandler] Select menu item: &2 TestClass2 [Java Application] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:17:43 PM) 12:17:44.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*'... 12:17:44.713 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:44.713 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 12:17:44.714 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 12:17:44.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass2.*' finished successfully 12:17:44.716 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 12:17:44.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:44.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:44.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:44.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:44.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:44.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:44.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:44.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:44.718 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World2 TooltipText=null 12:17:44.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:17:44.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:44.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:44.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:17:44.720 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:17:44.720 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:17:44.721 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:17:44.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:44.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.731 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:44.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:44.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:44.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:44.739 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:44.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:44.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:44.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:44.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:44.773 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:44.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:44.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:44.775 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:44.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:44.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:44.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.776 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:44.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:44.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:44.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:17:44.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:44.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:44.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:17:44.779 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:17:44.779 INFO [WorkbenchTestable][AbstractView] Terminating console 12:17:44.779 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:17:44.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:44.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:44.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:17:44.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:44.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:44.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:17:44.782 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 12:17:44.782 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:17:44.782 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:44.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 12:17:44.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.835 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:44.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:44.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:44.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:44.850 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:44.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:44.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:44.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:44.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:44.886 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.886 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:44.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:44.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:44.888 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:44.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:44.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:44.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 12:17:44.889 INFO [WorkbenchTestable][AbstractView] Console terminated 12:17:44.889 INFO [WorkbenchTestable][AbstractView] Removing launch from console 12:17:44.889 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:44.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:44.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:44.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 12:17:44.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:44.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:44.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:17:44.917 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 12:17:44.917 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:17:44.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:44.919 INFO [WorkbenchTestable][AbstractView] Launch removed 12:17:44.968 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:17:44.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:44.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:44.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.971 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:17:44.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:44.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:44.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:17:44.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:44.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:44.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:17:44.974 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:17:44.974 INFO [WorkbenchTestable][AbstractView] Terminating console 12:17:44.974 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:44.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:44.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:44.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World1 TooltipText=null 12:17:44.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:17:44.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:44.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:44.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:44.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:44.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:17:44.976 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 12:17:44.976 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:17:44.976 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:44.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 12:17:44.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:45.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:45.036 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:45.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:45.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:45.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:45.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:45.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:45.052 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:45.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:45.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:45.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:45.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:45.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:45.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:45.091 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:45.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:45.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:45.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:45.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:45.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:45.092 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:45.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:45.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:45.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:45.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:45.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:45.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:45.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:45.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 12:17:45.094 INFO [WorkbenchTestable][AbstractView] Console terminated 12:17:45.094 INFO [WorkbenchTestable][AbstractView] Removing launch from console 12:17:45.094 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:45.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:45.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:45.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:45.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:45.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:45.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 12:17:45.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:45.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:45.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:45.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:45.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:17:45.097 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 12:17:45.098 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:17:45.098 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:17:45.145 INFO [WorkbenchTestable][AbstractView] Launch removed 12:17:45.169 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:45.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:45.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:45.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:17:45.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:45.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:45.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:45.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:45.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:17:45.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:17:45.172 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:17:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:45.173 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:17:45.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:17:45.173 INFO [WorkbenchTestable][RequirementsRunner] Started test: consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:17:45.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:17:45.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:17:45.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:17:45.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:17:45.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:17:45.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:45.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:45.186 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:17:45.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:45.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:45.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:45.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:45.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:45.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:45.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:17:45.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:45.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:45.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:45.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:45.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:45.248 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:45.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:45.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:45.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:45.294 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:45.294 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:45.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:45.295 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:45.295 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:17:45.296 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:45.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:45.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:45.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:45.297 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:17:45.299 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:17:45.299 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:17:45.299 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:17:45.299 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:17:45.299 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:17:45.299 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:17:45.299 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:17:45.299 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:17:45.299 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:17:45.299 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:17:45.299 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:17:45.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:17:46.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:17:46.301 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:17:46.301 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:46.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:46.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:46.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:46.303 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:17:46.304 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:17:46.304 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:17:46.304 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:17:46.304 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:17:46.304 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:17:46.304 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:17:46.304 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:17:46.304 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:17:46.304 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:17:46.304 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:17:46.304 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:17:46.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:17:46.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:17:46.305 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:46.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:46.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:46.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:46.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:46.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:46.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:46.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:46.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:46.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:46.307 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:17:46.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:17:46.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:46.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:46.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:46.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:46.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:46.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:46.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:46.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:46.309 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:17:46.419 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:17:46.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:46.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:46.422 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:17:46.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:46.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:46.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:46.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:46.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:46.424 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:46.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:17:46.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:46.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:46.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:46.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:46.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:46.426 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:46.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:46.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:46.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:46.474 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:46.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:46.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:46.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:46.475 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:46.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:46.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:46.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:46.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:46.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:46.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:46.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:46.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:47.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:47.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:17:47.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:17:47.480 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:17:47.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:17:47.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:47.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:17:47.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:47.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:47.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:47.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:47.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:47.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:17:47.483 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:17:47.483 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:17:47.484 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:17:47.484 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:17:47.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:47.484 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:17:47.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:47.484 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:17:47.485 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:17:47.485 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:17:47.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:47.485 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:17:47.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:47.485 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:17:47.485 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestLoopClass2.java of tree item test 12:17:47.485 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:17:47.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:17:47.485 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:17:47.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:17:47.485 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:17:47.486 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestLoopClass2.java 12:17:47.486 DEBUG [main][TreeItemHandler] Selecting tree item: TestLoopClass2.java 12:17:47.486 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestLoopClass2.java about selection 12:17:47.496 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestLoopClass2.java 12:17:47.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:17:47.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:17:47.496 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:47.496 DEBUG [main][MenuItemLookup] Found menu:'File' 12:17:47.496 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:17:47.496 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:17:47.496 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:17:47.496 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:17:47.496 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:17:47.496 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:17:47.496 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:17:47.496 DEBUG [main][MenuItemLookup] Item match:Run 12:17:47.497 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:17:47.497 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:17:47.497 DEBUG [main][MenuItemLookup] Found menu:'' 12:17:47.497 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:17:47.497 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:17:47.497 DEBUG [main][MenuItemLookup] Item match:Run As 12:17:47.497 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:17:47.497 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:17:47.497 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:17:47.497 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:17:47.497 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:17:47.497 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:17:47.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass2.*'... 12:17:47.571 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:47.572 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:47.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:47.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:47.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:17:47.687 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:47.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:47.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:47.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:17:47.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:47.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.189 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:48.190 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:48.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:48.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:48.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 12:17:48.192 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:48.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:48.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:48.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 12:17:48.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass2.*' finished successfully 12:17:48.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:17:48.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:17:48.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:17:48.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:17:48.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:17:48.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:17:48.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:17:48.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:17:48.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:17:48.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:17:48.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:17:48.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:17:48.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.210 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:48.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:48.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:48.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:48.225 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:48.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:48.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:48.263 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:48.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:48.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:48.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:48.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:48.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:48.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.283 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:48.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:48.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:48.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:48.298 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:48.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:48.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:48.314 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:48.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:48.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:48.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:48.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:48.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:48.316 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:48.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:48.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:48.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:48.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:48.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:48.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:48.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:48.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:48.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:48.361 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:48.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:48.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:48.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 12:17:48.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:48.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:48.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:48.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:48.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains 'Start' Start ... 12:17:48.366 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:48.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:48.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:48.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 12:17:48.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:48.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:48.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:48.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:48.370 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:48.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:48.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:48.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start TooltipText=null 12:17:48.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:48.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:48.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:48.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:48.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains 'Start' Start finished successfully 12:17:48.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Console is still changing... 12:17:48.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.388 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:48.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:48.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:48.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:48.402 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:48.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:48.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:48.441 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:48.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:48.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:48.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:48.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:48.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:48.443 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:48.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:48.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:48.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:48.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:48.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:48.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:48.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:48.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:48.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:48.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.955 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:48.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:48.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:48.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:48.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:48.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:48.969 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:48.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:48.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:48.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:49.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:49.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:49.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:49.008 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:49.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:49.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:49.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:49.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:49.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:49.010 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:49.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:49.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:49.011 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:49.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:49.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:49.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:49.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:49.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:49.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:49.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:49.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:49.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:49.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:49.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:49.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:49.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:49.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:49.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:49.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:49.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:49.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:49.529 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:49.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:49.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:49.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:49.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:49.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:49.542 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:49.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:49.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:49.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:49.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:49.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:49.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:49.557 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:49.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:49.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:49.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:49.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:49.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:49.584 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:49.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:49.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:49.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:49.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:49.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:49.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:49.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:49.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:49.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:49.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:49.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:49.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:49.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:49.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:49.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:49.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:49.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:49.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:49.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:50.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:50.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:50.103 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:50.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:50.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:50.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:50.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:50.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:50.117 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:50.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:50.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:50.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:50.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:50.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:50.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:50.155 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:50.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:50.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:50.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:50.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:50.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:50.157 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:50.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:50.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:50.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:50.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:50.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:50.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:50.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:50.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:50.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:50.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:50.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:50.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:50.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:50.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:50.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:50.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:50.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:50.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:50.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:50.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:50.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:50.670 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:50.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:50.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:50.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:50.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:50.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:50.684 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:50.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:50.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:50.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:50.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:50.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:50.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:50.720 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:50.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:50.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:50.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:50.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:50.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:50.723 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:50.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:50.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:50.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:50.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:50.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:50.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:50.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:50.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:50.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:50.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:50.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:50.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:50.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:50.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:50.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:50.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:50.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:50.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:50.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:51.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:51.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:51.244 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:51.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:51.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:51.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:51.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:51.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:51.258 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:51.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:51.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:51.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:51.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:51.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:51.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:51.271 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:51.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:51.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:51.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:51.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:51.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:51.298 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:51.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:51.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:51.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:51.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:51.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:51.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:51.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:51.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:51.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:51.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:51.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:51.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:51.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:51.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:51.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:51.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:51.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:51.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:51.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:51.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:51.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:51.813 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:51.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:51.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:51.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:51.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:51.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:51.827 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:51.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:51.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:51.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:51.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:51.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:51.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:51.866 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:51.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:51.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:51.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:51.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:51.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:51.868 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:51.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:51.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:51.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:51.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:51.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:51.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:51.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:51.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:51.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:51.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:51.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:51.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:51.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:51.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:51.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:51.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:51.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:51.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:51.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:52.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:52.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:52.388 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:52.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:52.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:52.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:52.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:52.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:52.402 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:52.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:52.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:52.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:52.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:52.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:52.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:52.441 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:52.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:52.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:52.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:52.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:52.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:52.443 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:52.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:52.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:52.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:52.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:52.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:52.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:52.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:52.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:52.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:52.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:52.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:52.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:52.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:52.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:52.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:52.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:52.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:52.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:52.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:52.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:52.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:52.960 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:52.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:52.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:52.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:52.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:52.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:52.968 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:52.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:52.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:52.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:53.019 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:53.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:53.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:53.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:53.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:53.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:53.021 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:53.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:53.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:53.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:53.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:53.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:53.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:53.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:53.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:53.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:53.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.545 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:53.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:53.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:53.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:53.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:53.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:53.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:53.597 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:53.597 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:53.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:53.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:53.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:53.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:53.599 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:53.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:53.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:53.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:53.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:53.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:53.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:53.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:53.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:53.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:53.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:53.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:53.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:53.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:54.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:54.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:54.118 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:54.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:54.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:54.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:54.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:54.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:54.132 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:54.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:54.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:54.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:54.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:54.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:54.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:54.172 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:54.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:54.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:54.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:54.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:54.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:54.174 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:54.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:54.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:54.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:54.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:54.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:54.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:54.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:54.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:54.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:54.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:54.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:54.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:54.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:54.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:54.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:54.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:54.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:54.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:54.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:54.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:54.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:54.693 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:54.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:54.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:54.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:54.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:54.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:54.708 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:54.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:54.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:54.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:54.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:54.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:54.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:54.721 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:54.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:54.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:54.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:54.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:54.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:54.723 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:54.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:54.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:54.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:54.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:54.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:54.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:54.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:54.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:54.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:54.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:54.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:54.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:54.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:54.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:54.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:54.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:54.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:54.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:54.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:55.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:55.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:55.266 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:55.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:55.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:55.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:55.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:55.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:55.280 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:55.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:55.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:55.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:55.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:55.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:55.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:55.326 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:55.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:55.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:55.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:55.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:55.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:55.329 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:55.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:55.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:55.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:55.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:55.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:55.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:55.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:55.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:55.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:55.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:55.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:55.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:55.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:55.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:55.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:55.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:55.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:55.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:55.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:55.848 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:55.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:55.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:55.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:55.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:55.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:55.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:55.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:55.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:55.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:55.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:55.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:55.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:55.901 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:55.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:55.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:55.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:55.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:55.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:55.903 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:55.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:55.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:55.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:55.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:55.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:55.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:55.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:55.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:55.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:55.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:55.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:55.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:55.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:55.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:55.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:55.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:55.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:55.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:55.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:56.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:56.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:56.421 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:56.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:56.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:56.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:56.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:56.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:56.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:56.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:56.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:56.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:56.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:56.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:56.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:56.474 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:56.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:56.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:56.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:56.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:56.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:56.476 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:56.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:56.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:56.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:56.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:56.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:56.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:56.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:56.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:56.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:56.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:56.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:56.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:56.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:56.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:56.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:56.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:56.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:56.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:56.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:56.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:56.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:56.995 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:56.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:57.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:57.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:57.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:57.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:57.010 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:57.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:57.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:57.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:57.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:57.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:57.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:57.049 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:57.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:57.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:57.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:57.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:57.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:57.051 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:57.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:57.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:57.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:57.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:57.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:57.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:57.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:57.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:57.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:57.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:57.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:57.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:57.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:57.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:57.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:57.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:57.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:57.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:57.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:57.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:57.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:57.569 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:57.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:57.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:57.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:57.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:57.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:57.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:57.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:57.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:57.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:57.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:57.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:57.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:57.630 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:57.630 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:57.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:57.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:57.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:57.633 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:57.633 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:57.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:57.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:57.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:57.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:57.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:57.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:57.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:57.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:57.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:57.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:57.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:57.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:57.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:57.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:57.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:57.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:57.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:57.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:57.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:58.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:58.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:58.153 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:58.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:58.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:58.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:58.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:58.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:58.167 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:58.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:58.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:58.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:58.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:58.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:58.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:58.205 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:58.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:58.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:58.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:58.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:58.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:58.207 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:58.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:58.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:58.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:58.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:58.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:58.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:58.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:58.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:58.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:58.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:58.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:58.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:58.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:58.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:58.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:58.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:58.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:58.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:58.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:58.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:58.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:58.726 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:58.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:58.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:58.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:58.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:58.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:58.742 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:58.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:58.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:58.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:58.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:58.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:58.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:58.783 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:58.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:58.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:58.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:58.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:58.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:58.785 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:58.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:58.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:58.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:58.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:58.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:58.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:58.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:58.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:58.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:58.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:58.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:58.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:58.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:58.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:58.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:58.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:58.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:58.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:58.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:59.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:59.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:59.304 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:59.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:59.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:59.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:59.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:59.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:59.344 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:59.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:59.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:59.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:59.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:59.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:59.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:59.358 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:59.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:59.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:59.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:59.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:59.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:59.360 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:59.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:59.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:59.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:59.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:59.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:59.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:59.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:59.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:59.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:59.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:59.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:59.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:59.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:59.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:59.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:59.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:59.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:59.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:59.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:17:59.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:59.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:59.883 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:17:59.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:59.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:59.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:17:59.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:17:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:17:59.898 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:17:59.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:17:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:59.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:59.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:59.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:59.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:17:59.936 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:59.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:59.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:59.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:59.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:59.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:59.939 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:17:59.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:17:59.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:17:59.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:17:59.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:17:59.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:17:59.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:59.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:59.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:59.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:59.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:17:59.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:59.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:59.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:17:59.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:17:59.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:17:59.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:17:59.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:17:59.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:17:59.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:00.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:00.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:00.467 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:00.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:00.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:00.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:00.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:00.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:00.482 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:00.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:00.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:00.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:00.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:00.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:00.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:00.528 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:00.528 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:00.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:00.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:00.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:00.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:00.531 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:00.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:00.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:00.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:00.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:00.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:00.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:00.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:00.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:00.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:00.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:00.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:00.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:00.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:00.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:00.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:00.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:00.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:00.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:00.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:01.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:01.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:01.051 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:01.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:01.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:01.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:01.065 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:01.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:01.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:01.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:01.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:01.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:01.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:01.078 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:01.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:01.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:01.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:01.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:01.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:01.080 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:01.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:01.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:01.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:01.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:01.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:01.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:01.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:01.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:01.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:01.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:01.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:01.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:01.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:01.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:01.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:01.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:01.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:01.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:01.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:01.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:01.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:01.624 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:01.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:01.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:01.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:01.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:01.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:01.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:01.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:01.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:01.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:01.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:01.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:01.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:01.679 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:01.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:01.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:01.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:01.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:01.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:01.681 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:01.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:01.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:01.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:01.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:01.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:01.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:01.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:01.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:01.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:01.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:01.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:01.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:01.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:01.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:01.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:01.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:01.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:01.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:01.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:02.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:02.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:02.200 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:02.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:02.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:02.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:02.214 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:02.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:02.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:02.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:02.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:02.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:02.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:02.228 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:02.228 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:02.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:02.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:02.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:02.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:02.255 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:02.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:02.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:02.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:02.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:02.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:02.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:02.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:02.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:02.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:02.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:02.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:02.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:02.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:02.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:02.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:02.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:02.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:02.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:02.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:02.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:02.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:02.774 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:02.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:02.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:02.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:02.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:02.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:02.789 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:02.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:02.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:02.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:02.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:02.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:02.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:02.830 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:02.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:02.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:02.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:02.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:02.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:02.831 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:02.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:02.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:02.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:02.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:02.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:02.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:02.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:02.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:02.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:02.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:02.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:02.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:02.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:02.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:02.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:02.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:02.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:02.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:02.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:03.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:03.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:03.350 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:03.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:03.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:03.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:03.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:03.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:03.365 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:03.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:03.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:03.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:03.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:03.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:03.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:03.403 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:03.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:03.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:03.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:03.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:03.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:03.405 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:03.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:03.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:03.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:03.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:03.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:03.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:03.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:03.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:03.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:03.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:03.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:03.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:03.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:03.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:03.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:03.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:03.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:03.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:03.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:03.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:03.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:03.949 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:03.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:03.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:03.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:03.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:03.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:03.963 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:03.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:03.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:03.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:04.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:04.002 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:04.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:04.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:04.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:04.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:04.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:04.004 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:04.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:04.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:04.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:04.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:04.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:04.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:04.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:04.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:04.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:04.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:04.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:04.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:04.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:04.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.523 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:04.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:04.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:04.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:04.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:04.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:04.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:04.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:04.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:04.580 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:04.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:04.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:04.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:04.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:04.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:04.583 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:04.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:04.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:04.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:04.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:04.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:04.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:04.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:04.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:04.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:04.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:04.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:04.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:04.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:04.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:04.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:05.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:05.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:05.101 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:05.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:05.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:05.114 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:05.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:05.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:05.115 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:05.115 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:05.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:05.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:05.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:05.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:05.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:05.153 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:05.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:05.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:05.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:05.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:05.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:05.155 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:05.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:05.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:05.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:05.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:05.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:05.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:05.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:05.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:05.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:05.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:05.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:05.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:05.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:05.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:05.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:05.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:05.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:05.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:05.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:05.673 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:05.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:05.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:05.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:05.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:05.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:05.687 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:05.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:05.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:05.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:05.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:05.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:05.725 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:05.725 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:05.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:05.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:05.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:05.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:05.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:05.727 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:05.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:05.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:05.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:05.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:05.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:05.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:05.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:05.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:05.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:05.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:05.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:05.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:05.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:05.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:05.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:05.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:05.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:05.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:05.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:06.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.246 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:06.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:06.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:06.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:06.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:06.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:06.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:06.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:06.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:06.301 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:06.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:06.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:06.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:06.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:06.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:06.303 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:06.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:06.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:06.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:06.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:06.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:06.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:06.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:06.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:06.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:06.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:06.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:06.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.821 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:06.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:06.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:06.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:06.836 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:06.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:06.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:06.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:06.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:06.876 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:06.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:06.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:06.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:06.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:06.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:06.878 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:06.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:06.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:06.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:06.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:06.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:06.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:06.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:06.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:06.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:06.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:06.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:06.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:06.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:06.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:06.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:07.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:07.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:07.397 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:07.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:07.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:07.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:07.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:07.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:07.412 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:07.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:07.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:07.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:07.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:07.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:07.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:07.451 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:07.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:07.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:07.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:07.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:07.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:07.452 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:07.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:07.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:07.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:07.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:07.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:07.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:07.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:07.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:07.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:07.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:07.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:07.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:07.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:07.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:07.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:07.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:07.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:07.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:07.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:07.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:07.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:07.971 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:07.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:07.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:07.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:07.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:07.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:07.985 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:07.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:07.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:07.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:08.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:08.023 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:08.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:08.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:08.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:08.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:08.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:08.025 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:08.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:08.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:08.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:08.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:08.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:08.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:08.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:08.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:08.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:08.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:08.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:08.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:08.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:08.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.543 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:08.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:08.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:08.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:08.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:08.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:08.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:08.601 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:08.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:08.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:08.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:08.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:08.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:08.605 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:08.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:08.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:08.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:08.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:08.607 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:08.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:08.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:08.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:08.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:08.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:08.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:08.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:08.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:08.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:08.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:09.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.125 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:09.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:09.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:09.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:09.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:09.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:09.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:09.183 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:09.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:09.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:09.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:09.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:09.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:09.185 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:09.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:09.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:09.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:09.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:09.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:09.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:09.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:09.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:09.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:09.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.705 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:09.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:09.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:09.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:09.719 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:09.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:09.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:09.758 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:09.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:09.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:09.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:09.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:09.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:09.760 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:09.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:09.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:09.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:09.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:09.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:09.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:09.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:09.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:09.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Console is still changing finished successfully 12:18:09.789 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:09.789 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:09.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:09.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:09.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 12:18:09.791 INFO [WorkbenchTestable][AbstractView] Terminating console 12:18:09.791 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:09.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:09.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:09.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 12:18:09.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:18:09.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:09.794 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 12:18:09.794 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:09.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:09.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 12:18:09.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.847 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:09.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:09.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:09.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:09.855 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:09.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:09.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:09.894 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:09.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:09.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:09.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:09.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:09.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:09.896 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:09.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:09.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:09.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:09.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:09.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:09.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 12:18:09.898 INFO [WorkbenchTestable][AbstractView] Console terminated 12:18:09.898 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:09.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:09.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:09.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:09.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:09.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:09.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:09.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:09.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:09.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:09.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.909 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:09.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:09.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:09.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:09.942 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:09.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:09.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:09.980 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:09.981 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:09.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:09.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:09.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:09.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:09.982 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:09.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:09.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:09.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:09.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:09.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:09.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.984 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:09.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:09.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:09.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:09.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:09.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:09.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:18:09.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:09.988 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:18:09.988 INFO [WorkbenchTestable][AbstractView] Terminating console 12:18:09.988 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:09.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:09.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:09.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:18:09.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:09.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:09.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:18:09.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:09.991 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 12:18:09.991 INFO [WorkbenchTestable][AbstractView] Removing launch from console 12:18:09.992 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:09.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:09.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:09.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Start Hello Application TooltipText=null 12:18:09.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 12:18:09.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:09.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:09.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:09.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:09.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:09.994 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 12:18:09.994 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:09.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:10.023 INFO [WorkbenchTestable][AbstractView] Launch removed 12:18:10.068 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:10.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:10.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:10.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:18:10.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:10.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:10.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:18:10.070 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:10.070 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:10.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:10.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:10.071 INFO [WorkbenchTestable][RequirementsRunner] Finished test: consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:18:10.071 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:10.071 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:18:10.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:18:10.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:18:10.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:10.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:10.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:10.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:10.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:10.078 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:10.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:10.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:10.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:10.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:10.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:10.085 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:10.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:18:10.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:10.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:10.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:10.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:10.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:10.091 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:10.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:10.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:10.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:10.140 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:10.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:10.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:10.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:10.141 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:10.142 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:10.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:10.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:10.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:10.143 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:10.147 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:10.147 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:10.147 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:10.147 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:10.147 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:10.147 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:10.147 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:10.147 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:10.147 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:10.147 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:10.147 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:10.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:18:11.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:18:11.148 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:11.149 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:11.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:11.150 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:11.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:11.151 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:11.152 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:11.152 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:11.152 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:11.152 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:11.152 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:11.152 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:11.152 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:11.152 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:11.152 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:11.152 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:11.152 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:11.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:18:11.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:18:11.156 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:11.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:11.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:11.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:11.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:11.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:11.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:11.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:11.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:11.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:11.158 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:11.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:11.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:11.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:11.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:11.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:11.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:11.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:11.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:11.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:11.160 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:18:11.272 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:18:11.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:11.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:11.275 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:18:11.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:11.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:11.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:11.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:11.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:11.278 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:11.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:18:11.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:11.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:11.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:11.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:11.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:11.279 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:11.279 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:11.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:11.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:11.330 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:11.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:11.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:11.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:11.332 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:11.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:11.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:11.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:11.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:11.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:11.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:11.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:11.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:12.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:12.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:12.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:18:12.335 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:12.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:12.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:12.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:12.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:12.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:12.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:12.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:12.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:12.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:12.338 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:18:12.339 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:18:12.339 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:18:12.339 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:18:12.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:12.340 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:18:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:12.340 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:18:12.340 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:18:12.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:18:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:12.340 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:18:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:12.340 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:18:12.340 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:18:12.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:18:12.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:12.341 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:18:12.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:12.341 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:18:12.341 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:18:12.341 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:18:12.341 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:18:12.352 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:18:12.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:12.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:12.352 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:12.352 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:12.353 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:18:12.353 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:18:12.353 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:18:12.353 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:18:12.353 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:18:12.353 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:18:12.353 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:18:12.353 DEBUG [main][MenuItemLookup] Item match:Run 12:18:12.353 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:18:12.353 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:18:12.354 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:12.354 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:18:12.354 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:18:12.354 DEBUG [main][MenuItemLookup] Item match:Run As 12:18:12.354 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:18:12.354 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:18:12.354 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:18:12.354 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:18:12.354 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:18:12.354 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:18:12.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 12:18:12.467 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:12.467 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:12.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:12.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:12.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:18:12.615 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:12.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:12.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:12.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:18:12.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:12.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.117 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:13.117 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:13.117 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:13.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:13.119 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:18:13.119 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:13.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:13.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:13.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:18:13.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 12:18:13.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:13.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:18:13.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:18:13.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:18:13.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:13.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:18:13.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:18:13.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:13.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:18:13.121 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:18:13.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:13.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 12:18:13.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.136 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:13.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:13.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:13.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:13.151 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:13.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:13.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:13.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:13.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:13.190 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:13.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:13.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:13.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:13.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:13.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:13.192 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:13.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:13.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:13.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:13.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:13.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:13.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 12:18:13.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.209 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:13.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:13.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:13.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:13.223 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:13.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:13.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:13.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:13.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:13.237 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:13.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:13.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:13.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:13.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:13.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:13.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch... 12:18:13.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.253 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:13.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:13.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:13.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:13.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:13.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:13.283 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:13.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:13.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:13.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:13.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:13.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:13.285 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:13.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:13.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:13.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:13.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:13.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:13.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch finished successfully 12:18:13.287 INFO [WorkbenchTestable][AbstractView] Removing terminated launches from console 12:18:13.287 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:13.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:13.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:13.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:13.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:13.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:13.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Terminated Launches") 12:18:13.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:13.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:13.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:13.290 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Terminated Launches 12:18:13.290 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:13.290 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:13.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch... 12:18:13.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.355 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:13.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:13.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:13.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:13.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:13.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:13.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:13.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:13.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:13.369 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:13.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:13.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:13.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:13.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:13.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:13.370 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:13.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:13.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:13.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:13.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:13.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:13.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch finished successfully 12:18:13.371 INFO [WorkbenchTestable][AbstractView] Terminated launches cleared 12:18:13.371 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:13.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:13.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:13.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:13.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:13.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:13.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:13.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.406 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:13.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:13.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:13.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:13.425 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:13.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:13.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:13.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:13.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:13.439 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:13.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:13.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:13.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:13.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:13.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:13.441 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:13.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:13.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:13.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:13.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:13.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:13.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:13.442 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:18:13.443 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:13.443 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:13.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:13.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:13.444 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:18:13.444 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:13.444 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:18:13.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:18:13.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:18:13.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:13.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:13.444 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:13.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.451 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:13.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:13.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:13.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:13.457 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:13.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:18:13.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:13.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:13.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:13.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:13.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:13.464 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:13.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:13.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:13.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:13.513 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:13.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:13.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:13.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:13.514 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:13.514 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:13.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:13.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:13.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:13.515 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:13.522 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:13.522 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:13.522 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:13.522 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:13.522 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:13.522 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:13.522 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:13.522 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:13.522 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:13.522 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:13.522 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:13.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:18:15.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:18:15.024 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:15.024 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:15.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:15.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:15.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:15.026 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:15.027 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:15.027 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:15.027 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:15.027 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:15.027 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:15.027 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:15.027 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:15.027 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:15.027 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:15.027 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:15.027 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:15.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:18:15.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:18:15.028 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:15.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:15.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:15.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:15.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:15.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:15.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:15.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:15.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:15.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:15.031 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:15.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:15.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:15.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:15.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:15.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:15.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:15.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:15.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:15.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:15.032 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:18:15.144 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:18:15.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:15.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:15.147 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:18:15.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:15.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:15.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:15.149 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:15.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:18:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:15.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:15.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:15.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:15.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:15.151 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:15.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:15.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:15.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:15.197 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:15.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:15.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:15.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:15.199 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:15.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:15.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:15.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:15.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:15.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:15.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:15.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:15.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:16.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:16.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:18:16.203 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:16.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:16.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:16.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:16.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:16.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:16.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:16.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:16.205 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:18:16.205 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:18:16.206 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:18:16.206 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:18:16.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:16.206 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:18:16.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:16.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:18:16.207 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:18:16.207 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:18:16.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:16.207 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:18:16.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:16.207 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:18:16.207 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:18:16.207 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:18:16.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:16.207 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:18:16.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:16.208 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:18:16.208 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:18:16.208 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:18:16.208 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:18:16.212 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:18:16.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:16.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:16.212 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:16.212 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:16.212 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:18:16.212 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:18:16.212 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:18:16.212 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:18:16.212 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:18:16.212 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:18:16.212 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:18:16.212 DEBUG [main][MenuItemLookup] Item match:Run 12:18:16.213 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:18:16.213 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:18:16.213 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:16.213 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:18:16.213 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:18:16.213 DEBUG [main][MenuItemLookup] Item match:Run As 12:18:16.213 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:18:16.213 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:18:16.213 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:18:16.216 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:18:16.216 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:18:16.216 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:18:16.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 12:18:16.335 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:16.406 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:16.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:16.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:16.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:18:16.642 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:16.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:16.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:16.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:18:16.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 12:18:16.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:16.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:18:16.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:18:16.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Show Console View' is a system job, skipped 12:18:16.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reveal End of Document' is a system job, skipped 12:18:16.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:18:16.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:18:16.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:18:16.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:18:16.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:18:16.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:18:16.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:16.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:18:16.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:18:16.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:16.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:18:16.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:18:16.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:16.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 12:18:16.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.664 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:16.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:16.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:16.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:16.672 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:16.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:16.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:16.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:16.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:16.679 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:16.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:16.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:16.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:16.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:16.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:16.681 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:16.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:16.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:16.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:16.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:16.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:16.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 12:18:16.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.753 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:16.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:16.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:16.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:16.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:16.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:16.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:16.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:16.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:16.772 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:16.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:16.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:16.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:16.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:16.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:16.775 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:16.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:16.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:16.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:16.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:16.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:16.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:18:16.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:16.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:16.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:16.780 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:18:16.780 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:16.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:16.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:16.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:18:16.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:16.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:16.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:18:16.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:16.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:16.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:16.785 INFO [WorkbenchTestable][AbstractToolItem] Unclick tool item Show Console When Standard Out Changes 12:18:16.785 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:18:16.786 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:16.786 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:16.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.847 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:16.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:16.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:16.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:16.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:16.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:16.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:16.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:16.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:16.900 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:16.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:16.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:16.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:16.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:16.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:16.902 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:16.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:16.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:16.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:16.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:16.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:16.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.905 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:16.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:16.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:16.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:16.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:16.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:16.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:18:16.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:16.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:16.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:16.907 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:18:16.907 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:18:16.907 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:16.907 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:16.908 INFO [WorkbenchTestable][AbstractView] Terminating console 12:18:16.908 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:16.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:16.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:16.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:18:16.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:16.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:16.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:18:16.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:16.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:16.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:16.910 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 12:18:16.910 INFO [WorkbenchTestable][AbstractView] Removing launch from console 12:18:16.910 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:16.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:16.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:16.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:18:16.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 12:18:16.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:16.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:16.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:16.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:16.912 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 12:18:16.912 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:16.912 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:16.963 INFO [WorkbenchTestable][AbstractView] Launch removed 12:18:16.995 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:16.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:16.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:16.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:18:16.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:16.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:16.996 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:18:16.996 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:16.996 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:16.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:16.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:16.998 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:18:16.998 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:16.998 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:18:16.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:18:16.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:18:16.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:16.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:16.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:16.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:17.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:17.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:17.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:17.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:17.006 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:17.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:17.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:17.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:17.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:17.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:17.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:17.012 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:17.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:17.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:17.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:17.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:17.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:17.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:17.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:17.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:17.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:17.021 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:17.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:17.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:17.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:17.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:17.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:17.051 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:17.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:17.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:17.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:17.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:17.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:17.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:17.057 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:17.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:17.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:17.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:17.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:17.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:17.058 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:17.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:17.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:17.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:17.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:17.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:17.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:17.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:17.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:17.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:17.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:18.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:18.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:18.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:18.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:19.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:19.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:19.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:19.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:20.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:20.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:20.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:20.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:21.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:21.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:21.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:21.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:22.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:22.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:22.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:22.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:23.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:23.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:23.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:23.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:24.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:24.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:24.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:24.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:25.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:25.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:25.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:25.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:26.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:26.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:26.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:26.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:27.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:27.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:27.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:18:27.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:27.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:27.086 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:27.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:27.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:27.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:27.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:27.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:27.093 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:27.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:27.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:27.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:27.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:27.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:27.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:27.100 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:27.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:27.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:27.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:27.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:27.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:27.101 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:27.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:27.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:27.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:27.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:27.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:27.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:27.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:27.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:18:27.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:27.103 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:27.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:27.104 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:18:27.104 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:27.104 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:18:27.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:18:27.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:18:27.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:27.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:27.104 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:27.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:27.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:27.117 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:27.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:27.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:27.130 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:27.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:27.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:27.130 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:27.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:27.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:27.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:27.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:27.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:27.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:27.143 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:27.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:27.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:27.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:27.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:27.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:27.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:27.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:27.156 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:27.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:27.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:27.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:27.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:27.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:27.174 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:27.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:18:27.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:27.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:27.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:27.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:27.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:27.187 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:27.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:27.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:27.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:27.239 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:27.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:27.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:27.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:27.240 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:27.240 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:27.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:27.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:27.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:27.242 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:27.246 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:27.246 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:27.246 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:27.246 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:27.246 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:27.246 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:27.247 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:27.247 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:27.247 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:27.247 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:27.247 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:27.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:18:28.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:18:28.248 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:28.248 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:28.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:28.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:28.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:28.250 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:28.251 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:28.251 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:28.251 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:28.251 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:28.251 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:28.251 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:28.251 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:28.251 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:28.251 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:28.251 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:28.251 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:28.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:18:28.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:18:28.252 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:28.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:28.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:28.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:28.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:28.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:28.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:28.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:28.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:28.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:28.255 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:28.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:28.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:28.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:28.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:28.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:28.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:28.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:28.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:28.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:28.257 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:18:28.370 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:18:28.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:28.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:28.374 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:18:28.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:28.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:28.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:28.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:28.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:18:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:28.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:28.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:28.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:28.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:28.379 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:28.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:28.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:28.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:28.431 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:28.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:28.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:28.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:28.432 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:28.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:28.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:28.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:28.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:28.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:28.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:28.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:28.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:29.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:29.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:29.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:18:29.434 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:29.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:29.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:29.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:29.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:29.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:29.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:29.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:29.435 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:18:29.436 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:18:29.436 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:18:29.436 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:18:29.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:29.436 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:18:29.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:29.436 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:18:29.437 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:18:29.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:18:29.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:29.437 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:18:29.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:29.437 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:18:29.437 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:18:29.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:18:29.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:29.437 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:18:29.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:29.438 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:18:29.438 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:18:29.438 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:18:29.438 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:18:29.444 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:18:29.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:29.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:29.445 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:29.445 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:29.445 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:18:29.445 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:18:29.445 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:18:29.445 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:18:29.445 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:18:29.445 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:18:29.445 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:18:29.445 DEBUG [main][MenuItemLookup] Item match:Run 12:18:29.445 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:18:29.445 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:18:29.445 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:29.445 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:18:29.445 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:18:29.446 DEBUG [main][MenuItemLookup] Item match:Run As 12:18:29.446 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:18:29.446 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:18:29.446 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:18:29.446 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:18:29.446 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:18:29.446 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:18:29.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 12:18:29.569 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:29.583 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:29.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:29.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:29.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:18:29.806 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:29.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:29.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:29.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:18:29.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:29.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:29.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 12:18:29.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:29.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:18:29.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:18:29.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Show Console View' is a system job, skipped 12:18:29.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reveal End of Document' is a system job, skipped 12:18:29.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:18:29.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:18:29.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:18:29.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:18:29.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:18:29.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:29.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:18:29.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:18:29.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:29.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:18:29.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:18:29.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:29.810 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:18:30.810 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:30.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:30.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:30.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:18:30.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:30.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:30.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:30.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:30.814 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:18:30.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:30.840 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:18:30.840 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:18:30.840 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:18:30.840 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:18:30.840 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:30.840 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace...' 12:18:30.840 DEBUG [main][MenuItemLookup] Found menu:'Open Link' 12:18:30.840 DEBUG [main][MenuItemLookup] Found menu:'Clear' 12:18:30.840 DEBUG [main][MenuItemLookup] Item match:Clear 12:18:30.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:30.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:30.855 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:30.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:30.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:30.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:30.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:30.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:30.869 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:30.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:30.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:30.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:30.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:30.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:30.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:30.909 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:30.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:30.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:30.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:30.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:30.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:30.911 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:30.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:30.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:30.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:30.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:30.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:30.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:30.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:30.913 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:30.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:30.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:30.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:30.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:30.915 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:30.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:18:30.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:30.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:30.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:30.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:30.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:30.917 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:18:30.917 INFO [WorkbenchTestable][AbstractView] Terminating console 12:18:30.917 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:30.917 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:30.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:30.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:18:30.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:30.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:30.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:18:30.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:30.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:30.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:30.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:30.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:30.920 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 12:18:30.920 INFO [WorkbenchTestable][AbstractView] Removing launch from console 12:18:30.921 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:30.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:30.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:30.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:18:30.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 12:18:30.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:30.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:30.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:30.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:30.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:30.923 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 12:18:30.923 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:30.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:30.928 INFO [WorkbenchTestable][AbstractView] Launch removed 12:18:30.998 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:30.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:30.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:31.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:18:31.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:31.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:31.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:18:31.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:31.000 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:31.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:31.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:31.001 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:18:31.001 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:31.002 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:18:31.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:18:31.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:18:31.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:31.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:31.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:31.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:31.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:31.015 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:31.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:31.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:31.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:31.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:31.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:31.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:31.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:18:31.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:31.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:31.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:31.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:31.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:31.065 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:31.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:31.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:31.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:31.111 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:31.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:31.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:31.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:31.112 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:31.112 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:31.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:31.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:31.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:31.113 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:31.117 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:31.117 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:31.118 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:31.118 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:31.118 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:31.118 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:31.118 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:31.118 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:31.118 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:31.118 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:31.118 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:31.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:18:32.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:18:32.119 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:32.119 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:32.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:32.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:32.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:32.121 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:32.121 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:32.122 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:32.122 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:32.122 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:32.122 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:32.122 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:32.122 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:32.122 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:32.122 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:32.122 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:32.122 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:32.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:18:32.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:18:32.122 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:32.122 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:32.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:32.123 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:32.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:32.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:32.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:32.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:32.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:32.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:32.125 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:32.125 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:32.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:32.125 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:32.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:32.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:32.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:32.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:32.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:32.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:32.127 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:18:32.232 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:18:32.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:32.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:32.234 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:18:32.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:32.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:32.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:32.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:32.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:32.237 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:32.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:18:32.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:32.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:32.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:32.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:32.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:32.239 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:32.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:32.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:32.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:32.286 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:32.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:32.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:32.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:32.287 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:32.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:32.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:32.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:32.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:32.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:32.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:32.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:32.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:33.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:33.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:18:33.291 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:33.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:33.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:33.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:33.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:33.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:33.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:33.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:33.293 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:18:33.294 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:18:33.294 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:18:33.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:18:33.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:33.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:18:33.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:33.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:18:33.295 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:18:33.295 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:18:33.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:33.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:18:33.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:33.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:18:33.295 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:18:33.296 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:18:33.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:33.296 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:18:33.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:33.296 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:18:33.296 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:18:33.296 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:18:33.296 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:18:33.305 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:18:33.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:33.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:33.305 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:33.305 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:33.305 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:18:33.305 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:18:33.305 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:18:33.305 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:18:33.305 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:18:33.305 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:18:33.305 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:18:33.305 DEBUG [main][MenuItemLookup] Item match:Run 12:18:33.306 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:18:33.306 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:18:33.306 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:33.306 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:18:33.306 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:18:33.306 DEBUG [main][MenuItemLookup] Item match:Run As 12:18:33.306 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:18:33.306 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:18:33.306 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:18:33.306 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:18:33.306 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:18:33.306 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:18:33.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 12:18:33.380 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:33.391 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:33.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:33.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:33.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:18:33.566 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:33.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:33.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:33.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=Hello World TooltipText=null 12:18:33.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 12:18:33.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:33.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Show Console View' is a system job, skipped 12:18:33.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:18:33.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:18:33.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reveal End of Document' is a system job, skipped 12:18:33.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:18:33.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:18:33.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:18:33.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:18:33.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:18:33.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:33.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:18:33.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:18:33.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:33.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:18:33.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:18:33.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:33.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 12:18:33.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.587 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:33.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:33.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:33.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:33.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:33.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:33.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:33.675 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:33.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:33.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:33.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:33.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:33.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:33.677 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:33.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:33.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:33.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:33.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:33.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:33.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 12:18:33.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.692 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:33.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:33.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.707 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:33.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:33.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:33.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:33.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:33.744 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:33.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:33.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:33.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:33.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:33.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:33.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch... 12:18:33.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.760 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:33.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:33.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.773 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:33.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:33.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:33.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:33.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:33.787 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:33.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:33.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:33.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:33.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:33.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:33.789 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:33.789 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:33.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:33.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:33.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:33.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:33.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console contains launch finished successfully 12:18:33.790 INFO [WorkbenchTestable][AbstractView] Removing launch from console 12:18:33.791 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:33.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:33.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:33.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:33.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:33.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:33.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 12:18:33.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:33.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:33.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:33.794 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 12:18:33.794 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:33.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:33.798 INFO [WorkbenchTestable][AbstractView] Launch removed 12:18:33.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch... 12:18:33.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.858 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:33.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:33.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.872 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:33.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:33.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:33.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:33.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:33.911 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:33.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:33.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:33.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:33.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:33.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:33.913 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:33.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:33.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:33.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:33.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:33.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:33.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:33.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console contains launch finished successfully 12:18:33.915 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:33.915 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:33.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:33.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:33.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:33.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:33.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:33.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.930 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:33.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:33.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.943 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:33.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:33.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:33.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:33.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:33.957 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:33.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:33.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:33.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:33.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:33.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:33.958 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:33.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:33.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:33.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:33.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:33.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:33.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:33.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:18:33.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:33.961 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:33.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:33.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:33.962 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:18:33.962 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:33.962 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:18:33.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:18:33.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:18:33.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:33.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:33.962 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:33.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.975 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:33.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:33.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:33.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:33.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:33.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:33.996 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:33.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:18:33.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:33.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:34.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:34.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:34.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:34.010 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:34.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:34.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:34.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:34.068 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:34.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:34.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:34.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:34.070 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:34.070 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:34.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:34.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:34.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:34.071 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:34.074 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:34.074 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:34.075 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:34.075 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:34.075 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:34.075 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:34.075 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:34.075 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:34.075 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:34.075 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:34.075 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:34.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:18:35.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:18:35.076 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:35.076 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:35.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:35.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:35.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:35.077 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:35.078 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:35.078 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:35.078 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:35.078 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:35.078 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:35.078 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:35.079 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:35.079 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:35.079 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:35.079 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:35.079 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:35.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:18:35.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:18:35.079 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:35.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:35.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:35.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:35.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:35.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:35.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:35.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:35.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:35.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:35.082 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:35.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:35.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:35.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:35.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:35.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:35.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:35.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:35.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:35.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:35.084 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:18:35.192 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:18:35.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:35.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:35.194 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:18:35.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:35.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:35.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:35.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:35.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:35.197 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:35.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:18:35.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:35.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:35.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:35.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:35.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:35.199 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:35.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:35.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:35.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:35.248 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:35.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:35.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:35.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:35.249 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:35.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:35.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:35.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:35.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:35.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:35.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:35.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:35.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:36.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:36.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:36.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:18:36.252 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:36.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:36.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:36.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:36.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:36.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:36.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:36.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:36.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:36.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:36.254 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:18:36.254 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:18:36.255 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:18:36.255 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:18:36.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:36.255 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:18:36.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:36.255 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:18:36.255 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:18:36.255 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:18:36.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:36.255 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:18:36.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:36.256 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:18:36.256 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestLoopClass.java of tree item test 12:18:36.256 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:18:36.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:36.256 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:18:36.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:36.257 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:18:36.257 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestLoopClass.java 12:18:36.257 DEBUG [main][TreeItemHandler] Selecting tree item: TestLoopClass.java 12:18:36.257 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestLoopClass.java about selection 12:18:36.267 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestLoopClass.java 12:18:36.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:36.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:36.267 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:36.267 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:36.267 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:18:36.267 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:18:36.267 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:18:36.267 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:18:36.267 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:18:36.267 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:18:36.267 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:18:36.267 DEBUG [main][MenuItemLookup] Item match:Run 12:18:36.268 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:18:36.268 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:18:36.268 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:36.268 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:18:36.268 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:18:36.268 DEBUG [main][MenuItemLookup] Item match:Run As 12:18:36.268 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:18:36.268 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:18:36.268 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:18:36.268 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:18:36.268 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:18:36.269 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:18:36.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass.*'... 12:18:36.338 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:36.407 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:36.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:36.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:36.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:18:36.542 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:36.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:36.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:36.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:18:36.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:36.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:36.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestLoopClass.*' finished successfully 12:18:36.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'IOConsole Updater' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Show Console View' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:18:36.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:36.545 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:18:37.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:37.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:37.561 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:37.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:37.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:37.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:37.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:37.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:37.647 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:37.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:37.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:37.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:37.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:37.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:37.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:37.839 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:37.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:37.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:37.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:37.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:37.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:37.844 INFO [WorkbenchTestable][AbstractView] Terminating console 12:18:37.844 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:37.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:37.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:37.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:37.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:37.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:37.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:18:37.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:37.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:37.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:37.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:37.848 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Terminate 12:18:37.848 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:37.848 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:37.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 12:18:37.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:37.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:37.974 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:37.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:37.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:37.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:37.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:37.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:37.988 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:37.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:37.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:37.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:38.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:38.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:38.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:38.060 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:38.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:38.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:38.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:38.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:38.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:38.063 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:38.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:38.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:38.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:38.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:38.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:38.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:38.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:38.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 12:18:38.064 INFO [WorkbenchTestable][AbstractView] Console terminated 12:18:38.065 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:38.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:38.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:38.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:38.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:38.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:38.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:38.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:38.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:38.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:38.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:38.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:38.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:38.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:38.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:38.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:38.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:38.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:38.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:38.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:38.070 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:18:39.070 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:39.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:39.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:39.072 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=100318 100319 100320 100321 100322 100323 100324 100325 100326 100327 100328 100329 100330 100331 100332 100333 100334 100335 100336 100337 100338 100339 100340 100341 100342 100343 100344 100345 100346 100347 100348 100349 100350 100351 100352 100353 100354 100355 100356 100357 100358 100359 100360 100361 100362 100363 100364 100365 100366 100367 100368 100369 100370 100371 100372 100373 100374 100375 100376 100377 100378 100379 100380 100381 100382 100383 100384 100385 100386 100387 100388 100389 100390 100391 100392 100393 100394 100395 100396 100397 100398 100399 100400 100401 100402 100403 100404 100405 100406 100407 100408 100409 100410 100411 100412 100413 100414 100415 100416 100417 100418 100419 100420 100421 100422 100423 100424 100425 100426 100427 100428 100429 100430 100431 100432 100433 100434 100435 100436 100437 100438 100439 100440 100441 100442 100443 100444 100445 100446 100447 100448 100449 100450 100451 100452 100453 100454 100455 100456 100457 100458 100459 100460 100461 100462 100463 100464 100465 100466 100467 100468 100469 100470 100471 100472 100473 100474 100475 100476 100477 100478 100479 100480 100481 100482 100483 100484 100485 100486 100487 100488 100489 100490 100491 100492 100493 100494 100495 100496 100497 100498 100499 100500 100501 100502 100503 100504 100505 100506 100507 100508 100509 100510 100511 100512 100513 100514 100515 100516 100517 100518 100519 100520 100521 100522 100523 100524 100525 100526 100527 100528 100529 100530 100531 100532 100533 100534 100535 100536 100537 100538 100539 100540 100541 100542 100543 100544 100545 100546 100547 100548 100549 100550 100551 100552 100553 100554 100555 100556 100557 100558 100559 100560 100561 100562 100563 100564 100565 100566 100567 100568 100569 100570 100571 100572 100573 100574 100575 100576 100577 100578 100579 100580 100581 100582 100583 100584 100585 100586 100587 100588 100589 100590 100591 100592 100593 100594 100595 100596 100597 100598 100599 100600 100601 100602 100603 100604 100605 100606 100607 100608 100609 100610 100611 100612 100613 100614 100615 100616 100617 100618 100619 100620 100621 100622 100623 100624 100625 100626 100627 100628 100629 100630 100631 100632 100633 100634 100635 100636 100637 100638 100639 100640 100641 100642 100643 100644 100645 100646 100647 100648 100649 100650 100651 100652 100653 100654 100655 100656 100657 100658 100659 100660 100661 100662 100663 100664 100665 100666 100667 100668 100669 100670 100671 100672 100673 100674 100675 100676 100677 100678 100679 100680 100681 100682 100683 100684 100685 100686 100687 100688 100689 100690 100691 100692 100693 100694 100695 100696 100697 100698 100699 100700 100701 100702 100703 100704 100705 100706 100707 100708 100709 100710 100711 100712 100713 100714 100715 100716 100717 100718 100719 100720 100721 100722 100723 100724 100725 100726 100727 100728 100729 100730 100731 100732 100733 100734 100735 100736 100737 100738 100739 100740 100741 100742 100743 100744 100745 100746 100747 100748 100749 100750 100751 100752 100753 100754 100755 100756 100757 100758 100759 100760 100761 100762 100763 100764 100765 100766 100767 100768 100769 100770 100771 100772 100773 100774 100775 100776 100777 100778 100779 100780 100781 100782 100783 100784 100785 100786 100787 100788 100789 100790 100791 100792 100793 100794 100795 100796 100797 100798 100799 100800 100801 100802 100803 100804 100805 100806 100807 100808 100809 100810 100811 100812 100813 100814 100815 100816 100817 100818 100819 100820 100821 100822 100823 100824 100825 100826 100827 100828 100829 100830 100831 100832 100833 100834 100835 100836 100837 100838 100839 100840 100841 100842 100843 100844 100845 100846 100847 100848 100849 100850 100851 100852 100853 100854 100855 100856 100857 100858 100859 100860 100861 100862 100863 100864 100865 100866 100867 100868 100869 100870 100871 100872 100873 100874 100875 100876 100877 100878 100879 100880 100881 100882 100883 100884 100885 100886 100887 100888 100889 100890 100891 100892 100893 100894 100895 100896 100897 100898 100899 100900 100901 100902 100903 100904 100905 100906 100907 100908 100909 100910 100911 100912 100913 100914 100915 100916 100917 100918 100919 100920 100921 100922 100923 100924 100925 100926 100927 100928 100929 100930 100931 100932 100933 100934 100935 100936 100937 100938 100939 100940 100941 100942 100943 100944 100945 100946 100947 100948 100949 100950 100951 100952 100953 100954 100955 100956 100957 100958 100959 100960 100961 100962 100963 100964 100965 100966 100967 100968 100969 100970 100971 100972 100973 100974 100975 100976 100977 100978 100979 100980 100981 100982 100983 100984 100985 100986 100987 100988 100989 100990 100991 100992 100993 100994 100995 100996 100997 100998 100999 101000 101001 101002 101003 101004 101005 101006 101007 101008 101009 101010 101011 101012 101013 101014 101015 101016 101017 101018 101019 101020 101021 101022 101023 101024 101025 101026 101027 101028 101029 101030 101031 101032 101033 101034 101035 101036 101037 101038 101039 101040 101041 101042 101043 101044 101045 101046 101047 101048 101049 101050 101051 101052 101053 101054 101055 101056 101057 101058 101059 101060 101061 101062 101063 101064 101065 101066 101067 101068 101069 101070 101071 101072 101073 101074 101075 101076 101077 101078 101079 101080 101081 101082 101083 101084 101085 101086 101087 101088 101089 101090 101091 101092 101093 101094 101095 101096 101097 101098 101099 101100 101101 101102 101103 101104 101105 101106 101107 101108 101109 101110 101111 101112 101113 101114 101115 101116 101117 101118 101119 101120 101121 101122 101123 101124 101125 101126 101127 101128 101129 101130 101131 101132 101133 101134 101135 101136 101137 101138 101139 101140 101141 101142 101143 101144 101145 101146 101147 101148 101149 101150 101151 101152 101153 101154 101155 101156 101157 101158 101159 101160 101161 101162 101163 101164 101165 101166 101167 101168 101169 101170 101171 101172 101173 101174 101175 101176 101177 101178 101179 101180 101181 101182 101183 101184 101185 101186 101187 101188 101189 101190 101191 101192 101193 101194 101195 101196 101197 101198 101199 101200 101201 101202 101203 101204 101205 101206 101207 101208 101209 101210 101211 101212 101213 101214 101215 101216 101217 101218 101219 101220 101221 101222 101223 101224 101225 101226 101227 101228 101229 101230 101231 101232 101233 101234 101235 101236 101237 101238 101239 101240 101241 101242 101243 101244 101245 101246 101247 101248 101249 101250 101251 101252 101253 101254 101255 101256 101257 101258 101259 101260 101261 101262 101263 101264 101265 101266 101267 101268 101269 101270 101271 101272 101273 101274 101275 101276 101277 101278 101279 101280 101281 101282 101283 101284 101285 101286 101287 101288 101289 101290 101291 101292 101293 101294 101295 101296 101297 101298 101299 101300 101301 101302 101303 101304 101305 101306 101307 101308 101309 101310 101311 101312 101313 101314 101315 101316 101317 101318 101319 101320 101321 101322 101323 101324 101325 101326 101327 101328 101329 101330 101331 101332 101333 101334 101335 101336 101337 101338 101339 101340 101341 101342 101343 101344 101345 101346 101347 101348 101349 101350 101351 101352 101353 101354 101355 101356 101357 101358 101359 101360 101361 101362 101363 101364 101365 101366 101367 101368 101369 101370 101371 101372 101373 101374 101375 101376 101377 101378 101379 101380 101381 101382 101383 101384 101385 101386 101387 101388 101389 101390 101391 101392 101393 101394 101395 101396 101397 101398 101399 101400 101401 101402 101403 101404 101405 101406 101407 101408 101409 101410 101411 101412 101413 101414 101415 101416 101417 101418 101419 101420 101421 101422 101423 101424 101425 101426 101427 101428 101429 101430 101431 101432 101433 101434 101435 101436 101437 101438 101439 101440 101441 101442 101443 101444 101445 101446 101447 101448 101449 101450 101451 101452 101453 101454 101455 101456 101457 101458 101459 101460 101461 101462 101463 101464 101465 101466 101467 101468 101469 101470 101471 101472 101473 101474 101475 101476 101477 101478 101479 101480 101481 101482 101483 101484 101485 101486 101487 101488 101489 101490 101491 101492 101493 101494 101495 101496 101497 101498 101499 101500 101501 101502 101503 101504 101505 101506 101507 101508 101509 101510 101511 101512 101513 101514 101515 101516 101517 101518 101519 101520 101521 101522 101523 101524 101525 101526 101527 101528 101529 101530 101531 101532 101533 101534 101535 101536 101537 101538 101539 101540 101541 101542 101543 101544 101545 101546 101547 101548 101549 101550 101551 101552 101553 101554 101555 101556 101557 101558 101559 101560 101561 101562 101563 101564 101565 101566 101567 101568 101569 101570 101571 101572 101573 101574 101575 101576 101577 101578 101579 101580 101581 101582 101583 101584 101585 101586 101587 101588 101589 101590 101591 101592 101593 101594 101595 101596 101597 101598 101599 101600 101601 101602 101603 101604 101605 101606 101607 101608 101609 101610 101611 101612 101613 101614 101615 101616 101617 101618 101619 101620 101621 101622 101623 101624 101625 101626 101627 101628 101629 101630 101631 101632 101633 101634 101635 101636 101637 101638 101639 101640 101641 101642 101643 101644 101645 101646 101647 101648 101649 101650 101651 101652 101653 101654 101655 101656 101657 101658 101659 101660 101661 101662 101663 101664 101665 101666 101667 101668 101669 101670 101671 101672 101673 101674 101675 101676 101677 101678 101679 101680 101681 101682 101683 101684 101685 101686 101687 101688 101689 101690 101691 101692 101693 101694 101695 101696 101697 101698 101699 101700 101701 101702 101703 101704 101705 101706 101707 101708 101709 101710 101711 101712 101713 101714 101715 101716 101717 101718 101719 101720 101721 101722 101723 101724 101725 101726 101727 101728 101729 101730 101731 101732 101733 101734 101735 101736 101737 101738 101739 101740 101741 101742 101743 101744 101745 101746 101747 101748 101749 101750 101751 101752 101753 101754 101755 101756 101757 101758 101759 101760 101761 101762 101763 101764 101765 101766 101767 101768 101769 101770 101771 101772 101773 101774 101775 101776 101777 101778 101779 101780 101781 101782 101783 101784 101785 101786 101787 101788 101789 101790 101791 101792 101793 101794 101795 101796 101797 101798 101799 101800 101801 101802 101803 101804 101805 101806 101807 101808 101809 101810 101811 101812 101813 101814 101815 101816 101817 101818 101819 101820 101821 101822 101823 101824 101825 101826 101827 101828 101829 101830 101831 101832 101833 101834 101835 101836 101837 101838 101839 101840 101841 101842 101843 101844 101845 101846 101847 101848 101849 101850 101851 101852 101853 101854 101855 101856 101857 101858 101859 101860 101861 101862 101863 101864 101865 101866 101867 101868 101869 101870 101871 101872 101873 101874 101875 101876 101877 101878 101879 101880 101881 101882 101883 101884 101885 101886 101887 101888 101889 101890 101891 101892 101893 101894 101895 101896 101897 101898 101899 101900 101901 101902 101903 101904 101905 101906 101907 101908 101909 101910 101911 101912 101913 101914 101915 101916 101917 101918 101919 101920 101921 101922 101923 101924 101925 101926 101927 101928 101929 101930 101931 101932 101933 101934 101935 101936 101937 101938 101939 101940 101941 101942 101943 101944 101945 101946 101947 101948 101949 101950 101951 101952 101953 101954 101955 101956 101957 101958 101959 101960 101961 101962 101963 101964 101965 101966 101967 101968 101969 101970 101971 101972 101973 101974 101975 101976 101977 101978 101979 101980 101981 101982 101983 101984 101985 101986 101987 101988 101989 101990 101991 101992 101993 101994 101995 101996 101997 101998 101999 102000 102001 102002 102003 102004 102005 102006 102007 102008 102009 102010 102011 102012 102013 102014 102015 102016 102017 102018 102019 102020 102021 102022 102023 102024 102025 102026 102027 102028 102029 102030 102031 102032 102033 102034 102035 102036 102037 102038 102039 102040 102041 102042 102043 102044 102045 102046 102047 102048 102049 102050 102051 102052 102053 102054 102055 102056 102057 102058 102059 102060 102061 102062 102063 102064 102065 102066 102067 102068 102069 102070 102071 102072 102073 102074 102075 102076 102077 102078 102079 102080 102081 102082 102083 102084 102085 102086 102087 102088 102089 102090 102091 102092 102093 102094 102095 102096 102097 102098 102099 102100 102101 102102 102103 102104 102105 102106 102107 102108 102109 102110 102111 102112 102113 102114 102115 102116 102117 102118 102119 102120 102121 102122 102123 102124 102125 102126 102127 102128 102129 102130 102131 102132 102133 102134 102135 102136 102137 102138 102139 102140 102141 102142 102143 102144 102145 102146 102147 102148 102149 102150 102151 102152 102153 102154 102155 102156 102157 102158 102159 102160 102161 102162 102163 102164 102165 102166 102167 102168 102169 102170 102171 102172 102173 102174 102175 102176 102177 102178 102179 102180 102181 102182 102183 102184 102185 102186 102187 102188 102189 102190 102191 102192 102193 102194 102195 102196 102197 102198 102199 102200 102201 102202 102203 102204 102205 102206 102207 102208 102209 102210 102211 102212 102213 102214 102215 102216 102217 102218 102219 102220 102221 102222 102223 102224 102225 102226 102227 102228 102229 102230 102231 102232 102233 102234 102235 102236 102237 102238 102239 102240 102241 102242 102243 102244 102245 102246 102247 102248 102249 102250 102251 102252 102253 102254 102255 102256 102257 102258 102259 102260 102261 102262 102263 102264 102265 102266 102267 102268 102269 102270 102271 102272 102273 102274 102275 102276 102277 102278 102279 102280 102281 102282 102283 102284 102285 102286 102287 102288 102289 102290 102291 102292 102293 102294 102295 102296 102297 102298 102299 102300 102301 102302 102303 102304 102305 102306 102307 102308 102309 102310 102311 102312 102313 102314 102315 102316 102317 102318 102319 102320 102321 102322 102323 102324 102325 102326 102327 102328 102329 102330 102331 102332 102333 102334 102335 102336 102337 102338 102339 102340 102341 102342 102343 102344 102345 102346 102347 102348 102349 102350 102351 102352 102353 102354 102355 102356 102357 102358 102359 102360 102361 102362 102363 102364 102365 102366 102367 102368 102369 102370 102371 102372 102373 102374 102375 102376 102377 102378 102379 102380 102381 102382 102383 102384 102385 102386 102387 102388 102389 102390 102391 102392 102393 102394 102395 102396 102397 102398 102399 102400 102401 102402 102403 102404 102405 102406 102407 102408 102409 102410 102411 102412 102413 102414 102415 102416 102417 102418 102419 102420 102421 102422 102423 102424 102425 102426 102427 102428 102429 102430 102431 102432 102433 102434 102435 102436 102437 102438 102439 102440 102441 102442 102443 102444 102445 102446 102447 102448 102449 102450 102451 102452 102453 102454 102455 102456 102457 102458 102459 102460 102461 102462 102463 102464 102465 102466 102467 102468 102469 102470 102471 102472 102473 102474 102475 102476 102477 102478 102479 102480 102481 102482 102483 102484 102485 102486 102487 102488 102489 102490 102491 102492 102493 102494 102495 102496 102497 102498 102499 102500 102501 102502 102503 102504 102505 102506 102507 102508 102509 102510 102511 102512 102513 102514 102515 102516 102517 102518 102519 102520 102521 102522 102523 102524 102525 102526 102527 102528 102529 102530 102531 102532 102533 102534 102535 102536 102537 102538 102539 102540 102541 102542 102543 102544 102545 102546 102547 102548 102549 102550 102551 102552 102553 102554 102555 102556 102557 102558 102559 102560 102561 102562 102563 102564 102565 102566 102567 102568 102569 102570 102571 102572 102573 102574 102575 102576 102577 102578 102579 102580 102581 102582 102583 102584 102585 102586 102587 102588 102589 102590 102591 102592 102593 102594 102595 102596 102597 102598 102599 102600 102601 102602 102603 102604 102605 102606 102607 102608 102609 102610 102611 102612 102613 102614 102615 102616 102617 102618 102619 102620 102621 102622 102623 102624 102625 102626 102627 102628 102629 102630 102631 102632 102633 102634 102635 102636 102637 102638 102639 102640 102641 102642 102643 102644 102645 102646 102647 102648 102649 102650 102651 102652 102653 102654 102655 102656 102657 102658 102659 102660 102661 102662 102663 102664 102665 102666 102667 102668 102669 102670 102671 102672 102673 102674 102675 102676 102677 102678 102679 102680 102681 102682 102683 102684 102685 102686 102687 102688 102689 102690 102691 102692 102693 102694 102695 102696 102697 102698 102699 102700 102701 102702 102703 102704 102705 102706 102707 102708 102709 102710 102711 102712 102713 102714 102715 102716 102717 102718 102719 102720 102721 102722 102723 102724 102725 102726 102727 102728 102729 102730 102731 102732 102733 102734 102735 102736 102737 102738 102739 102740 102741 102742 102743 102744 102745 102746 102747 102748 102749 102750 102751 102752 102753 102754 102755 102756 102757 102758 102759 102760 102761 102762 102763 102764 102765 102766 102767 102768 102769 102770 102771 102772 102773 102774 102775 102776 102777 102778 102779 102780 102781 102782 102783 102784 102785 102786 102787 102788 102789 102790 102791 102792 102793 102794 102795 102796 102797 102798 102799 102800 102801 102802 102803 102804 102805 102806 102807 102808 102809 102810 102811 102812 102813 102814 102815 102816 102817 102818 102819 102820 102821 102822 102823 102824 102825 102826 102827 102828 102829 102830 102831 102832 102833 102834 102835 102836 102837 102838 102839 102840 102841 102842 102843 102844 102845 102846 102847 102848 102849 102850 102851 102852 102853 102854 102855 102856 102857 102858 102859 102860 102861 102862 102863 102864 102865 102866 102867 102868 102869 102870 102871 102872 102873 102874 102875 102876 102877 102878 102879 102880 102881 102882 102883 102884 102885 102886 102887 102888 102889 102890 102891 102892 102893 102894 102895 102896 102897 102898 102899 102900 102901 102902 102903 102904 102905 102906 102907 102908 102909 102910 102911 102912 102913 102914 102915 102916 102917 102918 102919 102920 102921 102922 102923 102924 102925 102926 102927 102928 102929 102930 102931 102932 102933 102934 102935 102936 102937 102938 102939 102940 102941 102942 102943 102944 102945 102946 102947 102948 102949 102950 102951 102952 102953 102954 102955 102956 102957 102958 102959 102960 102961 102962 102963 102964 102965 102966 102967 102968 102969 102970 102971 102972 102973 102974 102975 102976 102977 102978 102979 102980 102981 102982 102983 102984 102985 102986 102987 102988 102989 102990 102991 102992 102993 102994 102995 102996 102997 102998 102999 103000 103001 103002 103003 103004 103005 103006 103007 103008 103009 103010 103011 103012 103013 103014 103015 103016 103017 103018 103019 103020 103021 103022 103023 103024 103025 103026 103027 103028 103029 103030 103031 103032 103033 103034 103035 103036 103037 103038 103039 103040 103041 103042 103043 103044 103045 103046 103047 103048 103049 103050 103051 103052 103053 103054 103055 103056 103057 103058 103059 103060 103061 103062 103063 103064 103065 103066 103067 103068 103069 103070 103071 103072 103073 103074 103075 103076 103077 103078 103079 103080 103081 103082 103083 103084 103085 103086 103087 103088 103089 103090 103091 103092 103093 103094 103095 103096 103097 103098 103099 103100 103101 103102 103103 103104 103105 103106 103107 103108 103109 103110 103111 103112 103113 103114 103115 103116 103117 103118 103119 103120 103121 103122 103123 103124 103125 103126 103127 103128 103129 103130 103131 103132 103133 103134 103135 103136 103137 103138 103139 103140 103141 103142 103143 103144 103145 103146 103147 103148 103149 103150 103151 103152 103153 103154 103155 103156 103157 103158 103159 103160 103161 103162 103163 103164 103165 103166 103167 103168 103169 103170 103171 103172 103173 103174 103175 103176 103177 103178 103179 103180 103181 103182 103183 103184 103185 103186 103187 103188 103189 103190 103191 103192 103193 103194 103195 103196 103197 103198 103199 103200 103201 103202 103203 103204 103205 103206 103207 103208 103209 103210 103211 103212 103213 103214 103215 103216 103217 103218 103219 103220 103221 103222 103223 103224 103225 103226 103227 103228 103229 103230 103231 103232 103233 103234 103235 103236 103237 103238 103239 103240 103241 103242 103243 103244 103245 103246 103247 103248 103249 103250 103251 103252 103253 103254 103255 103256 103257 103258 103259 103260 103261 103262 103263 103264 103265 103266 103267 103268 103269 103270 103271 103272 103273 103274 103275 103276 103277 103278 103279 103280 103281 103282 103283 103284 103285 103286 103287 103288 103289 103290 103291 103292 103293 103294 103295 103296 103297 103298 103299 103300 103301 103302 103303 103304 103305 103306 103307 103308 103309 103310 103311 103312 103313 103314 103315 103316 103317 103318 103319 103320 103321 103322 103323 103324 103325 103326 103327 103328 103329 103330 103331 103332 103333 103334 103335 103336 103337 103338 103339 103340 103341 103342 103343 103344 103345 103346 103347 103348 103349 103350 103351 103352 103353 103354 103355 103356 103357 103358 103359 103360 103361 103362 103363 103364 103365 103366 103367 103368 103369 103370 103371 103372 103373 103374 103375 103376 103377 103378 103379 103380 103381 103382 103383 103384 103385 103386 103387 103388 103389 103390 103391 103392 103393 103394 103395 103396 103397 103398 103399 103400 103401 103402 103403 103404 103405 103406 103407 103408 103409 103410 103411 103412 103413 103414 103415 103416 103417 103418 103419 103420 103421 103422 103423 103424 103425 103426 103427 103428 103429 103430 103431 103432 103433 103434 103435 103436 103437 103438 103439 103440 103441 103442 103443 103444 103445 103446 103447 103448 103449 103450 103451 103452 103453 103454 103455 103456 103457 103458 103459 103460 103461 103462 103463 103464 103465 103466 103467 103468 103469 103470 103471 103472 103473 103474 103475 103476 103477 103478 103479 103480 103481 103482 103483 103484 103485 103486 103487 103488 103489 103490 103491 103492 103493 103494 103495 103496 103497 103498 103499 103500 103501 103502 103503 103504 103505 103506 103507 103508 103509 103510 103511 103512 103513 103514 103515 103516 103517 103518 103519 103520 103521 103522 103523 103524 103525 103526 103527 103528 103529 103530 103531 103532 103533 103534 103535 103536 103537 103538 103539 103540 103541 103542 103543 103544 103545 103546 103547 103548 103549 103550 103551 103552 103553 103554 103555 103556 103557 103558 103559 103560 103561 103562 103563 103564 103565 103566 103567 103568 103569 103570 103571 103572 103573 103574 103575 103576 103577 103578 103579 103580 103581 103582 103583 103584 103585 103586 103587 103588 103589 103590 103591 103592 103593 103594 103595 103596 103597 103598 103599 103600 103601 103602 103603 103604 103605 103606 103607 103608 103609 103610 103611 103612 103613 103614 103615 103616 103617 103618 103619 103620 103621 103622 103623 103624 103625 103626 103627 103628 103629 103630 103631 103632 103633 103634 103635 103636 103637 103638 103639 103640 103641 103642 103643 103644 103645 103646 103647 103648 103649 103650 103651 103652 103653 103654 103655 103656 103657 103658 103659 103660 103661 103662 103663 103664 103665 103666 103667 103668 103669 103670 103671 103672 103673 103674 103675 103676 103677 103678 103679 103680 103681 103682 103683 103684 103685 103686 103687 103688 103689 103690 103691 103692 103693 103694 103695 103696 103697 103698 103699 103700 103701 103702 103703 103704 103705 103706 103707 103708 103709 103710 103711 103712 103713 103714 103715 103716 103717 103718 103719 103720 103721 103722 103723 103724 103725 103726 103727 103728 103729 103730 103731 103732 103733 103734 103735 103736 103737 103738 103739 103740 103741 103742 103743 103744 103745 103746 103747 103748 103749 103750 103751 103752 103753 103754 103755 103756 103757 103758 103759 103760 103761 103762 103763 103764 103765 103766 103767 103768 103769 103770 103771 103772 103773 103774 103775 103776 103777 103778 103779 103780 103781 103782 103783 103784 103785 103786 103787 103788 103789 103790 103791 103792 103793 103794 103795 103796 103797 103798 103799 103800 103801 103802 103803 103804 103805 103806 103807 103808 103809 103810 103811 103812 103813 103814 103815 103816 103817 103818 103819 103820 103821 103822 103823 103824 103825 103826 103827 103828 103829 103830 103831 103832 103833 103834 103835 103836 103837 103838 103839 103840 103841 103842 103843 103844 103845 103846 103847 103848 103849 103850 103851 103852 103853 103854 103855 103856 103857 103858 103859 103860 103861 103862 103863 103864 103865 103866 103867 103868 103869 103870 103871 103872 103873 103874 103875 103876 103877 103878 103879 103880 103881 103882 103883 103884 103885 103886 103887 103888 103889 103890 103891 103892 103893 103894 103895 103896 103897 103898 103899 103900 103901 103902 103903 103904 103905 103906 103907 103908 103909 103910 103911 103912 103913 103914 103915 103916 103917 103918 103919 103920 103921 103922 103923 103924 103925 103926 103927 103928 103929 103930 103931 103932 103933 103934 103935 103936 103937 103938 103939 103940 103941 103942 103943 103944 103945 103946 103947 103948 103949 103950 103951 103952 103953 103954 103955 103956 103957 103958 103959 103960 103961 103962 103963 103964 103965 103966 103967 103968 103969 103970 103971 103972 103973 103974 103975 103976 103977 103978 103979 103980 103981 103982 103983 103984 103985 103986 103987 103988 103989 103990 103991 103992 103993 103994 103995 103996 103997 103998 103999 104000 104001 104002 104003 104004 104005 104006 104007 104008 104009 104010 104011 104012 104013 104014 104015 104016 104017 104018 104019 104020 104021 104022 104023 104024 104025 104026 104027 104028 104029 104030 104031 104032 104033 104034 104035 104036 104037 104038 104039 104040 104041 104042 104043 104044 104045 104046 104047 104048 104049 104050 104051 104052 104053 104054 104055 104056 104057 104058 104059 104060 104061 104062 104063 104064 104065 104066 104067 104068 104069 104070 104071 104072 104073 104074 104075 104076 104077 104078 104079 104080 104081 104082 104083 104084 104085 104086 104087 104088 104089 104090 104091 104092 104093 104094 104095 104096 104097 104098 104099 104100 104101 104102 104103 104104 104105 104106 104107 104108 104109 104110 104111 104112 104113 104114 104115 104116 104117 104118 104119 104120 104121 104122 104123 104124 104125 104126 104127 104128 104129 104130 104131 104132 104133 104134 104135 104136 104137 104138 104139 104140 104141 104142 104143 104144 104145 104146 104147 104148 104149 104150 104151 104152 104153 104154 104155 104156 104157 104158 104159 104160 104161 104162 104163 104164 104165 104166 104167 104168 104169 104170 104171 104172 104173 104174 104175 104176 104177 104178 104179 104180 104181 104182 104183 104184 104185 104186 104187 104188 104189 104190 104191 104192 104193 104194 104195 104196 104197 104198 104199 104200 104201 104202 104203 104204 104205 104206 104207 104208 104209 104210 104211 104212 104213 104214 104215 104216 104217 104218 104219 104220 104221 104222 104223 104224 104225 104226 104227 104228 104229 104230 104231 104232 104233 104234 104235 104236 104237 104238 104239 104240 104241 104242 104243 104244 104245 104246 104247 104248 104249 104250 104251 104252 104253 104254 104255 104256 104257 104258 104259 104260 104261 104262 104263 104264 104265 104266 104267 104268 104269 104270 104271 104272 104273 104274 104275 104276 104277 104278 104279 104280 104281 104282 104283 104284 104285 104286 104287 104288 104289 104290 104291 104292 104293 104294 104295 104296 104297 104298 104299 104300 104301 104302 104303 104304 104305 104306 104307 104308 104309 104310 104311 104312 104313 104314 104315 104316 104317 104318 104319 104320 104321 104322 104323 104324 104325 104326 104327 104328 104329 104330 104331 104332 104333 104334 104335 104336 104337 104338 104339 104340 104341 104342 104343 104344 104345 104346 104347 104348 104349 104350 104351 104352 104353 104354 104355 104356 104357 104358 104359 104360 104361 104362 104363 104364 104365 104366 104367 104368 104369 104370 104371 104372 104373 104374 104375 104376 104377 104378 104379 104380 104381 104382 104383 104384 104385 104386 104387 104388 104389 104390 104391 104392 104393 104394 104395 104396 104397 104398 104399 104400 104401 104402 104403 104404 104405 104406 104407 104408 104409 104410 104411 104412 104413 104414 104415 104416 104417 104418 104419 104420 104421 104422 104423 104424 104425 104426 104427 104428 104429 104430 104431 104432 104433 104434 104435 104436 104437 104438 104439 104440 104441 104442 104443 104444 104445 104446 104447 104448 104449 104450 104451 104452 104453 104454 104455 104456 104457 104458 104459 104460 104461 104462 104463 104464 104465 104466 104467 104468 104469 104470 104471 104472 104473 104474 104475 104476 104477 104478 104479 104480 104481 104482 104483 104484 104485 104486 104487 104488 104489 104490 104491 104492 104493 104494 104495 104496 104497 104498 104499 104500 104501 104502 104503 104504 104505 104506 104507 104508 104509 104510 104511 104512 104513 104514 104515 104516 104517 104518 104519 104520 104521 104522 104523 104524 104525 104526 104527 104528 104529 104530 104531 104532 104533 104534 104535 104536 104537 104538 104539 104540 104541 104542 104543 104544 104545 104546 104547 104548 104549 104550 104551 104552 104553 104554 104555 104556 104557 104558 104559 104560 104561 104562 104563 104564 104565 104566 104567 104568 104569 104570 104571 104572 104573 104574 104575 104576 104577 104578 104579 104580 104581 104582 104583 104584 104585 104586 104587 104588 104589 104590 104591 104592 104593 104594 104595 104596 104597 104598 104599 104600 104601 104602 104603 104604 104605 104606 104607 104608 104609 104610 104611 104612 104613 104614 104615 104616 104617 104618 104619 104620 104621 104622 104623 104624 104625 104626 104627 104628 104629 104630 104631 104632 104633 104634 104635 104636 104637 104638 104639 104640 104641 104642 104643 104644 104645 104646 104647 104648 104649 104650 104651 104652 104653 104654 104655 104656 104657 104658 104659 104660 104661 104662 104663 104664 104665 104666 104667 104668 104669 104670 104671 104672 104673 104674 104675 104676 104677 104678 104679 104680 104681 104682 104683 104684 104685 104686 104687 104688 104689 104690 104691 104692 104693 104694 104695 104696 104697 104698 104699 104700 104701 104702 104703 104704 104705 104706 104707 104708 104709 104710 104711 104712 104713 104714 104715 104716 104717 104718 104719 104720 104721 104722 104723 104724 104725 104726 104727 104728 104729 104730 104731 104732 104733 104734 104735 104736 104737 104738 104739 104740 104741 104742 104743 104744 104745 104746 104747 104748 104749 104750 104751 104752 104753 104754 104755 104756 104757 104758 104759 104760 104761 104762 104763 104764 104765 104766 104767 104768 104769 104770 104771 104772 104773 104774 104775 104776 104777 104778 104779 104780 104781 104782 104783 104784 104785 104786 104787 104788 104789 104790 104791 104792 104793 104794 104795 104796 104797 104798 104799 104800 104801 104802 104803 104804 104805 104806 104807 104808 104809 104810 104811 104812 104813 104814 104815 104816 104817 104818 104819 104820 104821 104822 104823 104824 104825 104826 104827 104828 104829 104830 104831 104832 104833 104834 104835 104836 104837 104838 104839 104840 104841 104842 104843 104844 104845 104846 104847 104848 104849 104850 104851 104852 104853 104854 104855 104856 104857 104858 104859 104860 104861 104862 104863 104864 104865 104866 104867 104868 104869 104870 104871 104872 104873 104874 104875 104876 104877 104878 104879 104880 104881 104882 104883 104884 104885 104886 104887 104888 104889 104890 104891 104892 104893 104894 104895 104896 104897 104898 104899 104900 104901 104902 104903 104904 104905 104906 104907 104908 104909 104910 104911 104912 104913 104914 104915 104916 104917 104918 104919 104920 104921 104922 104923 104924 104925 104926 104927 104928 104929 104930 104931 104932 104933 104934 104935 104936 104937 104938 104939 104940 104941 104942 104943 104944 104945 104946 104947 104948 104949 104950 104951 104952 104953 104954 104955 104956 104957 104958 104959 104960 104961 104962 104963 104964 104965 104966 104967 104968 104969 104970 104971 104972 104973 104974 104975 104976 104977 104978 104979 104980 104981 104982 104983 104984 104985 104986 104987 104988 104989 104990 104991 104992 104993 104994 104995 104996 104997 104998 104999 105000 105001 105002 105003 105004 105005 105006 105007 105008 105009 105010 105011 105012 105013 105014 105015 105016 105017 105018 105019 105020 105021 105022 105023 105024 105025 105026 105027 105028 105029 105030 105031 105032 105033 105034 105035 105036 105037 105038 105039 105040 105041 105042 105043 105044 105045 105046 105047 105048 105049 105050 105051 105052 105053 105054 105055 105056 105057 105058 105059 105060 105061 105062 105063 105064 105065 105066 105067 105068 105069 105070 105071 105072 105073 105074 105075 105076 105077 105078 105079 105080 105081 105082 105083 105084 105085 105086 105087 105088 105089 105090 105091 105092 105093 105094 105095 105096 105097 105098 105099 105100 105101 105102 105103 105104 105105 105106 105107 105108 105109 105110 105111 105112 105113 105114 105115 105116 105117 105118 105119 105120 105121 105122 105123 105124 105125 105126 105127 105128 105129 105130 105131 105132 105133 105134 105135 105136 105137 105138 105139 105140 105141 105142 105143 105144 105145 105146 105147 105148 105149 105150 105151 105152 105153 105154 105155 105156 105157 105158 105159 105160 105161 105162 105163 105164 105165 105166 105167 105168 105169 105170 105171 105172 105173 105174 105175 105176 105177 105178 105179 105180 105181 105182 105183 105184 105185 105186 105187 105188 105189 105190 105191 105192 105193 105194 105195 105196 105197 105198 105199 105200 105201 105202 105203 105204 105205 105206 105207 105208 105209 105210 105211 105212 105213 105214 105215 105216 105217 105218 105219 105220 105221 105222 105223 105224 105225 105226 105227 105228 105229 105230 105231 105232 105233 105234 105235 105236 105237 105238 105239 105240 105241 105242 105243 105244 105245 105246 105247 105248 105249 105250 105251 105252 105253 105254 105255 105256 105257 105258 105259 105260 105261 105262 105263 105264 105265 105266 105267 105268 105269 105270 105271 105272 105273 105274 105275 105276 105277 105278 105279 105280 105281 105282 105283 105284 105285 105286 105287 105288 105289 105290 105291 105292 105293 105294 105295 105296 105297 105298 105299 105300 105301 105302 105303 105304 105305 105306 105307 105308 105309 105310 105311 105312 105313 105314 105315 105316 105317 105318 105319 105320 105321 105322 105323 105324 105325 105326 105327 105328 105329 105330 105331 105332 105333 105334 105335 105336 105337 105338 105339 105340 105341 105342 105343 105344 105345 105346 105347 105348 105349 105350 105351 105352 105353 105354 105355 105356 105357 105358 105359 105360 105361 105362 105363 105364 105365 105366 105367 105368 105369 105370 105371 105372 105373 105374 105375 105376 105377 105378 105379 105380 105381 105382 105383 105384 105385 105386 105387 105388 105389 105390 105391 105392 105393 105394 105395 105396 105397 105398 105399 105400 105401 105402 105403 105404 105405 105406 105407 105408 105409 105410 105411 105412 105413 105414 105415 105416 105417 105418 105419 105420 105421 105422 105423 105424 105425 105426 105427 105428 105429 105430 105431 105432 105433 105434 105435 105436 105437 105438 105439 105440 105441 105442 105443 105444 105445 105446 105447 105448 105449 105450 105451 105452 105453 105454 105455 105456 105457 105458 105459 105460 105461 105462 105463 105464 105465 105466 105467 105468 105469 105470 105471 105472 105473 105474 105475 105476 105477 105478 105479 105480 105481 105482 105483 105484 105485 105486 105487 105488 105489 105490 105491 105492 105493 105494 105495 105496 105497 105498 105499 105500 105501 105502 105503 105504 105505 105506 105507 105508 105509 105510 105511 105512 105513 105514 105515 105516 105517 105518 105519 105520 105521 105522 105523 105524 105525 105526 105527 105528 105529 105530 105531 105532 105533 105534 105535 105536 105537 105538 105539 105540 105541 105542 105543 105544 105545 105546 105547 105548 105549 105550 105551 105552 105553 105554 105555 105556 105557 105558 105559 105560 105561 105562 105563 105564 105565 105566 105567 105568 105569 105570 105571 105572 105573 105574 105575 105576 105577 105578 105579 105580 105581 105582 105583 105584 105585 105586 105587 105588 105589 105590 105591 105592 105593 105594 105595 105596 105597 105598 105599 105600 105601 105602 105603 105604 105605 105606 105607 105608 105609 105610 105611 105612 105613 105614 105615 105616 105617 105618 105619 105620 105621 105622 105623 105624 105625 105626 105627 105628 105629 105630 105631 105632 105633 105634 105635 105636 105637 105638 105639 105640 105641 105642 105643 105644 105645 105646 105647 105648 105649 105650 105651 105652 105653 105654 105655 105656 105657 105658 105659 105660 105661 105662 105663 105664 105665 105666 105667 105668 105669 105670 105671 105672 105673 105674 105675 105676 105677 105678 105679 105680 105681 105682 105683 105684 105685 105686 105687 105688 105689 105690 105691 105692 105693 105694 105695 105696 105697 105698 105699 105700 105701 105702 105703 105704 105705 105706 105707 105708 105709 105710 105711 105712 105713 105714 105715 105716 105717 105718 105719 105720 105721 105722 105723 105724 105725 105726 105727 105728 105729 105730 105731 105732 105733 105734 105735 105736 105737 105738 105739 105740 105741 105742 105743 105744 105745 105746 105747 105748 105749 105750 105751 105752 105753 105754 105755 105756 105757 105758 105759 105760 105761 105762 105763 105764 105765 105766 105767 105768 105769 105770 105771 105772 105773 105774 105775 105776 105777 105778 105779 105780 105781 105782 105783 105784 105785 105786 105787 105788 105789 105790 105791 105792 105793 105794 105795 105796 105797 105798 105799 105800 105801 105802 105803 105804 105805 105806 105807 105808 105809 105810 105811 105812 105813 105814 105815 105816 105817 105818 105819 105820 105821 105822 105823 105824 105825 105826 105827 105828 105829 105830 105831 105832 105833 105834 105835 105836 105837 105838 105839 105840 105841 105842 105843 105844 105845 105846 105847 105848 105849 105850 105851 105852 105853 105854 105855 105856 105857 105858 105859 105860 105861 105862 105863 105864 105865 105866 105867 105868 105869 105870 105871 105872 105873 105874 105875 105876 105877 105878 105879 105880 105881 105882 105883 105884 105885 105886 105887 105888 105889 105890 105891 105892 105893 105894 105895 105896 105897 105898 105899 105900 105901 105902 105903 105904 105905 105906 105907 105908 105909 105910 105911 105912 105913 105914 105915 105916 105917 105918 105919 105920 105921 105922 105923 105924 105925 105926 105927 105928 105929 105930 105931 105932 105933 105934 105935 105936 105937 105938 105939 105940 105941 105942 105943 105944 105945 105946 105947 105948 105949 105950 105951 105952 105953 105954 105955 105956 105957 105958 105959 105960 105961 105962 105963 105964 105965 105966 105967 105968 105969 105970 105971 105972 105973 105974 105975 105976 105977 105978 105979 105980 105981 105982 105983 105984 105985 105986 105987 105988 105989 105990 105991 105992 105993 105994 105995 105996 105997 105998 105999 106000 106001 106002 106003 106004 106005 106006 106007 106008 106009 106010 106011 106012 106013 106014 106015 106016 106017 106018 106019 106020 106021 106022 106023 106024 106025 106026 106027 106028 106029 106030 106031 106032 106033 106034 106035 106036 106037 106038 106039 106040 106041 106042 106043 106044 106045 106046 106047 106048 106049 106050 106051 106052 106053 106054 106055 106056 106057 106058 106059 106060 106061 106062 106063 106064 106065 106066 106067 106068 106069 106070 106071 106072 106073 106074 106075 106076 106077 106078 106079 106080 106081 106082 106083 106084 106085 106086 106087 106088 106089 106090 106091 106092 106093 106094 106095 106096 106097 106098 106099 106100 106101 106102 106103 106104 106105 106106 106107 106108 106109 106110 106111 106112 106113 106114 106115 106116 106117 106118 106119 106120 106121 106122 106123 106124 106125 106126 106127 106128 106129 106130 106131 106132 106133 106134 106135 106136 106137 106138 106139 106140 106141 106142 106143 106144 106145 106146 106147 106148 106149 106150 106151 106152 106153 106154 106155 106156 106157 106158 106159 106160 106161 106162 106163 106164 106165 106166 106167 106168 106169 106170 106171 106172 106173 106174 106175 106176 106177 106178 106179 106180 106181 106182 106183 106184 106185 106186 106187 106188 106189 106190 106191 106192 106193 106194 106195 106196 106197 106198 106199 106200 106201 106202 106203 106204 106205 106206 106207 106208 106209 106210 106211 106212 106213 106214 106215 106216 106217 106218 106219 106220 106221 106222 106223 106224 106225 106226 106227 106228 106229 106230 106231 106232 106233 106234 106235 106236 106237 106238 106239 106240 106241 106242 106243 106244 106245 106246 106247 106248 106249 106250 106251 106252 106253 106254 106255 106256 106257 106258 106259 106260 106261 106262 106263 106264 106265 106266 106267 106268 106269 106270 106271 106272 106273 106274 106275 106276 106277 106278 106279 106280 106281 106282 106283 106284 106285 106286 106287 106288 106289 106290 106291 106292 106293 106294 106295 106296 106297 106298 106299 106300 106301 106302 106303 106304 106305 106306 106307 106308 106309 106310 106311 106312 106313 106314 106315 106316 106317 106318 106319 106320 106321 106322 106323 106324 106325 106326 106327 106328 106329 106330 106331 106332 106333 106334 106335 106336 106337 106338 106339 106340 106341 106342 106343 106344 106345 106346 106347 106348 106349 106350 106351 106352 106353 106354 106355 106356 106357 106358 106359 106360 106361 106362 106363 106364 106365 106366 106367 106368 106369 106370 106371 106372 106373 106374 106375 106376 106377 106378 106379 106380 106381 106382 106383 106384 106385 106386 106387 106388 106389 106390 106391 106392 106393 106394 106395 106396 106397 106398 106399 106400 106401 106402 106403 106404 106405 106406 106407 106408 106409 106410 106411 106412 106413 106414 106415 106416 106417 106418 106419 106420 106421 106422 106423 106424 106425 106426 106427 106428 106429 106430 106431 106432 106433 106434 106435 106436 106437 106438 106439 106440 106441 106442 106443 106444 106445 106446 106447 106448 106449 106450 106451 106452 106453 106454 106455 106456 106457 106458 106459 106460 106461 106462 106463 106464 106465 106466 106467 106468 106469 106470 106471 106472 106473 106474 106475 106476 106477 106478 106479 106480 106481 106482 106483 106484 106485 106486 106487 106488 106489 106490 106491 106492 106493 106494 106495 106496 106497 106498 106499 106500 106501 106502 106503 106504 106505 106506 106507 106508 106509 106510 106511 106512 106513 106514 106515 106516 106517 106518 106519 106520 106521 106522 106523 106524 106525 106526 106527 106528 106529 106530 106531 106532 106533 106534 106535 106536 106537 106538 106539 106540 106541 106542 106543 106544 106545 106546 106547 106548 106549 106550 106551 106552 106553 106554 106555 106556 106557 106558 106559 106560 106561 106562 106563 106564 106565 106566 106567 106568 106569 106570 106571 106572 106573 106574 106575 106576 106577 106578 106579 106580 106581 106582 106583 106584 106585 106586 106587 106588 106589 106590 106591 106592 106593 106594 106595 106596 106597 106598 106599 106600 106601 106602 106603 106604 106605 106606 106607 106608 106609 106610 106611 106612 106613 106614 106615 106616 106617 106618 106619 106620 106621 106622 106623 106624 106625 106626 106627 106628 106629 106630 106631 106632 106633 106634 106635 106636 106637 106638 106639 106640 106641 106642 106643 106644 106645 106646 106647 106648 106649 106650 106651 106652 106653 106654 106655 106656 106657 106658 106659 106660 106661 106662 106663 106664 106665 106666 106667 106668 106669 106670 106671 106672 106673 106674 106675 106676 106677 106678 106679 106680 106681 106682 106683 106684 106685 106686 106687 106688 106689 106690 106691 106692 106693 106694 106695 106696 106697 106698 106699 106700 106701 106702 106703 106704 106705 106706 106707 106708 106709 106710 106711 106712 106713 106714 106715 106716 106717 106718 106719 106720 106721 106722 106723 106724 106725 106726 106727 106728 106729 106730 106731 106732 106733 106734 106735 106736 106737 106738 106739 106740 106741 106742 106743 106744 106745 106746 106747 106748 106749 106750 106751 106752 106753 106754 106755 106756 106757 106758 106759 106760 106761 106762 106763 106764 106765 106766 106767 106768 106769 106770 106771 106772 106773 106774 106775 106776 106777 106778 106779 106780 106781 106782 106783 106784 106785 106786 106787 106788 106789 106790 106791 106792 106793 106794 106795 106796 106797 106798 106799 106800 106801 106802 106803 106804 106805 106806 106807 106808 106809 106810 106811 106812 106813 106814 106815 106816 106817 106818 106819 106820 106821 106822 106823 106824 106825 106826 106827 106828 106829 106830 106831 106832 106833 106834 106835 106836 106837 106838 106839 106840 106841 106842 106843 106844 106845 106846 106847 106848 106849 106850 106851 106852 106853 106854 106855 106856 106857 106858 106859 106860 106861 106862 106863 106864 106865 106866 106867 106868 106869 106870 106871 106872 106873 106874 106875 106876 106877 106878 106879 106880 106881 106882 106883 106884 106885 106886 106887 106888 106889 106890 106891 106892 106893 106894 106895 106896 106897 106898 106899 106900 106901 106902 106903 106904 106905 106906 106907 106908 106909 106910 106911 106912 106913 106914 106915 106916 106917 106918 106919 106920 106921 106922 106923 106924 106925 106926 106927 106928 106929 106930 106931 106932 106933 106934 106935 106936 106937 106938 106939 106940 106941 106942 106943 106944 106945 106946 106947 106948 106949 106950 106951 106952 106953 106954 106955 106956 106957 106958 106959 106960 106961 106962 106963 106964 106965 106966 106967 106968 106969 106970 106971 106972 106973 106974 106975 106976 106977 106978 106979 106980 106981 106982 106983 106984 106985 106986 106987 106988 106989 106990 106991 106992 106993 106994 106995 106996 106997 106998 106999 107000 107001 107002 107003 107004 107005 107006 107007 107008 107009 107010 107011 107012 107013 107014 107015 107016 107017 107018 107019 107020 107021 107022 107023 107024 107025 107026 107027 107028 107029 107030 107031 107032 107033 107034 107035 107036 107037 107038 107039 107040 107041 107042 107043 107044 107045 107046 107047 107048 107049 107050 107051 107052 107053 107054 107055 107056 107057 107058 107059 107060 107061 107062 107063 107064 107065 107066 107067 107068 107069 107070 107071 107072 107073 107074 107075 107076 107077 107078 107079 107080 107081 107082 107083 107084 107085 107086 107087 107088 107089 107090 107091 107092 107093 107094 107095 107096 107097 107098 107099 107100 107101 107102 107103 107104 107105 107106 107107 107108 107109 107110 107111 107112 107113 107114 107115 107116 107117 107118 107119 107120 107121 107122 107123 107124 107125 107126 107127 107128 107129 107130 107131 107132 107133 107134 107135 107136 107137 107138 107139 107140 107141 107142 107143 107144 107145 107146 107147 107148 107149 107150 107151 107152 107153 107154 107155 107156 107157 107158 107159 107160 107161 107162 107163 107164 107165 107166 107167 107168 107169 107170 107171 107172 107173 107174 107175 107176 107177 107178 107179 107180 107181 107182 107183 107184 107185 107186 107187 107188 107189 107190 107191 107192 107193 107194 107195 107196 107197 107198 107199 107200 107201 107202 107203 107204 107205 107206 107207 107208 107209 107210 107211 107212 107213 107214 107215 107216 107217 107218 107219 107220 107221 107222 107223 107224 107225 107226 107227 107228 107229 107230 107231 107232 107233 107234 107235 107236 107237 107238 107239 107240 107241 107242 107243 107244 107245 107246 107247 107248 107249 107250 107251 107252 107253 107254 107255 107256 107257 107258 107259 107260 107261 107262 107263 107264 107265 107266 107267 107268 107269 107270 107271 107272 107273 107274 107275 107276 107277 107278 107279 107280 107281 107282 107283 107284 107285 107286 107287 107288 107289 107290 107291 107292 107293 107294 107295 107296 107297 107298 107299 107300 107301 107302 107303 107304 107305 107306 107307 107308 107309 107310 107311 107312 107313 107314 107315 107316 107317 107318 107319 107320 107321 107322 107323 107324 107325 107326 107327 107328 107329 107330 107331 107332 107333 107334 107335 107336 107337 107338 107339 107340 107341 107342 107343 107344 107345 107346 107347 107348 107349 107350 107351 107352 107353 107354 107355 107356 107357 107358 107359 107360 107361 107362 107363 107364 107365 107366 107367 107368 107369 107370 107371 107372 107373 107374 107375 107376 107377 107378 107379 107380 107381 107382 107383 107384 107385 107386 107387 107388 107389 107390 107391 107392 107393 107394 107395 107396 107397 107398 107399 107400 107401 107402 107403 107404 107405 107406 107407 107408 107409 107410 107411 107412 107413 107414 107415 107416 107417 107418 107419 107420 107421 107422 107423 107424 107425 107426 107427 107428 107429 107430 107431 107432 107433 107434 107435 107436 107437 107438 107439 107440 107441 107442 107443 107444 107445 107446 107447 107448 107449 107450 107451 107452 107453 107454 107455 107456 107457 107458 107459 107460 107461 107462 107463 107464 107465 107466 107467 107468 107469 107470 107471 107472 107473 107474 107475 107476 107477 107478 107479 107480 107481 107482 107483 107484 107485 107486 107487 107488 107489 107490 107491 107492 107493 107494 107495 107496 107497 107498 107499 107500 107501 107502 107503 107504 107505 107506 107507 107508 107509 107510 107511 107512 107513 107514 107515 107516 107517 107518 107519 107520 107521 107522 107523 107524 107525 107526 107527 107528 107529 107530 107531 107532 107533 107534 107535 107536 107537 107538 107539 107540 107541 107542 107543 107544 107545 107546 107547 107548 107549 107550 107551 107552 107553 107554 107555 107556 107557 107558 107559 107560 107561 107562 107563 107564 107565 107566 107567 107568 107569 107570 107571 107572 107573 107574 107575 107576 107577 107578 107579 107580 107581 107582 107583 107584 107585 107586 107587 107588 107589 107590 107591 107592 107593 107594 107595 107596 107597 107598 107599 107600 107601 107602 107603 107604 107605 107606 107607 107608 107609 107610 107611 107612 107613 107614 107615 107616 107617 107618 107619 107620 107621 107622 107623 107624 107625 107626 107627 107628 107629 107630 107631 107632 107633 107634 107635 107636 107637 107638 107639 107640 107641 107642 107643 107644 107645 107646 107647 107648 107649 107650 107651 107652 107653 107654 107655 107656 107657 107658 107659 107660 107661 107662 107663 107664 107665 107666 107667 107668 107669 107670 107671 107672 107673 107674 107675 107676 107677 107678 107679 107680 107681 107682 107683 107684 107685 107686 107687 107688 107689 107690 107691 107692 107693 107694 107695 107696 107697 107698 107699 107700 107701 107702 107703 107704 107705 107706 107707 107708 107709 107710 107711 107712 107713 107714 107715 107716 107717 107718 107719 107720 107721 107722 107723 107724 107725 107726 107727 107728 107729 107730 107731 107732 107733 107734 107735 107736 107737 107738 107739 107740 107741 107742 107743 107744 107745 107746 107747 107748 107749 107750 107751 107752 107753 107754 107755 107756 107757 107758 107759 107760 107761 107762 107763 107764 107765 107766 107767 107768 107769 107770 107771 107772 107773 107774 107775 107776 107777 107778 107779 107780 107781 107782 107783 107784 107785 107786 107787 107788 107789 107790 107791 107792 107793 107794 107795 107796 107797 107798 107799 107800 107801 107802 107803 107804 107805 107806 107807 107808 107809 107810 107811 107812 107813 107814 107815 107816 107817 107818 107819 107820 107821 107822 107823 107824 107825 107826 107827 107828 107829 107830 107831 107832 107833 107834 107835 107836 107837 107838 107839 107840 107841 107842 107843 107844 107845 107846 107847 107848 107849 107850 107851 107852 107853 107854 107855 107856 107857 107858 107859 107860 107861 107862 107863 107864 107865 107866 107867 107868 107869 107870 107871 107872 107873 107874 107875 107876 107877 107878 107879 107880 107881 107882 107883 107884 107885 107886 107887 107888 107889 107890 107891 107892 107893 107894 107895 107896 107897 107898 107899 107900 107901 107902 107903 107904 107905 107906 107907 107908 107909 107910 107911 107912 107913 107914 107915 107916 107917 107918 107919 107920 107921 107922 107923 107924 107925 107926 107927 107928 107929 107930 107931 107932 107933 107934 107935 107936 107937 107938 107939 107940 107941 107942 107943 107944 107945 107946 107947 107948 107949 107950 107951 107952 107953 107954 107955 107956 107957 107958 107959 107960 107961 107962 107963 107964 107965 107966 107967 107968 107969 107970 107971 107972 107973 107974 107975 107976 107977 107978 107979 107980 107981 107982 107983 107984 107985 107986 107987 107988 107989 107990 107991 107992 107993 107994 107995 107996 107997 107998 107999 108000 108001 108002 108003 108004 108005 108006 108007 108008 108009 108010 108011 108012 108013 108014 108015 108016 108017 108018 108019 108020 108021 108022 108023 108024 108025 108026 108027 108028 108029 108030 108031 108032 108033 108034 108035 108036 108037 108038 108039 108040 108041 108042 108043 108044 108045 108046 108047 108048 108049 108050 108051 108052 108053 108054 108055 108056 108057 108058 108059 108060 108061 108062 108063 108064 108065 108066 108067 108068 108069 108070 108071 108072 108073 108074 108075 108076 108077 108078 108079 108080 108081 108082 108083 108084 108085 108086 108087 108088 108089 108090 108091 108092 108093 108094 108095 108096 108097 108098 108099 108100 108101 108102 108103 108104 108105 108106 108107 108108 108109 108110 108111 108112 108113 108114 108115 108116 108117 108118 108119 108120 108121 108122 108123 108124 108125 108126 108127 108128 108129 108130 108131 108132 108133 108134 108135 108136 108137 108138 108139 108140 108141 108142 108143 108144 108145 108146 108147 108148 108149 108150 108151 108152 108153 108154 108155 108156 108157 108158 108159 108160 108161 108162 108163 108164 108165 108166 108167 108168 108169 108170 108171 108172 108173 108174 108175 108176 108177 108178 108179 108180 108181 108182 108183 108184 108185 108186 108187 108188 108189 108190 108191 108192 108193 108194 108195 108196 108197 108198 108199 108200 108201 108202 108203 108204 108205 108206 108207 108208 108209 108210 108211 108212 108213 108214 108215 108216 108217 108218 108219 108220 108221 108222 108223 108224 108225 108226 108227 108228 108229 108230 108231 108232 108233 108234 108235 108236 108237 108238 108239 108240 108241 108242 108243 108244 108245 108246 108247 108248 108249 108250 108251 108252 108253 108254 108255 108256 108257 108258 108259 108260 108261 108262 108263 108264 108265 108266 108267 108268 108269 108270 108271 108272 108273 108274 108275 108276 108277 108278 108279 108280 108281 108282 108283 108284 108285 108286 108287 108288 108289 108290 108291 108292 108293 108294 108295 108296 108297 108298 108299 108300 108301 108302 108303 108304 108305 108306 108307 108308 108309 108310 108311 108312 108313 108314 108315 108316 108317 108318 108319 108320 108321 108322 108323 108324 108325 108326 108327 108328 108329 108330 108331 108332 108333 108334 108335 108336 108337 108338 108339 108340 108341 108342 108343 108344 108345 108346 108347 108348 108349 108350 108351 108352 108353 108354 108355 108356 108357 108358 108359 108360 108361 108362 108363 108364 108365 108366 108367 108368 108369 108370 108371 108372 108373 108374 108375 108376 108377 108378 108379 108380 108381 108382 108383 108384 108385 108386 108387 108388 108389 108390 108391 108392 108393 108394 108395 108396 108397 108398 108399 108400 108401 108402 108403 108404 108405 108406 108407 108408 108409 108410 108411 108412 108413 108414 108415 108416 108417 108418 108419 108420 108421 108422 108423 108424 108425 108426 108427 108428 108429 108430 108431 108432 108433 108434 108435 108436 108437 108438 108439 108440 108441 108442 108443 108444 108445 108446 108447 108448 108449 108450 108451 108452 108453 108454 108455 108456 108457 108458 108459 108460 108461 108462 108463 108464 108465 108466 108467 108468 108469 108470 108471 108472 108473 108474 108475 108476 108477 108478 108479 108480 108481 108482 108483 108484 108485 108486 108487 108488 108489 108490 108491 108492 108493 108494 108495 108496 108497 108498 108499 108500 108501 108502 108503 108504 108505 108506 108507 108508 108509 108510 108511 108512 108513 108514 108515 108516 108517 108518 108519 108520 108521 108522 108523 108524 108525 108526 108527 108528 108529 108530 108531 108532 108533 108534 108535 108536 108537 108538 108539 108540 108541 108542 108543 108544 108545 108546 108547 108548 108549 108550 108551 108552 108553 108554 108555 108556 108557 108558 108559 108560 108561 108562 108563 108564 108565 108566 108567 108568 108569 108570 108571 108572 108573 108574 108575 108576 108577 108578 108579 108580 108581 108582 108583 108584 108585 108586 108587 108588 108589 108590 108591 108592 108593 108594 108595 108596 108597 108598 108599 108600 108601 108602 108603 108604 108605 108606 108607 108608 108609 108610 108611 108612 108613 108614 108615 108616 108617 108618 108619 108620 108621 108622 108623 108624 108625 108626 108627 108628 108629 108630 108631 108632 108633 108634 108635 108636 108637 108638 108639 108640 108641 108642 108643 108644 108645 108646 108647 108648 108649 108650 108651 108652 108653 108654 108655 108656 108657 108658 108659 108660 108661 108662 108663 108664 108665 108666 108667 108668 108669 108670 108671 108672 108673 108674 108675 108676 108677 108678 108679 108680 108681 108682 108683 108684 108685 108686 108687 108688 108689 108690 108691 108692 108693 108694 108695 108696 108697 108698 108699 108700 108701 108702 108703 108704 108705 108706 108707 108708 108709 108710 108711 108712 108713 108714 108715 108716 108717 108718 108719 108720 108721 108722 108723 108724 108725 108726 108727 108728 108729 108730 108731 108732 108733 108734 108735 108736 108737 108738 108739 108740 108741 108742 108743 108744 108745 108746 108747 108748 108749 108750 108751 108752 108753 108754 108755 108756 108757 108758 108759 108760 108761 108762 108763 108764 108765 108766 108767 108768 108769 108770 108771 108772 108773 108774 108775 108776 108777 108778 108779 108780 108781 108782 108783 108784 108785 108786 108787 108788 108789 108790 108791 108792 108793 108794 108795 108796 108797 108798 108799 108800 108801 108802 108803 108804 108805 108806 108807 108808 108809 108810 108811 108812 108813 108814 108815 108816 108817 108818 108819 108820 108821 108822 108823 108824 108825 108826 108827 108828 108829 108830 108831 108832 108833 108834 108835 108836 108837 108838 108839 108840 108841 108842 108843 108844 108845 108846 108847 108848 108849 108850 108851 108852 108853 108854 108855 108856 108857 108858 108859 108860 108861 108862 108863 108864 108865 108866 108867 108868 108869 108870 108871 108872 108873 108874 108875 108876 108877 108878 108879 108880 108881 108882 108883 108884 108885 108886 108887 108888 108889 108890 108891 108892 108893 108894 108895 108896 108897 108898 108899 108900 108901 108902 108903 108904 108905 108906 108907 108908 108909 108910 108911 108912 108913 108914 108915 108916 108917 108918 108919 108920 108921 108922 108923 108924 108925 108926 108927 108928 108929 108930 108931 108932 108933 108934 108935 108936 108937 108938 108939 108940 108941 108942 108943 108944 108945 108946 108947 108948 108949 108950 108951 108952 108953 108954 108955 108956 108957 108958 108959 108960 108961 108962 108963 108964 108965 108966 108967 108968 108969 108970 108971 108972 108973 108974 108975 108976 108977 108978 108979 108980 108981 108982 108983 108984 108985 108986 108987 108988 108989 108990 108991 108992 108993 108994 108995 108996 108997 108998 108999 109000 109001 109002 109003 109004 109005 109006 109007 109008 109009 109010 109011 109012 109013 109014 109015 109016 109017 109018 109019 109020 109021 109022 109023 109024 109025 109026 109027 109028 109029 109030 109031 109032 109033 109034 109035 109036 109037 109038 109039 109040 109041 109042 109043 109044 109045 109046 109047 109048 109049 109050 109051 109052 109053 109054 109055 109056 109057 109058 109059 109060 109061 109062 109063 109064 109065 109066 109067 109068 109069 109070 109071 109072 109073 109074 109075 109076 109077 109078 109079 109080 109081 109082 109083 109084 109085 109086 109087 109088 109089 109090 109091 109092 109093 109094 109095 109096 109097 109098 109099 109100 109101 109102 109103 109104 109105 109106 109107 109108 109109 109110 109111 109112 109113 109114 109115 109116 109117 109118 109119 109120 109121 109122 109123 109124 109125 109126 109127 109128 109129 109130 109131 109132 109133 109134 109135 109136 109137 109138 109139 109140 109141 109142 109143 109144 109145 109146 109147 109148 109149 109150 109151 109152 109153 109154 109155 109156 109157 109158 109159 109160 109161 109162 109163 109164 109165 109166 109167 109168 109169 109170 109171 109172 109173 109174 109175 109176 109177 109178 109179 109180 109181 109182 109183 109184 109185 109186 109187 109188 109189 109190 109191 109192 109193 109194 109195 109196 109197 109198 109199 109200 109201 109202 109203 109204 109205 109206 109207 109208 109209 109210 109211 109212 109213 109214 109215 109216 109217 109218 109219 109220 109221 109222 109223 109224 109225 109226 109227 109228 109229 109230 109231 109232 109233 109234 109235 109236 109237 109238 109239 109240 109241 109242 109243 109244 109245 109246 109247 109248 109249 109250 109251 109252 109253 109254 109255 109256 109257 109258 109259 109260 109261 109262 109263 109264 109265 109266 109267 109268 109269 109270 109271 109272 109273 109274 109275 109276 109277 109278 109279 109280 109281 109282 109283 109284 109285 109286 109287 109288 109289 109290 109291 109292 109293 109294 109295 109296 109297 109298 109299 109300 109301 109302 109303 109304 109305 109306 109307 109308 109309 109310 109311 109312 109313 109314 109315 109316 109317 109318 109319 109320 109321 109322 109323 109324 109325 109326 109327 109328 109329 109330 109331 109332 109333 109334 109335 109336 109337 109338 109339 109340 109341 109342 109343 109344 109345 109346 109347 109348 109349 109350 109351 109352 109353 109354 109355 109356 109357 109358 109359 109360 109361 109362 109363 109364 109365 109366 109367 109368 109369 109370 109371 109372 109373 109374 109375 109376 109377 109378 109379 109380 109381 109382 109383 109384 109385 109386 109387 109388 109389 109390 109391 109392 109393 109394 109395 109396 109397 109398 109399 109400 109401 109402 109403 109404 109405 109406 109407 109408 109409 109410 109411 109412 109413 109414 109415 109416 109417 109418 109419 109420 109421 109422 109423 109424 109425 109426 109427 109428 109429 109430 109431 109432 109433 109434 109435 109436 109437 109438 109439 109440 109441 109442 109443 109444 109445 109446 109447 109448 109449 109450 109451 109452 109453 109454 109455 109456 109457 109458 109459 109460 109461 109462 109463 109464 109465 109466 109467 109468 109469 109470 109471 109472 109473 109474 109475 109476 109477 109478 109479 109480 109481 109482 109483 109484 109485 109486 109487 109488 109489 109490 109491 109492 109493 109494 109495 109496 109497 109498 109499 109500 109501 109502 109503 109504 109505 109506 109507 109508 109509 109510 109511 109512 109513 109514 109515 109516 109517 109518 109519 109520 109521 109522 109523 109524 109525 109526 109527 109528 109529 109530 109531 109532 109533 109534 109535 109536 109537 109538 109539 109540 109541 109542 109543 109544 109545 109546 109547 109548 109549 109550 109551 109552 109553 109554 109555 109556 109557 109558 109559 109560 109561 109562 109563 109564 109565 109566 109567 109568 109569 109570 109571 109572 109573 109574 109575 109576 109577 109578 109579 109580 109581 109582 109583 109584 109585 109586 109587 109588 109589 109590 109591 109592 109593 109594 109595 109596 109597 109598 109599 109600 109601 109602 109603 109604 109605 109606 109607 109608 109609 109610 109611 109612 109613 109614 109615 109616 109617 109618 109619 109620 109621 109622 109623 109624 109625 109626 109627 109628 109629 109630 109631 109632 109633 109634 109635 109636 109637 109638 109639 109640 109641 109642 109643 109644 109645 109646 109647 109648 109649 109650 109651 109652 109653 109654 109655 109656 109657 109658 109659 109660 109661 109662 109663 109664 109665 109666 109667 109668 109669 109670 109671 109672 109673 109674 109675 109676 109677 109678 109679 109680 109681 109682 109683 109684 109685 109686 109687 109688 109689 109690 109691 109692 109693 109694 109695 109696 109697 109698 109699 109700 109701 109702 109703 109704 109705 109706 109707 109708 109709 109710 109711 109712 109713 109714 109715 109716 109717 109718 109719 109720 109721 109722 109723 109724 109725 109726 109727 109728 109729 109730 109731 109732 109733 109734 109735 109736 109737 109738 109739 109740 109741 109742 109743 109744 109745 109746 109747 109748 109749 109750 109751 109752 109753 109754 109755 109756 109757 109758 109759 109760 109761 109762 109763 109764 109765 109766 109767 109768 109769 109770 109771 109772 109773 109774 109775 109776 109777 109778 109779 109780 109781 109782 109783 109784 109785 109786 109787 109788 109789 109790 109791 109792 109793 109794 109795 109796 109797 109798 109799 109800 109801 109802 109803 109804 109805 109806 109807 109808 109809 109810 109811 109812 109813 109814 109815 109816 109817 109818 109819 109820 109821 109822 109823 109824 109825 109826 109827 109828 109829 109830 109831 109832 109833 109834 109835 109836 109837 109838 109839 109840 109841 109842 109843 109844 109845 109846 109847 109848 109849 109850 109851 109852 109853 109854 109855 109856 109857 109858 109859 109860 109861 109862 109863 109864 109865 109866 109867 109868 109869 109870 109871 109872 109873 109874 109875 109876 109877 109878 109879 109880 109881 109882 109883 109884 109885 109886 109887 109888 109889 109890 109891 109892 109893 109894 109895 109896 109897 109898 109899 109900 109901 109902 109903 109904 109905 109906 109907 109908 109909 109910 109911 109912 109913 109914 109915 109916 109917 109918 109919 109920 109921 109922 109923 109924 109925 109926 109927 109928 109929 109930 109931 109932 109933 109934 109935 109936 109937 109938 109939 109940 109941 109942 109943 109944 109945 109946 109947 109948 109949 109950 109951 109952 109953 109954 109955 109956 109957 109958 109959 109960 109961 109962 109963 109964 109965 109966 109967 109968 109969 109970 109971 109972 109973 109974 109975 109976 109977 109978 109979 109980 109981 109982 109983 109984 109985 109986 109987 109988 109989 109990 109991 109992 109993 109994 109995 109996 109997 109998 109999 110000 110001 110002 110003 110004 110005 110006 110007 110008 110009 110010 110011 110012 110013 110014 110015 110016 110017 110018 110019 110020 110021 110022 110023 110024 110025 110026 110027 110028 110029 110030 110031 110032 110033 110034 110035 110036 110037 110038 110039 110040 110041 110042 110043 110044 110045 110046 110047 110048 110049 110050 110051 110052 110053 110054 110055 110056 110057 110058 110059 110060 110061 110062 110063 110064 110065 110066 110067 110068 110069 110070 110071 110072 110073 110074 110075 110076 110077 110078 110079 110080 110081 110082 110083 110084 110085 110086 110087 110088 110089 110090 110091 110092 110093 110094 110095 110096 110097 110098 110099 110100 110101 110102 110103 110104 110105 110106 110107 110108 110109 110110 110111 110112 110113 110114 110115 110116 110117 110118 110119 110120 110121 110122 110123 110124 110125 110126 110127 110128 110129 110130 110131 110132 110133 110134 110135 110136 110137 110138 110139 110140 110141 110142 110143 110144 110145 110146 110147 110148 110149 110150 110151 110152 110153 110154 110155 110156 110157 110158 110159 110160 110161 110162 110163 110164 110165 110166 110167 110168 110169 110170 110171 110172 110173 110174 110175 110176 110177 110178 110179 110180 110181 110182 110183 110184 110185 110186 110187 110188 110189 110190 110191 110192 110193 110194 110195 110196 110197 110198 110199 110200 110201 110202 110203 110204 110205 110206 110207 110208 110209 110210 110211 110212 110213 110214 110215 110216 110217 110218 110219 110220 110221 110222 110223 110224 110225 110226 110227 110228 110229 110230 110231 110232 110233 110234 110235 110236 110237 110238 110239 110240 110241 110242 110243 110244 110245 110246 110247 110248 110249 110250 110251 110252 110253 110254 110255 110256 110257 110258 110259 110260 110261 110262 110263 110264 110265 110266 110267 110268 110269 110270 110271 110272 110273 110274 110275 110276 110277 110278 110279 110280 110281 110282 110283 110284 110285 110286 110287 110288 110289 110290 110291 110292 110293 110294 110295 110296 110297 110298 110299 110300 110301 110302 110303 110304 110305 110306 110307 110308 110309 110310 110311 110312 110313 110314 110315 110316 110317 110318 110319 110320 110321 110322 110323 110324 110325 110326 110327 110328 110329 110330 110331 110332 110333 110334 110335 110336 110337 110338 110339 110340 110341 110342 110343 110344 110345 110346 110347 110348 110349 110350 110351 110352 110353 110354 110355 110356 110357 110358 110359 110360 110361 110362 110363 110364 110365 110366 110367 110368 110369 110370 110371 110372 110373 110374 110375 110376 110377 110378 110379 110380 110381 110382 110383 110384 110385 110386 110387 110388 110389 110390 110391 110392 110393 110394 110395 110396 110397 110398 110399 110400 110401 110402 110403 110404 110405 110406 110407 110408 110409 110410 110411 110412 110413 110414 110415 110416 110417 110418 110419 110420 110421 110422 110423 110424 110425 110426 110427 110428 110429 110430 110431 110432 110433 110434 110435 110436 110437 110438 110439 110440 110441 110442 110443 110444 110445 110446 110447 110448 110449 110450 110451 110452 110453 110454 110455 110456 110457 110458 110459 110460 110461 110462 110463 110464 110465 110466 110467 110468 110469 110470 110471 110472 110473 110474 110475 110476 110477 110478 110479 110480 110481 110482 110483 110484 110485 110486 110487 110488 110489 110490 110491 110492 110493 110494 110495 110496 110497 110498 110499 110500 110501 110502 110503 110504 110505 110506 110507 110508 110509 110510 110511 110512 110513 110514 110515 110516 110517 110518 110519 110520 110521 110522 110523 110524 110525 110526 110527 110528 110529 110530 110531 110532 110533 110534 110535 110536 110537 110538 110539 110540 110541 110542 110543 110544 110545 110546 110547 110548 110549 110550 110551 110552 110553 110554 110555 110556 110557 110558 110559 110560 110561 110562 110563 110564 110565 110566 110567 110568 110569 110570 110571 110572 110573 110574 110575 110576 110577 110578 110579 110580 110581 110582 110583 110584 110585 110586 110587 110588 110589 110590 110591 110592 110593 110594 110595 110596 110597 110598 110599 110600 110601 110602 110603 110604 110605 110606 110607 110608 110609 110610 110611 110612 110613 110614 110615 110616 110617 110618 110619 110620 110621 110622 110623 110624 110625 110626 110627 110628 110629 110630 110631 110632 110633 110634 110635 110636 110637 110638 110639 110640 110641 110642 110643 110644 110645 110646 110647 110648 110649 110650 110651 110652 110653 110654 110655 110656 110657 110658 110659 110660 110661 110662 110663 110664 110665 110666 110667 110668 110669 110670 110671 110672 110673 110674 110675 110676 110677 110678 110679 110680 110681 110682 110683 110684 110685 110686 110687 110688 110689 110690 110691 110692 110693 110694 110695 110696 110697 110698 110699 110700 110701 110702 110703 110704 110705 110706 110707 110708 110709 110710 110711 110712 110713 110714 110715 110716 110717 110718 110719 110720 110721 110722 110723 110724 110725 110726 110727 110728 110729 110730 110731 110732 110733 110734 110735 110736 110737 110738 110739 110740 110741 110742 110743 110744 110745 110746 110747 110748 110749 110750 110751 110752 110753 110754 110755 110756 110757 110758 110759 110760 110761 110762 110763 110764 110765 110766 110767 110768 110769 110770 110771 110772 110773 110774 110775 110776 110777 110778 110779 110780 110781 110782 110783 110784 110785 110786 110787 110788 110789 110790 110791 110792 110793 110794 110795 110796 110797 110798 110799 110800 110801 110802 110803 110804 110805 110806 110807 110808 110809 110810 110811 110812 110813 110814 110815 110816 110817 110818 110819 110820 110821 110822 110823 110824 110825 110826 110827 110828 110829 110830 110831 110832 110833 110834 110835 110836 110837 110838 110839 110840 110841 110842 110843 110844 110845 110846 110847 110848 110849 110850 110851 110852 110853 110854 110855 110856 110857 110858 110859 110860 110861 110862 110863 110864 110865 110866 110867 110868 110869 110870 110871 110872 110873 110874 110875 110876 110877 110878 110879 110880 110881 110882 110883 110884 110885 110886 110887 110888 110889 110890 110891 110892 110893 110894 110895 110896 110897 110898 110899 110900 110901 110902 110903 110904 110905 110906 110907 110908 110909 110910 110911 110912 110913 110914 110915 110916 110917 110918 110919 110920 110921 110922 110923 110924 110925 110926 110927 110928 110929 110930 110931 110932 110933 110934 110935 110936 110937 110938 110939 110940 110941 110942 110943 110944 110945 110946 110947 110948 110949 110950 110951 110952 110953 110954 110955 110956 110957 110958 110959 110960 110961 110962 110963 110964 110965 110966 110967 110968 110969 110970 110971 110972 110973 110974 110975 110976 110977 110978 110979 110980 110981 110982 110983 110984 110985 110986 110987 110988 110989 110990 110991 110992 110993 110994 110995 110996 110997 110998 110999 111000 111001 111002 111003 111004 111005 111006 111007 111008 111009 111010 111011 111012 111013 111014 111015 111016 111017 111018 111019 111020 111021 111022 111023 111024 111025 111026 111027 111028 111029 111030 111031 111032 111033 111034 111035 111036 111037 111038 111039 111040 111041 111042 111043 111044 111045 111046 111047 111048 111049 111050 111051 111052 111053 111054 111055 111056 111057 111058 111059 111060 111061 111062 111063 111064 111065 111066 111067 111068 111069 111070 111071 111072 111073 111074 111075 111076 111077 111078 111079 111080 111081 111082 111083 111084 111085 111086 111087 111088 111089 111090 111091 111092 111093 111094 111095 111096 111097 111098 111099 111100 111101 111102 111103 111104 111105 111106 111107 111108 111109 111110 111111 111112 111113 111114 111115 111116 111117 111118 111119 111120 111121 111122 111123 111124 111125 111126 111127 111128 111129 111130 111131 111132 111133 111134 111135 111136 111137 111138 111139 111140 111141 111142 111143 111144 111145 111146 111147 111148 111149 111150 111151 111152 111153 111154 111155 111156 111157 111158 111159 111160 111161 111162 111163 111164 111165 111166 111167 111168 111169 111170 111171 111172 111173 111174 111175 111176 111177 111178 111179 111180 111181 111182 111183 111184 111185 111186 111187 111188 111189 111190 111191 111192 111193 111194 111195 111196 111197 111198 111199 111200 111201 111202 111203 111204 111205 111206 111207 111208 111209 111210 111211 111212 111213 111214 111215 111216 111217 111218 111219 111220 111221 111222 111223 111224 111225 111226 111227 111228 111229 111230 111231 111232 111233 111234 111235 111236 111237 111238 111239 111240 111241 111242 111243 111244 111245 111246 111247 111248 111249 111250 111251 111252 111253 111254 111255 111256 111257 111258 111259 111260 111261 111262 111263 111264 111265 111266 111267 111268 111269 111270 111271 111272 111273 111274 111275 111276 111277 111278 111279 111280 111281 111282 111283 111284 111285 111286 111287 111288 111289 111290 111291 111292 111293 111294 111295 111296 111297 111298 111299 111300 111301 111302 111303 111304 111305 111306 111307 111308 111309 111310 111311 111312 111313 111314 111315 111316 111317 111318 111319 111320 111321 111322 111323 111324 111325 111326 111327 111328 111329 111330 111331 111332 111333 111334 111335 111336 111337 111338 111339 111340 111341 111342 111343 111344 111345 111346 111347 111348 111349 111350 111351 111352 111353 111354 111355 111356 111357 111358 111359 111360 111361 111362 111363 111364 111365 111366 111367 111368 111369 111370 111371 111372 111373 111374 111375 111376 111377 111378 111379 111380 111381 111382 111383 111384 111385 111386 111387 111388 111389 111390 111391 111392 111393 111394 111395 111396 111397 111398 111399 111400 111401 111402 111403 111404 111405 111406 111407 111408 111409 111410 111411 111412 111413 111414 111415 111416 111417 111418 111419 111420 111421 111422 111423 111424 111425 111426 111427 111428 111429 111430 111431 111432 111433 111434 111435 111436 111437 111438 111439 111440 111441 111442 111443 111444 111445 111446 111447 111448 111449 111450 111451 111452 111453 111454 111455 111456 111457 111458 111459 111460 111461 111462 111463 111464 111465 111466 111467 111468 111469 111470 111471 111472 111473 111474 111475 111476 111477 111478 111479 111480 111481 111482 111483 111484 111485 111486 111487 111488 111489 111490 111491 111492 111493 111494 111495 111496 111497 111498 111499 111500 111501 111502 111503 111504 111505 111506 111507 111508 111509 111510 111511 111512 111513 111514 111515 111516 111517 111518 111519 111520 111521 111522 111523 111524 111525 111526 111527 111528 111529 111530 111531 111532 111533 111534 111535 111536 111537 111538 111539 111540 111541 111542 111543 111544 111545 111546 111547 111548 111549 111550 111551 111552 111553 111554 111555 111556 111557 111558 111559 111560 111561 111562 111563 111564 111565 111566 111567 111568 111569 111570 111571 111572 111573 111574 111575 111576 111577 111578 111579 111580 111581 111582 111583 111584 111585 111586 111587 111588 111589 111590 111591 111592 111593 111594 111595 111596 111597 111598 111599 111600 111601 111602 111603 111604 111605 111606 111607 111608 111609 111610 111611 111612 111613 111614 111615 111616 111617 111618 111619 111620 111621 111622 111623 111624 111625 111626 111627 111628 111629 111630 111631 111632 111633 111634 111635 111636 111637 111638 111639 111640 111641 111642 111643 111644 111645 111646 111647 111648 111649 111650 111651 111652 111653 111654 111655 111656 111657 111658 111659 111660 111661 111662 111663 111664 111665 111666 111667 111668 111669 111670 111671 111672 111673 111674 111675 111676 111677 111678 111679 111680 111681 111682 111683 111684 111685 111686 111687 111688 111689 111690 111691 111692 111693 111694 111695 111696 111697 111698 111699 111700 111701 111702 111703 111704 111705 111706 111707 111708 111709 111710 111711 111712 111713 111714 111715 111716 111717 111718 111719 111720 111721 111722 111723 111724 111725 111726 111727 111728 111729 111730 111731 111732 111733 111734 111735 111736 111737 111738 111739 111740 111741 111742 111743 111744 111745 111746 TooltipText=null 12:18:39.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:39.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:39.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:39.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:39.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:39.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:39.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:39.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:39.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:39.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:39.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:39.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:39.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:39.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:39.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:39.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:39.086 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Console ( TestLoopClass [Java Application] /opt/tools/java/oracle/jdk-8/1.8.0_202/bin/java (Oct 21, 2019, 12:18:36 PM))"as the parent 12:18:39.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:18:39.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:39.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:39.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:39.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:39.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:39.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:39.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:39.133 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:39.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:39.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:39.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:39.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:39.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:39.149 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:39.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:39.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:39.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:39.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:39.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:39.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:39.188 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:39.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:39.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:39.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:39.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:39.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:39.190 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:39.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:39.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:39.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:39.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:39.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:39.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:39.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:39.192 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:39.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:39.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:39.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:39.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:39.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:39.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:18:39.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:39.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:39.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:39.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:39.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:39.196 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:18:39.196 INFO [WorkbenchTestable][AbstractView] Terminating console 12:18:39.196 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:39.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:39.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:39.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:18:39.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:39.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:39.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:18:39.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:39.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:39.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:39.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:39.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:39.199 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 12:18:39.199 INFO [WorkbenchTestable][AbstractView] Removing launch from console 12:18:39.199 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:39.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:39.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:39.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=100318 100319 100320 100321 100322 100323 100324 100325 100326 100327 100328 100329 100330 100331 100332 100333 100334 100335 100336 100337 100338 100339 100340 100341 100342 100343 100344 100345 100346 100347 100348 100349 100350 100351 100352 100353 100354 100355 100356 100357 100358 100359 100360 100361 100362 100363 100364 100365 100366 100367 100368 100369 100370 100371 100372 100373 100374 100375 100376 100377 100378 100379 100380 100381 100382 100383 100384 100385 100386 100387 100388 100389 100390 100391 100392 100393 100394 100395 100396 100397 100398 100399 100400 100401 100402 100403 100404 100405 100406 100407 100408 100409 100410 100411 100412 100413 100414 100415 100416 100417 100418 100419 100420 100421 100422 100423 100424 100425 100426 100427 100428 100429 100430 100431 100432 100433 100434 100435 100436 100437 100438 100439 100440 100441 100442 100443 100444 100445 100446 100447 100448 100449 100450 100451 100452 100453 100454 100455 100456 100457 100458 100459 100460 100461 100462 100463 100464 100465 100466 100467 100468 100469 100470 100471 100472 100473 100474 100475 100476 100477 100478 100479 100480 100481 100482 100483 100484 100485 100486 100487 100488 100489 100490 100491 100492 100493 100494 100495 100496 100497 100498 100499 100500 100501 100502 100503 100504 100505 100506 100507 100508 100509 100510 100511 100512 100513 100514 100515 100516 100517 100518 100519 100520 100521 100522 100523 100524 100525 100526 100527 100528 100529 100530 100531 100532 100533 100534 100535 100536 100537 100538 100539 100540 100541 100542 100543 100544 100545 100546 100547 100548 100549 100550 100551 100552 100553 100554 100555 100556 100557 100558 100559 100560 100561 100562 100563 100564 100565 100566 100567 100568 100569 100570 100571 100572 100573 100574 100575 100576 100577 100578 100579 100580 100581 100582 100583 100584 100585 100586 100587 100588 100589 100590 100591 100592 100593 100594 100595 100596 100597 100598 100599 100600 100601 100602 100603 100604 100605 100606 100607 100608 100609 100610 100611 100612 100613 100614 100615 100616 100617 100618 100619 100620 100621 100622 100623 100624 100625 100626 100627 100628 100629 100630 100631 100632 100633 100634 100635 100636 100637 100638 100639 100640 100641 100642 100643 100644 100645 100646 100647 100648 100649 100650 100651 100652 100653 100654 100655 100656 100657 100658 100659 100660 100661 100662 100663 100664 100665 100666 100667 100668 100669 100670 100671 100672 100673 100674 100675 100676 100677 100678 100679 100680 100681 100682 100683 100684 100685 100686 100687 100688 100689 100690 100691 100692 100693 100694 100695 100696 100697 100698 100699 100700 100701 100702 100703 100704 100705 100706 100707 100708 100709 100710 100711 100712 100713 100714 100715 100716 100717 100718 100719 100720 100721 100722 100723 100724 100725 100726 100727 100728 100729 100730 100731 100732 100733 100734 100735 100736 100737 100738 100739 100740 100741 100742 100743 100744 100745 100746 100747 100748 100749 100750 100751 100752 100753 100754 100755 100756 100757 100758 100759 100760 100761 100762 100763 100764 100765 100766 100767 100768 100769 100770 100771 100772 100773 100774 100775 100776 100777 100778 100779 100780 100781 100782 100783 100784 100785 100786 100787 100788 100789 100790 100791 100792 100793 100794 100795 100796 100797 100798 100799 100800 100801 100802 100803 100804 100805 100806 100807 100808 100809 100810 100811 100812 100813 100814 100815 100816 100817 100818 100819 100820 100821 100822 100823 100824 100825 100826 100827 100828 100829 100830 100831 100832 100833 100834 100835 100836 100837 100838 100839 100840 100841 100842 100843 100844 100845 100846 100847 100848 100849 100850 100851 100852 100853 100854 100855 100856 100857 100858 100859 100860 100861 100862 100863 100864 100865 100866 100867 100868 100869 100870 100871 100872 100873 100874 100875 100876 100877 100878 100879 100880 100881 100882 100883 100884 100885 100886 100887 100888 100889 100890 100891 100892 100893 100894 100895 100896 100897 100898 100899 100900 100901 100902 100903 100904 100905 100906 100907 100908 100909 100910 100911 100912 100913 100914 100915 100916 100917 100918 100919 100920 100921 100922 100923 100924 100925 100926 100927 100928 100929 100930 100931 100932 100933 100934 100935 100936 100937 100938 100939 100940 100941 100942 100943 100944 100945 100946 100947 100948 100949 100950 100951 100952 100953 100954 100955 100956 100957 100958 100959 100960 100961 100962 100963 100964 100965 100966 100967 100968 100969 100970 100971 100972 100973 100974 100975 100976 100977 100978 100979 100980 100981 100982 100983 100984 100985 100986 100987 100988 100989 100990 100991 100992 100993 100994 100995 100996 100997 100998 100999 101000 101001 101002 101003 101004 101005 101006 101007 101008 101009 101010 101011 101012 101013 101014 101015 101016 101017 101018 101019 101020 101021 101022 101023 101024 101025 101026 101027 101028 101029 101030 101031 101032 101033 101034 101035 101036 101037 101038 101039 101040 101041 101042 101043 101044 101045 101046 101047 101048 101049 101050 101051 101052 101053 101054 101055 101056 101057 101058 101059 101060 101061 101062 101063 101064 101065 101066 101067 101068 101069 101070 101071 101072 101073 101074 101075 101076 101077 101078 101079 101080 101081 101082 101083 101084 101085 101086 101087 101088 101089 101090 101091 101092 101093 101094 101095 101096 101097 101098 101099 101100 101101 101102 101103 101104 101105 101106 101107 101108 101109 101110 101111 101112 101113 101114 101115 101116 101117 101118 101119 101120 101121 101122 101123 101124 101125 101126 101127 101128 101129 101130 101131 101132 101133 101134 101135 101136 101137 101138 101139 101140 101141 101142 101143 101144 101145 101146 101147 101148 101149 101150 101151 101152 101153 101154 101155 101156 101157 101158 101159 101160 101161 101162 101163 101164 101165 101166 101167 101168 101169 101170 101171 101172 101173 101174 101175 101176 101177 101178 101179 101180 101181 101182 101183 101184 101185 101186 101187 101188 101189 101190 101191 101192 101193 101194 101195 101196 101197 101198 101199 101200 101201 101202 101203 101204 101205 101206 101207 101208 101209 101210 101211 101212 101213 101214 101215 101216 101217 101218 101219 101220 101221 101222 101223 101224 101225 101226 101227 101228 101229 101230 101231 101232 101233 101234 101235 101236 101237 101238 101239 101240 101241 101242 101243 101244 101245 101246 101247 101248 101249 101250 101251 101252 101253 101254 101255 101256 101257 101258 101259 101260 101261 101262 101263 101264 101265 101266 101267 101268 101269 101270 101271 101272 101273 101274 101275 101276 101277 101278 101279 101280 101281 101282 101283 101284 101285 101286 101287 101288 101289 101290 101291 101292 101293 101294 101295 101296 101297 101298 101299 101300 101301 101302 101303 101304 101305 101306 101307 101308 101309 101310 101311 101312 101313 101314 101315 101316 101317 101318 101319 101320 101321 101322 101323 101324 101325 101326 101327 101328 101329 101330 101331 101332 101333 101334 101335 101336 101337 101338 101339 101340 101341 101342 101343 101344 101345 101346 101347 101348 101349 101350 101351 101352 101353 101354 101355 101356 101357 101358 101359 101360 101361 101362 101363 101364 101365 101366 101367 101368 101369 101370 101371 101372 101373 101374 101375 101376 101377 101378 101379 101380 101381 101382 101383 101384 101385 101386 101387 101388 101389 101390 101391 101392 101393 101394 101395 101396 101397 101398 101399 101400 101401 101402 101403 101404 101405 101406 101407 101408 101409 101410 101411 101412 101413 101414 101415 101416 101417 101418 101419 101420 101421 101422 101423 101424 101425 101426 101427 101428 101429 101430 101431 101432 101433 101434 101435 101436 101437 101438 101439 101440 101441 101442 101443 101444 101445 101446 101447 101448 101449 101450 101451 101452 101453 101454 101455 101456 101457 101458 101459 101460 101461 101462 101463 101464 101465 101466 101467 101468 101469 101470 101471 101472 101473 101474 101475 101476 101477 101478 101479 101480 101481 101482 101483 101484 101485 101486 101487 101488 101489 101490 101491 101492 101493 101494 101495 101496 101497 101498 101499 101500 101501 101502 101503 101504 101505 101506 101507 101508 101509 101510 101511 101512 101513 101514 101515 101516 101517 101518 101519 101520 101521 101522 101523 101524 101525 101526 101527 101528 101529 101530 101531 101532 101533 101534 101535 101536 101537 101538 101539 101540 101541 101542 101543 101544 101545 101546 101547 101548 101549 101550 101551 101552 101553 101554 101555 101556 101557 101558 101559 101560 101561 101562 101563 101564 101565 101566 101567 101568 101569 101570 101571 101572 101573 101574 101575 101576 101577 101578 101579 101580 101581 101582 101583 101584 101585 101586 101587 101588 101589 101590 101591 101592 101593 101594 101595 101596 101597 101598 101599 101600 101601 101602 101603 101604 101605 101606 101607 101608 101609 101610 101611 101612 101613 101614 101615 101616 101617 101618 101619 101620 101621 101622 101623 101624 101625 101626 101627 101628 101629 101630 101631 101632 101633 101634 101635 101636 101637 101638 101639 101640 101641 101642 101643 101644 101645 101646 101647 101648 101649 101650 101651 101652 101653 101654 101655 101656 101657 101658 101659 101660 101661 101662 101663 101664 101665 101666 101667 101668 101669 101670 101671 101672 101673 101674 101675 101676 101677 101678 101679 101680 101681 101682 101683 101684 101685 101686 101687 101688 101689 101690 101691 101692 101693 101694 101695 101696 101697 101698 101699 101700 101701 101702 101703 101704 101705 101706 101707 101708 101709 101710 101711 101712 101713 101714 101715 101716 101717 101718 101719 101720 101721 101722 101723 101724 101725 101726 101727 101728 101729 101730 101731 101732 101733 101734 101735 101736 101737 101738 101739 101740 101741 101742 101743 101744 101745 101746 101747 101748 101749 101750 101751 101752 101753 101754 101755 101756 101757 101758 101759 101760 101761 101762 101763 101764 101765 101766 101767 101768 101769 101770 101771 101772 101773 101774 101775 101776 101777 101778 101779 101780 101781 101782 101783 101784 101785 101786 101787 101788 101789 101790 101791 101792 101793 101794 101795 101796 101797 101798 101799 101800 101801 101802 101803 101804 101805 101806 101807 101808 101809 101810 101811 101812 101813 101814 101815 101816 101817 101818 101819 101820 101821 101822 101823 101824 101825 101826 101827 101828 101829 101830 101831 101832 101833 101834 101835 101836 101837 101838 101839 101840 101841 101842 101843 101844 101845 101846 101847 101848 101849 101850 101851 101852 101853 101854 101855 101856 101857 101858 101859 101860 101861 101862 101863 101864 101865 101866 101867 101868 101869 101870 101871 101872 101873 101874 101875 101876 101877 101878 101879 101880 101881 101882 101883 101884 101885 101886 101887 101888 101889 101890 101891 101892 101893 101894 101895 101896 101897 101898 101899 101900 101901 101902 101903 101904 101905 101906 101907 101908 101909 101910 101911 101912 101913 101914 101915 101916 101917 101918 101919 101920 101921 101922 101923 101924 101925 101926 101927 101928 101929 101930 101931 101932 101933 101934 101935 101936 101937 101938 101939 101940 101941 101942 101943 101944 101945 101946 101947 101948 101949 101950 101951 101952 101953 101954 101955 101956 101957 101958 101959 101960 101961 101962 101963 101964 101965 101966 101967 101968 101969 101970 101971 101972 101973 101974 101975 101976 101977 101978 101979 101980 101981 101982 101983 101984 101985 101986 101987 101988 101989 101990 101991 101992 101993 101994 101995 101996 101997 101998 101999 102000 102001 102002 102003 102004 102005 102006 102007 102008 102009 102010 102011 102012 102013 102014 102015 102016 102017 102018 102019 102020 102021 102022 102023 102024 102025 102026 102027 102028 102029 102030 102031 102032 102033 102034 102035 102036 102037 102038 102039 102040 102041 102042 102043 102044 102045 102046 102047 102048 102049 102050 102051 102052 102053 102054 102055 102056 102057 102058 102059 102060 102061 102062 102063 102064 102065 102066 102067 102068 102069 102070 102071 102072 102073 102074 102075 102076 102077 102078 102079 102080 102081 102082 102083 102084 102085 102086 102087 102088 102089 102090 102091 102092 102093 102094 102095 102096 102097 102098 102099 102100 102101 102102 102103 102104 102105 102106 102107 102108 102109 102110 102111 102112 102113 102114 102115 102116 102117 102118 102119 102120 102121 102122 102123 102124 102125 102126 102127 102128 102129 102130 102131 102132 102133 102134 102135 102136 102137 102138 102139 102140 102141 102142 102143 102144 102145 102146 102147 102148 102149 102150 102151 102152 102153 102154 102155 102156 102157 102158 102159 102160 102161 102162 102163 102164 102165 102166 102167 102168 102169 102170 102171 102172 102173 102174 102175 102176 102177 102178 102179 102180 102181 102182 102183 102184 102185 102186 102187 102188 102189 102190 102191 102192 102193 102194 102195 102196 102197 102198 102199 102200 102201 102202 102203 102204 102205 102206 102207 102208 102209 102210 102211 102212 102213 102214 102215 102216 102217 102218 102219 102220 102221 102222 102223 102224 102225 102226 102227 102228 102229 102230 102231 102232 102233 102234 102235 102236 102237 102238 102239 102240 102241 102242 102243 102244 102245 102246 102247 102248 102249 102250 102251 102252 102253 102254 102255 102256 102257 102258 102259 102260 102261 102262 102263 102264 102265 102266 102267 102268 102269 102270 102271 102272 102273 102274 102275 102276 102277 102278 102279 102280 102281 102282 102283 102284 102285 102286 102287 102288 102289 102290 102291 102292 102293 102294 102295 102296 102297 102298 102299 102300 102301 102302 102303 102304 102305 102306 102307 102308 102309 102310 102311 102312 102313 102314 102315 102316 102317 102318 102319 102320 102321 102322 102323 102324 102325 102326 102327 102328 102329 102330 102331 102332 102333 102334 102335 102336 102337 102338 102339 102340 102341 102342 102343 102344 102345 102346 102347 102348 102349 102350 102351 102352 102353 102354 102355 102356 102357 102358 102359 102360 102361 102362 102363 102364 102365 102366 102367 102368 102369 102370 102371 102372 102373 102374 102375 102376 102377 102378 102379 102380 102381 102382 102383 102384 102385 102386 102387 102388 102389 102390 102391 102392 102393 102394 102395 102396 102397 102398 102399 102400 102401 102402 102403 102404 102405 102406 102407 102408 102409 102410 102411 102412 102413 102414 102415 102416 102417 102418 102419 102420 102421 102422 102423 102424 102425 102426 102427 102428 102429 102430 102431 102432 102433 102434 102435 102436 102437 102438 102439 102440 102441 102442 102443 102444 102445 102446 102447 102448 102449 102450 102451 102452 102453 102454 102455 102456 102457 102458 102459 102460 102461 102462 102463 102464 102465 102466 102467 102468 102469 102470 102471 102472 102473 102474 102475 102476 102477 102478 102479 102480 102481 102482 102483 102484 102485 102486 102487 102488 102489 102490 102491 102492 102493 102494 102495 102496 102497 102498 102499 102500 102501 102502 102503 102504 102505 102506 102507 102508 102509 102510 102511 102512 102513 102514 102515 102516 102517 102518 102519 102520 102521 102522 102523 102524 102525 102526 102527 102528 102529 102530 102531 102532 102533 102534 102535 102536 102537 102538 102539 102540 102541 102542 102543 102544 102545 102546 102547 102548 102549 102550 102551 102552 102553 102554 102555 102556 102557 102558 102559 102560 102561 102562 102563 102564 102565 102566 102567 102568 102569 102570 102571 102572 102573 102574 102575 102576 102577 102578 102579 102580 102581 102582 102583 102584 102585 102586 102587 102588 102589 102590 102591 102592 102593 102594 102595 102596 102597 102598 102599 102600 102601 102602 102603 102604 102605 102606 102607 102608 102609 102610 102611 102612 102613 102614 102615 102616 102617 102618 102619 102620 102621 102622 102623 102624 102625 102626 102627 102628 102629 102630 102631 102632 102633 102634 102635 102636 102637 102638 102639 102640 102641 102642 102643 102644 102645 102646 102647 102648 102649 102650 102651 102652 102653 102654 102655 102656 102657 102658 102659 102660 102661 102662 102663 102664 102665 102666 102667 102668 102669 102670 102671 102672 102673 102674 102675 102676 102677 102678 102679 102680 102681 102682 102683 102684 102685 102686 102687 102688 102689 102690 102691 102692 102693 102694 102695 102696 102697 102698 102699 102700 102701 102702 102703 102704 102705 102706 102707 102708 102709 102710 102711 102712 102713 102714 102715 102716 102717 102718 102719 102720 102721 102722 102723 102724 102725 102726 102727 102728 102729 102730 102731 102732 102733 102734 102735 102736 102737 102738 102739 102740 102741 102742 102743 102744 102745 102746 102747 102748 102749 102750 102751 102752 102753 102754 102755 102756 102757 102758 102759 102760 102761 102762 102763 102764 102765 102766 102767 102768 102769 102770 102771 102772 102773 102774 102775 102776 102777 102778 102779 102780 102781 102782 102783 102784 102785 102786 102787 102788 102789 102790 102791 102792 102793 102794 102795 102796 102797 102798 102799 102800 102801 102802 102803 102804 102805 102806 102807 102808 102809 102810 102811 102812 102813 102814 102815 102816 102817 102818 102819 102820 102821 102822 102823 102824 102825 102826 102827 102828 102829 102830 102831 102832 102833 102834 102835 102836 102837 102838 102839 102840 102841 102842 102843 102844 102845 102846 102847 102848 102849 102850 102851 102852 102853 102854 102855 102856 102857 102858 102859 102860 102861 102862 102863 102864 102865 102866 102867 102868 102869 102870 102871 102872 102873 102874 102875 102876 102877 102878 102879 102880 102881 102882 102883 102884 102885 102886 102887 102888 102889 102890 102891 102892 102893 102894 102895 102896 102897 102898 102899 102900 102901 102902 102903 102904 102905 102906 102907 102908 102909 102910 102911 102912 102913 102914 102915 102916 102917 102918 102919 102920 102921 102922 102923 102924 102925 102926 102927 102928 102929 102930 102931 102932 102933 102934 102935 102936 102937 102938 102939 102940 102941 102942 102943 102944 102945 102946 102947 102948 102949 102950 102951 102952 102953 102954 102955 102956 102957 102958 102959 102960 102961 102962 102963 102964 102965 102966 102967 102968 102969 102970 102971 102972 102973 102974 102975 102976 102977 102978 102979 102980 102981 102982 102983 102984 102985 102986 102987 102988 102989 102990 102991 102992 102993 102994 102995 102996 102997 102998 102999 103000 103001 103002 103003 103004 103005 103006 103007 103008 103009 103010 103011 103012 103013 103014 103015 103016 103017 103018 103019 103020 103021 103022 103023 103024 103025 103026 103027 103028 103029 103030 103031 103032 103033 103034 103035 103036 103037 103038 103039 103040 103041 103042 103043 103044 103045 103046 103047 103048 103049 103050 103051 103052 103053 103054 103055 103056 103057 103058 103059 103060 103061 103062 103063 103064 103065 103066 103067 103068 103069 103070 103071 103072 103073 103074 103075 103076 103077 103078 103079 103080 103081 103082 103083 103084 103085 103086 103087 103088 103089 103090 103091 103092 103093 103094 103095 103096 103097 103098 103099 103100 103101 103102 103103 103104 103105 103106 103107 103108 103109 103110 103111 103112 103113 103114 103115 103116 103117 103118 103119 103120 103121 103122 103123 103124 103125 103126 103127 103128 103129 103130 103131 103132 103133 103134 103135 103136 103137 103138 103139 103140 103141 103142 103143 103144 103145 103146 103147 103148 103149 103150 103151 103152 103153 103154 103155 103156 103157 103158 103159 103160 103161 103162 103163 103164 103165 103166 103167 103168 103169 103170 103171 103172 103173 103174 103175 103176 103177 103178 103179 103180 103181 103182 103183 103184 103185 103186 103187 103188 103189 103190 103191 103192 103193 103194 103195 103196 103197 103198 103199 103200 103201 103202 103203 103204 103205 103206 103207 103208 103209 103210 103211 103212 103213 103214 103215 103216 103217 103218 103219 103220 103221 103222 103223 103224 103225 103226 103227 103228 103229 103230 103231 103232 103233 103234 103235 103236 103237 103238 103239 103240 103241 103242 103243 103244 103245 103246 103247 103248 103249 103250 103251 103252 103253 103254 103255 103256 103257 103258 103259 103260 103261 103262 103263 103264 103265 103266 103267 103268 103269 103270 103271 103272 103273 103274 103275 103276 103277 103278 103279 103280 103281 103282 103283 103284 103285 103286 103287 103288 103289 103290 103291 103292 103293 103294 103295 103296 103297 103298 103299 103300 103301 103302 103303 103304 103305 103306 103307 103308 103309 103310 103311 103312 103313 103314 103315 103316 103317 103318 103319 103320 103321 103322 103323 103324 103325 103326 103327 103328 103329 103330 103331 103332 103333 103334 103335 103336 103337 103338 103339 103340 103341 103342 103343 103344 103345 103346 103347 103348 103349 103350 103351 103352 103353 103354 103355 103356 103357 103358 103359 103360 103361 103362 103363 103364 103365 103366 103367 103368 103369 103370 103371 103372 103373 103374 103375 103376 103377 103378 103379 103380 103381 103382 103383 103384 103385 103386 103387 103388 103389 103390 103391 103392 103393 103394 103395 103396 103397 103398 103399 103400 103401 103402 103403 103404 103405 103406 103407 103408 103409 103410 103411 103412 103413 103414 103415 103416 103417 103418 103419 103420 103421 103422 103423 103424 103425 103426 103427 103428 103429 103430 103431 103432 103433 103434 103435 103436 103437 103438 103439 103440 103441 103442 103443 103444 103445 103446 103447 103448 103449 103450 103451 103452 103453 103454 103455 103456 103457 103458 103459 103460 103461 103462 103463 103464 103465 103466 103467 103468 103469 103470 103471 103472 103473 103474 103475 103476 103477 103478 103479 103480 103481 103482 103483 103484 103485 103486 103487 103488 103489 103490 103491 103492 103493 103494 103495 103496 103497 103498 103499 103500 103501 103502 103503 103504 103505 103506 103507 103508 103509 103510 103511 103512 103513 103514 103515 103516 103517 103518 103519 103520 103521 103522 103523 103524 103525 103526 103527 103528 103529 103530 103531 103532 103533 103534 103535 103536 103537 103538 103539 103540 103541 103542 103543 103544 103545 103546 103547 103548 103549 103550 103551 103552 103553 103554 103555 103556 103557 103558 103559 103560 103561 103562 103563 103564 103565 103566 103567 103568 103569 103570 103571 103572 103573 103574 103575 103576 103577 103578 103579 103580 103581 103582 103583 103584 103585 103586 103587 103588 103589 103590 103591 103592 103593 103594 103595 103596 103597 103598 103599 103600 103601 103602 103603 103604 103605 103606 103607 103608 103609 103610 103611 103612 103613 103614 103615 103616 103617 103618 103619 103620 103621 103622 103623 103624 103625 103626 103627 103628 103629 103630 103631 103632 103633 103634 103635 103636 103637 103638 103639 103640 103641 103642 103643 103644 103645 103646 103647 103648 103649 103650 103651 103652 103653 103654 103655 103656 103657 103658 103659 103660 103661 103662 103663 103664 103665 103666 103667 103668 103669 103670 103671 103672 103673 103674 103675 103676 103677 103678 103679 103680 103681 103682 103683 103684 103685 103686 103687 103688 103689 103690 103691 103692 103693 103694 103695 103696 103697 103698 103699 103700 103701 103702 103703 103704 103705 103706 103707 103708 103709 103710 103711 103712 103713 103714 103715 103716 103717 103718 103719 103720 103721 103722 103723 103724 103725 103726 103727 103728 103729 103730 103731 103732 103733 103734 103735 103736 103737 103738 103739 103740 103741 103742 103743 103744 103745 103746 103747 103748 103749 103750 103751 103752 103753 103754 103755 103756 103757 103758 103759 103760 103761 103762 103763 103764 103765 103766 103767 103768 103769 103770 103771 103772 103773 103774 103775 103776 103777 103778 103779 103780 103781 103782 103783 103784 103785 103786 103787 103788 103789 103790 103791 103792 103793 103794 103795 103796 103797 103798 103799 103800 103801 103802 103803 103804 103805 103806 103807 103808 103809 103810 103811 103812 103813 103814 103815 103816 103817 103818 103819 103820 103821 103822 103823 103824 103825 103826 103827 103828 103829 103830 103831 103832 103833 103834 103835 103836 103837 103838 103839 103840 103841 103842 103843 103844 103845 103846 103847 103848 103849 103850 103851 103852 103853 103854 103855 103856 103857 103858 103859 103860 103861 103862 103863 103864 103865 103866 103867 103868 103869 103870 103871 103872 103873 103874 103875 103876 103877 103878 103879 103880 103881 103882 103883 103884 103885 103886 103887 103888 103889 103890 103891 103892 103893 103894 103895 103896 103897 103898 103899 103900 103901 103902 103903 103904 103905 103906 103907 103908 103909 103910 103911 103912 103913 103914 103915 103916 103917 103918 103919 103920 103921 103922 103923 103924 103925 103926 103927 103928 103929 103930 103931 103932 103933 103934 103935 103936 103937 103938 103939 103940 103941 103942 103943 103944 103945 103946 103947 103948 103949 103950 103951 103952 103953 103954 103955 103956 103957 103958 103959 103960 103961 103962 103963 103964 103965 103966 103967 103968 103969 103970 103971 103972 103973 103974 103975 103976 103977 103978 103979 103980 103981 103982 103983 103984 103985 103986 103987 103988 103989 103990 103991 103992 103993 103994 103995 103996 103997 103998 103999 104000 104001 104002 104003 104004 104005 104006 104007 104008 104009 104010 104011 104012 104013 104014 104015 104016 104017 104018 104019 104020 104021 104022 104023 104024 104025 104026 104027 104028 104029 104030 104031 104032 104033 104034 104035 104036 104037 104038 104039 104040 104041 104042 104043 104044 104045 104046 104047 104048 104049 104050 104051 104052 104053 104054 104055 104056 104057 104058 104059 104060 104061 104062 104063 104064 104065 104066 104067 104068 104069 104070 104071 104072 104073 104074 104075 104076 104077 104078 104079 104080 104081 104082 104083 104084 104085 104086 104087 104088 104089 104090 104091 104092 104093 104094 104095 104096 104097 104098 104099 104100 104101 104102 104103 104104 104105 104106 104107 104108 104109 104110 104111 104112 104113 104114 104115 104116 104117 104118 104119 104120 104121 104122 104123 104124 104125 104126 104127 104128 104129 104130 104131 104132 104133 104134 104135 104136 104137 104138 104139 104140 104141 104142 104143 104144 104145 104146 104147 104148 104149 104150 104151 104152 104153 104154 104155 104156 104157 104158 104159 104160 104161 104162 104163 104164 104165 104166 104167 104168 104169 104170 104171 104172 104173 104174 104175 104176 104177 104178 104179 104180 104181 104182 104183 104184 104185 104186 104187 104188 104189 104190 104191 104192 104193 104194 104195 104196 104197 104198 104199 104200 104201 104202 104203 104204 104205 104206 104207 104208 104209 104210 104211 104212 104213 104214 104215 104216 104217 104218 104219 104220 104221 104222 104223 104224 104225 104226 104227 104228 104229 104230 104231 104232 104233 104234 104235 104236 104237 104238 104239 104240 104241 104242 104243 104244 104245 104246 104247 104248 104249 104250 104251 104252 104253 104254 104255 104256 104257 104258 104259 104260 104261 104262 104263 104264 104265 104266 104267 104268 104269 104270 104271 104272 104273 104274 104275 104276 104277 104278 104279 104280 104281 104282 104283 104284 104285 104286 104287 104288 104289 104290 104291 104292 104293 104294 104295 104296 104297 104298 104299 104300 104301 104302 104303 104304 104305 104306 104307 104308 104309 104310 104311 104312 104313 104314 104315 104316 104317 104318 104319 104320 104321 104322 104323 104324 104325 104326 104327 104328 104329 104330 104331 104332 104333 104334 104335 104336 104337 104338 104339 104340 104341 104342 104343 104344 104345 104346 104347 104348 104349 104350 104351 104352 104353 104354 104355 104356 104357 104358 104359 104360 104361 104362 104363 104364 104365 104366 104367 104368 104369 104370 104371 104372 104373 104374 104375 104376 104377 104378 104379 104380 104381 104382 104383 104384 104385 104386 104387 104388 104389 104390 104391 104392 104393 104394 104395 104396 104397 104398 104399 104400 104401 104402 104403 104404 104405 104406 104407 104408 104409 104410 104411 104412 104413 104414 104415 104416 104417 104418 104419 104420 104421 104422 104423 104424 104425 104426 104427 104428 104429 104430 104431 104432 104433 104434 104435 104436 104437 104438 104439 104440 104441 104442 104443 104444 104445 104446 104447 104448 104449 104450 104451 104452 104453 104454 104455 104456 104457 104458 104459 104460 104461 104462 104463 104464 104465 104466 104467 104468 104469 104470 104471 104472 104473 104474 104475 104476 104477 104478 104479 104480 104481 104482 104483 104484 104485 104486 104487 104488 104489 104490 104491 104492 104493 104494 104495 104496 104497 104498 104499 104500 104501 104502 104503 104504 104505 104506 104507 104508 104509 104510 104511 104512 104513 104514 104515 104516 104517 104518 104519 104520 104521 104522 104523 104524 104525 104526 104527 104528 104529 104530 104531 104532 104533 104534 104535 104536 104537 104538 104539 104540 104541 104542 104543 104544 104545 104546 104547 104548 104549 104550 104551 104552 104553 104554 104555 104556 104557 104558 104559 104560 104561 104562 104563 104564 104565 104566 104567 104568 104569 104570 104571 104572 104573 104574 104575 104576 104577 104578 104579 104580 104581 104582 104583 104584 104585 104586 104587 104588 104589 104590 104591 104592 104593 104594 104595 104596 104597 104598 104599 104600 104601 104602 104603 104604 104605 104606 104607 104608 104609 104610 104611 104612 104613 104614 104615 104616 104617 104618 104619 104620 104621 104622 104623 104624 104625 104626 104627 104628 104629 104630 104631 104632 104633 104634 104635 104636 104637 104638 104639 104640 104641 104642 104643 104644 104645 104646 104647 104648 104649 104650 104651 104652 104653 104654 104655 104656 104657 104658 104659 104660 104661 104662 104663 104664 104665 104666 104667 104668 104669 104670 104671 104672 104673 104674 104675 104676 104677 104678 104679 104680 104681 104682 104683 104684 104685 104686 104687 104688 104689 104690 104691 104692 104693 104694 104695 104696 104697 104698 104699 104700 104701 104702 104703 104704 104705 104706 104707 104708 104709 104710 104711 104712 104713 104714 104715 104716 104717 104718 104719 104720 104721 104722 104723 104724 104725 104726 104727 104728 104729 104730 104731 104732 104733 104734 104735 104736 104737 104738 104739 104740 104741 104742 104743 104744 104745 104746 104747 104748 104749 104750 104751 104752 104753 104754 104755 104756 104757 104758 104759 104760 104761 104762 104763 104764 104765 104766 104767 104768 104769 104770 104771 104772 104773 104774 104775 104776 104777 104778 104779 104780 104781 104782 104783 104784 104785 104786 104787 104788 104789 104790 104791 104792 104793 104794 104795 104796 104797 104798 104799 104800 104801 104802 104803 104804 104805 104806 104807 104808 104809 104810 104811 104812 104813 104814 104815 104816 104817 104818 104819 104820 104821 104822 104823 104824 104825 104826 104827 104828 104829 104830 104831 104832 104833 104834 104835 104836 104837 104838 104839 104840 104841 104842 104843 104844 104845 104846 104847 104848 104849 104850 104851 104852 104853 104854 104855 104856 104857 104858 104859 104860 104861 104862 104863 104864 104865 104866 104867 104868 104869 104870 104871 104872 104873 104874 104875 104876 104877 104878 104879 104880 104881 104882 104883 104884 104885 104886 104887 104888 104889 104890 104891 104892 104893 104894 104895 104896 104897 104898 104899 104900 104901 104902 104903 104904 104905 104906 104907 104908 104909 104910 104911 104912 104913 104914 104915 104916 104917 104918 104919 104920 104921 104922 104923 104924 104925 104926 104927 104928 104929 104930 104931 104932 104933 104934 104935 104936 104937 104938 104939 104940 104941 104942 104943 104944 104945 104946 104947 104948 104949 104950 104951 104952 104953 104954 104955 104956 104957 104958 104959 104960 104961 104962 104963 104964 104965 104966 104967 104968 104969 104970 104971 104972 104973 104974 104975 104976 104977 104978 104979 104980 104981 104982 104983 104984 104985 104986 104987 104988 104989 104990 104991 104992 104993 104994 104995 104996 104997 104998 104999 105000 105001 105002 105003 105004 105005 105006 105007 105008 105009 105010 105011 105012 105013 105014 105015 105016 105017 105018 105019 105020 105021 105022 105023 105024 105025 105026 105027 105028 105029 105030 105031 105032 105033 105034 105035 105036 105037 105038 105039 105040 105041 105042 105043 105044 105045 105046 105047 105048 105049 105050 105051 105052 105053 105054 105055 105056 105057 105058 105059 105060 105061 105062 105063 105064 105065 105066 105067 105068 105069 105070 105071 105072 105073 105074 105075 105076 105077 105078 105079 105080 105081 105082 105083 105084 105085 105086 105087 105088 105089 105090 105091 105092 105093 105094 105095 105096 105097 105098 105099 105100 105101 105102 105103 105104 105105 105106 105107 105108 105109 105110 105111 105112 105113 105114 105115 105116 105117 105118 105119 105120 105121 105122 105123 105124 105125 105126 105127 105128 105129 105130 105131 105132 105133 105134 105135 105136 105137 105138 105139 105140 105141 105142 105143 105144 105145 105146 105147 105148 105149 105150 105151 105152 105153 105154 105155 105156 105157 105158 105159 105160 105161 105162 105163 105164 105165 105166 105167 105168 105169 105170 105171 105172 105173 105174 105175 105176 105177 105178 105179 105180 105181 105182 105183 105184 105185 105186 105187 105188 105189 105190 105191 105192 105193 105194 105195 105196 105197 105198 105199 105200 105201 105202 105203 105204 105205 105206 105207 105208 105209 105210 105211 105212 105213 105214 105215 105216 105217 105218 105219 105220 105221 105222 105223 105224 105225 105226 105227 105228 105229 105230 105231 105232 105233 105234 105235 105236 105237 105238 105239 105240 105241 105242 105243 105244 105245 105246 105247 105248 105249 105250 105251 105252 105253 105254 105255 105256 105257 105258 105259 105260 105261 105262 105263 105264 105265 105266 105267 105268 105269 105270 105271 105272 105273 105274 105275 105276 105277 105278 105279 105280 105281 105282 105283 105284 105285 105286 105287 105288 105289 105290 105291 105292 105293 105294 105295 105296 105297 105298 105299 105300 105301 105302 105303 105304 105305 105306 105307 105308 105309 105310 105311 105312 105313 105314 105315 105316 105317 105318 105319 105320 105321 105322 105323 105324 105325 105326 105327 105328 105329 105330 105331 105332 105333 105334 105335 105336 105337 105338 105339 105340 105341 105342 105343 105344 105345 105346 105347 105348 105349 105350 105351 105352 105353 105354 105355 105356 105357 105358 105359 105360 105361 105362 105363 105364 105365 105366 105367 105368 105369 105370 105371 105372 105373 105374 105375 105376 105377 105378 105379 105380 105381 105382 105383 105384 105385 105386 105387 105388 105389 105390 105391 105392 105393 105394 105395 105396 105397 105398 105399 105400 105401 105402 105403 105404 105405 105406 105407 105408 105409 105410 105411 105412 105413 105414 105415 105416 105417 105418 105419 105420 105421 105422 105423 105424 105425 105426 105427 105428 105429 105430 105431 105432 105433 105434 105435 105436 105437 105438 105439 105440 105441 105442 105443 105444 105445 105446 105447 105448 105449 105450 105451 105452 105453 105454 105455 105456 105457 105458 105459 105460 105461 105462 105463 105464 105465 105466 105467 105468 105469 105470 105471 105472 105473 105474 105475 105476 105477 105478 105479 105480 105481 105482 105483 105484 105485 105486 105487 105488 105489 105490 105491 105492 105493 105494 105495 105496 105497 105498 105499 105500 105501 105502 105503 105504 105505 105506 105507 105508 105509 105510 105511 105512 105513 105514 105515 105516 105517 105518 105519 105520 105521 105522 105523 105524 105525 105526 105527 105528 105529 105530 105531 105532 105533 105534 105535 105536 105537 105538 105539 105540 105541 105542 105543 105544 105545 105546 105547 105548 105549 105550 105551 105552 105553 105554 105555 105556 105557 105558 105559 105560 105561 105562 105563 105564 105565 105566 105567 105568 105569 105570 105571 105572 105573 105574 105575 105576 105577 105578 105579 105580 105581 105582 105583 105584 105585 105586 105587 105588 105589 105590 105591 105592 105593 105594 105595 105596 105597 105598 105599 105600 105601 105602 105603 105604 105605 105606 105607 105608 105609 105610 105611 105612 105613 105614 105615 105616 105617 105618 105619 105620 105621 105622 105623 105624 105625 105626 105627 105628 105629 105630 105631 105632 105633 105634 105635 105636 105637 105638 105639 105640 105641 105642 105643 105644 105645 105646 105647 105648 105649 105650 105651 105652 105653 105654 105655 105656 105657 105658 105659 105660 105661 105662 105663 105664 105665 105666 105667 105668 105669 105670 105671 105672 105673 105674 105675 105676 105677 105678 105679 105680 105681 105682 105683 105684 105685 105686 105687 105688 105689 105690 105691 105692 105693 105694 105695 105696 105697 105698 105699 105700 105701 105702 105703 105704 105705 105706 105707 105708 105709 105710 105711 105712 105713 105714 105715 105716 105717 105718 105719 105720 105721 105722 105723 105724 105725 105726 105727 105728 105729 105730 105731 105732 105733 105734 105735 105736 105737 105738 105739 105740 105741 105742 105743 105744 105745 105746 105747 105748 105749 105750 105751 105752 105753 105754 105755 105756 105757 105758 105759 105760 105761 105762 105763 105764 105765 105766 105767 105768 105769 105770 105771 105772 105773 105774 105775 105776 105777 105778 105779 105780 105781 105782 105783 105784 105785 105786 105787 105788 105789 105790 105791 105792 105793 105794 105795 105796 105797 105798 105799 105800 105801 105802 105803 105804 105805 105806 105807 105808 105809 105810 105811 105812 105813 105814 105815 105816 105817 105818 105819 105820 105821 105822 105823 105824 105825 105826 105827 105828 105829 105830 105831 105832 105833 105834 105835 105836 105837 105838 105839 105840 105841 105842 105843 105844 105845 105846 105847 105848 105849 105850 105851 105852 105853 105854 105855 105856 105857 105858 105859 105860 105861 105862 105863 105864 105865 105866 105867 105868 105869 105870 105871 105872 105873 105874 105875 105876 105877 105878 105879 105880 105881 105882 105883 105884 105885 105886 105887 105888 105889 105890 105891 105892 105893 105894 105895 105896 105897 105898 105899 105900 105901 105902 105903 105904 105905 105906 105907 105908 105909 105910 105911 105912 105913 105914 105915 105916 105917 105918 105919 105920 105921 105922 105923 105924 105925 105926 105927 105928 105929 105930 105931 105932 105933 105934 105935 105936 105937 105938 105939 105940 105941 105942 105943 105944 105945 105946 105947 105948 105949 105950 105951 105952 105953 105954 105955 105956 105957 105958 105959 105960 105961 105962 105963 105964 105965 105966 105967 105968 105969 105970 105971 105972 105973 105974 105975 105976 105977 105978 105979 105980 105981 105982 105983 105984 105985 105986 105987 105988 105989 105990 105991 105992 105993 105994 105995 105996 105997 105998 105999 106000 106001 106002 106003 106004 106005 106006 106007 106008 106009 106010 106011 106012 106013 106014 106015 106016 106017 106018 106019 106020 106021 106022 106023 106024 106025 106026 106027 106028 106029 106030 106031 106032 106033 106034 106035 106036 106037 106038 106039 106040 106041 106042 106043 106044 106045 106046 106047 106048 106049 106050 106051 106052 106053 106054 106055 106056 106057 106058 106059 106060 106061 106062 106063 106064 106065 106066 106067 106068 106069 106070 106071 106072 106073 106074 106075 106076 106077 106078 106079 106080 106081 106082 106083 106084 106085 106086 106087 106088 106089 106090 106091 106092 106093 106094 106095 106096 106097 106098 106099 106100 106101 106102 106103 106104 106105 106106 106107 106108 106109 106110 106111 106112 106113 106114 106115 106116 106117 106118 106119 106120 106121 106122 106123 106124 106125 106126 106127 106128 106129 106130 106131 106132 106133 106134 106135 106136 106137 106138 106139 106140 106141 106142 106143 106144 106145 106146 106147 106148 106149 106150 106151 106152 106153 106154 106155 106156 106157 106158 106159 106160 106161 106162 106163 106164 106165 106166 106167 106168 106169 106170 106171 106172 106173 106174 106175 106176 106177 106178 106179 106180 106181 106182 106183 106184 106185 106186 106187 106188 106189 106190 106191 106192 106193 106194 106195 106196 106197 106198 106199 106200 106201 106202 106203 106204 106205 106206 106207 106208 106209 106210 106211 106212 106213 106214 106215 106216 106217 106218 106219 106220 106221 106222 106223 106224 106225 106226 106227 106228 106229 106230 106231 106232 106233 106234 106235 106236 106237 106238 106239 106240 106241 106242 106243 106244 106245 106246 106247 106248 106249 106250 106251 106252 106253 106254 106255 106256 106257 106258 106259 106260 106261 106262 106263 106264 106265 106266 106267 106268 106269 106270 106271 106272 106273 106274 106275 106276 106277 106278 106279 106280 106281 106282 106283 106284 106285 106286 106287 106288 106289 106290 106291 106292 106293 106294 106295 106296 106297 106298 106299 106300 106301 106302 106303 106304 106305 106306 106307 106308 106309 106310 106311 106312 106313 106314 106315 106316 106317 106318 106319 106320 106321 106322 106323 106324 106325 106326 106327 106328 106329 106330 106331 106332 106333 106334 106335 106336 106337 106338 106339 106340 106341 106342 106343 106344 106345 106346 106347 106348 106349 106350 106351 106352 106353 106354 106355 106356 106357 106358 106359 106360 106361 106362 106363 106364 106365 106366 106367 106368 106369 106370 106371 106372 106373 106374 106375 106376 106377 106378 106379 106380 106381 106382 106383 106384 106385 106386 106387 106388 106389 106390 106391 106392 106393 106394 106395 106396 106397 106398 106399 106400 106401 106402 106403 106404 106405 106406 106407 106408 106409 106410 106411 106412 106413 106414 106415 106416 106417 106418 106419 106420 106421 106422 106423 106424 106425 106426 106427 106428 106429 106430 106431 106432 106433 106434 106435 106436 106437 106438 106439 106440 106441 106442 106443 106444 106445 106446 106447 106448 106449 106450 106451 106452 106453 106454 106455 106456 106457 106458 106459 106460 106461 106462 106463 106464 106465 106466 106467 106468 106469 106470 106471 106472 106473 106474 106475 106476 106477 106478 106479 106480 106481 106482 106483 106484 106485 106486 106487 106488 106489 106490 106491 106492 106493 106494 106495 106496 106497 106498 106499 106500 106501 106502 106503 106504 106505 106506 106507 106508 106509 106510 106511 106512 106513 106514 106515 106516 106517 106518 106519 106520 106521 106522 106523 106524 106525 106526 106527 106528 106529 106530 106531 106532 106533 106534 106535 106536 106537 106538 106539 106540 106541 106542 106543 106544 106545 106546 106547 106548 106549 106550 106551 106552 106553 106554 106555 106556 106557 106558 106559 106560 106561 106562 106563 106564 106565 106566 106567 106568 106569 106570 106571 106572 106573 106574 106575 106576 106577 106578 106579 106580 106581 106582 106583 106584 106585 106586 106587 106588 106589 106590 106591 106592 106593 106594 106595 106596 106597 106598 106599 106600 106601 106602 106603 106604 106605 106606 106607 106608 106609 106610 106611 106612 106613 106614 106615 106616 106617 106618 106619 106620 106621 106622 106623 106624 106625 106626 106627 106628 106629 106630 106631 106632 106633 106634 106635 106636 106637 106638 106639 106640 106641 106642 106643 106644 106645 106646 106647 106648 106649 106650 106651 106652 106653 106654 106655 106656 106657 106658 106659 106660 106661 106662 106663 106664 106665 106666 106667 106668 106669 106670 106671 106672 106673 106674 106675 106676 106677 106678 106679 106680 106681 106682 106683 106684 106685 106686 106687 106688 106689 106690 106691 106692 106693 106694 106695 106696 106697 106698 106699 106700 106701 106702 106703 106704 106705 106706 106707 106708 106709 106710 106711 106712 106713 106714 106715 106716 106717 106718 106719 106720 106721 106722 106723 106724 106725 106726 106727 106728 106729 106730 106731 106732 106733 106734 106735 106736 106737 106738 106739 106740 106741 106742 106743 106744 106745 106746 106747 106748 106749 106750 106751 106752 106753 106754 106755 106756 106757 106758 106759 106760 106761 106762 106763 106764 106765 106766 106767 106768 106769 106770 106771 106772 106773 106774 106775 106776 106777 106778 106779 106780 106781 106782 106783 106784 106785 106786 106787 106788 106789 106790 106791 106792 106793 106794 106795 106796 106797 106798 106799 106800 106801 106802 106803 106804 106805 106806 106807 106808 106809 106810 106811 106812 106813 106814 106815 106816 106817 106818 106819 106820 106821 106822 106823 106824 106825 106826 106827 106828 106829 106830 106831 106832 106833 106834 106835 106836 106837 106838 106839 106840 106841 106842 106843 106844 106845 106846 106847 106848 106849 106850 106851 106852 106853 106854 106855 106856 106857 106858 106859 106860 106861 106862 106863 106864 106865 106866 106867 106868 106869 106870 106871 106872 106873 106874 106875 106876 106877 106878 106879 106880 106881 106882 106883 106884 106885 106886 106887 106888 106889 106890 106891 106892 106893 106894 106895 106896 106897 106898 106899 106900 106901 106902 106903 106904 106905 106906 106907 106908 106909 106910 106911 106912 106913 106914 106915 106916 106917 106918 106919 106920 106921 106922 106923 106924 106925 106926 106927 106928 106929 106930 106931 106932 106933 106934 106935 106936 106937 106938 106939 106940 106941 106942 106943 106944 106945 106946 106947 106948 106949 106950 106951 106952 106953 106954 106955 106956 106957 106958 106959 106960 106961 106962 106963 106964 106965 106966 106967 106968 106969 106970 106971 106972 106973 106974 106975 106976 106977 106978 106979 106980 106981 106982 106983 106984 106985 106986 106987 106988 106989 106990 106991 106992 106993 106994 106995 106996 106997 106998 106999 107000 107001 107002 107003 107004 107005 107006 107007 107008 107009 107010 107011 107012 107013 107014 107015 107016 107017 107018 107019 107020 107021 107022 107023 107024 107025 107026 107027 107028 107029 107030 107031 107032 107033 107034 107035 107036 107037 107038 107039 107040 107041 107042 107043 107044 107045 107046 107047 107048 107049 107050 107051 107052 107053 107054 107055 107056 107057 107058 107059 107060 107061 107062 107063 107064 107065 107066 107067 107068 107069 107070 107071 107072 107073 107074 107075 107076 107077 107078 107079 107080 107081 107082 107083 107084 107085 107086 107087 107088 107089 107090 107091 107092 107093 107094 107095 107096 107097 107098 107099 107100 107101 107102 107103 107104 107105 107106 107107 107108 107109 107110 107111 107112 107113 107114 107115 107116 107117 107118 107119 107120 107121 107122 107123 107124 107125 107126 107127 107128 107129 107130 107131 107132 107133 107134 107135 107136 107137 107138 107139 107140 107141 107142 107143 107144 107145 107146 107147 107148 107149 107150 107151 107152 107153 107154 107155 107156 107157 107158 107159 107160 107161 107162 107163 107164 107165 107166 107167 107168 107169 107170 107171 107172 107173 107174 107175 107176 107177 107178 107179 107180 107181 107182 107183 107184 107185 107186 107187 107188 107189 107190 107191 107192 107193 107194 107195 107196 107197 107198 107199 107200 107201 107202 107203 107204 107205 107206 107207 107208 107209 107210 107211 107212 107213 107214 107215 107216 107217 107218 107219 107220 107221 107222 107223 107224 107225 107226 107227 107228 107229 107230 107231 107232 107233 107234 107235 107236 107237 107238 107239 107240 107241 107242 107243 107244 107245 107246 107247 107248 107249 107250 107251 107252 107253 107254 107255 107256 107257 107258 107259 107260 107261 107262 107263 107264 107265 107266 107267 107268 107269 107270 107271 107272 107273 107274 107275 107276 107277 107278 107279 107280 107281 107282 107283 107284 107285 107286 107287 107288 107289 107290 107291 107292 107293 107294 107295 107296 107297 107298 107299 107300 107301 107302 107303 107304 107305 107306 107307 107308 107309 107310 107311 107312 107313 107314 107315 107316 107317 107318 107319 107320 107321 107322 107323 107324 107325 107326 107327 107328 107329 107330 107331 107332 107333 107334 107335 107336 107337 107338 107339 107340 107341 107342 107343 107344 107345 107346 107347 107348 107349 107350 107351 107352 107353 107354 107355 107356 107357 107358 107359 107360 107361 107362 107363 107364 107365 107366 107367 107368 107369 107370 107371 107372 107373 107374 107375 107376 107377 107378 107379 107380 107381 107382 107383 107384 107385 107386 107387 107388 107389 107390 107391 107392 107393 107394 107395 107396 107397 107398 107399 107400 107401 107402 107403 107404 107405 107406 107407 107408 107409 107410 107411 107412 107413 107414 107415 107416 107417 107418 107419 107420 107421 107422 107423 107424 107425 107426 107427 107428 107429 107430 107431 107432 107433 107434 107435 107436 107437 107438 107439 107440 107441 107442 107443 107444 107445 107446 107447 107448 107449 107450 107451 107452 107453 107454 107455 107456 107457 107458 107459 107460 107461 107462 107463 107464 107465 107466 107467 107468 107469 107470 107471 107472 107473 107474 107475 107476 107477 107478 107479 107480 107481 107482 107483 107484 107485 107486 107487 107488 107489 107490 107491 107492 107493 107494 107495 107496 107497 107498 107499 107500 107501 107502 107503 107504 107505 107506 107507 107508 107509 107510 107511 107512 107513 107514 107515 107516 107517 107518 107519 107520 107521 107522 107523 107524 107525 107526 107527 107528 107529 107530 107531 107532 107533 107534 107535 107536 107537 107538 107539 107540 107541 107542 107543 107544 107545 107546 107547 107548 107549 107550 107551 107552 107553 107554 107555 107556 107557 107558 107559 107560 107561 107562 107563 107564 107565 107566 107567 107568 107569 107570 107571 107572 107573 107574 107575 107576 107577 107578 107579 107580 107581 107582 107583 107584 107585 107586 107587 107588 107589 107590 107591 107592 107593 107594 107595 107596 107597 107598 107599 107600 107601 107602 107603 107604 107605 107606 107607 107608 107609 107610 107611 107612 107613 107614 107615 107616 107617 107618 107619 107620 107621 107622 107623 107624 107625 107626 107627 107628 107629 107630 107631 107632 107633 107634 107635 107636 107637 107638 107639 107640 107641 107642 107643 107644 107645 107646 107647 107648 107649 107650 107651 107652 107653 107654 107655 107656 107657 107658 107659 107660 107661 107662 107663 107664 107665 107666 107667 107668 107669 107670 107671 107672 107673 107674 107675 107676 107677 107678 107679 107680 107681 107682 107683 107684 107685 107686 107687 107688 107689 107690 107691 107692 107693 107694 107695 107696 107697 107698 107699 107700 107701 107702 107703 107704 107705 107706 107707 107708 107709 107710 107711 107712 107713 107714 107715 107716 107717 107718 107719 107720 107721 107722 107723 107724 107725 107726 107727 107728 107729 107730 107731 107732 107733 107734 107735 107736 107737 107738 107739 107740 107741 107742 107743 107744 107745 107746 107747 107748 107749 107750 107751 107752 107753 107754 107755 107756 107757 107758 107759 107760 107761 107762 107763 107764 107765 107766 107767 107768 107769 107770 107771 107772 107773 107774 107775 107776 107777 107778 107779 107780 107781 107782 107783 107784 107785 107786 107787 107788 107789 107790 107791 107792 107793 107794 107795 107796 107797 107798 107799 107800 107801 107802 107803 107804 107805 107806 107807 107808 107809 107810 107811 107812 107813 107814 107815 107816 107817 107818 107819 107820 107821 107822 107823 107824 107825 107826 107827 107828 107829 107830 107831 107832 107833 107834 107835 107836 107837 107838 107839 107840 107841 107842 107843 107844 107845 107846 107847 107848 107849 107850 107851 107852 107853 107854 107855 107856 107857 107858 107859 107860 107861 107862 107863 107864 107865 107866 107867 107868 107869 107870 107871 107872 107873 107874 107875 107876 107877 107878 107879 107880 107881 107882 107883 107884 107885 107886 107887 107888 107889 107890 107891 107892 107893 107894 107895 107896 107897 107898 107899 107900 107901 107902 107903 107904 107905 107906 107907 107908 107909 107910 107911 107912 107913 107914 107915 107916 107917 107918 107919 107920 107921 107922 107923 107924 107925 107926 107927 107928 107929 107930 107931 107932 107933 107934 107935 107936 107937 107938 107939 107940 107941 107942 107943 107944 107945 107946 107947 107948 107949 107950 107951 107952 107953 107954 107955 107956 107957 107958 107959 107960 107961 107962 107963 107964 107965 107966 107967 107968 107969 107970 107971 107972 107973 107974 107975 107976 107977 107978 107979 107980 107981 107982 107983 107984 107985 107986 107987 107988 107989 107990 107991 107992 107993 107994 107995 107996 107997 107998 107999 108000 108001 108002 108003 108004 108005 108006 108007 108008 108009 108010 108011 108012 108013 108014 108015 108016 108017 108018 108019 108020 108021 108022 108023 108024 108025 108026 108027 108028 108029 108030 108031 108032 108033 108034 108035 108036 108037 108038 108039 108040 108041 108042 108043 108044 108045 108046 108047 108048 108049 108050 108051 108052 108053 108054 108055 108056 108057 108058 108059 108060 108061 108062 108063 108064 108065 108066 108067 108068 108069 108070 108071 108072 108073 108074 108075 108076 108077 108078 108079 108080 108081 108082 108083 108084 108085 108086 108087 108088 108089 108090 108091 108092 108093 108094 108095 108096 108097 108098 108099 108100 108101 108102 108103 108104 108105 108106 108107 108108 108109 108110 108111 108112 108113 108114 108115 108116 108117 108118 108119 108120 108121 108122 108123 108124 108125 108126 108127 108128 108129 108130 108131 108132 108133 108134 108135 108136 108137 108138 108139 108140 108141 108142 108143 108144 108145 108146 108147 108148 108149 108150 108151 108152 108153 108154 108155 108156 108157 108158 108159 108160 108161 108162 108163 108164 108165 108166 108167 108168 108169 108170 108171 108172 108173 108174 108175 108176 108177 108178 108179 108180 108181 108182 108183 108184 108185 108186 108187 108188 108189 108190 108191 108192 108193 108194 108195 108196 108197 108198 108199 108200 108201 108202 108203 108204 108205 108206 108207 108208 108209 108210 108211 108212 108213 108214 108215 108216 108217 108218 108219 108220 108221 108222 108223 108224 108225 108226 108227 108228 108229 108230 108231 108232 108233 108234 108235 108236 108237 108238 108239 108240 108241 108242 108243 108244 108245 108246 108247 108248 108249 108250 108251 108252 108253 108254 108255 108256 108257 108258 108259 108260 108261 108262 108263 108264 108265 108266 108267 108268 108269 108270 108271 108272 108273 108274 108275 108276 108277 108278 108279 108280 108281 108282 108283 108284 108285 108286 108287 108288 108289 108290 108291 108292 108293 108294 108295 108296 108297 108298 108299 108300 108301 108302 108303 108304 108305 108306 108307 108308 108309 108310 108311 108312 108313 108314 108315 108316 108317 108318 108319 108320 108321 108322 108323 108324 108325 108326 108327 108328 108329 108330 108331 108332 108333 108334 108335 108336 108337 108338 108339 108340 108341 108342 108343 108344 108345 108346 108347 108348 108349 108350 108351 108352 108353 108354 108355 108356 108357 108358 108359 108360 108361 108362 108363 108364 108365 108366 108367 108368 108369 108370 108371 108372 108373 108374 108375 108376 108377 108378 108379 108380 108381 108382 108383 108384 108385 108386 108387 108388 108389 108390 108391 108392 108393 108394 108395 108396 108397 108398 108399 108400 108401 108402 108403 108404 108405 108406 108407 108408 108409 108410 108411 108412 108413 108414 108415 108416 108417 108418 108419 108420 108421 108422 108423 108424 108425 108426 108427 108428 108429 108430 108431 108432 108433 108434 108435 108436 108437 108438 108439 108440 108441 108442 108443 108444 108445 108446 108447 108448 108449 108450 108451 108452 108453 108454 108455 108456 108457 108458 108459 108460 108461 108462 108463 108464 108465 108466 108467 108468 108469 108470 108471 108472 108473 108474 108475 108476 108477 108478 108479 108480 108481 108482 108483 108484 108485 108486 108487 108488 108489 108490 108491 108492 108493 108494 108495 108496 108497 108498 108499 108500 108501 108502 108503 108504 108505 108506 108507 108508 108509 108510 108511 108512 108513 108514 108515 108516 108517 108518 108519 108520 108521 108522 108523 108524 108525 108526 108527 108528 108529 108530 108531 108532 108533 108534 108535 108536 108537 108538 108539 108540 108541 108542 108543 108544 108545 108546 108547 108548 108549 108550 108551 108552 108553 108554 108555 108556 108557 108558 108559 108560 108561 108562 108563 108564 108565 108566 108567 108568 108569 108570 108571 108572 108573 108574 108575 108576 108577 108578 108579 108580 108581 108582 108583 108584 108585 108586 108587 108588 108589 108590 108591 108592 108593 108594 108595 108596 108597 108598 108599 108600 108601 108602 108603 108604 108605 108606 108607 108608 108609 108610 108611 108612 108613 108614 108615 108616 108617 108618 108619 108620 108621 108622 108623 108624 108625 108626 108627 108628 108629 108630 108631 108632 108633 108634 108635 108636 108637 108638 108639 108640 108641 108642 108643 108644 108645 108646 108647 108648 108649 108650 108651 108652 108653 108654 108655 108656 108657 108658 108659 108660 108661 108662 108663 108664 108665 108666 108667 108668 108669 108670 108671 108672 108673 108674 108675 108676 108677 108678 108679 108680 108681 108682 108683 108684 108685 108686 108687 108688 108689 108690 108691 108692 108693 108694 108695 108696 108697 108698 108699 108700 108701 108702 108703 108704 108705 108706 108707 108708 108709 108710 108711 108712 108713 108714 108715 108716 108717 108718 108719 108720 108721 108722 108723 108724 108725 108726 108727 108728 108729 108730 108731 108732 108733 108734 108735 108736 108737 108738 108739 108740 108741 108742 108743 108744 108745 108746 108747 108748 108749 108750 108751 108752 108753 108754 108755 108756 108757 108758 108759 108760 108761 108762 108763 108764 108765 108766 108767 108768 108769 108770 108771 108772 108773 108774 108775 108776 108777 108778 108779 108780 108781 108782 108783 108784 108785 108786 108787 108788 108789 108790 108791 108792 108793 108794 108795 108796 108797 108798 108799 108800 108801 108802 108803 108804 108805 108806 108807 108808 108809 108810 108811 108812 108813 108814 108815 108816 108817 108818 108819 108820 108821 108822 108823 108824 108825 108826 108827 108828 108829 108830 108831 108832 108833 108834 108835 108836 108837 108838 108839 108840 108841 108842 108843 108844 108845 108846 108847 108848 108849 108850 108851 108852 108853 108854 108855 108856 108857 108858 108859 108860 108861 108862 108863 108864 108865 108866 108867 108868 108869 108870 108871 108872 108873 108874 108875 108876 108877 108878 108879 108880 108881 108882 108883 108884 108885 108886 108887 108888 108889 108890 108891 108892 108893 108894 108895 108896 108897 108898 108899 108900 108901 108902 108903 108904 108905 108906 108907 108908 108909 108910 108911 108912 108913 108914 108915 108916 108917 108918 108919 108920 108921 108922 108923 108924 108925 108926 108927 108928 108929 108930 108931 108932 108933 108934 108935 108936 108937 108938 108939 108940 108941 108942 108943 108944 108945 108946 108947 108948 108949 108950 108951 108952 108953 108954 108955 108956 108957 108958 108959 108960 108961 108962 108963 108964 108965 108966 108967 108968 108969 108970 108971 108972 108973 108974 108975 108976 108977 108978 108979 108980 108981 108982 108983 108984 108985 108986 108987 108988 108989 108990 108991 108992 108993 108994 108995 108996 108997 108998 108999 109000 109001 109002 109003 109004 109005 109006 109007 109008 109009 109010 109011 109012 109013 109014 109015 109016 109017 109018 109019 109020 109021 109022 109023 109024 109025 109026 109027 109028 109029 109030 109031 109032 109033 109034 109035 109036 109037 109038 109039 109040 109041 109042 109043 109044 109045 109046 109047 109048 109049 109050 109051 109052 109053 109054 109055 109056 109057 109058 109059 109060 109061 109062 109063 109064 109065 109066 109067 109068 109069 109070 109071 109072 109073 109074 109075 109076 109077 109078 109079 109080 109081 109082 109083 109084 109085 109086 109087 109088 109089 109090 109091 109092 109093 109094 109095 109096 109097 109098 109099 109100 109101 109102 109103 109104 109105 109106 109107 109108 109109 109110 109111 109112 109113 109114 109115 109116 109117 109118 109119 109120 109121 109122 109123 109124 109125 109126 109127 109128 109129 109130 109131 109132 109133 109134 109135 109136 109137 109138 109139 109140 109141 109142 109143 109144 109145 109146 109147 109148 109149 109150 109151 109152 109153 109154 109155 109156 109157 109158 109159 109160 109161 109162 109163 109164 109165 109166 109167 109168 109169 109170 109171 109172 109173 109174 109175 109176 109177 109178 109179 109180 109181 109182 109183 109184 109185 109186 109187 109188 109189 109190 109191 109192 109193 109194 109195 109196 109197 109198 109199 109200 109201 109202 109203 109204 109205 109206 109207 109208 109209 109210 109211 109212 109213 109214 109215 109216 109217 109218 109219 109220 109221 109222 109223 109224 109225 109226 109227 109228 109229 109230 109231 109232 109233 109234 109235 109236 109237 109238 109239 109240 109241 109242 109243 109244 109245 109246 109247 109248 109249 109250 109251 109252 109253 109254 109255 109256 109257 109258 109259 109260 109261 109262 109263 109264 109265 109266 109267 109268 109269 109270 109271 109272 109273 109274 109275 109276 109277 109278 109279 109280 109281 109282 109283 109284 109285 109286 109287 109288 109289 109290 109291 109292 109293 109294 109295 109296 109297 109298 109299 109300 109301 109302 109303 109304 109305 109306 109307 109308 109309 109310 109311 109312 109313 109314 109315 109316 109317 109318 109319 109320 109321 109322 109323 109324 109325 109326 109327 109328 109329 109330 109331 109332 109333 109334 109335 109336 109337 109338 109339 109340 109341 109342 109343 109344 109345 109346 109347 109348 109349 109350 109351 109352 109353 109354 109355 109356 109357 109358 109359 109360 109361 109362 109363 109364 109365 109366 109367 109368 109369 109370 109371 109372 109373 109374 109375 109376 109377 109378 109379 109380 109381 109382 109383 109384 109385 109386 109387 109388 109389 109390 109391 109392 109393 109394 109395 109396 109397 109398 109399 109400 109401 109402 109403 109404 109405 109406 109407 109408 109409 109410 109411 109412 109413 109414 109415 109416 109417 109418 109419 109420 109421 109422 109423 109424 109425 109426 109427 109428 109429 109430 109431 109432 109433 109434 109435 109436 109437 109438 109439 109440 109441 109442 109443 109444 109445 109446 109447 109448 109449 109450 109451 109452 109453 109454 109455 109456 109457 109458 109459 109460 109461 109462 109463 109464 109465 109466 109467 109468 109469 109470 109471 109472 109473 109474 109475 109476 109477 109478 109479 109480 109481 109482 109483 109484 109485 109486 109487 109488 109489 109490 109491 109492 109493 109494 109495 109496 109497 109498 109499 109500 109501 109502 109503 109504 109505 109506 109507 109508 109509 109510 109511 109512 109513 109514 109515 109516 109517 109518 109519 109520 109521 109522 109523 109524 109525 109526 109527 109528 109529 109530 109531 109532 109533 109534 109535 109536 109537 109538 109539 109540 109541 109542 109543 109544 109545 109546 109547 109548 109549 109550 109551 109552 109553 109554 109555 109556 109557 109558 109559 109560 109561 109562 109563 109564 109565 109566 109567 109568 109569 109570 109571 109572 109573 109574 109575 109576 109577 109578 109579 109580 109581 109582 109583 109584 109585 109586 109587 109588 109589 109590 109591 109592 109593 109594 109595 109596 109597 109598 109599 109600 109601 109602 109603 109604 109605 109606 109607 109608 109609 109610 109611 109612 109613 109614 109615 109616 109617 109618 109619 109620 109621 109622 109623 109624 109625 109626 109627 109628 109629 109630 109631 109632 109633 109634 109635 109636 109637 109638 109639 109640 109641 109642 109643 109644 109645 109646 109647 109648 109649 109650 109651 109652 109653 109654 109655 109656 109657 109658 109659 109660 109661 109662 109663 109664 109665 109666 109667 109668 109669 109670 109671 109672 109673 109674 109675 109676 109677 109678 109679 109680 109681 109682 109683 109684 109685 109686 109687 109688 109689 109690 109691 109692 109693 109694 109695 109696 109697 109698 109699 109700 109701 109702 109703 109704 109705 109706 109707 109708 109709 109710 109711 109712 109713 109714 109715 109716 109717 109718 109719 109720 109721 109722 109723 109724 109725 109726 109727 109728 109729 109730 109731 109732 109733 109734 109735 109736 109737 109738 109739 109740 109741 109742 109743 109744 109745 109746 109747 109748 109749 109750 109751 109752 109753 109754 109755 109756 109757 109758 109759 109760 109761 109762 109763 109764 109765 109766 109767 109768 109769 109770 109771 109772 109773 109774 109775 109776 109777 109778 109779 109780 109781 109782 109783 109784 109785 109786 109787 109788 109789 109790 109791 109792 109793 109794 109795 109796 109797 109798 109799 109800 109801 109802 109803 109804 109805 109806 109807 109808 109809 109810 109811 109812 109813 109814 109815 109816 109817 109818 109819 109820 109821 109822 109823 109824 109825 109826 109827 109828 109829 109830 109831 109832 109833 109834 109835 109836 109837 109838 109839 109840 109841 109842 109843 109844 109845 109846 109847 109848 109849 109850 109851 109852 109853 109854 109855 109856 109857 109858 109859 109860 109861 109862 109863 109864 109865 109866 109867 109868 109869 109870 109871 109872 109873 109874 109875 109876 109877 109878 109879 109880 109881 109882 109883 109884 109885 109886 109887 109888 109889 109890 109891 109892 109893 109894 109895 109896 109897 109898 109899 109900 109901 109902 109903 109904 109905 109906 109907 109908 109909 109910 109911 109912 109913 109914 109915 109916 109917 109918 109919 109920 109921 109922 109923 109924 109925 109926 109927 109928 109929 109930 109931 109932 109933 109934 109935 109936 109937 109938 109939 109940 109941 109942 109943 109944 109945 109946 109947 109948 109949 109950 109951 109952 109953 109954 109955 109956 109957 109958 109959 109960 109961 109962 109963 109964 109965 109966 109967 109968 109969 109970 109971 109972 109973 109974 109975 109976 109977 109978 109979 109980 109981 109982 109983 109984 109985 109986 109987 109988 109989 109990 109991 109992 109993 109994 109995 109996 109997 109998 109999 110000 110001 110002 110003 110004 110005 110006 110007 110008 110009 110010 110011 110012 110013 110014 110015 110016 110017 110018 110019 110020 110021 110022 110023 110024 110025 110026 110027 110028 110029 110030 110031 110032 110033 110034 110035 110036 110037 110038 110039 110040 110041 110042 110043 110044 110045 110046 110047 110048 110049 110050 110051 110052 110053 110054 110055 110056 110057 110058 110059 110060 110061 110062 110063 110064 110065 110066 110067 110068 110069 110070 110071 110072 110073 110074 110075 110076 110077 110078 110079 110080 110081 110082 110083 110084 110085 110086 110087 110088 110089 110090 110091 110092 110093 110094 110095 110096 110097 110098 110099 110100 110101 110102 110103 110104 110105 110106 110107 110108 110109 110110 110111 110112 110113 110114 110115 110116 110117 110118 110119 110120 110121 110122 110123 110124 110125 110126 110127 110128 110129 110130 110131 110132 110133 110134 110135 110136 110137 110138 110139 110140 110141 110142 110143 110144 110145 110146 110147 110148 110149 110150 110151 110152 110153 110154 110155 110156 110157 110158 110159 110160 110161 110162 110163 110164 110165 110166 110167 110168 110169 110170 110171 110172 110173 110174 110175 110176 110177 110178 110179 110180 110181 110182 110183 110184 110185 110186 110187 110188 110189 110190 110191 110192 110193 110194 110195 110196 110197 110198 110199 110200 110201 110202 110203 110204 110205 110206 110207 110208 110209 110210 110211 110212 110213 110214 110215 110216 110217 110218 110219 110220 110221 110222 110223 110224 110225 110226 110227 110228 110229 110230 110231 110232 110233 110234 110235 110236 110237 110238 110239 110240 110241 110242 110243 110244 110245 110246 110247 110248 110249 110250 110251 110252 110253 110254 110255 110256 110257 110258 110259 110260 110261 110262 110263 110264 110265 110266 110267 110268 110269 110270 110271 110272 110273 110274 110275 110276 110277 110278 110279 110280 110281 110282 110283 110284 110285 110286 110287 110288 110289 110290 110291 110292 110293 110294 110295 110296 110297 110298 110299 110300 110301 110302 110303 110304 110305 110306 110307 110308 110309 110310 110311 110312 110313 110314 110315 110316 110317 110318 110319 110320 110321 110322 110323 110324 110325 110326 110327 110328 110329 110330 110331 110332 110333 110334 110335 110336 110337 110338 110339 110340 110341 110342 110343 110344 110345 110346 110347 110348 110349 110350 110351 110352 110353 110354 110355 110356 110357 110358 110359 110360 110361 110362 110363 110364 110365 110366 110367 110368 110369 110370 110371 110372 110373 110374 110375 110376 110377 110378 110379 110380 110381 110382 110383 110384 110385 110386 110387 110388 110389 110390 110391 110392 110393 110394 110395 110396 110397 110398 110399 110400 110401 110402 110403 110404 110405 110406 110407 110408 110409 110410 110411 110412 110413 110414 110415 110416 110417 110418 110419 110420 110421 110422 110423 110424 110425 110426 110427 110428 110429 110430 110431 110432 110433 110434 110435 110436 110437 110438 110439 110440 110441 110442 110443 110444 110445 110446 110447 110448 110449 110450 110451 110452 110453 110454 110455 110456 110457 110458 110459 110460 110461 110462 110463 110464 110465 110466 110467 110468 110469 110470 110471 110472 110473 110474 110475 110476 110477 110478 110479 110480 110481 110482 110483 110484 110485 110486 110487 110488 110489 110490 110491 110492 110493 110494 110495 110496 110497 110498 110499 110500 110501 110502 110503 110504 110505 110506 110507 110508 110509 110510 110511 110512 110513 110514 110515 110516 110517 110518 110519 110520 110521 110522 110523 110524 110525 110526 110527 110528 110529 110530 110531 110532 110533 110534 110535 110536 110537 110538 110539 110540 110541 110542 110543 110544 110545 110546 110547 110548 110549 110550 110551 110552 110553 110554 110555 110556 110557 110558 110559 110560 110561 110562 110563 110564 110565 110566 110567 110568 110569 110570 110571 110572 110573 110574 110575 110576 110577 110578 110579 110580 110581 110582 110583 110584 110585 110586 110587 110588 110589 110590 110591 110592 110593 110594 110595 110596 110597 110598 110599 110600 110601 110602 110603 110604 110605 110606 110607 110608 110609 110610 110611 110612 110613 110614 110615 110616 110617 110618 110619 110620 110621 110622 110623 110624 110625 110626 110627 110628 110629 110630 110631 110632 110633 110634 110635 110636 110637 110638 110639 110640 110641 110642 110643 110644 110645 110646 110647 110648 110649 110650 110651 110652 110653 110654 110655 110656 110657 110658 110659 110660 110661 110662 110663 110664 110665 110666 110667 110668 110669 110670 110671 110672 110673 110674 110675 110676 110677 110678 110679 110680 110681 110682 110683 110684 110685 110686 110687 110688 110689 110690 110691 110692 110693 110694 110695 110696 110697 110698 110699 110700 110701 110702 110703 110704 110705 110706 110707 110708 110709 110710 110711 110712 110713 110714 110715 110716 110717 110718 110719 110720 110721 110722 110723 110724 110725 110726 110727 110728 110729 110730 110731 110732 110733 110734 110735 110736 110737 110738 110739 110740 110741 110742 110743 110744 110745 110746 110747 110748 110749 110750 110751 110752 110753 110754 110755 110756 110757 110758 110759 110760 110761 110762 110763 110764 110765 110766 110767 110768 110769 110770 110771 110772 110773 110774 110775 110776 110777 110778 110779 110780 110781 110782 110783 110784 110785 110786 110787 110788 110789 110790 110791 110792 110793 110794 110795 110796 110797 110798 110799 110800 110801 110802 110803 110804 110805 110806 110807 110808 110809 110810 110811 110812 110813 110814 110815 110816 110817 110818 110819 110820 110821 110822 110823 110824 110825 110826 110827 110828 110829 110830 110831 110832 110833 110834 110835 110836 110837 110838 110839 110840 110841 110842 110843 110844 110845 110846 110847 110848 110849 110850 110851 110852 110853 110854 110855 110856 110857 110858 110859 110860 110861 110862 110863 110864 110865 110866 110867 110868 110869 110870 110871 110872 110873 110874 110875 110876 110877 110878 110879 110880 110881 110882 110883 110884 110885 110886 110887 110888 110889 110890 110891 110892 110893 110894 110895 110896 110897 110898 110899 110900 110901 110902 110903 110904 110905 110906 110907 110908 110909 110910 110911 110912 110913 110914 110915 110916 110917 110918 110919 110920 110921 110922 110923 110924 110925 110926 110927 110928 110929 110930 110931 110932 110933 110934 110935 110936 110937 110938 110939 110940 110941 110942 110943 110944 110945 110946 110947 110948 110949 110950 110951 110952 110953 110954 110955 110956 110957 110958 110959 110960 110961 110962 110963 110964 110965 110966 110967 110968 110969 110970 110971 110972 110973 110974 110975 110976 110977 110978 110979 110980 110981 110982 110983 110984 110985 110986 110987 110988 110989 110990 110991 110992 110993 110994 110995 110996 110997 110998 110999 111000 111001 111002 111003 111004 111005 111006 111007 111008 111009 111010 111011 111012 111013 111014 111015 111016 111017 111018 111019 111020 111021 111022 111023 111024 111025 111026 111027 111028 111029 111030 111031 111032 111033 111034 111035 111036 111037 111038 111039 111040 111041 111042 111043 111044 111045 111046 111047 111048 111049 111050 111051 111052 111053 111054 111055 111056 111057 111058 111059 111060 111061 111062 111063 111064 111065 111066 111067 111068 111069 111070 111071 111072 111073 111074 111075 111076 111077 111078 111079 111080 111081 111082 111083 111084 111085 111086 111087 111088 111089 111090 111091 111092 111093 111094 111095 111096 111097 111098 111099 111100 111101 111102 111103 111104 111105 111106 111107 111108 111109 111110 111111 111112 111113 111114 111115 111116 111117 111118 111119 111120 111121 111122 111123 111124 111125 111126 111127 111128 111129 111130 111131 111132 111133 111134 111135 111136 111137 111138 111139 111140 111141 111142 111143 111144 111145 111146 111147 111148 111149 111150 111151 111152 111153 111154 111155 111156 111157 111158 111159 111160 111161 111162 111163 111164 111165 111166 111167 111168 111169 111170 111171 111172 111173 111174 111175 111176 111177 111178 111179 111180 111181 111182 111183 111184 111185 111186 111187 111188 111189 111190 111191 111192 111193 111194 111195 111196 111197 111198 111199 111200 111201 111202 111203 111204 111205 111206 111207 111208 111209 111210 111211 111212 111213 111214 111215 111216 111217 111218 111219 111220 111221 111222 111223 111224 111225 111226 111227 111228 111229 111230 111231 111232 111233 111234 111235 111236 111237 111238 111239 111240 111241 111242 111243 111244 111245 111246 111247 111248 111249 111250 111251 111252 111253 111254 111255 111256 111257 111258 111259 111260 111261 111262 111263 111264 111265 111266 111267 111268 111269 111270 111271 111272 111273 111274 111275 111276 111277 111278 111279 111280 111281 111282 111283 111284 111285 111286 111287 111288 111289 111290 111291 111292 111293 111294 111295 111296 111297 111298 111299 111300 111301 111302 111303 111304 111305 111306 111307 111308 111309 111310 111311 111312 111313 111314 111315 111316 111317 111318 111319 111320 111321 111322 111323 111324 111325 111326 111327 111328 111329 111330 111331 111332 111333 111334 111335 111336 111337 111338 111339 111340 111341 111342 111343 111344 111345 111346 111347 111348 111349 111350 111351 111352 111353 111354 111355 111356 111357 111358 111359 111360 111361 111362 111363 111364 111365 111366 111367 111368 111369 111370 111371 111372 111373 111374 111375 111376 111377 111378 111379 111380 111381 111382 111383 111384 111385 111386 111387 111388 111389 111390 111391 111392 111393 111394 111395 111396 111397 111398 111399 111400 111401 111402 111403 111404 111405 111406 111407 111408 111409 111410 111411 111412 111413 111414 111415 111416 111417 111418 111419 111420 111421 111422 111423 111424 111425 111426 111427 111428 111429 111430 111431 111432 111433 111434 111435 111436 111437 111438 111439 111440 111441 111442 111443 111444 111445 111446 111447 111448 111449 111450 111451 111452 111453 111454 111455 111456 111457 111458 111459 111460 111461 111462 111463 111464 111465 111466 111467 111468 111469 111470 111471 111472 111473 111474 111475 111476 111477 111478 111479 111480 111481 111482 111483 111484 111485 111486 111487 111488 111489 111490 111491 111492 111493 111494 111495 111496 111497 111498 111499 111500 111501 111502 111503 111504 111505 111506 111507 111508 111509 111510 111511 111512 111513 111514 111515 111516 111517 111518 111519 111520 111521 111522 111523 111524 111525 111526 111527 111528 111529 111530 111531 111532 111533 111534 111535 111536 111537 111538 111539 111540 111541 111542 111543 111544 111545 111546 111547 111548 111549 111550 111551 111552 111553 111554 111555 111556 111557 111558 111559 111560 111561 111562 111563 111564 111565 111566 111567 111568 111569 111570 111571 111572 111573 111574 111575 111576 111577 111578 111579 111580 111581 111582 111583 111584 111585 111586 111587 111588 111589 111590 111591 111592 111593 111594 111595 111596 111597 111598 111599 111600 111601 111602 111603 111604 111605 111606 111607 111608 111609 111610 111611 111612 111613 111614 111615 111616 111617 111618 111619 111620 111621 111622 111623 111624 111625 111626 111627 111628 111629 111630 111631 111632 111633 111634 111635 111636 111637 111638 111639 111640 111641 111642 111643 111644 111645 111646 111647 111648 111649 111650 111651 111652 111653 111654 111655 111656 111657 111658 111659 111660 111661 111662 111663 111664 111665 111666 111667 111668 111669 111670 111671 111672 111673 111674 111675 111676 111677 111678 111679 111680 111681 111682 111683 111684 111685 111686 111687 111688 111689 111690 111691 111692 111693 111694 111695 111696 111697 111698 111699 111700 111701 111702 111703 111704 111705 111706 111707 111708 111709 111710 111711 111712 111713 111714 111715 111716 111717 111718 111719 111720 111721 111722 111723 111724 111725 111726 111727 111728 111729 111730 111731 111732 111733 111734 111735 111736 111737 111738 111739 111740 111741 111742 111743 111744 111745 111746 TooltipText=null 12:18:39.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 12:18:39.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:39.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:39.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:39.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:39.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:39.249 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 12:18:39.249 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:39.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:39.253 INFO [WorkbenchTestable][AbstractView] Launch removed 12:18:39.290 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:39.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:39.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:39.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:18:39.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:39.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:39.293 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:18:39.293 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:39.293 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:39.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:39.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:39.294 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:18:39.294 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:39.294 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:18:39.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:18:39.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:18:39.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:39.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:39.294 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:39.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:39.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:39.343 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:39.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:39.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:39.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:39.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:39.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:39.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:39.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:18:39.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:39.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:39.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:39.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:39.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:39.392 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:39.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:39.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:39.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:39.439 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:39.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:39.439 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:39.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:39.440 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:39.440 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:39.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:39.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:39.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:39.441 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:39.445 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:39.445 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:39.445 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:39.445 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:39.445 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:39.445 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:39.445 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:39.445 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:39.445 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:39.445 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:39.445 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:39.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:18:40.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:18:40.448 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:40.448 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:40.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:40.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:40.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:40.449 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:40.450 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:40.450 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:40.450 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:40.450 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:40.450 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:40.450 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:40.451 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:40.451 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:40.451 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:40.451 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:40.451 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:40.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:18:40.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:18:40.451 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:40.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:40.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:40.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:40.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:40.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:40.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:40.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:40.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:40.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:40.453 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:40.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:40.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:40.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:40.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:40.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:40.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:40.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:40.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:40.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:40.455 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:18:40.561 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/custom-screenshots/Problemsorg.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest.png 12:18:40.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:40.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:40.563 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:18:40.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:40.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:40.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:40.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:40.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:40.566 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:40.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:18:40.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:40.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:40.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:40.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:40.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:40.568 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:40.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:40.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:40.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:40.622 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:40.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:40.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:40.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:40.624 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:40.625 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:40.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:40.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:40.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:40.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:40.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:41.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:41.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:41.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:41.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:41.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:18:41.629 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:41.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:41.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:41.631 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:41.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:41.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:41.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:41.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:41.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:41.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:41.632 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:18:41.632 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:18:41.633 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item Project 12:18:41.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Project 12:18:41.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:41.633 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Project is already expanded. No action performed 12:18:41.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:41.633 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Project 12:18:41.634 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 12:18:41.634 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:18:41.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:41.634 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:18:41.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:41.634 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:18:41.635 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item test 12:18:41.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 12:18:41.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:41.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 12:18:41.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:41.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 12:18:41.635 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:18:41.636 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:18:41.636 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:18:41.639 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:18:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:41.640 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:41.640 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:41.640 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:18:41.640 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:18:41.640 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:18:41.640 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:18:41.640 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:18:41.640 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:18:41.640 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:18:41.640 DEBUG [main][MenuItemLookup] Item match:Run 12:18:41.641 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:18:41.641 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:18:41.641 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:41.641 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:18:41.641 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:18:41.641 DEBUG [main][MenuItemLookup] Item match:Run As 12:18:41.641 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:18:41.641 DEBUG [main][MenuItemLookup] Found menu:'2 Java Application Shift+Alt+X J' 12:18:41.641 DEBUG [main][MenuItemLookup] Item match:2 Java Application Shift+Alt+X J 12:18:41.641 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 Java Application Shift+Alt+X J" 12:18:41.641 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 Java Application Shift+Alt+X J 12:18:41.641 INFO [main][MenuItemHandler] Select menu item: &2 Java Application Shift+Alt+X J 12:18:41.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*'... 12:18:41.748 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:41.813 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:41.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:41.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:41.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:18:41.940 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:41.940 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:41.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:41.941 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:18:41.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:41.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:41.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console label matches 'Matcher matching text to regular expression '.*TestClass.*' finished successfully 12:18:41.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:41.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'IOConsole Updater' is a system job, skipped 12:18:41.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:18:41.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Show Console View' is a system job, skipped 12:18:41.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:18:41.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:18:41.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:18:41.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:18:41.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:18:41.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:18:41.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:18:41.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:41.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:18:41.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:18:41.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:41.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:18:41.942 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:18:41.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:41.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated... 12:18:41.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:41.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:41.958 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:41.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:41.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:41.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:41.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:41.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:41.973 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:41.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:41.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:41.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:42.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:42.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:42.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:42.014 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:42.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:42.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:42.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:42.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:42.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:42.016 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:42.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:42.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:42.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:42.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:42.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:42.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:42.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:42.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console is terminated finished successfully 12:18:42.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:42.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:42.035 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:42.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:42.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:42.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:42.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:42.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:42.050 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:42.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:42.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:42.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:42.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:42.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:42.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:42.067 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:42.067 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:42.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:42.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:42.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:42.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:42.069 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:42.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:42.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:42.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:42.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:42.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:42.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:42.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:42.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:42.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:42.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:42.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:42.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:42.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" finished successfully 12:18:42.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:42.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:42.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:42.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:42.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:42.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:42.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:42.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:42.115 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:42.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:42.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:42.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:42.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:42.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:42.129 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:42.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:42.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:42.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:42.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:42.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:42.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:42.174 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:42.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:42.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:42.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:42.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:42.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:42.176 INFO [WorkbenchTestable][AbstractView] Clearing console 12:18:42.177 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:42.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:42.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:42.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:42.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:42.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:42.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Clear Console") 12:18:42.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:42.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:42.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:42.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:42.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:42.180 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Clear Console 12:18:42.180 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:42.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:42.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console text is ""... 12:18:42.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:42.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:42.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until console text is "" finished successfully 12:18:42.210 INFO [WorkbenchTestable][AbstractView] Console cleared 12:18:42.210 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:42.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:42.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:42.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:18:42.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:42.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:42.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:42.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:42.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:42.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:42.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is ""... 12:18:42.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:42.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:42.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:42.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:43.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:43.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:43.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting while console text is "" failed, NO exception will be thrown 12:18:43.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:43.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:43.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:43.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:43.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:43.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:18:43.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:43.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:43.262 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E'' is already open. Activate. 12:18:43.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:43.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:43.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:43.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:43.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:43.280 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:43.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QConsole\E') 12:18:43.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:43.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:43.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:43.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:43.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:43.317 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:43.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:43.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:43.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:43.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:43.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:43.319 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:43.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:43.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:43.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:43.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:43.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:43.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:43.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:43.321 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:43.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:43.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:43.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Project/src/test/TestClass2.java - Eclipse Platform TooltipText=null 12:18:43.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:43.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:43.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Show Console When Standard Out Changes") 12:18:43.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:43.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:43.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:43.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:43.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:43.324 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Show Console When Standard Out Changes 12:18:43.324 INFO [WorkbenchTestable][AbstractView] Terminating console 12:18:43.324 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:43.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:43.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:43.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:18:43.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:43.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:43.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Terminate") 12:18:43.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:43.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:43.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:43.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:43.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:43.327 INFO [WorkbenchTestable][AbstractView] Console was terminated earlier 12:18:43.327 INFO [WorkbenchTestable][AbstractView] Removing launch from console 12:18:43.327 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:43.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:43.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:43.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:18:43.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove Launch") 12:18:43.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:43.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:43.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:43.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:43.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:18:43.329 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove Launch 12:18:43.329 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:18:43.329 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:43.358 INFO [WorkbenchTestable][AbstractView] Launch removed 12:18:43.386 INFO [WorkbenchTestable][AbstractView] Activate view Console 12:18:43.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Console 12:18:43.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:43.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:18:43.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:43.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:43.388 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:18:43.388 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:43.388 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:43.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:43.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:43.388 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) 12:18:43.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:43.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:43.390 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:18:43.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:43.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:43.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Project/src/test/TestClass2.java - Eclipse Platform 12:18:43.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:43.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:43.392 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Project/src/test/TestClass2.java - Eclipse Platform' 12:18:43.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:18:43.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:43.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:43.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:43.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:43.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:43.394 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:43.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:43.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:43.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:43.443 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:43.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:43.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:43.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:43.444 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:43.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:43.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:43.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:43.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:43.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:43.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:43.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:43.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:44.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:44.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:44.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:18:44.447 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:44.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:44.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:44.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:44.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:44.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:44.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:44.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:44.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:44.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:44.450 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Project 12:18:44.451 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:18:44.451 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:18:44.454 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:18:44.464 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:18:44.465 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:18:44.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'New' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:44.520 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:18:44.520 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:18:44.521 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:18:44.521 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:18:44.521 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:18:44.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:44.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:18:44.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:18:44.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:18:44.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:18:44.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:18:44.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:18:44.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:44.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:18:44.528 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:18:44.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:44.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:18:44.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:18:44.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:44.529 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'Project' via Explorer 12:18:44.529 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:18:44.529 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:18:44.529 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:18:44.531 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:18:44.531 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:18:44.531 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:44.595 DEBUG [main][MenuItemLookup] Found menu:'New' 12:18:44.595 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:18:44.595 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:44.595 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:18:44.595 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:18:44.595 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:18:44.595 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:44.595 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:18:44.595 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:18:44.595 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:18:44.595 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:18:44.595 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:18:44.595 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:18:44.595 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:18:44.596 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:18:44.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:18:45.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:18:45.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:18:45.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:45.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:45.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:45.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:45.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:18:45.308 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:45.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:45.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:45.308 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:18:45.308 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:45.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:45.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:45.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:45.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:45.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:45.309 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:18:45.309 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:18:45.309 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:18:45.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:45.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:45.310 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:45.310 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:45.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:18:45.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:45.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:45.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:45.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:18:45.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:45.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:45.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:45.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:45.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:45.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:45.312 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:18:45.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:45.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:45.312 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:45.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:45.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:18:45.316 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:18:45.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:18:45.817 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:18:45.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:45.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:18:45.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:18:45.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:18:45.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:18:45.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:18:45.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:18:45.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:18:45.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:45.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:18:45.817 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:45.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:18:45.818 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:18:45.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:45.818 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest 12:18:45.818 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:45.818 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:45.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:45.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 81.735 s - in org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest testConsoleSwitching no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 7.373 s consoleHasNoChangeTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 24.898 s testRemoveAllTerminatedLaunches no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.372 s toggleShowConsoleOnStandardOutChange no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.554 s testConsoleHasAnyText no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 10.106 s getContextMenuTest no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 3.897 s testRemoveLaunch no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 2.96 s testTerminateConsole no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 5.332 s testConsoleView no-configuration(org.eclipse.reddeer.eclipse.test.ui.console.ConsoleViewTest) Time elapsed: 4.094 s Running org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:18:45.832 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:18:45.835 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:18:45.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:45.836 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:18:45.836 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:18:45.836 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:18:45.836 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:45.836 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:18:45.836 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:45.836 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:18:45.836 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:45.837 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:45.837 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 12:18:45.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:18:45.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:18:45.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:45.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:45.837 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:45.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:45.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:45.851 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 12:18:45.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:45.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:45.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:45.851 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:45.852 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:18:45.852 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:45.855 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:18:45.855 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:18:45.855 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:18:45.855 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:18:45.855 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:18:45.855 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:18:45.855 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:18:45.855 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:18:45.855 DEBUG [main][MenuItemLookup] Item match:Window 12:18:45.856 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:18:45.856 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:18:45.856 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:18:45.856 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:45.856 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:18:45.856 DEBUG [main][MenuItemLookup] Item match:Show View 12:18:45.865 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:18:45.865 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:18:45.865 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:18:45.866 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:18:45.866 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:18:45.866 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:18:45.866 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:18:45.866 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:18:45.866 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:18:45.866 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:18:45.866 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:18:45.866 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:18:45.866 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:18:45.866 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:18:45.866 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:18:45.866 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:18:45.866 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:45.866 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:18:45.866 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:18:45.886 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:18:45.886 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:18:45.886 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:18:45.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:18:45.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:18:45.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:18:45.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:45.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:45.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:18:45.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:45.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:45.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:45.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:18:45.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:45.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:45.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:45.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:45.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:45.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:45.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:18:45.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:18:45.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:18:45.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:18:45.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:45.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:18:45.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:45.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:18:45.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:18:45.994 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:18:45.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:45.994 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:18:45.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:45.994 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:18:45.995 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 12:18:45.995 DEBUG [main][TreeItemHandler] Selecting tree item: Search 12:18:45.996 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 12:18:45.996 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 12:18:45.996 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:45.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:45.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:45.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:18:45.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:45.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:45.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:45.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:18:45.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:45.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:45.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:45.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:18:45.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:45.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:45.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:45.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:45.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:45.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:45.999 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:18:46.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:46.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:46.000 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:46.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:46.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:18:46.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:18:46.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 12:18:46.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:46.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:46.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 12:18:46.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:46.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:46.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:46.167 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:46.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E') 12:18:46.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:46.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:46.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:46.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:46.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:46.198 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:18:46.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:18:46.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:46.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:18:46.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:46.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:46.201 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:18:46.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:18:46.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:46.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No search results available. Start a search from the search dialog... TooltipText=null 12:18:46.202 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 12:18:46.202 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 12:18:46.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:18:46.203 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:18:46.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:18:46.256 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:46.256 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:46.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:46.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:46.284 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 12:18:46.284 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:46.284 INFO [WorkbenchTestable][RequirementsRunner] Started test: testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 12:18:46.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:18:46.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:18:46.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:46.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:46.284 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:46.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:46.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:46.300 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 12:18:46.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:46.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:46.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:46.300 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:46.301 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:18:46.301 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:46.304 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:18:46.304 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:18:46.304 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:18:46.304 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:18:46.304 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:18:46.304 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:18:46.304 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:18:46.304 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:18:46.304 DEBUG [main][MenuItemLookup] Item match:Window 12:18:46.305 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:18:46.305 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:18:46.305 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:18:46.305 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:46.305 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:18:46.305 DEBUG [main][MenuItemLookup] Item match:Show View 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:46.314 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:18:46.314 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:18:46.346 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:18:46.346 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:18:46.346 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:18:46.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:18:46.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:18:46.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:18:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:46.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:18:46.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:46.486 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:18:46.486 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:46.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:46.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:46.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:46.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:46.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:18:46.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:18:46.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:18:46.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:18:46.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:46.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:18:46.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:46.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:18:46.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:18:46.490 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:18:46.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:46.490 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:18:46.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:46.490 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:18:46.491 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 12:18:46.491 DEBUG [main][TreeItemHandler] Selecting tree item: Search 12:18:46.491 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 12:18:46.491 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 12:18:46.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:46.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:46.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:18:46.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:46.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:46.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:46.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:18:46.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:46.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:46.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:46.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:18:46.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:46.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:46.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:46.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:46.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:46.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:46.495 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:18:46.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:46.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:46.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:46.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:46.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:18:46.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:18:46.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 12:18:46.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:46.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:46.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 12:18:46.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:46.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:46.605 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:46.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:46.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:46.606 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:46.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E') 12:18:46.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:46.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:46.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:46.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:46.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:46.636 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:18:46.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:18:46.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:46.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:18:46.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:46.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:46.639 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:18:46.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:18:46.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:46.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No search results available. Start a search from the search dialog... TooltipText=null 12:18:46.640 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:18:46.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:18:46.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:46.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No search results available. Start a search from the search dialog... TooltipText=null 12:18:46.641 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:18:46.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:18:46.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:46.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No search results available. Start a search from the search dialog... TooltipText=null 12:18:46.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget which text matches: "No search results available. Start a search from the search dialog...") 12:18:46.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:46.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:46.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:46.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:46.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:18:46.647 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:18:46.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:18:46.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:46.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No search results available. Start a search from the search dialog... TooltipText=null 12:18:46.666 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 12:18:46.666 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 12:18:46.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:18:46.667 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:18:46.707 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:18:46.707 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:46.707 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:46.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:46.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:46.721 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 12:18:46.721 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:46.721 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 12:18:46.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:18:46.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:18:46.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:46.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:46.721 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:46.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:46.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:46.736 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E'' view via menu. 12:18:46.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:46.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:46.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:46.756 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:46.756 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:18:46.757 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:46.762 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:18:46.762 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:18:46.762 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:18:46.762 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:18:46.762 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:18:46.762 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:18:46.762 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:18:46.762 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:18:46.762 DEBUG [main][MenuItemLookup] Item match:Window 12:18:46.763 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:18:46.763 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:18:46.763 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:18:46.763 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:46.763 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:18:46.763 DEBUG [main][MenuItemLookup] Item match:Show View 12:18:46.770 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:18:46.770 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:18:46.770 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:18:46.770 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:18:46.770 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:18:46.770 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:18:46.771 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:18:46.771 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:18:46.771 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:18:46.771 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:18:46.771 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:18:46.771 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:18:46.771 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:18:46.771 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:18:46.771 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:18:46.771 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:18:46.771 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:46.771 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:18:46.771 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:18:46.771 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:18:46.771 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:18:46.771 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:18:46.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:18:46.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:18:46.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:18:46.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:46.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:46.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:18:46.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:46.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:46.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:46.883 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:18:46.883 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:46.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:46.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:46.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:46.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:46.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:46.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:18:46.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:18:46.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:18:46.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:18:46.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:46.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:18:46.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:46.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:18:46.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:18:46.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:18:46.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:46.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:18:46.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:46.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:18:46.886 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Search 12:18:46.886 DEBUG [main][TreeItemHandler] Selecting tree item: Search 12:18:46.886 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Search about selection 12:18:46.886 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Search 12:18:46.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:46.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:46.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:46.887 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:18:46.887 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:46.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:46.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:46.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:18:46.887 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:46.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:46.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:46.887 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:18:46.887 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:46.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:46.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:46.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:46.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:46.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:46.888 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:18:46.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:46.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:46.888 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:46.888 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:46.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:18:46.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:18:46.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open... 12:18:46.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:46.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:46.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.search2.ui.SearchView' view is open finished successfully 12:18:46.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:47.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:47.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:47.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:47.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:47.023 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:47.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSearch\E') 12:18:47.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:47.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:47.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:47.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:47.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:47.028 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:18:47.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:18:47.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:47.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:18:47.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:47.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:47.030 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:18:47.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:18:47.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:47.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No search results available. Start a search from the search dialog... TooltipText=null 12:18:47.031 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:18:47.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:18:47.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:47.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No search results available. Start a search from the search dialog... TooltipText=null 12:18:47.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget which text matches: "No search results available. Start a search from the search dialog...") 12:18:47.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:47.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:47.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:47.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:47.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 12:18:47.033 INFO [WorkbenchTestable][AbstractView] Activate view Search 12:18:47.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:18:47.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:47.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No search results available. Start a search from the search dialog... TooltipText=null 12:18:47.033 INFO [WorkbenchTestable][AbstractView] Close view 'Search' 12:18:47.034 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Search 12:18:47.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Search 12:18:47.034 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:18:47.074 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:18:47.074 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:47.074 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:47.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:47.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:47.100 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) 12:18:47.100 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest 12:18:47.100 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:18:47.100 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:18:47.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:47.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.27 s - in org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest testOpen no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.447 s testReturnResults no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.437 s testIsEmpty no-configuration(org.eclipse.reddeer.eclipse.test.ui.search.SearchViewTest) Time elapsed: 0.379 s Running org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:18:47.121 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:18:47.122 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:18:47.133 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:47.133 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:18:47.133 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:18:47.133 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:18:47.133 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:47.133 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:18:47.134 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:47.134 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:18:47.134 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:47.134 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:18:47.135 DEBUG [main][EditorHandler] 0 editor(s) found 12:18:47.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:47.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:47.147 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:18:47.147 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:47.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:47.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:47.147 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:47.147 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:18:47.148 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:47.148 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:18:47.148 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:18:47.148 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:18:47.148 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:18:47.148 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:18:47.148 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:18:47.148 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:18:47.148 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:18:47.148 DEBUG [main][MenuItemLookup] Item match:Window 12:18:47.148 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:18:47.148 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:18:47.148 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:18:47.148 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:47.148 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:18:47.148 DEBUG [main][MenuItemLookup] Item match:Show View 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:47.156 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:18:47.156 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:18:47.156 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:18:47.156 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:18:47.156 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:18:47.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:18:47.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:18:47.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:18:47.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:47.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:47.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:18:47.262 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:47.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:47.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:47.262 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:18:47.262 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:47.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:47.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:47.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:47.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:47.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:47.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:18:47.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:18:47.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:18:47.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:18:47.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:47.271 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:18:47.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:47.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:18:47.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:18:47.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:18:47.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:47.271 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:18:47.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:47.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:18:47.272 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:18:47.272 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:18:47.272 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:18:47.272 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:18:47.272 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:47.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:47.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:47.273 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:18:47.273 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:47.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:47.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:47.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:18:47.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:18:47.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:18:47.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:18:47.273 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:18:47.273 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:18:47.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:47.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:47.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:47.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:47.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:47.274 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:18:47.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:47.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:47.274 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:47.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:47.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:18:47.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:18:47.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:18:47.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:47.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:47.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:18:47.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:47.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:47.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:47.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:47.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:47.361 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:47.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:18:47.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:47.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:47.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:47.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:47.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:47.363 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:18:47.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:18:47.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:47.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:18:47.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:47.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:47.365 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:18:47.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:18:47.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:47.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:47.387 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:18:47.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:18:47.387 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:47.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:47.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:47.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:47.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:47.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:47.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:48.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:48.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:48.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:18:48.390 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:18:48.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:18:48.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:48.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:48.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:48.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:48.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:48.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:48.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:48.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:48.392 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:18:48.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:18:48.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:48.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:48.400 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:18:48.401 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:18:48.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:18:48.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:18:48.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:18:48.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:18:48.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:18:48.402 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:18:48.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:48.402 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:18:48.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:48.403 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:18:48.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:48.403 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:18:48.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:48.403 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:18:48.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:48.403 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:18:48.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:48.403 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:18:48.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:48.403 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:18:48.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:48.404 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:18:48.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:48.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:48.405 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:48.405 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:18:48.406 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:48.406 DEBUG [main][MenuItemLookup] Item match:File 12:18:48.408 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:18:48.408 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:18:48.414 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:18:48.414 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:18:48.414 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:48.414 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:18:48.415 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:18:48.415 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:18:48.415 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:18:48.415 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:18:48.415 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:18:48.415 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:18:48.415 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:18:48.415 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:48.415 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:18:48.415 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:18:48.415 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:18:48.415 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:48.415 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:18:48.415 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:48.415 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:18:48.415 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:18:48.439 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:18:48.439 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:18:48.439 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:18:48.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:18:48.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:18:48.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:18:48.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:48.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:48.577 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:18:48.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:48.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:18:48.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:48.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:48.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:48.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:48.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:48.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:18:48.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:18:48.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:18:48.580 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:18:48.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:48.580 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:18:48.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:48.580 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:18:48.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:18:48.581 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:18:48.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:48.581 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:18:48.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:48.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:18:48.581 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:18:48.581 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:18:48.582 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:18:48.587 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:18:48.588 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:18:48.588 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:18:48.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:18:48.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:48.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:48.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:48.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:48.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:48.590 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:18:48.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:48.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:48.590 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:48.590 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:48.863 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:18:48.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:48.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:48.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:18:48.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:18:48.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:18:48.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:48.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:48.873 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:18:48.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:48.874 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:18:48.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:18:48.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:48.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:48.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:48.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:48.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:18:48.878 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:18:48.879 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:18:48.918 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:18:48.918 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:18:48.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:18:48.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:48.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:48.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:48.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:48.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:48.923 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:18:48.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:48.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:48.923 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:48.923 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:48.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:18:51.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:18:51.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:18:51.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:18:51.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:51.937 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:18:51.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:18:51.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:18:51.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:18:51.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:51.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:18:51.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:51.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:18:51.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:18:51.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:51.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:51.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:51.949 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:51.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:51.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:51.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:51.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:51.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:51.959 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:51.959 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:18:51.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:51.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:51.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:51.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:51.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:51.969 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:51.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:52.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:52.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:52.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:52.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:52.041 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:18:52.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:52.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:52.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:52.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:52.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:52.044 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:52.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:18:52.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:52.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:52.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:52.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:52.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:52.046 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:52.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:52.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:52.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:52.094 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:18:52.094 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:52.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:52.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:52.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:52.095 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:52.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:52.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:52.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:52.096 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:52.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:52.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:52.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:52.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:52.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:52.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:52.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:52.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:53.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:53.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:18:53.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:18:53.180 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:18:53.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:18:53.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:53.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:53.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:53.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:53.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:53.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:53.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:53.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:53.183 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:18:53.183 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:18:53.184 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:18:53.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:18:53.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:53.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:53.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:18:53.686 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:18:53.686 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:18:53.687 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:18:53.689 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:18:53.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:18:53.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:53.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:18:53.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:53.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:18:53.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:53.691 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:18:53.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:53.691 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:18:53.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:53.691 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:18:53.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:53.691 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:18:53.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:53.692 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:18:53.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:53.692 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:18:53.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:53.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:18:53.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:53.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:53.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:18:53.694 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:18:53.694 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:53.694 DEBUG [main][MenuItemLookup] Item match:File 12:18:53.695 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:18:53.695 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:53.700 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:18:53.700 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:18:53.730 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:18:53.730 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:18:53.730 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:18:53.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:18:53.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:18:53.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:18:53.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:53.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:53.866 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:18:53.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:53.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:18:53.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:53.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:53.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:53.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:53.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:53.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:18:53.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:18:53.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:18:53.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:18:53.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:53.882 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:18:53.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:53.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:18:53.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:18:53.883 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:18:53.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:53.883 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:18:53.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:53.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:18:53.883 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:18:53.883 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:18:53.884 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:18:53.899 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:18:53.899 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:18:53.899 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:18:53.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:18:53.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:53.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:53.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:53.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:53.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:53.901 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:18:53.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:53.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:53.902 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:53.902 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:54.074 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:18:54.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:54.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:54.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:18:54.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:18:54.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:18:54.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:54.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:54.075 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:18:54.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:18:54.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:18:54.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:54.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:54.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:54.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:54.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:18:54.148 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:18:54.149 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 12:18:54.181 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:18:54.181 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:18:54.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:18:54.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:54.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:54.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:54.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:54.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:18:54.188 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:18:54.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:18:54.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:18:54.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:18:54.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:18:54.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:18:55.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:18:55.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 7 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/nashorn.jar)' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:55.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 7 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/nashorn.jar)' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:18:55.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:18:55.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:18:55.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:18:55.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:18:55.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:18:55.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:18:55.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:18:55.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:18:55.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:18:55.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:18:55.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@44393a11 is found... 12:18:55.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@44393a11 is found finished successfully 12:18:55.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 12:18:55.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:55.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:55.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:55.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:55.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:55.780 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:55.780 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 12:18:55.780 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:18:55.844 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:55.844 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:18:55.844 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:18:55.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:18:55.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:55.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:55.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:18:55.845 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:18:55.845 DEBUG [main][MenuItemLookup] Found menu:'File' 12:18:55.845 DEBUG [main][MenuItemLookup] Item match:File 12:18:55.847 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:18:55.847 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:18:55.847 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:18:55.847 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:18:55.847 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:55.847 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:18:55.847 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:18:55.847 DEBUG [main][MenuItemLookup] Found menu:'' 12:18:55.847 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:18:55.847 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:18:55.847 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:18:55.847 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:18:55.847 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:18:55.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:18:55.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:18:55.957 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:55.957 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:18:55.957 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:55.958 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:55.958 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:56.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:56.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:18:56.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:56.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:56.052 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:56.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:56.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:56.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:18:56.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:56.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:56.101 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:18:56.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:18:56.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:56.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:56.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:56.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:56.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:56.113 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:56.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:56.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:56.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:18:56.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:56.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:56.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:18:56.115 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:56.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:56.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:56.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:18:56.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:56.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:56.133 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:56.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:56.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:56.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:18:56.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:56.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:56.134 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:56.134 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:56.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:56.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:56.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:18:56.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:56.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:56.135 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:56.136 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:56.136 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:56.136 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:56.136 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:56.136 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:56.136 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:56.136 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:56.137 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:18:56.137 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:56.137 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:56.137 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:56.137 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:56.137 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:56.137 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:56.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:18:57.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:18:57.138 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:57.138 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:57.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:57.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:57.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:18:57.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:57.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:57.140 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:57.141 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:57.141 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:57.141 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:57.141 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:57.141 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:57.141 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:18:57.141 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:57.141 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:18:57.141 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:57.141 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:57.141 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:57.141 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:57.141 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:57.141 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:57.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:18:57.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:18:57.142 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:57.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:57.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:57.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:18:57.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:57.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:57.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:57.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:57.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:57.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:57.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:57.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:57.146 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:18:57.146 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:18:57.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:57.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:57.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:18:57.649 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:18:57.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:57.649 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:18:57.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:57.649 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:18:57.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:18:57.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:57.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:57.667 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:57.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:57.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:57.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:18:57.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:57.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:57.681 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:18:57.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:18:57.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:57.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:57.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:57.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:57.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:57.720 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:57.720 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:57.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:57.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:18:57.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:57.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:57.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:18:57.722 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:57.722 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:57.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:57.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:18:57.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:57.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:57.723 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:57.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:57.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:57.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:18:57.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:57.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:57.724 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:57.725 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:57.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:57.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:57.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:18:57.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:57.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:57.726 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:57.726 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:57.726 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:57.726 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:57.726 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:57.727 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:57.727 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:18:57.727 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:57.727 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:18:57.727 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:57.727 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:57.727 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:57.727 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:57.727 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:57.727 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:57.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:18:58.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:18:58.728 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:58.728 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:58.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:58.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:58.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:18:58.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:58.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:58.730 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:58.731 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:58.731 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:58.731 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:58.731 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:58.731 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:58.731 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:18:58.731 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:58.731 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:18:58.731 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:58.731 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:58.731 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:58.731 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:58.731 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:58.731 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:58.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:18:58.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:18:58.732 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:58.732 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:58.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:58.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:18:58.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:58.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:58.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:18:58.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:58.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:58.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:58.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:58.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:18:58.761 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:18:58.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:18:58.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:58.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:18:58.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:58.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:18:58.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:18:58.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:18:58.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:18:58.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:18:58.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:18:58.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:18:58.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:58.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:58.777 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:58.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:58.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:58.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:18:58.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:18:58.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:18:58.790 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:18:58.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:18:58.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:18:58.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:18:58.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:18:58.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:18:58.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:18:58.829 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:58.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:58.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:58.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:18:58.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:58.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:58.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Warnings exists in Problems view.... 12:18:58.830 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:58.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:58.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:58.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:18:58.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:58.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:58.832 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:58.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:58.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:58.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:18:58.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:58.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:58.833 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:18:58.833 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:18:58.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:18:58.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:18:58.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:18:58.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:18:58.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:18:58.834 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:18:58.835 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:58.835 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:58.835 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:58.835 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:18:58.835 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:18:58.835 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:18:58.835 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:58.835 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:18:58.835 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:18:58.835 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:18:58.835 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:18:58.835 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:18:58.835 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:18:58.835 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:18:58.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:19:00.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:19:00.337 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:00.337 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:00.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:00.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:00.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:00.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:00.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:00.340 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:00.341 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:00.341 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:00.341 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:00.341 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:00.341 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:00.341 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:00.341 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:00.341 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:00.341 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:00.341 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:00.341 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:00.341 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:00.341 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:00.341 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:00.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:19:00.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:19:00.342 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:00.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:00.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:00.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:00.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:00.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:00.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:00.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:00.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:00.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:00.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Warnings exists in Problems view. finished successfully 12:19:00.347 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:00.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:00.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:00.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:00.349 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:00.378 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:00.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:00.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:00.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:00.380 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:00.381 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:00.381 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:00.381 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:00.381 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:00.381 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:00.381 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:00.381 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:00.382 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:00.382 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:00.382 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:00.382 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:00.382 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:00.382 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:00.382 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:00.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:19:01.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:19:01.383 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:01.383 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:01.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:01.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:01.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:01.385 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:01.386 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:01.386 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:01.386 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:01.386 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:01.386 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:01.386 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:01.386 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:01.386 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:01.386 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:01.387 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:01.387 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:01.387 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:01.387 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:01.387 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:01.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:19:01.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:19:01.387 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:01.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:01.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:01.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:01.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:01.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:01.389 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:19:01.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:19:01.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:01.389 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:19:01.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:01.389 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:19:01.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:19:01.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:01.390 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:19:01.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:01.390 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:19:01.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:01.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:01.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:01.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:01.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:01.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:01.444 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:01.444 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:01.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:01.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:01.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:01.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:01.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:01.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:01.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:01.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:01.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:01.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:01.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:01.488 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:01.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:01.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:01.527 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:01.527 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:01.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:01.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:01.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:01.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:01.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:01.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:01.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:01.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:01.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:01.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:01.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:01.569 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:01.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:01.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:01.607 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:01.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:01.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:01.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:01.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:01.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:01.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:01.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:01.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:01.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:01.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:01.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:01.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:01.647 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:01.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:01.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:01.685 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:01.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:01.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:01.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:01.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:01.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:01.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:01.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:01.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.726 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:01.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:01.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:01.726 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:01.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:01.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:01.772 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:01.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:01.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:01.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:01.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:01.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:01.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:01.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:01.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:01.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:01.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:01.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:01.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:01.826 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:01.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:01.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:01.865 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:01.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:01.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:01.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:01.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:01.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:01.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:01.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:01.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:01.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:01.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:01.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:01.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:01.908 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:01.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:01.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:01.946 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:01.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:01.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:01.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:01.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:01.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:01.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:01.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:01.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:01.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:01.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:01.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:01.950 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:01.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:01.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:01.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:01.952 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:01.952 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:01.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:01.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:01.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:01.953 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:01.954 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:01.954 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:01.954 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:01.954 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:01.954 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:01.954 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:01.954 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:01.955 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:01.955 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:01.955 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:01.955 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:01.955 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:01.955 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:01.955 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:01.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:19:02.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:19:02.956 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:02.956 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:02.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:02.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:02.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:02.958 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:02.958 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:02.958 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:02.958 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:02.958 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:02.959 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:02.959 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:02.959 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:02.959 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:02.959 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:02.959 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:02.959 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:02.959 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:02.959 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:02.959 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:02.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:19:02.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:19:02.959 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:02.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:02.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:02.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:02.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:02.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:02.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:02.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:02.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:02.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:02.963 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:02.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:02.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:02.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:02.964 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:02.965 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:02.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:02.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:02.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:02.966 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:02.967 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:02.967 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:02.967 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:02.967 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:02.967 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:02.967 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:02.967 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:02.967 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:02.967 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:02.967 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:02.968 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:02.968 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:02.968 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:02.968 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:02.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:19:03.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:19:03.969 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:03.969 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:03.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:03.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:03.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:03.971 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:03.972 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:03.972 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:03.972 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:03.972 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:03.972 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:03.972 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:03.972 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:03.972 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:03.972 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:03.972 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:03.972 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:03.972 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:03.972 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:03.972 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:03.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:19:03.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:19:03.973 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:03.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:03.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:03.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:03.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:03.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:03.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:03.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:03.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:03.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:03.975 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:19:03.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:19:03.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:03.976 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:19:03.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:03.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:19:03.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:19:03.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:03.976 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:19:03.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:03.977 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:19:03.977 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:03.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:03.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:03.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:03.979 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:03.979 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:03.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:03.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:03.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:03.981 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:03.981 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:03.981 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:03.981 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:03.982 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:03.982 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:03.982 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:03.982 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:03.982 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:03.982 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:03.982 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:03.982 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:03.982 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:03.982 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:03.982 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:03.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:19:04.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:19:04.983 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:04.983 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:04.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:04.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:04.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:04.985 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:04.986 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:04.986 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:04.986 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:04.986 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:04.986 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:04.986 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:04.986 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:04.986 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:04.986 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:04.986 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:04.986 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:04.986 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:04.986 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:04.986 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:04.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:19:04.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:19:04.986 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:04.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:04.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:04.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:04.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:04.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:04.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:04.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:04.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:04.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:04.989 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:19:04.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:19:04.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:04.989 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:19:04.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:04.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:19:04.990 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:19:04.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:04.990 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:19:04.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:04.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:19:04.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:05.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:05.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:05.003 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:05.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:05.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:05.043 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:05.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:05.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:05.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:05.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:05.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:05.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:05.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:05.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:05.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:05.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:05.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:05.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:05.088 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:05.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:05.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:05.127 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:05.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:05.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:05.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:05.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:05.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:05.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:05.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:05.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:05.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:05.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:05.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:05.175 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:05.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:05.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:05.215 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:05.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:05.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:05.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:05.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:05.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:05.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:05.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:05.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:05.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:05.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:05.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:05.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:05.258 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:05.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:05.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:05.296 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:05.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:05.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:05.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:05.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:05.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:05.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:05.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:05.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:05.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:05.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:05.342 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:05.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:05.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:05.381 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:05.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:05.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:05.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:05.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:05.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:05.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:05.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:05.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:05.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:05.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:05.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:05.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:05.423 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:05.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:05.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:05.461 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:05.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:05.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:05.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:05.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:05.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:05.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:05.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:05.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:05.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:05.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:05.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:05.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:05.510 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:05.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:05.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:05.523 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:05.523 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:05.525 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:05.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:05.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:05.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:05.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:05.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:05.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:05.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:05.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:05.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:05.554 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:05.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:05.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:05.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:05.555 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:05.555 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:05.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:05.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:05.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:05.556 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:05.557 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:05.557 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:05.557 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:05.557 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:05.557 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:05.557 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:05.557 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:05.557 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:05.557 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:05.557 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:05.557 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:05.558 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:05.558 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:05.558 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:05.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:19:06.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:19:06.559 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:06.559 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:06.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:06.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:06.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:06.561 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:06.561 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:06.561 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:06.561 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:06.561 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:06.562 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:06.562 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:06.562 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:06.562 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:06.562 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:06.562 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:06.562 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:06.562 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:06.562 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:06.562 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:06.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:19:06.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:19:06.562 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:06.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:06.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:06.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:06.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:06.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:06.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:06.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:06.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:06.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:06.565 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:06.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:06.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:06.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:06.566 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:06.566 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:06.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:06.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:06.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:06.567 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:06.568 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:06.568 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:06.568 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:06.568 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:06.568 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:06.568 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:06.568 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:06.568 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:06.568 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:06.568 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:06.568 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:06.568 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:06.568 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:06.568 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:06.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:19:07.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:19:07.569 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:07.570 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:07.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:07.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:07.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:07.571 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:07.572 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:07.572 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:07.572 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:07.572 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:07.572 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:07.572 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:07.572 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:07.572 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:07.572 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:07.572 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:07.572 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:07.572 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:07.572 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:07.572 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:07.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:19:07.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:19:07.573 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:07.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:07.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:07.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:07.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:07.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:07.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:07.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:07.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:07.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:07.575 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:07.575 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:07.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:07.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:07.584 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:19:07.584 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:19:07.584 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:19:07.584 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:19:07.584 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:19:07.584 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:19:07.584 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:19:07.584 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:19:07.584 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:19:07.585 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:19:07.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:19:07.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:19:07.709 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:19:07.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:07.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:07.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:19:07.709 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:07.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:07.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:07.710 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:19:07.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:07.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:07.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:07.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:07.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:07.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:07.731 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:19:07.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:07.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:07.731 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:07.731 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:07.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:19:07.742 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:07.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:07.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:07.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:19:07.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:07.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:07.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:07.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:07.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:07.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:07.746 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:19:07.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:07.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:07.746 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:07.746 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:07.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:19:07.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:19:07.835 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:19:07.835 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:07.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:07.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:07.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:07.867 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:07.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:07.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:07.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:07.868 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:07.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:07.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:07.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:07.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:07.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:07.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:08.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:08.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:08.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:08.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:08.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:19:08.872 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:08.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:08.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:08.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:08.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:08.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:08.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:08.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:08.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:08.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:08.874 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:19:08.875 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:19:08.875 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:19:08.875 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:19:08.879 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:19:08.879 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:19:08.879 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'New' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:08.942 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:19:08.942 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:19:08.942 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:19:08.942 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:19:08.943 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:19:08.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:08.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:19:08.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:19:08.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:19:08.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:08.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:08.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:19:08.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:08.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:08.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:19:08.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:08.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:08.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:08.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:08.951 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:19:08.952 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:19:08.952 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:19:08.952 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:19:08.954 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:19:08.954 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:19:08.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:09.005 DEBUG [main][MenuItemLookup] Found menu:'New' 12:19:09.005 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:19:09.005 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:09.005 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:19:09.005 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:19:09.005 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:19:09.005 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:09.005 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:19:09.005 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:19:09.005 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:19:09.005 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:19:09.005 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:19:09.005 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:19:09.005 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:19:09.005 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:19:09.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.176: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.206: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.210: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.212: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.225: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.242: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.258: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.274: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.292: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.324: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.341: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.358: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.375: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.391: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.407: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.424: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:19:09.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:19:09.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:19:09.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:09.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:09.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:09.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:09.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:19:09.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:09.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:09.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:09.718 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:19:09.718 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:09.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:09.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:09.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:09.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:09.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:09.719 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:19:09.720 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:19:09.720 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:19:09.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:09.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:09.720 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:09.720 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:09.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:19:09.720 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:09.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:09.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:09.720 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:19:09.720 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:09.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:09.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:09.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:09.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:09.722 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:19:09.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:09.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:09.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:09.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.725: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.727: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:19:09.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:19:09.729 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:19:09.805: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:19:10.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:19:10.230 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:19:10.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:10.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:19:10.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:19:10.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:19:10.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:19:10.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:19:10.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:10.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:10.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:19:10.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:10.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:10.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:10.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:10.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:10.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:10.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:19:10.230 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:19:10.230 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:19:10.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:10.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:10.231 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:19:10.231 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:19:10.232 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:19:10.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:19:10.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:19:10.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:19:10.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:19:10.232 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:19:10.232 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:10.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:10.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:10.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:10.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:19:10.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:10.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:10.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:10.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:10.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:10.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:10.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:10.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:19:10.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:10.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:10.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:10.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:10.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:10.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:10.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:10.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:10.236 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:19:10.236 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:19:10.236 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:10.239 DEBUG [main][MenuItemLookup] Item match:File 12:19:10.240 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:19:10.240 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:10.246 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:19:10.246 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:19:10.269 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:19:10.269 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:19:10.269 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:19:10.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:19:10.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:19:10.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:19:10.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:10.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:10.441 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:10.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:10.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:19:10.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:10.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:10.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:10.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:10.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:10.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:19:10.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:19:10.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:19:10.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:10.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:10.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:10.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:10.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:10.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:19:10.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:10.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:10.446 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:10.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:10.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:10.447 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:19:10.447 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:19:10.447 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:19:10.453 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:19:10.453 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:10.453 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:19:10.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:19:10.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:10.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:10.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:10.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:10.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:10.466 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:19:10.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:10.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:10.466 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:10.466 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:10.740 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:10.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:10.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:10.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:19:10.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:19:10.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:19:10.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:10.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:10.741 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:19:10.741 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:10.741 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:19:10.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:19:10.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:10.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:10.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:10.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:10.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:19:10.746 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:19:10.747 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:19:10.794 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:19:10.794 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:19:10.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:19:10.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:10.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:10.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:10.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:10.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:10.799 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:19:10.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:10.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:10.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:10.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:10.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:19:14.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:19:14.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:19:14.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:19:14.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:14.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:19:14.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:14.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:14.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:19:14.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:14.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:14.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:14.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:14.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:14.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:14.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:14.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:14.225 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:14.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:14.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:14.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:14.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:14.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:14.236 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:19:14.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:14.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:14.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:14.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:14.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:14.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:14.252 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:14.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:14.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:14.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:14.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:14.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:14.343 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:19:14.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:14.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:14.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:14.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:14.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:14.346 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:19:14.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:19:14.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:14.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:14.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:14.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:14.348 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:14.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:14.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:14.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:14.392 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:19:14.392 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:14.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:14.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:14.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:14.394 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:14.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:14.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:14.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:14.395 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:14.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:14.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:14.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:14.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:14.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:14.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:14.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:14.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:15.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:15.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:15.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:19:15.399 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:15.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:15.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:15.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:15.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:15.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:15.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:15.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:15.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:15.403 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:15.404 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:19:15.405 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:19:15.405 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:19:15.406 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:19:15.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:15.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:15.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:19:15.914 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:19:15.914 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:19:15.915 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:19:15.919 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:19:15.920 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:15.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:15.920 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:15.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:15.920 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:19:15.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:15.920 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:15.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:15.921 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:15.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:15.921 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:15.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:15.921 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:19:15.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:15.921 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:15.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:15.921 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:15.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:15.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:15.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:15.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:15.923 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:19:15.923 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:19:15.923 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:15.923 DEBUG [main][MenuItemLookup] Item match:File 12:19:15.925 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:19:15.925 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:19:15.933 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:19:15.933 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:19:15.933 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:15.933 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:19:15.933 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:19:15.933 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:19:15.933 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:19:15.933 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:19:15.933 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:19:15.933 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:19:15.933 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:19:15.933 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:15.933 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:19:15.933 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:19:15.933 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:19:15.933 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:15.934 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:19:15.934 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:15.934 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:19:15.934 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:19:15.964 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:19:15.964 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:19:15.964 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:19:16.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:19:16.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:19:16.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:19:16.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:16.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:16.125 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:16.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:16.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:19:16.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:16.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:16.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:16.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:16.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:19:16.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:19:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:19:16.136 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:16.136 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:16.136 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:19:16.136 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:16.136 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:16.136 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:16.137 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:19:16.137 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:19:16.137 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:19:16.152 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:19:16.152 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:16.152 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:19:16.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:19:16.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:16.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:16.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:16.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:16.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:16.155 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:19:16.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:16.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:16.155 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:16.155 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:16.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:16.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:16.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:16.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:19:16.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:19:16.280 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:19:16.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:16.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:16.281 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:19:16.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:16.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:19:16.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:16.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:16.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:16.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:16.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:19:16.378 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:19:16.379 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 12:19:16.387 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:19:16.387 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:19:16.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:19:16.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:16.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:16.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:16.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:16.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:16.416 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:19:16.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:16.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:16.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:16.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:16.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:19:16.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:19:16.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:16.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:19:16.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:19:16.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:19:16.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:19:16.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:19:16.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:16.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:19:16.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:16.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:16.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:16.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:19:16.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:16.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:16.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:16.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:16.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:16.957 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:19:16.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:19:16.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:19:16.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:19:16.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:19:16.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:16.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:19:16.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:16.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:16.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:16.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:19:16.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:16.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:16.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:16.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:16.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3ae3ad2a is found... 12:19:16.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3ae3ad2a is found finished successfully 12:19:16.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 12:19:16.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:16.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:16.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:16.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:16.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:16.965 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:16.965 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 12:19:16.965 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:19:16.972 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:16.973 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:19:16.973 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:19:16.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:19:16.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:16.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:16.973 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:19:16.974 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:19:16.974 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:16.974 DEBUG [main][MenuItemLookup] Item match:File 12:19:16.975 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:19:16.975 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:19:16.975 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:19:16.975 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:19:16.975 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:16.975 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:19:16.975 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:19:16.975 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:16.975 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:19:16.975 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:19:17.006 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:19:17.006 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:19:17.006 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:19:17.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:19:17.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:19:17.064 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:17.064 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:19:17.064 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:17.064 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:17.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:17.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:17.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:17.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:17.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:17.147 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:17.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:17.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:17.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:19:17.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:17.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:17.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:19:17.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:17.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:17.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:17.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:17.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:17.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:17.164 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:17.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:17.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:17.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:19:17.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:17.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:17.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:19:17.165 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:17.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:17.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:17.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:19:17.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:17.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:17.168 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:17.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:17.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:17.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:19:17.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:17.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:17.196 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:17.196 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:17.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:17.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:17.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:19:17.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:17.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:17.197 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:17.198 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:17.198 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:17.198 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:17.198 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:17.198 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:17.198 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:19:17.198 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:17.198 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:19:17.198 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:17.198 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:17.198 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:17.198 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:17.198 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:17.198 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:17.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:19:18.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:19:18.700 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:18.700 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:18.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:18.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:18.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:19:18.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:18.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:18.703 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:18.704 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:18.704 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:18.704 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:18.704 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:18.704 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:18.704 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:19:18.704 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:18.704 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:19:18.704 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:18.704 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:18.704 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:18.704 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:18.704 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:18.704 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:18.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:19:18.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:19:18.705 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:18.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:18.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:18.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:19:18.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:18.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:18.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:18.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:18.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:18.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:18.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:18.709 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:19:18.709 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:19:18.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:19.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:19.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:19:19.211 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:19:19.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:19.212 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:19:19.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:19.212 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:19:19.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:19:19.212 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:19:19.212 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:19.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:19.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:19.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:19.260 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:19.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:19.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:19.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:19.261 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:19.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:19.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:19.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:19.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:19.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:19.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:19.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:19.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:20.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:20.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:20.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:19:20.264 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:20.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:20.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:20.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:20.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:20.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:20.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:20.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:20.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:20.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:20.266 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:19:20.266 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:19:20.267 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:19:20.267 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:19:20.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:20.267 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 12:19:20.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:20.267 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:19:20.267 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:19:20.268 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:19:20.268 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:19:20.278 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:19:20.278 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:20.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:20.279 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:20.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:20.279 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:19:20.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:20.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:20.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:20.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:20.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:20.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:20.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:20.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:19:20.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:20.280 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:20.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:20.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:20.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:20.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:19:20.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:20.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:20.282 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:19:20.282 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:19:20.282 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:20.282 DEBUG [main][MenuItemLookup] Item match:File 12:19:20.284 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:19:20.284 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:19:20.291 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:19:20.291 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:20.292 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:19:20.292 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:19:20.323 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:19:20.323 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:19:20.323 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:19:20.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:19:20.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:19:20.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:19:20.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:20.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:20.454 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:20.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:20.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:19:20.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:20.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:20.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:20.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:20.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:20.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:19:20.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:19:20.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:19:20.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:20.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:20.470 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:20.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:20.470 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:20.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:19:20.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:20.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:20.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:20.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:20.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:20.471 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:19:20.471 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:19:20.471 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:19:20.472 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:19:20.472 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:20.472 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:19:20.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:19:20.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:20.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:20.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:20.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:20.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:20.482 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:19:20.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:20.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:20.483 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:20.483 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:20.587 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:20.587 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:20.588 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:20.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:19:20.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:19:20.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:19:20.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:20.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:20.589 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:19:20.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:20.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:19:20.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:20.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:20.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:20.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:20.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:19:20.636 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:19:20.638 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 12:19:20.662 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:19:20.662 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:19:20.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:19:20.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:20.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:20.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:20.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:20.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:20.665 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:19:20.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:20.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:20.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:20.665 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:20.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:19:21.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:19:21.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:21.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:19:21.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:19:21.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:19:21.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:21.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:19:21.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:21.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:21.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:21.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:19:21.246 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:21.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:21.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:21.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:21.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:21.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:19:21.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:19:21.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:19:21.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:21.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:19:21.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:21.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:21.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:21.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:19:21.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:21.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:21.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:21.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:21.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@787cc8ef is found... 12:19:21.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@787cc8ef is found finished successfully 12:19:21.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 12:19:21.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:21.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:21.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:21.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:21.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:21.250 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:21.251 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 12:19:21.251 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:19:21.257 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:21.257 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:19:21.257 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:19:21.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:21.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:21.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:21.258 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:21.258 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:21.258 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:21.259 DEBUG [main][MenuItemLookup] Item match:File 12:19:21.260 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:19:21.260 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:19:21.260 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:19:21.260 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:19:21.260 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:21.260 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:19:21.260 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:19:21.260 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:21.260 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:19:21.260 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:19:21.260 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:19:21.260 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:19:21.260 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:19:21.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:19:21.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:19:21.346 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:21.346 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:19:21.346 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:21.347 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:21.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:21.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:21.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:21.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:21.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:21.413 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:21.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:21.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:21.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:21.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:21.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:21.441 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:21.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:21.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:21.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:21.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:21.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:21.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:21.448 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:21.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:21.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:21.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:21.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:21.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:21.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:19:21.449 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:21.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:21.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:21.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:21.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:21.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:21.451 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:21.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:21.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:21.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:21.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:21.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:21.452 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:21.452 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:21.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:21.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:21.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:21.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:21.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:21.453 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:21.454 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:21.454 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:21.454 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:21.454 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:21.454 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:21.454 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:19:21.454 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:21.454 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:19:21.454 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:21.454 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:21.454 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:21.454 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:21.454 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:21.454 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:21.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:19:22.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:19:22.456 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:22.456 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:22.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:22.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:22.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:22.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:22.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:22.457 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:22.458 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:22.458 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:22.458 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:22.458 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:22.458 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:22.458 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:19:22.458 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:22.458 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:19:22.458 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:22.458 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:22.458 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:22.458 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:22.458 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:22.458 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:22.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:19:22.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:19:22.459 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:22.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:22.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:22.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:22.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:22.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:22.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:22.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:22.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:22.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:22.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:22.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:22.963 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:22.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:22.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:22.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:22.964 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:22.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:22.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:22.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:22.965 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:22.965 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:22.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:22.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:22.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:22.966 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:22.967 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:22.967 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:22.967 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:22.967 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:22.967 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:22.967 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:19:22.967 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:22.967 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:19:22.967 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:22.967 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:22.967 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:22.967 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:22.967 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:22.967 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:22.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:19:23.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:19:23.969 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:23.969 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:23.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:23.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:23.970 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:23.970 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:23.971 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:23.971 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:23.971 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:23.971 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:23.971 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:23.971 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:19:23.971 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:23.972 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:19:23.972 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:23.972 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:23.972 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:23.972 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:23.972 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:23.972 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:23.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:19:23.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:19:23.972 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:23.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:23.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:23.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:23.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:23.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:23.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:23.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:23.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:23.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:23.974 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:19:23.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:19:23.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:23.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:19:23.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:23.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:19:23.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:19:23.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:23.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:19:23.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:23.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:19:23.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:19:23.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:23.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:23.989 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:23.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:24.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:24.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:24.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:24.002 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:24.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:24.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:24.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:24.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:24.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:24.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:24.041 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:24.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:24.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:24.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:24.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:24.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 2... 12:19:24.043 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:24.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:24.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:24.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:24.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:24.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:24.044 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:24.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:24.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:24.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:24.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:24.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:24.045 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:24.046 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:24.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:24.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:24.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:24.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:24.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:24.047 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:24.048 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:24.048 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:24.048 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:24.048 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:24.048 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:24.048 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:19:24.048 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:24.048 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:19:24.048 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:24.048 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:24.048 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:24.048 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:24.048 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:24.048 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:24.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:19:25.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:19:25.049 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:25.050 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:25.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:25.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:25.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:25.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:25.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:25.052 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:25.052 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:25.052 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:25.052 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:25.053 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:25.053 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:25.053 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:19:25.053 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:25.053 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:19:25.053 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:25.053 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:25.053 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:25.053 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:25.053 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:25.053 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:25.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:19:25.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:19:25.053 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:25.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:25.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:25.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:25.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:25.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:25.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:25.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:25.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:25.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:25.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:25.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:25.058 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:19:25.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:19:25.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:25.058 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:19:25.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:25.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:19:25.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:19:25.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:25.059 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:19:25.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:25.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:19:25.059 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:25.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:25.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:25.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:25.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:25.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:25.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:25.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:25.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:25.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:25.061 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:19:25.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:19:25.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:25.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:19:25.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:25.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:19:25.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:19:25.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:25.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:19:25.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:25.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:19:25.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 2. Expected number of problems is: 2 finished successfully 12:19:25.063 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:25.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:25.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:25.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:25.065 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:19:25.065 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:19:25.065 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:19:25.065 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:19:25.065 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:19:25.065 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:19:25.065 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:19:25.065 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:19:25.065 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:19:25.065 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:19:25.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:19:25.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:19:25.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:19:25.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:25.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:25.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:19:25.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:25.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:25.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:25.177 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:19:25.177 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:25.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:25.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:25.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:25.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:25.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:25.180 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:19:25.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:25.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:25.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:25.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:25.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:19:25.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:25.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:25.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:25.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:19:25.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:25.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:25.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:25.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:25.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:25.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:25.194 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:19:25.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:25.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:25.194 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:25.195 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:25.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:19:25.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:19:25.268 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:19:25.269 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:25.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:25.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:25.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:25.297 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:25.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:25.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:25.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:25.299 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:25.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:25.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:25.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:25.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:25.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:25.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:25.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:25.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:26.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:26.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:26.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:19:26.303 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:26.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:26.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:26.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:26.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:26.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:26.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:26.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:26.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:26.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:26.306 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:19:26.306 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:19:26.306 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:19:26.306 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:19:26.317 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:19:26.317 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:19:26.317 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'New' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:26.371 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:19:26.371 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:19:26.371 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:19:26.371 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:19:26.371 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:19:26.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:26.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:19:26.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:19:26.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:19:26.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:26.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:19:26.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:26.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:26.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:26.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:19:26.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:26.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:26.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:26.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:26.380 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:19:26.380 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:19:26.380 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:19:26.380 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:19:26.382 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:19:26.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:19:26.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:26.438 DEBUG [main][MenuItemLookup] Found menu:'New' 12:19:26.438 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:19:26.438 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:26.438 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:19:26.438 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:19:26.438 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:19:26.438 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:26.438 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:19:26.438 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:19:26.438 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:19:26.438 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:19:26.438 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:19:26.438 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:19:26.438 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:19:26.439 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:19:26.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.600: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.629: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.633: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.635: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.648: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.665: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.681: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.698: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.714: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.731: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.748: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.764: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.782: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.798: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.814: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.832: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:26.848: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:19:27.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:19:27.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:19:27.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:27.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:27.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:27.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:27.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:19:27.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:27.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:27.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:27.141 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:19:27.141 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:27.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:27.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:27.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:27.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:27.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:27.142 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:19:27.142 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:19:27.142 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:19:27.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:27.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:27.142 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:27.142 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:27.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:19:27.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:27.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:27.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:27.143 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:19:27.143 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:27.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:27.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:27.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:27.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:27.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:27.144 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:19:27.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:27.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:27.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:27.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:19:27.147: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:27.149: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:19:27.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:19:27.151 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:19:27.230: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:19:27.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:19:27.652 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:19:27.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:19:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:19:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:19:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:19:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:19:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:19:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:27.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:27.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:27.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:19:27.653 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:19:27.653 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:19:27.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:27.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:27.654 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:19:27.654 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:19:27.654 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:19:27.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:19:27.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:19:27.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:19:27.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:19:27.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:19:27.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:27.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:27.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:27.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:27.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:19:27.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:27.655 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:27.655 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:27.656 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:27.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:27.656 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:27.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:27.656 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:19:27.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:27.656 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:27.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:27.656 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:27.656 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:27.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:27.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:27.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:27.657 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:19:27.657 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:19:27.658 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:27.662 DEBUG [main][MenuItemLookup] Item match:File 12:19:27.663 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:19:27.663 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:27.668 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:19:27.668 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:19:27.691 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:19:27.691 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:19:27.691 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:19:27.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:19:27.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:19:27.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:19:27.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:27.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:27.818 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:27.818 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:27.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:19:27.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:27.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:27.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:27.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:27.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:27.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:19:27.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:19:27.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:19:27.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:27.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:27.822 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:27.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:27.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:27.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:19:27.822 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:27.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:27.822 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:27.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:27.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:27.823 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:19:27.823 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:19:27.823 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:19:27.828 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:19:27.828 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:27.828 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:19:27.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:19:27.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:27.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:27.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:27.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:27.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:27.831 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:19:27.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:27.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:27.831 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:27.831 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:28.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:28.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:28.103 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:28.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:19:28.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:19:28.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:19:28.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:28.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:28.104 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:19:28.104 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:28.105 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:19:28.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:19:28.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:28.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:28.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:28.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:28.129 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:19:28.129 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:19:28.130 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:19:28.171 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:19:28.171 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:19:28.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:19:28.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:28.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:28.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:28.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:28.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:28.177 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:19:28.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:28.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:28.177 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:28.177 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:28.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:19:31.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:19:31.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:19:31.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:19:31.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:31.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:19:31.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:31.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:19:31.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:31.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:31.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:31.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:31.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:31.563 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:31.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:31.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:31.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:31.576 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:31.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:31.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:31.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:31.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:31.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:31.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:19:31.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:31.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:31.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:31.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:31.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:31.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:31.598 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:31.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:31.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:31.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:31.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:31.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:31.675 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:19:31.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:31.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:31.677 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:31.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:31.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:31.678 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:19:31.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:19:31.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:31.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:31.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:31.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:31.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:31.680 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:31.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:31.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:31.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:31.779 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:31.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:31.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:31.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:31.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:31.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:31.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:31.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:31.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:31.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:31.846 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:31.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:31.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:31.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:31.848 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:19:31.848 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:19:31.848 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:19:31.848 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:19:31.848 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:19:31.848 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:19:31.848 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:19:31.848 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:19:31.849 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:19:31.849 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:19:31.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:19:31.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:19:31.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:19:31.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:31.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:31.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:19:31.955 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:31.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:31.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:31.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:19:31.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:31.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:31.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:31.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:31.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:31.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:31.959 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:19:31.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:31.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:31.959 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:31.959 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:31.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:19:31.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:31.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:31.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:31.961 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:19:31.961 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:31.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:31.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:31.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:31.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:31.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:31.973 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:19:31.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:31.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:31.973 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:31.973 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:32.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:19:32.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:19:32.038 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:19:32.039 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:32.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:32.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:32.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:32.064 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:32.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:32.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:32.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:32.065 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:32.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:32.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:32.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:32.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:32.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:32.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:32.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:32.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:33.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:33.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:33.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:19:33.096 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:33.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:33.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:33.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:33.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:33.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:33.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:33.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:33.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:33.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:33.099 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:19:33.100 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:19:33.100 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:19:33.100 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:19:33.106 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:19:33.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:19:33.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'New' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:33.167 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:19:33.167 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:19:33.167 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:19:33.167 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:19:33.167 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:19:33.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:33.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:19:33.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:19:33.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:33.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:19:33.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:33.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:33.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:33.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:33.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:33.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:33.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:33.669 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:19:33.669 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:19:33.669 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:19:33.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:19:33.673 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:19:33.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:19:33.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:33.789 DEBUG [main][MenuItemLookup] Found menu:'New' 12:19:33.789 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:19:33.789 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:33.789 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:19:33.790 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:19:33.790 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:19:33.790 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:33.790 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:19:33.790 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:19:33.790 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:19:33.790 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:19:33.790 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:19:33.790 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:19:33.790 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:19:33.790 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:19:33.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.044: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.081: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.086: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.096: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.113: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.129: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.146: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.162: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.179: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.196: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.212: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.229: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.245: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.262: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:19:34.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:19:34.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:19:34.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:34.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:34.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:34.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:34.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:19:34.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:34.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:34.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:34.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:19:34.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:34.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:34.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:34.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:34.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:34.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:34.594 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:19:34.594 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:19:34.595 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:19:34.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:34.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:34.595 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:34.595 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:34.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:19:34.595 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:34.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:19:34.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:34.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:34.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:34.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:34.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:34.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:34.598 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:19:34.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:34.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:34.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:34.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.600: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.613: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:19:34.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:19:34.615 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:19:34.679: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:19:35.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:19:35.116 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:19:35.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:35.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:19:35.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:19:35.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:35.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:19:35.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:35.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:35.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:35.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:35.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:35.117 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:35.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:35.117 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:19:35.117 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:19:35.117 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:19:35.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:35.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:35.118 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:19:35.118 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:19:35.118 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:19:35.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:19:35.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:19:35.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:19:35.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:19:35.118 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:19:35.118 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:35.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:35.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:35.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:35.119 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:19:35.119 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:35.120 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:35.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:35.120 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:35.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:35.120 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:35.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:35.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:19:35.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:35.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:35.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:35.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:35.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:35.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:35.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:35.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:35.123 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:19:35.123 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:19:35.124 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:35.128 DEBUG [main][MenuItemLookup] Item match:File 12:19:35.129 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:19:35.129 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:35.134 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:19:35.134 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:19:35.158 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:19:35.158 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:19:35.158 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:19:35.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:19:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:19:35.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:19:35.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:35.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:35.290 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:35.290 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:35.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:19:35.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:35.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:35.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:35.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:35.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:35.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:19:35.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:19:35.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:19:35.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:35.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:35.294 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:35.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:35.294 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:35.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:19:35.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:35.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:35.295 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:35.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:35.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:35.295 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:19:35.295 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:19:35.296 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:19:35.296 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:19:35.296 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:35.296 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:19:35.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:19:35.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:35.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:35.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:35.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:35.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:35.298 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:19:35.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:35.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:35.298 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:35.298 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:35.573 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:35.574 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:35.574 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:35.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:19:35.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:19:35.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:19:35.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:35.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:35.589 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:19:35.589 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:35.589 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:19:35.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:19:35.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:35.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:35.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:35.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:35.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:19:35.594 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:19:35.596 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:19:35.634 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:19:35.634 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:19:35.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:19:35.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:35.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:35.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:35.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:35.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:35.639 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:19:35.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:35.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:35.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:35.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:35.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:19:38.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:19:38.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:19:38.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:19:38.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:38.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:19:38.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:38.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:19:38.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:38.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:38.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:38.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:38.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:38.837 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:38.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:38.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:38.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:38.848 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:38.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:38.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:38.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:38.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:38.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:38.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:19:38.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:38.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:38.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:38.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:38.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:38.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:38.870 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:38.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:38.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:38.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:38.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:38.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:38.938 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:19:38.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:38.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:38.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:38.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:38.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:38.966 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:19:38.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:19:38.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:38.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:38.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:38.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:38.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:38.968 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:38.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:39.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:39.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:39.018 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:39.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:39.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:39.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:39.046 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:19:39.047 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:19:39.047 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:19:39.047 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:19:39.047 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:19:39.047 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:19:39.047 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:19:39.047 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:19:39.047 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:19:39.048 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:19:39.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:19:39.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:19:39.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:19:39.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:39.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:39.222 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:19:39.222 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:39.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:39.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:39.222 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:19:39.222 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:39.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:39.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:39.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:39.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:39.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:39.239 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:19:39.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:39.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:39.239 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:39.239 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:39.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:19:39.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:39.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:39.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:39.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:19:39.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:39.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:39.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:39.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:39.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:39.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:39.252 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:19:39.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:39.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:39.252 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:39.252 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:39.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:19:39.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:19:39.304 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:39.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:39.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:39.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:39.334 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:39.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:39.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:39.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:39.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:39.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:39.336 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:39.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:39.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:39.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:39.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:39.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:39.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:39.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:39.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:39.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:39.338 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:39.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:39.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:39.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:39.340 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:19:39.340 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:19:39.340 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:19:39.340 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:19:39.340 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:19:39.340 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:19:39.340 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:19:39.340 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:19:39.340 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:19:39.340 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:19:39.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:19:39.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:19:39.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:19:39.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:39.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:39.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 12:19:39.463 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:39.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:39.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:39.463 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:19:39.463 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:39.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:39.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:19:39.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:19:39.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:39.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 12:19:39.465 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 2] 'Resource', 'Location') 12:19:39.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:19:39.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:19:39.466 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 12:19:39.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:19:39.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:19:39.477 TRACE [main][WidgetHandler] Notify Table with event 13 12:19:39.477 TRACE [main][WidgetHandler] Wait for synchronization 12:19:39.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "<- Hide ") 12:19:39.478 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:39.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:39.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:39.479 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:19:39.479 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:39.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:39.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:39.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:39.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:39.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:39.480 INFO [WorkbenchTestable][AbstractButton] Click button <- &Hide 12:19:39.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:39.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:39.481 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:39.481 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:39.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:19:39.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:39.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:39.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:39.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:19:39.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:39.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:39.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:39.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:39.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:39.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:39.546 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:19:39.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:39.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:39.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:39.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:39.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:19:39.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:19:39.604 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:39.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:39.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:39.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:39.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:39.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:39.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:39.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:39.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:39.607 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:39.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:39.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:39.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:39.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:39.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:39.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:39.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:39.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:39.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:39.609 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:39.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:39.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:39.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:39.611 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:19:39.611 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:19:39.611 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:19:39.611 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:19:39.611 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:19:39.611 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:19:39.611 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:19:39.611 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:19:39.611 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:19:39.612 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:19:39.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:19:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:19:39.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:19:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:39.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:39.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:19:39.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:39.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:39.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:39.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:19:39.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:39.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:39.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:39.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:39.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:39.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:39.739 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:19:39.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:39.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:39.739 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:39.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:39.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:19:39.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:39.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:39.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:39.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:19:39.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:39.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:39.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:39.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:39.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:39.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:39.761 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:19:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:39.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:39.761 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:39.761 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:39.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:19:39.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:19:39.810 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:19:39.810 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:39.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:39.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:39.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:39.853 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:39.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:39.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:39.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:39.854 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:39.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:39.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:39.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:39.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:39.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:39.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:40.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:40.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:40.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:40.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:40.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:19:40.860 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:40.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:40.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:40.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:40.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:40.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:40.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:40.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:40.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:40.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:40.863 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:19:40.864 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:19:40.864 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:19:40.865 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:19:40.871 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:19:40.871 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:19:40.871 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:40.964 DEBUG [main][MenuItemLookup] Found menu:'New' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:40.965 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:19:40.965 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:19:40.965 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:19:40.965 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:19:40.966 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:19:40.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:40.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:19:40.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:19:41.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:19:41.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:41.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:19:41.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:41.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:41.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:41.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:41.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:41.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:41.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:41.468 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:19:41.468 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:19:41.468 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:19:41.469 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:19:41.474 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:19:41.474 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:19:41.474 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:41.539 DEBUG [main][MenuItemLookup] Found menu:'New' 12:19:41.539 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:19:41.540 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:41.540 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:19:41.540 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:19:41.540 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:19:41.540 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:41.540 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:19:41.540 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:19:41.540 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:19:41.540 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:19:41.540 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:19:41.540 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:19:41.540 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:19:41.540 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:19:41.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:19:41.740: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:41.829: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:41.834: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:41.845: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:41.861: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:41.877: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:41.893: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:41.911: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:41.927: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:41.944: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:41.961: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:41.977: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:19:42.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:19:42.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:19:42.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:42.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:42.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:42.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:42.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:19:42.341 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:42.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:42.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:42.342 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:19:42.342 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:42.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:42.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:42.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:42.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:42.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:42.343 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:19:42.343 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:19:42.344 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:19:42.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:42.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:42.344 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:42.344 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:42.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:19:42.344 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:19:42.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:42.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:42.344 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:19:42.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:19:42.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:42.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:42.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:42.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:42.346 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:19:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:42.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:42.346 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:42.346 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:19:42.348: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:19:42.351: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:19:42.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:19:42.362 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:19:42.420: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:19:42.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:19:42.863 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:19:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:42.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:19:42.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:19:42.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:42.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:19:42.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:42.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:42.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:42.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:42.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:42.863 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:42.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:19:42.863 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:19:42.863 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:19:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:19:42.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:19:42.864 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:19:42.864 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:19:42.864 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:19:42.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:19:42.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:19:42.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:19:42.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:19:42.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:19:42.865 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:42.865 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:42.865 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:42.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:42.866 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:19:42.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:42.866 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:42.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:42.866 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:42.866 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:42.867 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:42.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:42.867 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:19:42.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:42.867 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:42.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:42.868 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:42.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:42.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:42.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:42.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:42.869 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:19:42.869 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:19:42.869 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:42.872 DEBUG [main][MenuItemLookup] Item match:File 12:19:42.873 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:19:42.873 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:42.879 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:19:42.879 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:19:42.902 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:19:42.902 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:19:42.902 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:19:43.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:19:43.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:19:43.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:19:43.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:43.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:43.044 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:43.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:43.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:19:43.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:43.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:43.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:43.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:43.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:43.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:19:43.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:19:43.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:19:43.048 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:43.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:43.049 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:43.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:43.049 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:43.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:19:43.049 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:43.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:43.049 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:43.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:43.049 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:43.050 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:19:43.050 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:19:43.050 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:19:43.050 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:19:43.050 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:43.050 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:19:43.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:19:43.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:43.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:43.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:43.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:43.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:43.065 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:19:43.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:43.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:43.065 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:43.065 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:43.321 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:43.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:43.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:43.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:19:43.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:19:43.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:19:43.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:43.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:43.322 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:19:43.322 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:43.322 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:19:43.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:19:43.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:43.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:43.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:43.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:43.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:19:43.327 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:19:43.328 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:19:43.363 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:19:43.363 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:19:43.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:19:43.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:43.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:43.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:43.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:43.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:43.368 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:19:43.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:43.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:43.368 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:43.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:43.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:19:46.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:19:46.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:19:46.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:19:46.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:46.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:19:46.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:46.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:46.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:46.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:46.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:46.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:46.894 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:46.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:46.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:46.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:46.907 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:46.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:46.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:46.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:46.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:46.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:46.917 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:19:46.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:46.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:46.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:46.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:46.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:46.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:46.927 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:46.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:46.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:46.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:46.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:46.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:46.993 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:19:46.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:46.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:46.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:46.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:46.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:46.996 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:19:46.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:19:46.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:46.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:46.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:46.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:46.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:46.997 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:46.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:47.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:47.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:47.051 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:19:47.051 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:47.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:47.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:47.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:47.052 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:47.052 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:47.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:47.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:47.053 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:47.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:47.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:47.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:47.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:47.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:47.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:47.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:47.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:48.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:48.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:48.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:19:48.056 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:48.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:48.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:48.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:48.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:48.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:48.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:48.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:48.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:48.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:48.060 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:19:48.061 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:19:48.062 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:19:48.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:19:48.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:48.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:48.563 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:19:48.565 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:19:48.565 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:19:48.566 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:19:48.578 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:19:48.578 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:48.579 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:48.579 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:48.579 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:48.579 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:19:48.579 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:48.579 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:48.579 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:48.580 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:48.580 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:48.580 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:48.580 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:48.580 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:19:48.580 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:48.580 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:48.580 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:48.580 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:48.580 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:48.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:19:48.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:48.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:48.581 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:19:48.581 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:19:48.582 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:48.582 DEBUG [main][MenuItemLookup] Item match:File 12:19:48.584 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:19:48.584 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:48.591 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:19:48.591 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:19:48.619 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:19:48.619 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:19:48.620 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:19:48.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:19:48.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:19:48.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:19:48.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:48.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:48.809 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:48.809 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:48.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:19:48.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:48.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:48.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:48.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:48.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:48.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:19:48.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:19:48.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:19:48.878 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:48.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:48.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:48.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:48.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:48.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:19:48.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:48.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:48.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:48.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:48.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:48.880 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:19:48.880 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:19:48.881 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:19:48.883 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:19:48.883 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:48.883 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:19:48.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:19:48.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:48.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:48.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:48.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:48.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:48.886 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:19:48.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:48.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:48.897 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:48.897 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:49.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:49.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:49.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:49.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:19:49.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:19:49.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:19:49.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:49.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:49.014 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:19:49.014 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:49.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:19:49.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:49.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:49.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:49.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:49.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:19:49.069 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:19:49.070 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 12:19:49.095 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:19:49.095 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:19:49.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:19:49.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:49.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:49.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:49.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:49.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:49.100 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:19:49.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:49.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:49.100 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:49.100 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:49.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:19:49.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:19:49.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:49.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:49.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:49.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5da9a2d1 is found... 12:19:49.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5da9a2d1 is found finished successfully 12:19:49.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 12:19:49.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:49.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:49.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:49.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:49.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:49.673 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:49.673 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 12:19:49.673 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:19:49.686 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:49.686 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:19:49.686 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:19:49.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:49.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:49.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:49.687 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:49.687 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:49.687 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:49.687 DEBUG [main][MenuItemLookup] Item match:File 12:19:49.688 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:19:49.688 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:19:49.688 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:19:49.688 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:19:49.688 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:49.688 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:19:49.688 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:19:49.688 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:49.688 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:19:49.688 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:19:49.688 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:19:49.688 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:19:49.688 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:19:49.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:19:49.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:19:49.758 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:49.786 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:19:49.787 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:49.787 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:49.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:49.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:49.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:49.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:49.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:49.840 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:49.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:49.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:49.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:49.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:49.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:49.852 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:49.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:49.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:49.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:49.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:49.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:49.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:49.896 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:49.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:49.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:49.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:49.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:49.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:49.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:19:49.897 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:49.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:49.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:49.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:49.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:49.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:49.898 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:49.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:49.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:49.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:49.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:49.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:49.899 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:49.900 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:49.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:49.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:49.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:49.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:49.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:49.901 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:49.901 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:49.901 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:49.901 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:49.901 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:49.902 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:49.902 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:19:49.902 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:49.902 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:19:49.902 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:49.902 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:49.902 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:49.902 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:49.902 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:49.902 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:49.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:19:50.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:19:50.906 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:50.907 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:50.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:50.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:50.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:50.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:50.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:50.908 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:50.909 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:19:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:19:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:50.909 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:50.909 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:50.909 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:50.909 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:50.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:19:50.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:19:50.910 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:50.910 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:50.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:50.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:50.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:50.911 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:50.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:50.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:50.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:50.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:50.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:50.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:51.420 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:51.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:51.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:51.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:51.422 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:51.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:51.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:51.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:51.423 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:51.423 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:51.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:51.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:51.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:51.424 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:51.425 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:51.425 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:51.425 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:51.425 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:51.425 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:51.425 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:51.425 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:51.425 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:51.425 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:51.425 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:51.425 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:51.426 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:51.426 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:51.426 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:51.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:19:52.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:19:52.427 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:52.427 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:52.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:52.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:52.429 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:52.429 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:52.430 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:52.430 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:52.430 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:52.430 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:52.430 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:52.430 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:52.430 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:52.430 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:52.430 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:52.430 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:52.430 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:52.430 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:52.430 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:52.430 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:52.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:19:52.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:19:52.431 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:52.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:52.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:52.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:52.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:52.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:52.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:52.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:52.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:52.433 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:19:52.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:19:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:52.433 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:19:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:52.433 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:19:52.433 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:19:52.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:52.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:19:52.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:52.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:19:52.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:19:52.434 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:19:52.434 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:52.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:52.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:52.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:52.448 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:52.448 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:52.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:52.449 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:52.449 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:52.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:52.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:52.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:52.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:52.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:52.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:52.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:52.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:53.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:53.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:53.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:19:53.473 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:53.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:53.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:53.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:53.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:53.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:53.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:53.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:53.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:53.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:53.475 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:19:53.476 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:19:53.477 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:19:53.477 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:19:53.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:53.477 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 12:19:53.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:53.477 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:19:53.478 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:19:53.478 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:19:53.478 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:19:53.491 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:19:53.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:53.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:53.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:53.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:53.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:19:53.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:53.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:53.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:53.493 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:53.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:53.493 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:53.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:53.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:19:53.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:53.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:53.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:53.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:53.494 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:53.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:19:53.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:53.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:53.496 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:53.496 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:19:53.496 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:53.497 DEBUG [main][MenuItemLookup] Item match:File 12:19:53.499 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:19:53.499 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:53.507 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:19:53.507 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:19:53.541 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:19:53.541 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:19:53.541 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:19:53.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:19:53.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:19:53.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:19:53.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:53.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:53.681 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:53.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:53.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:19:53.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:53.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:53.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:53.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:53.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:53.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:19:53.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:19:53.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:19:53.697 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:53.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:53.697 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:53.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:53.698 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:53.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:19:53.698 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:53.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:53.698 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:53.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:53.698 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:53.699 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:19:53.699 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:19:53.700 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:19:53.700 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:19:53.700 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:53.700 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:19:53.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:19:53.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:53.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:53.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:53.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:53.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:53.703 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:19:53.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:53.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:53.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:53.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:53.824 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:53.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:53.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:53.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:19:53.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:19:53.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:19:53.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:53.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:53.826 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:19:53.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:53.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:19:53.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:53.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:53.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:53.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:53.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:19:53.876 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:19:53.877 INFO [WorkbenchTestable][AbstractText] Text set to: NextErrorTestClass 12:19:53.903 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:19:53.903 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:19:53.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:19:53.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:53.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:53.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:53.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:53.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:53.910 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:19:53.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:53.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:53.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:53.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:53.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:19:54.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:19:54.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:54.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:19:54.508 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:54.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:54.509 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:54.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:54.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20bae18c is found... 12:19:54.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@20bae18c is found finished successfully 12:19:54.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNextErrorTestClass.java\E') 12:19:54.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:54.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:54.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:54.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:54.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:54.518 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:54.518 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NextErrorTestClass { } TooltipText=null 12:19:54.518 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:19:54.524 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:54.525 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class NextErrorTestClass{ } TooltipText=null 12:19:54.525 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:19:54.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 12:19:54.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:54.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:54.525 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 12:19:54.525 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 12:19:54.526 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:54.526 DEBUG [main][MenuItemLookup] Item match:File 12:19:54.527 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:19:54.527 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:19:54.527 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:19:54.527 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:19:54.527 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:54.527 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:19:54.527 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:19:54.527 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:54.527 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:19:54.527 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:19:54.527 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:19:54.527 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:19:54.527 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:19:54.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:19:54.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:19:54.593 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:54.593 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class NextErrorTestClass{ } TooltipText=null 12:19:54.593 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:54.593 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:54.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:54.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:54.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:54.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:54.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:54.689 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:54.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:54.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:54.703 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 12:19:54.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:54.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:54.703 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 12:19:54.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:54.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:54.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:54.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:54.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:54.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:54.746 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:54.746 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:54.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:54.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:54.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:54.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:54.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:19:54.748 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:54.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:54.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:54.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:54.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:54.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:54.749 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:54.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:54.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:54.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:54.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:54.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:54.751 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:54.751 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:54.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:54.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:54.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:54.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:54.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:54.752 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:54.753 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:54.753 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:54.753 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:54.753 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:54.753 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:54.753 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:54.753 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:54.753 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:54.753 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:54.753 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:54.753 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:54.753 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:54.753 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:54.753 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:54.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:19:55.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:19:55.755 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:55.756 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:55.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:55.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:55.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:55.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:55.758 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:55.758 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:55.758 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:55.758 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:55.758 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:55.758 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:55.758 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:55.759 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:55.759 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:55.759 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:19:55.759 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:55.759 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:55.759 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:55.759 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:55.759 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:55.759 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:55.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:19:55.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:19:55.759 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:55.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:55.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:55.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform TooltipText=null 12:19:55.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:55.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:55.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:55.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:55.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:55.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:55.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:55.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:55.763 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:19:55.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:19:55.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:55.764 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:19:55.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:55.764 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:19:55.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:19:55.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:55.764 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:19:55.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:55.764 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:19:55.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:19:55.764 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:19:55.765 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:55.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:55.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:55.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:55.811 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:55.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:55.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:55.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:55.812 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:55.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:55.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:55.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:55.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:55.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:55.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:56.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:56.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:56.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:56.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:19:56.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:19:56.815 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:19:56.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:19:56.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:56.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:56.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:56.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:56.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:56.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:56.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:56.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:56.817 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:19:56.818 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:19:56.819 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:19:56.819 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:19:56.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:56.819 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 12:19:56.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:56.819 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:19:56.819 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:19:56.819 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:19:56.820 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:19:56.823 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:19:56.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:56.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:56.824 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:56.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:56.824 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:19:56.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:56.831 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:56.831 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:56.831 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:56.831 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:56.831 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:56.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:56.832 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:19:56.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:56.832 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:56.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:56.832 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:56.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:56.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform 12:19:56.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:56.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:56.833 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 12:19:56.833 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextErrorTestClass.java - Eclipse Platform' 12:19:56.834 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:56.834 DEBUG [main][MenuItemLookup] Item match:File 12:19:56.835 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:19:56.835 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:56.840 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:19:56.840 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:19:56.840 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:19:56.840 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:19:56.841 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:19:56.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:19:56.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:19:56.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:19:56.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:56.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:56.983 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:56.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:56.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:19:56.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:56.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:56.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:56.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:56.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:56.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:19:56.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:19:56.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:19:56.986 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:56.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:56.986 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:56.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:56.986 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:56.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:19:56.987 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:19:56.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:19:56.987 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:19:56.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:19:56.987 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:19:56.988 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:19:56.988 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:19:56.988 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:19:56.988 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:19:56.988 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:19:56.988 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:19:56.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:19:56.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:56.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:57.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:57.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:57.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:57.003 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:19:57.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:57.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:57.003 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:57.003 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:57.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:19:57.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:57.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:19:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:19:57.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:19:57.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:57.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:57.123 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:19:57.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:19:57.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:19:57.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:57.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:57.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:57.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:57.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:19:57.173 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:19:57.174 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 12:19:57.198 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:19:57.198 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:19:57.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:19:57.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:57.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:57.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:57.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:57.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:19:57.205 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:19:57.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:19:57.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:19:57.205 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:19:57.205 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:19:57.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:19:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:19:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:19:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:19:57.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@52997a00 is found... 12:19:57.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@52997a00 is found finished successfully 12:19:57.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 12:19:57.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:57.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:57.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:57.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:57.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:57.748 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:57.748 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 12:19:57.748 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:19:57.755 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:57.755 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:19:57.756 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:19:57.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:19:57.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:57.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:57.757 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:19:57.757 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:19:57.758 DEBUG [main][MenuItemLookup] Found menu:'File' 12:19:57.758 DEBUG [main][MenuItemLookup] Item match:File 12:19:57.759 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:19:57.759 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:19:57.759 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:19:57.759 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:19:57.759 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:57.759 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:19:57.759 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:19:57.759 DEBUG [main][MenuItemLookup] Found menu:'' 12:19:57.759 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:19:57.759 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:19:57.759 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:19:57.759 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:19:57.759 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:19:57.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:19:57.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:19:57.826 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:57.833 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:19:57.833 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:57.833 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:57.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:57.887 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:57.888 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:57.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:57.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:57.895 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:57.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:57.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:57.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:19:57.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:19:57.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:19:57.902 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:19:57.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:19:57.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:57.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:57.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:57.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:57.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:19:57.949 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:57.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:57.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:57.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:19:57.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:57.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:57.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:19:57.950 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:57.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:57.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:57.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:19:57.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:57.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:57.952 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:57.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:57.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:57.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:19:57.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:57.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:57.953 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:57.953 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:57.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:57.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:57.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:19:57.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:57.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:57.954 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:57.955 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:57.955 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:57.955 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:57.955 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:57.955 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:57.955 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 12:19:57.955 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:57.955 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 12:19:57.955 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:57.955 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:57.955 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:57.955 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:57.955 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:57.955 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:57.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:19:58.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:19:58.956 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:58.957 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:58.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:58.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:58.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:19:58.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:58.959 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:58.959 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:58.960 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:58.960 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:58.960 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:58.960 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:58.960 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:58.960 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 12:19:58.960 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:58.960 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 0 warnings, 0 others)' 12:19:58.960 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:58.960 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:58.960 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:58.960 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:58.960 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:58.960 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:58.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:19:58.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:19:58.961 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:58.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:58.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:58.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:19:58.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:19:58.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:19:58.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:19:58.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:19:58.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:19:58.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:19:58.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:19:58.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:19:59.467 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:59.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:59.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:59.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:59.469 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:59.469 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:59.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:59.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:59.470 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:19:59.470 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:19:59.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:19:59.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:19:59.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:19:59.471 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:19:59.472 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:59.472 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:59.472 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:59.472 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:19:59.472 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:19:59.472 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:19:59.472 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:59.472 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:19:59.472 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:19:59.472 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:19:59.472 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:19:59.472 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:19:59.472 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:19:59.472 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:19:59.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:20:00.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:20:00.473 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:00.474 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:00.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:00.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:00.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:00.475 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:00.476 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:00.476 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:00.476 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:00.476 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:00.476 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:00.476 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:00.476 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:00.476 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:00.476 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:00.477 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:00.477 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:00.477 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:00.477 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:00.477 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:00.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:20:00.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:20:00.477 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:00.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:00.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:00.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:00.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:00.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:00.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:00.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:00.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:00.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:00.479 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:20:00.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:20:00.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:00.479 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:20:00.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:00.479 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:20:00.480 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:20:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:00.480 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:20:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:00.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:20:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:20:00.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:00.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:00.494 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:00.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:00.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:00.509 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:00.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:00.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:00.510 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:00.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:00.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:00.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:00.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:00.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:00.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:00.553 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:00.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:00.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:00.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:00.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:00.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:00.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:00.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:00.568 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:00.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:00.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:00.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:00.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:00.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:00.580 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:00.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:00.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:00.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:00.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:00.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:00.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:00.592 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:00.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:00.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:00.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:00.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:00.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:00.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:20:00.594 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:00.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:00.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:00.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:00.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:00.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:00.595 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:00.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:00.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:00.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:00.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:00.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:00.596 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:00.596 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:00.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:00.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:00.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:00.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:00.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:00.597 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:00.598 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:00.598 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:00.598 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:00.598 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:00.598 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:00.598 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:00.598 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:00.598 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:00.598 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:00.598 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:00.598 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:00.598 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:00.598 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:00.598 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:00.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:20:01.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:20:01.599 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:01.599 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:01.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:01.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:01.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:01.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:01.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:01.601 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:01.602 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:01.602 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:01.602 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:01.602 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:01.602 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:01.602 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:01.602 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:01.602 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:01.602 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:01.602 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:01.602 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:01.602 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:01.602 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:01.602 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:01.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:20:01.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:20:01.603 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:01.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:01.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:01.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:01.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:01.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:01.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:01.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:01.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:01.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:01.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:01.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:01.634 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:20:01.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:20:01.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:01.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:20:01.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:01.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:20:01.635 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:20:01.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:01.635 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:20:01.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:01.635 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:20:01.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:20:01.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:20:01.636 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:01.636 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:01.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:01.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:01.637 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:01.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:01.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:01.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:01.638 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:01.638 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:01.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:01.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:01.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:01.639 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:01.640 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:01.640 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:01.640 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:01.640 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:01.640 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:01.640 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:01.640 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:01.640 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:01.640 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:01.640 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:01.640 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:01.640 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:01.640 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:01.640 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:01.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:20:02.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:20:02.642 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:02.642 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:02.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:02.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:02.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:02.644 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:02.645 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:02.645 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:02.645 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:02.645 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:02.645 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:02.645 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:02.645 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:02.645 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:02.645 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:02.645 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:02.645 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:02.645 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:02.645 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:02.645 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:02.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:20:02.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:20:02.646 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:02.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:02.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:02.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:02.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:02.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:02.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:02.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:02.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:02.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:02.648 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 12:20:02.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 12:20:02.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:02.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 12:20:02.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:02.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 12:20:02.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 12:20:02.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:02.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 12:20:02.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:02.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 12:20:02.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:20:02.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:02.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:02.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:02.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:02.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:02.668 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:02.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:02.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:02.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:02.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:02.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:02.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:02.708 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:02.708 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:02.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:02.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:02.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:02.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:02.709 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:02.709 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:02.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:02.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:02.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:02.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:02.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:02.711 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:02.712 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:02.712 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:02.712 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:02.712 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:02.712 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:02.712 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:02.712 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:02.712 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:02.712 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:02.712 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:02.712 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:02.712 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:02.712 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:02.712 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:02.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:20:03.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:20:03.714 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:03.714 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:03.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:03.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:03.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:03.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:03.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:03.715 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:03.716 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:03.716 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:03.716 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:03.716 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:03.716 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:03.716 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:03.716 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:03.717 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:03.717 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:03.717 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:03.717 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:03.717 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:03.717 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:03.717 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:03.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:20:03.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:20:03.718 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:03.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:03.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:03.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:03.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:03.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:03.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:03.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:03.748 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 12:20:03.748 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 12:20:03.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:03.748 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 12:20:03.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:03.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 12:20:03.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 12:20:03.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:03.749 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 12:20:03.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:03.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 12:20:03.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:03.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:03.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:03.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:03.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:03.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:03.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:03.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:03.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:03.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:03.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:03.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:03.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:03.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:03.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:03.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:03.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:03.772 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:03.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:03.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:03.785 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:03.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:03.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:03.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:03.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:03.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:03.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:03.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:03.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:03.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:03.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:03.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:03.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:03.863 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:03.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:03.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:03.909 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:03.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:03.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:03.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:03.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:03.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:03.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:03.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:03.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:03.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:03.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:03.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:03.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:03.954 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:03.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:03.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:03.966 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:03.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:03.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:03.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:03.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:03.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:03.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:03.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:03.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:03.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:03.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:03.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:03.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:03.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:03.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:04.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:04.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:04.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:04.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:04.009 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:04.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:04.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:04.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:04.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:04.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:04.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:04.049 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:04.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:04.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:04.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:04.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:04.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:04.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:04.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:04.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:04.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:04.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:04.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:04.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:04.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:04.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:04.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:04.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:04.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:04.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:04.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:04.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:04.094 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:04.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:04.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:04.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:04.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:04.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:04.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:04.133 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:04.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:04.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:04.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:04.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:04.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:04.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:04.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:04.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:04.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:04.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:04.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:04.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:04.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:04.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:04.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:04.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:04.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:04.145 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:04.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:04.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:04.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:04.146 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:04.146 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:04.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:04.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:04.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:04.147 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:04.148 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:04.148 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:04.148 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:04.148 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:04.148 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:04.148 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:04.148 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:04.148 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:04.148 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:04.148 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:04.148 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:04.148 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:04.148 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:04.148 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:04.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:20:05.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:20:05.149 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:05.150 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:05.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:05.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:05.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:05.151 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:05.152 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:05.152 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:05.152 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:05.152 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:05.152 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:05.153 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:05.153 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:05.153 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:05.153 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:05.153 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:05.153 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:05.153 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:05.153 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:05.153 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:05.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:20:05.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:20:05.153 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:05.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:05.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:05.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:05.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:05.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:05.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:05.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:05.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:05.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:05.156 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 12:20:05.156 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 12:20:05.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:05.156 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 12:20:05.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:05.156 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 12:20:05.157 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 12:20:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:05.157 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 12:20:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:05.157 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 12:20:05.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:05.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:05.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:05.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:05.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:05.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:05.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:05.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:05.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:05.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:05.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:05.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:05.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:05.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:05.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:05.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:05.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:05.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:05.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:05.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:05.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:05.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:05.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:05.161 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:05.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:05.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:05.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:05.162 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:05.162 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:05.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:05.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:05.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:05.163 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:05.164 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:05.164 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:05.164 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:05.164 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:05.164 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:05.164 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:05.164 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:05.164 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:05.164 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:05.164 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:05.164 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:05.164 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:05.164 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:05.164 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:05.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:20:06.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:20:06.166 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:06.166 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:06.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:06.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:06.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:06.168 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:06.168 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:06.168 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:06.169 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:06.169 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:06.169 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:06.169 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:06.169 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:06.169 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:06.169 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:06.169 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:06.169 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:06.169 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:06.169 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:06.169 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:06.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:20:06.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:20:06.169 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:06.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:06.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:06.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:06.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.172 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (2 items) and wait with time period 1 12:20:06.172 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 12:20:06.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:06.172 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 12:20:06.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:06.172 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 12:20:06.173 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (2 items) 12:20:06.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:06.173 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (2 items) is already expanded. No action performed 12:20:06.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:06.173 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (2 items) 12:20:06.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:06.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:06.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:06.187 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:06.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:06.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:06.227 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:06.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:06.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:06.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:06.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:06.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:06.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:06.271 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:06.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:06.310 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:06.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:06.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:06.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:06.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:06.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:06.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:06.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:06.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:06.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:06.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:06.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:06.396 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:06.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:06.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:06.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:06.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:06.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:06.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:06.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:06.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:06.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:06.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:06.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:06.479 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:06.479 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:06.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:06.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:06.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:06.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:06.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:06.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:06.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:06.521 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:06.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:06.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:06.566 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:06.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:06.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:06.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:06.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:06.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:06.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:06.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:06.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:06.608 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:06.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:06.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:06.649 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:06.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:06.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:06.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:06.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:06.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:06.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:06.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:06.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:06.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:06.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:06.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:06.732 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:06.733 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:06.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:06.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:06.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:06.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:06.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:06.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:06.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:06.777 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:06.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:06.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:06.817 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:06.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:06.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:06.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:06.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:06.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:06.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.860 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:06.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:06.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:06.860 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:06.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:06.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:06.901 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:06.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:06.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:06.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:06.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:06.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:06.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:06.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.953 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:06.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:06.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:06.954 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:06.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:06.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:06.995 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:06.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:06.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:06.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:06.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:06.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:06.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:06.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:06.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:06.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:06.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:06.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:07.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:07.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:07.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:07.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:07.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:07.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:07.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:07.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:07.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:07.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:07.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:07.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:07.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:07.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:07.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:07.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:07.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:07.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:07.078 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:07.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:07.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:07.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:07.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:07.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:07.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:07.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:07.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:07.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:07.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:07.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:07.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:07.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:07.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:07.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:07.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:07.120 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:07.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:07.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:07.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:07.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:07.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:07.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:07.160 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:07.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:07.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:07.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:07.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:07.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:07.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:07.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:07.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:07.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:07.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:07.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:07.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:07.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:07.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:07.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:07.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:07.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:07.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:07.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:07.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:07.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:07.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:07.211 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:07.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:07.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:07.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:07.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:07.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:07.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:07.252 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:07.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:07.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:07.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:07.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:07.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:07.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:07.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:07.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:07.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:07.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:07.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:07.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:07.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:07.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:07.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:07.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:07.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:07.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:07.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:07.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:07.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:07.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:07.299 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:07.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:07.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:07.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:07.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:07.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:07.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:07.311 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:07.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:07.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:07.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:07.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:07.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:07.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:07.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:07.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:07.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:07.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:07.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:07.343 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:07.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:07.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:07.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:07.344 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:07.344 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:07.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:07.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:07.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:07.345 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:07.346 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:07.346 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:07.346 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:07.346 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:07.346 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:07.346 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:07.346 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:07.346 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:07.346 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:07.346 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:07.346 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:07.346 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:07.346 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:07.346 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:07.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:20:08.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:20:08.848 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:08.848 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:08.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:08.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:08.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:08.849 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:08.850 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:08.850 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:08.850 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:08.850 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:08.850 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:08.850 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:08.850 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:08.850 TRACE [main][WorkbenchPartLookup] Found view 'Problems (2 errors, 1 warning, 0 others)' 12:20:08.850 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:08.850 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:08.850 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:08.850 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:08.850 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:08.850 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:08.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:20:08.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:20:08.851 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:08.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:08.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:08.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:08.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:08.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:08.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:08.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:08.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:08.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:08.854 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:20:08.854 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:20:08.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:08.857 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:20:08.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:08.857 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:20:08.857 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:20:08.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:08.857 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:20:08.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:08.857 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:20:08.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:08.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:08.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:08.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:08.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:08.875 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:08.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:08.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:08.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:08.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:08.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:08.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:08.928 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:08.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:08.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:08.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:08.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:08.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:08.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:08.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:08.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:08.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:08.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:08.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:08.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:08.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:08.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:08.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:08.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:08.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:08.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:08.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:08.974 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:08.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:08.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:08.974 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:08.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:08.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:08.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:09.016 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:09.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:09.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:09.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:09.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:09.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:09.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:09.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:09.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:09.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:09.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.060 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:09.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:09.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:09.061 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:09.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:09.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:09.099 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:09.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:09.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:09.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:09.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:09.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:09.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:09.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:09.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:09.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:09.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:09.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:09.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:09.117 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:09.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:09.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:09.156 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:09.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:09.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:09.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:09.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:09.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:09.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:09.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:09.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:09.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:09.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:09.205 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:09.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:09.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:09.244 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:09.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:09.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:09.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:09.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:09.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:09.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:09.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:09.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:09.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:09.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:09.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:09.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:09.289 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:09.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:09.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:09.328 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:09.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:09.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:09.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:09.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:09.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:09.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:09.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:09.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:09.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:09.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:09.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:09.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:09.371 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:09.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:09.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:09.410 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:09.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:09.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:09.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:09.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:09.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:09.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:09.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:09.414 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:09.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:09.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:09.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:09.444 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:20:09.444 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:20:09.444 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:20:09.444 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:20:09.444 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:20:09.444 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:20:09.444 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:20:09.444 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:20:09.444 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:20:09.444 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:20:09.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:20:09.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:20:09.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:20:09.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:09.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:09.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:20:09.556 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:09.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:09.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:09.557 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:20:09.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:09.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:09.559 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:20:09.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:09.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:09.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:09.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:09.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:20:09.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:09.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:09.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:09.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:20:09.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:09.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:09.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:09.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:09.573 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:20:09.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:09.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:09.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:09.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:09.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:20:09.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:20:09.654 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:20:09.654 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:09.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:09.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:09.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:09.685 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:09.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:09.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:09.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:09.687 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:09.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:09.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:09.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:09.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:09.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:09.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:10.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:10.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:10.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:10.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:10.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:20:10.690 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:10.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:10.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:10.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:10.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:10.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:10.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:10.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:10.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:10.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:10.692 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:20:10.693 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:20:10.693 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:20:10.693 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:20:10.697 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:20:10.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:10.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'New' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:10.757 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:20:10.757 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:20:10.758 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:20:10.758 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:20:10.758 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:20:10.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:10.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:20:10.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:20:10.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:20:10.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:10.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:10.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:10.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:10.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:20:10.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:10.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:10.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:10.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:10.766 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:20:10.766 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:20:10.766 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:20:10.766 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:20:10.769 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:20:10.769 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:10.769 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:10.819 DEBUG [main][MenuItemLookup] Found menu:'New' 12:20:10.819 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:20:10.819 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:10.819 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:20:10.819 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:20:10.819 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:20:10.819 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:10.819 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:10.819 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:20:10.819 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:10.819 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:20:10.819 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:20:10.819 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:20:10.819 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:20:10.820 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:20:10.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.016: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.046: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.051: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.052: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.063: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.081: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.096: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.113: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.131: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.147: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.163: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.180: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.196: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.214: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.230: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.246: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:20:11.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:20:11.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:20:11.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:11.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:11.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:11.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:11.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:20:11.558 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:11.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:11.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:11.558 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:20:11.558 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:11.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:11.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:11.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:11.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:11.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:11.559 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:20:11.560 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:20:11.560 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:20:11.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:11.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:11.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:11.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:11.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:20:11.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:11.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:11.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:11.561 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:20:11.561 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:11.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:11.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:11.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:11.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:11.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:11.563 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:20:11.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:11.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:11.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:11.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.565: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.568: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:20:11.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:20:11.569 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:20:11.649: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:20:12.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:20:12.070 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:20:12.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:12.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:20:12.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:20:12.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:20:12.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:20:12.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:20:12.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:12.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:12.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:12.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:12.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:12.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:12.070 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:12.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:12.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:20:12.071 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:20:12.071 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:20:12.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:12.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:12.073 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:20:12.073 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:20:12.073 INFO [WorkbenchTestable][RequirementsRunner] Started test: testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:20:12.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:20:12.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:20:12.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:20:12.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:20:12.073 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:20:12.074 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:12.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:12.074 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:12.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:12.074 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:20:12.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:12.074 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:12.074 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:12.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:12.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:12.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:12.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:12.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:20:12.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:12.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:12.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:12.075 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:12.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:12.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:12.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:12.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:12.076 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:12.076 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:20:12.076 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:12.080 DEBUG [main][MenuItemLookup] Item match:File 12:20:12.081 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:20:12.081 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:12.086 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:20:12.086 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:20:12.117 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:20:12.119 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:20:12.120 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:20:12.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:20:12.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:20:12.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:20:12.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:12.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:12.254 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:20:12.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:12.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:20:12.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:12.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:12.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:12.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:12.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:12.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:20:12.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:20:12.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:20:12.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:20:12.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:12.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:20:12.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:12.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:20:12.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:20:12.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:20:12.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:12.259 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:20:12.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:12.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:20:12.259 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:20:12.259 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:20:12.260 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:20:12.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:20:12.264 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:20:12.264 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:20:12.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:20:12.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:12.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:12.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:12.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:12.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:12.267 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:20:12.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:12.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:12.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:12.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:12.524 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:12.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:12.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:12.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:20:12.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:20:12.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:20:12.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:12.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:12.525 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:20:12.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:12.528 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:20:12.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:20:12.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:12.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:12.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:12.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:12.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:20:12.533 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:20:12.534 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:20:12.575 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:20:12.575 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:20:12.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:12.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:12.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:12.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:12.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:12.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:12.580 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:20:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:12.581 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:12.581 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:12.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:20:15.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:20:15.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:20:15.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:20:15.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:15.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:20:15.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:15.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:15.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:15.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:15.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:15.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:15.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:15.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:15.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:15.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:15.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:15.717 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:15.717 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:15.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:15.727 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:15.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:15.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:15.728 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:15.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:15.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:15.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:15.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:15.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:15.739 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:15.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:15.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:15.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:15.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:15.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:15.779 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:20:15.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:15.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:15.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:15.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:15.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:15.783 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:15.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:20:15.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:15.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:15.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:15.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:15.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:15.806 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:15.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:15.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:15.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:15.854 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:20:15.854 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:15.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:15.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:15.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:15.855 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:15.855 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:15.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:15.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:15.856 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:15.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:15.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:15.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:15.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:15.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:15.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:16.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:16.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:16.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:16.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:16.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:20:16.860 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:16.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:16.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:16.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:16.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:16.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:16.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:16.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:16.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:16.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:16.862 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:20:16.862 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:20:16.863 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:20:16.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:20:16.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:17.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:17.364 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:20:17.365 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:20:17.365 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:20:17.365 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:20:17.368 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:20:17.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:17.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:17.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:17.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:17.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:20:17.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:17.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:17.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:17.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:17.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:17.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:17.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:17.370 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:20:17.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:17.370 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:17.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:17.370 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:17.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:17.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:17.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:17.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:17.370 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:17.370 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:20:17.371 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:17.371 DEBUG [main][MenuItemLookup] Item match:File 12:20:17.372 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:20:17.372 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:17.376 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:20:17.376 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:20:17.402 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:20:17.403 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:20:17.403 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:20:17.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:20:17.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:20:17.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:20:17.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:17.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:17.533 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:20:17.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:17.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:20:17.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:17.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:17.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:17.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:17.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:17.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:20:17.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:20:17.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:20:17.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:20:17.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:17.536 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:20:17.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:17.536 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:20:17.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:20:17.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:20:17.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:17.536 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:20:17.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:17.536 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:20:17.536 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:20:17.536 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:20:17.537 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:20:17.543 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:20:17.543 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:20:17.543 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:20:17.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:20:17.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:17.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:17.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:17.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:17.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:17.544 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:20:17.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:17.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:17.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:17.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:17.661 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:17.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:17.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:17.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:20:17.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:20:17.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:20:17.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:17.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:17.663 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:20:17.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:17.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:20:17.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:17.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:17.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:17.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:17.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:20:17.697 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:20:17.698 INFO [WorkbenchTestable][AbstractText] Text set to: NonExistingImportQuickFix 12:20:17.800 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:20:17.800 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:20:17.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:17.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:17.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:17.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:17.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:17.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:17.810 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:20:17.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:17.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:17.810 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:17.810 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:17.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:20:18.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:20:18.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:18.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:20:18.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 9 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:20:18.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:20:18.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:20:18.572 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:20:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:20:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:20:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:18.573 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:18.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:18.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3573cf5 is found... 12:20:18.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3573cf5 is found finished successfully 12:20:18.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNonExistingImportQuickFix.java\E') 12:20:18.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:18.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:18.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:18.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:18.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:18.593 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:18.634 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NonExistingImportQuickFix { } TooltipText=null 12:20:18.634 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 1 12:20:18.635 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 1, offser 0 12:20:18.642 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:18.642 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= import abc.efg.SomeClass; public class NonExistingImportQuickFix { } TooltipText=null 12:20:18.642 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:20:18.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 12:20:18.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:18.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:18.643 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 12:20:18.643 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 12:20:18.644 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:18.644 DEBUG [main][MenuItemLookup] Item match:File 12:20:18.645 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:20:18.645 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:20:18.645 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:20:18.645 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:20:18.645 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:18.645 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:20:18.645 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:20:18.645 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:18.645 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:20:18.645 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:20:18.645 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:20:18.645 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:20:18.645 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:20:18.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:20:18.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:20:18.739 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:18.739 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= import abc.efg.SomeClass; public class NonExistingImportQuickFix { } TooltipText=null 12:20:18.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:18.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:18.745 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:18.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:18.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:18.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 12:20:18.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:18.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:18.781 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 12:20:18.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:18.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:18.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:18.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:18.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:18.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:18.839 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:18.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:18.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:18.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:18.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:20:18.892 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:18.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:18.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:18.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:18.893 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:18.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:18.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:18.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:18.894 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:18.894 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:18.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:18.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:18.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:18.895 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:18.896 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:18.896 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:18.896 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:18.896 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:18.896 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:18.896 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:20:18.896 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:18.896 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:20:18.896 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:18.896 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:18.896 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:18.896 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:18.896 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:18.896 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:18.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:20:19.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:20:19.898 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:19.898 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:19.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:19.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:19.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:19.899 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:19.900 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:19.900 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:19.900 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:19.900 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:19.900 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:19.900 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:20:19.900 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:19.900 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:20:19.900 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:19.900 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:19.900 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:19.900 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:19.900 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:19.900 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:19.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:20:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:20:19.901 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:19.901 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:19.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:19.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:19.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:19.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:19.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:19.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:19.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:19.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:19.903 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:20:19.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:20:19.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:19.903 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:20:19.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:19.903 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:20:19.903 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:20:19.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:19.904 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:20:19.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:19.904 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:20:19.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:20:19.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:19.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:19.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform 12:20:19.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:19.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:19.917 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform' 12:20:19.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:19.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:19.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:19.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:19.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:19.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:19.955 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:19.955 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:19.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:19.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 12:20:19.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:19.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:19.956 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:19.956 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:19.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:19.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:19.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 12:20:19.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:19.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:19.957 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:19.958 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:19.958 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:19.958 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:19.958 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:19.958 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:19.958 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:20:19.958 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:19.958 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:20:19.958 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:19.958 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:19.958 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:19.958 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:19.958 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:19.958 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:19.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:20:20.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:20:20.960 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:20.960 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:20.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:20.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:20.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 12:20:20.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:20.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:20.961 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:20.962 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:20.962 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:20.962 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:20.962 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:20.962 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:20.962 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:20:20.962 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:20.962 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:20:20.962 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:20.962 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:20.962 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:20.962 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:20.962 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:20.962 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:20.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:20:20.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:20:20.963 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:20.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:20.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:20.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NonExistingImportQuickFix.java - Eclipse Platform TooltipText=null 12:20:20.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:20.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:20.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:20.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:20.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:20.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:20.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:20.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:20.966 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:20:20.967 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:20:20.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:20.967 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:20:20.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:20.967 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:20:20.967 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:20:20.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:20.968 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:20:20.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:20.968 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:20:20.968 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item The import abc cannot be resolved 12:20:20.968 DEBUG [main][TreeItemHandler] Selecting tree item: The import abc cannot be resolved 12:20:20.969 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item The import abc cannot be resolved about selection 12:20:21.000 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: The import abc cannot be resolved 12:20:21.000 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:21.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:21.035 DEBUG [main][MenuItemLookup] Found menu:'Go to Resource' 12:20:21.036 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:21.036 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:21.036 DEBUG [main][MenuItemLookup] Found menu:'Copy Details' 12:20:21.036 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:20:21.036 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:20:21.036 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:21.036 DEBUG [main][MenuItemLookup] Found menu:'Show In' 12:20:21.036 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 12:20:21.036 DEBUG [main][MenuItemLookup] Item match:Quick Fix Ctrl+1 12:20:21.036 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Quick Fix Ctrl+1" 12:20:21.036 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Quick Fix Ctrl+1 12:20:21.036 INFO [main][MenuItemHandler] Select menu item: &Quick Fix Ctrl+1 12:20:21.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Quick Fix"] is available.... 12:20:21.385 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:21.385 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:21.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Quick Fix"] is available. finished successfully 12:20:21.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Quick Fix 12:20:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:21.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.views.markers.QuickFixPage, index 0 and no matchers specified 12:20:21.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:21.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:21.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:21.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:21.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:20:21.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:20:21.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:20:21.398 TRACE [main][WidgetHandler] Notify Table with event 13 12:20:21.398 TRACE [main][WidgetHandler] Wait for synchronization 12:20:21.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:20:21.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:21.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:21.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:21.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Quick Fix" as the parent 12:20:21.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:21.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:21.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:21.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:21.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:21.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:21.401 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:20:21.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:21.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:21.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:21.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:21.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable... 12:20:21.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable finished successfully 12:20:21.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:20:21.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:20:21.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:20:21.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:21.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:21.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:21.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:21.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:21.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:21.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 12:20:21.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:21.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:21.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:21.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:21.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:21.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:21.606 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:20:21.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:21.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:21.606 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:21.606 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:21.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:20:22.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:20:22.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62383e4 is found... 12:20:22.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@62383e4 is found finished successfully 12:20:22.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSomeClass.java\E') 12:20:22.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:22.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:22.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:22.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:22.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:22.150 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:22.150 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package abc.efg; public class SomeClass { } TooltipText=null 12:20:22.150 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:22.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:22.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:22.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:22.187 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:20:22.187 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:20:22.187 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:20:22.187 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:20:22.187 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:20:22.187 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:20:22.187 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:20:22.187 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:20:22.187 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:20:22.187 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:20:22.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:20:22.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:20:22.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:20:22.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:22.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:22.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:20:22.272 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:22.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:22.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:22.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:20:22.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:22.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:22.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:22.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:22.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:22.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:22.275 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:20:22.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:22.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:22.275 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:22.275 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:22.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:20:22.286 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:22.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:22.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:22.287 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:20:22.287 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:22.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:22.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:22.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:22.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:22.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:22.290 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:20:22.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:22.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:22.290 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:22.290 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:22.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:20:22.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:20:22.423 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:20:22.423 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:22.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:22.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:22.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:22.452 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:22.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:22.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:22.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:22.453 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:22.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:22.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:22.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:22.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:22.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:22.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:22.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:22.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:23.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:23.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:23.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:20:23.456 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:23.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:23.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:23.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:23.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:23.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:23.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:23.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:23.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:23.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:23.458 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:20:23.458 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:20:23.458 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:20:23.458 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:20:23.469 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:20:23.469 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:23.469 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'New' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:23.515 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:20:23.515 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:20:23.515 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:20:23.516 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:20:23.516 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:20:23.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:23.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:23.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:20:23.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:20:23.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:20:23.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:23.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:23.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:23.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:23.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:20:23.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:23.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:23.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:23.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:23.522 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:20:23.522 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:20:23.522 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:20:23.522 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:20:23.524 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:20:23.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:23.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:23.568 DEBUG [main][MenuItemLookup] Found menu:'New' 12:20:23.568 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:20:23.568 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:23.568 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:20:23.568 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:20:23.568 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:20:23.568 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:23.568 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:23.568 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:20:23.568 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:23.568 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:20:23.568 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:20:23.568 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:20:23.568 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:20:23.569 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:20:23.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.730: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.758: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.763: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.764: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.779: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.796: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.812: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.828: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.845: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.861: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.878: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.895: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.912: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.928: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.945: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.961: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:23.978: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:20:24.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:20:24.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:20:24.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:24.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:24.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:24.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:24.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:20:24.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:24.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:24.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:24.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:20:24.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:24.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:24.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:24.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:24.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:24.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:24.270 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:20:24.270 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:20:24.271 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:20:24.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:24.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:24.271 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:24.271 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:24.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:20:24.271 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:24.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:24.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:24.271 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:20:24.271 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:24.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:24.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:24.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:24.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:24.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:24.273 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:20:24.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:24.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:24.273 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:24.273 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:20:24.275: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:24.277: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:20:24.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:20:24.279 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:20:24.355: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:20:24.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:20:24.780 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:20:24.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:24.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:20:24.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:20:24.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:20:24.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:20:24.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:20:24.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:24.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:24.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:24.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:24.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:24.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:24.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:24.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:24.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:24.780 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:20:24.780 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:20:24.780 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:20:24.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:24.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:24.781 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:20:24.781 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:20:24.782 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:20:24.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:20:24.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:20:24.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:20:24.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:20:24.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:20:24.782 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:24.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:24.782 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:24.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:24.782 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:20:24.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:24.783 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:24.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:24.783 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:24.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:24.783 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:24.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:24.783 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:20:24.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:24.784 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:24.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:24.784 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:24.784 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:24.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:24.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:24.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:24.784 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:24.785 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:20:24.785 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:24.788 DEBUG [main][MenuItemLookup] Item match:File 12:20:24.789 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:20:24.789 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:24.793 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:20:24.793 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:20:24.816 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:20:24.816 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:20:24.816 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:20:24.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:20:24.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:20:24.937 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:20:24.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:24.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:24.938 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:20:24.938 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:24.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:20:24.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:24.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:24.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:24.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:24.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:24.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:20:24.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:20:24.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:20:24.942 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:20:24.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:24.942 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:20:24.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:24.942 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:20:24.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:20:24.942 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:20:24.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:24.943 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:20:24.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:24.943 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:20:24.943 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:20:24.943 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:20:24.944 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:20:24.948 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:20:24.949 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:20:24.949 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:20:24.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:20:24.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:24.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:24.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:24.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:24.951 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:20:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:24.951 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:24.951 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:25.206 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:25.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:25.206 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:25.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:20:25.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:20:25.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:20:25.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:25.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:25.207 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:20:25.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:25.233 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:20:25.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:20:25.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:25.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:25.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:25.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:20:25.238 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:20:25.239 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:20:25.274 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:20:25.274 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:20:25.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:25.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:25.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:25.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:25.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:25.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:25.279 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:20:25.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:25.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:25.279 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:25.279 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:25.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:20:28.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:20:28.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:20:28.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:20:28.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:28.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:20:28.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:28.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:28.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:28.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:28.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:28.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:28.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:28.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:28.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:28.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:28.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:28.335 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:28.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:28.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:28.345 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:28.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:28.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:28.345 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:28.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:28.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:28.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:28.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:28.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:28.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:28.355 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:28.355 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:28.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:28.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:28.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:28.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:28.396 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:20:28.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:28.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:28.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:28.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:28.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:28.398 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:28.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:20:28.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:28.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:28.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:28.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:28.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:28.399 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:28.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:28.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:28.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:28.452 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:20:28.453 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:28.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:28.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:28.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:28.454 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:28.454 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:28.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:28.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:28.456 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:28.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:28.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:28.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:28.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:28.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:28.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:28.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:28.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:29.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:29.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:29.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:20:29.460 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:29.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:29.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:29.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:29.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:29.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:29.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:29.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:29.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:29.462 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:20:29.462 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:20:29.462 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:20:29.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:20:29.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:29.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:29.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:20:29.965 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:20:29.965 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:20:29.966 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:20:29.970 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:20:29.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:29.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:29.971 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:29.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:29.971 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:20:29.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:29.971 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:29.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:29.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:29.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:29.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:29.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:29.981 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:20:29.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:29.981 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:29.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:29.981 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:29.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:29.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:29.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:29.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:29.982 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:29.982 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:20:29.982 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:29.982 DEBUG [main][MenuItemLookup] Item match:File 12:20:29.984 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:20:29.984 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:29.990 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:20:29.990 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:20:30.017 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:20:30.018 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:20:30.018 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:20:30.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:20:30.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:20:30.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:20:30.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:30.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:30.178 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:20:30.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:30.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:20:30.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:30.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:30.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:30.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:30.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:30.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:20:30.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:20:30.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:20:30.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:20:30.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:30.184 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:20:30.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:30.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:20:30.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:20:30.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:20:30.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:30.185 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:20:30.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:30.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:20:30.186 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:20:30.186 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:20:30.186 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:20:30.192 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:20:30.192 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:20:30.192 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:20:30.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:20:30.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:30.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:30.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:30.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:30.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:30.207 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:20:30.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:30.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:30.207 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:30.207 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:30.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:30.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:30.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:30.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:20:30.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:20:30.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:20:30.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:30.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:30.365 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:20:30.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:30.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:20:30.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:30.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:30.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:30.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:30.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:20:30.462 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:20:30.463 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 12:20:30.487 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:20:30.487 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:20:30.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:30.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:30.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:30.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:30.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:30.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:30.493 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:20:30.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:30.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:30.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:30.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:30.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:20:31.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:20:31.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/ProblemsViewTestProject)' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:31.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/ProblemsViewTestProject)' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:31.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:31.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7f8a6543 is found... 12:20:31.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7f8a6543 is found finished successfully 12:20:31.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 12:20:31.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:31.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:31.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:31.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:31.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:31.117 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:31.117 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 12:20:31.117 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:20:31.132 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:31.133 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:20:31.133 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:20:31.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:31.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:31.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:31.133 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:31.133 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:31.134 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:31.134 DEBUG [main][MenuItemLookup] Item match:File 12:20:31.135 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:20:31.135 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:20:31.135 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:20:31.135 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:20:31.135 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:31.135 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:20:31.135 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:20:31.135 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:31.135 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:20:31.135 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:20:31.135 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:20:31.135 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:20:31.135 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:20:31.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:20:31.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:20:31.207 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:31.207 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:20:31.207 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:31.207 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:31.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:31.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:31.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:31.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:31.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:31.277 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:31.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:31.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:31.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:31.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:31.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:31.290 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:31.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:31.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:31.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:31.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:31.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:31.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:31.333 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:31.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:31.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:31.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:31.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:31.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:20:31.334 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:31.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:31.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:31.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:31.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:31.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:31.335 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:31.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:31.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:31.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:31.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:31.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:31.336 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:31.337 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:31.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:31.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:31.337 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:31.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:31.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:31.338 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:31.338 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:31.338 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:31.338 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:31.338 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:31.339 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:31.339 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:20:31.339 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:31.339 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:20:31.339 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:31.339 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:31.339 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:31.339 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:31.339 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:31.339 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:31.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:20:32.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:20:32.340 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:32.340 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:32.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:32.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:32.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:32.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:32.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:32.342 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:32.343 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:32.343 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:32.343 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:32.343 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:32.343 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:32.343 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:20:32.343 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:32.343 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:20:32.343 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:32.343 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:32.343 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:32.343 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:32.343 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:32.343 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:32.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:20:32.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:20:32.344 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:32.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:32.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:32.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:32.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:32.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:32.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:32.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:32.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:32.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:32.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:32.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:32.847 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:32.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:32.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:32.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:32.849 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:32.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:32.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:32.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:32.850 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:32.850 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:32.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:32.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:32.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:32.852 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:32.852 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:32.852 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:32.852 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:32.852 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:32.852 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:32.853 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:20:32.853 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:32.853 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:20:32.853 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:32.853 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:32.853 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:32.853 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:32.853 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:32.853 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:20:33.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:20:33.854 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:33.854 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:33.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:33.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:33.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:33.856 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:33.857 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:33.857 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:33.857 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:33.857 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:33.857 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:33.857 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:20:33.857 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:33.857 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:20:33.857 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:33.857 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:33.857 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:33.857 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:33.857 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:33.857 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:33.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:20:33.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:20:33.858 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:33.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:33.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:33.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:33.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:33.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:33.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:33.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:33.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:33.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:33.861 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:20:33.861 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:20:33.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:33.861 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:20:33.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:33.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:20:33.861 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:20:33.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:33.861 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:20:33.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:33.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:20:33.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:20:33.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:33.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:33.874 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:33.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:33.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:33.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:33.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:33.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:33.886 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:33.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:33.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:33.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:33.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:33.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:33.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:33.925 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:33.925 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:33.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:33.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:33.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:33.926 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:33.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 1... 12:20:33.926 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:33.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:33.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:33.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:33.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:33.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:33.927 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:33.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:33.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:33.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:33.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:33.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:33.928 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:33.928 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:33.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:33.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:33.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:33.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:33.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:33.929 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:33.930 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:33.930 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:33.930 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:33.930 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:33.930 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:33.930 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:20:33.930 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:33.930 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:20:33.930 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:33.931 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:33.931 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:33.931 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:33.931 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:33.931 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:33.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:20:34.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:20:34.932 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:34.933 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:34.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:34.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:34.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:34.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:34.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:34.934 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:34.935 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:34.935 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:34.935 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:34.935 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:34.935 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:34.935 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:20:34.935 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:34.935 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:20:34.935 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:34.935 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:34.935 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:34.935 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:34.935 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:34.935 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:34.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:20:34.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:20:34.936 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:34.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:34.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:34.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:34.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:34.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:34.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:34.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:34.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:34.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:34.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:34.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:34.941 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:20:34.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:20:34.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:34.941 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:20:34.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:34.941 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:20:34.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:20:34.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:34.941 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:20:34.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:34.941 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:20:34.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 1. Expected number of problems is: 1 finished successfully 12:20:34.942 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:34.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:34.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:34.943 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:34.944 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:20:34.944 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:20:34.944 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:20:34.944 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:20:34.944 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:20:34.944 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:20:34.944 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:20:34.944 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:20:34.944 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:20:34.944 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:20:35.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:20:35.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:20:35.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:20:35.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:35.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:35.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:20:35.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:35.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:35.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:35.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:20:35.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:35.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:35.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:35.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:35.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:35.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:35.065 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:20:35.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:35.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:35.065 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:35.065 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:35.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:20:35.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:35.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:35.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:35.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:20:35.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:35.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:35.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:35.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:35.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:35.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:35.070 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:20:35.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:35.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:35.070 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:35.070 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:35.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:20:35.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:20:35.145 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:20:35.145 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:35.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:35.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:35.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:35.170 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:35.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:35.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:35.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:35.172 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:35.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:35.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:35.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:35.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:35.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:35.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:35.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:35.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:36.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:36.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:36.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:20:36.175 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:36.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:36.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:36.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:36.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:36.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:36.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:36.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:36.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:36.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:36.178 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:20:36.178 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:20:36.178 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:20:36.179 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:20:36.182 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:20:36.182 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:36.182 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:36.239 DEBUG [main][MenuItemLookup] Found menu:'New' 12:20:36.239 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:20:36.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:36.239 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:20:36.239 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:20:36.240 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:20:36.240 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:36.240 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:36.240 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:20:36.240 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:36.240 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:20:36.240 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:36.240 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:20:36.240 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:20:36.240 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:20:36.240 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:20:36.240 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:36.240 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:20:36.240 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:20:36.240 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:36.240 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:20:36.240 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:20:36.240 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:20:36.240 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:20:36.240 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:20:36.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:20:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:20:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:20:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:20:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:36.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:36.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:36.247 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:20:36.247 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:20:36.247 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:20:36.248 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:20:36.307 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:20:36.307 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:36.307 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:36.353 DEBUG [main][MenuItemLookup] Found menu:'New' 12:20:36.353 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:20:36.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:36.353 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:20:36.353 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:20:36.353 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:20:36.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:36.353 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:36.353 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:20:36.353 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:36.353 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:20:36.353 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:20:36.354 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:20:36.354 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:20:36.354 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:20:36.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.512: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.546: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.547: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.560: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.577: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.593: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.610: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.627: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.660: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.676: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.692: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.710: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.727: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.743: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:36.759: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:20:37.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:20:37.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:20:37.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:37.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:37.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:37.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:37.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:20:37.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:37.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:37.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:37.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:20:37.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:37.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:37.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:37.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:37.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:37.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:37.055 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:20:37.055 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:20:37.055 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:20:37.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:37.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:37.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:37.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:37.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:20:37.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:37.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:37.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:37.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:20:37.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:37.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:37.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:37.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:37.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:37.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:37.058 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:20:37.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:37.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:37.058 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:37.058 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:20:37.060: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:37.063: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:20:37.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:20:37.064 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:20:37.163: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:20:37.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:20:37.565 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:20:37.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:37.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:20:37.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:20:37.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:20:37.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:20:37.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:20:37.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:37.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:37.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:37.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:37.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:37.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:37.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:37.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:37.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:37.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:20:37.565 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:20:37.566 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:20:37.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:37.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:37.566 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:20:37.566 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:20:37.567 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:20:37.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:20:37.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:20:37.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:20:37.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:20:37.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:20:37.567 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:37.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:37.567 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:37.567 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:37.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:20:37.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:37.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:37.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:37.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:37.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:37.568 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:37.568 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:37.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:20:37.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:37.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:37.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:37.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:37.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:37.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:37.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:37.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:37.594 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:37.594 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:20:37.594 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:37.598 DEBUG [main][MenuItemLookup] Item match:File 12:20:37.600 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:20:37.600 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:37.605 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:20:37.605 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:20:37.605 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:20:37.605 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:20:37.605 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:20:37.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:20:37.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:20:37.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:20:37.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:37.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:37.738 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:20:37.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:37.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:20:37.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:37.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:37.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:37.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:37.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:37.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:20:37.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:20:37.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:20:37.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:20:37.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:37.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:20:37.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:37.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:20:37.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:20:37.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:20:37.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:37.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:20:37.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:37.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:20:37.758 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:20:37.758 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:20:37.758 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:20:37.770 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:20:37.771 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:20:37.771 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:20:37.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:20:37.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:37.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:37.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:37.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:37.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:37.773 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:20:37.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:37.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:37.773 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:37.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:38.022 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:38.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:38.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:38.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:20:38.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:20:38.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:20:38.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:38.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:38.033 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:20:38.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:38.033 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:20:38.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:20:38.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:38.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:38.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:38.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:38.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:20:38.038 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:20:38.039 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:20:38.084 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:20:38.084 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:20:38.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:38.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:38.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:38.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:38.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:38.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:38.134 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:20:38.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:38.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:38.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:38.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:38.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:20:41.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:20:41.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:20:41.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:20:41.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:41.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:20:41.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:41.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:41.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:41.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:41.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:41.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:41.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:41.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:41.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:41.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:41.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:41.643 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:41.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:41.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:41.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:41.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:41.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:41.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:41.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:41.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:41.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:41.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:41.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:41.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:41.663 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:41.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:41.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:41.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:41.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:41.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:41.739 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:20:41.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:41.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:41.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:41.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:41.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:41.754 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:41.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:20:41.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:41.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:41.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:41.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:41.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:41.778 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:41.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:41.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:41.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:41.820 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:41.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:41.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:41.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:41.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:41.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:41.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:41.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:41.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:41.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:41.907 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:41.907 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:41.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:41.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:41.909 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:20:41.910 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:20:41.910 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:20:41.910 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:20:41.910 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:20:41.910 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:20:41.910 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:20:41.910 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:20:41.910 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:20:41.910 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:20:42.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:20:42.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:20:42.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:20:42.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:42.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:42.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:20:42.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:42.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:42.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:42.038 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:20:42.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:42.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:42.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:42.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:42.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:42.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:42.042 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:20:42.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:42.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:42.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:42.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:42.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:20:42.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:42.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:42.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:42.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:20:42.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:42.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:42.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:42.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:42.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:42.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:42.047 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:20:42.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:42.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:42.047 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:42.047 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:42.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:20:42.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:20:42.107 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:20:42.107 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:42.107 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:42.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:42.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:42.153 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:42.153 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:42.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:42.154 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:42.154 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:42.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:42.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:42.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:42.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:42.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:42.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:42.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:42.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:43.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:43.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:43.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:20:43.157 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:43.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:43.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:43.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:43.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:43.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:43.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:43.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:43.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:43.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:43.160 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:20:43.160 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:20:43.160 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:20:43.161 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:20:43.164 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:20:43.164 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:43.164 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'New' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:43.270 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:20:43.270 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:20:43.270 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:20:43.270 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:20:43.271 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:20:43.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:43.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 9 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/cldrdata.jar)' is a system job, skipped 12:20:43.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:20:43.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:20:43.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:20:43.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:43.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:43.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:43.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:43.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:43.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:43.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:43.772 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:43.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:43.772 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:20:43.772 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:20:43.772 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:20:43.773 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:20:43.775 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:20:43.775 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:43.775 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:43.821 DEBUG [main][MenuItemLookup] Found menu:'New' 12:20:43.821 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:20:43.821 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:43.821 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:20:43.822 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:20:43.822 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:20:43.822 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:43.822 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:43.822 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:20:43.822 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:43.822 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:20:43.822 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:20:43.822 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:20:43.822 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:20:43.822 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:20:43.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:20:43.960: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:43.985: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:43.990: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:43.992: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:44.007: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:44.025: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:44.042: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:44.058: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:44.074: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:44.091: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:44.107: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:44.124: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:44.141: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:44.158: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:44.175: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:44.191: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:44.207: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:20:44.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:20:44.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:20:44.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:44.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:44.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:44.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:44.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:20:44.538 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:44.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:44.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:44.539 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:20:44.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:44.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:44.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:44.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:44.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:44.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:44.545 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:20:44.545 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:20:44.545 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:20:44.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:44.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:44.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:44.546 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:44.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:20:44.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:44.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:44.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:44.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:20:44.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:44.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:44.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:44.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:44.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:44.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:44.548 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:20:44.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:44.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:44.548 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:44.548 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:20:44.553: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:44.556: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:20:44.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:20:44.558 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:20:44.646: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:20:45.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:20:45.059 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:20:45.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:45.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:20:45.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:45.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:20:45.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:20:45.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:45.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:45.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:45.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:45.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:45.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:45.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:45.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:45.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:20:45.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:20:45.060 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:20:45.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:45.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:45.061 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:20:45.061 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:20:45.061 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:20:45.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:20:45.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:20:45.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:20:45.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:20:45.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:20:45.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:45.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:45.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:45.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:45.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:20:45.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:45.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:45.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:45.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:45.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:45.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:45.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:45.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:20:45.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:45.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:45.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:45.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:45.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:45.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:45.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:45.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:45.088 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:45.088 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:20:45.088 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:45.091 DEBUG [main][MenuItemLookup] Item match:File 12:20:45.092 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:20:45.092 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:20:45.097 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:45.098 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:20:45.098 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:20:45.099 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:20:45.099 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:20:45.099 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:20:45.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:20:45.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:20:45.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:20:45.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:45.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:45.229 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:20:45.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:45.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:20:45.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:45.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:45.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:45.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:45.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:45.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:20:45.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:20:45.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:20:45.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:20:45.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:45.233 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:20:45.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:45.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:20:45.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:20:45.245 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:20:45.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:45.245 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:20:45.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:45.246 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:20:45.246 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:20:45.246 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:20:45.246 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:20:45.247 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:20:45.247 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:20:45.247 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:20:45.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:20:45.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:45.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:45.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:45.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:45.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:45.249 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:20:45.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:45.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:45.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:45.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:45.516 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:45.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:45.517 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:45.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:20:45.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:20:45.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:20:45.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:45.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:45.518 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:20:45.518 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:45.518 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:20:45.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:20:45.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:45.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:45.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:45.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:45.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:20:45.523 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:20:45.524 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:20:45.561 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:20:45.561 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:20:45.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:45.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:45.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:45.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:45.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:45.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:45.565 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:20:45.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:45.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:45.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:45.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:45.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:20:48.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:20:48.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:20:48.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:20:48.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:48.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:20:48.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:48.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:48.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:48.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:48.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:48.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:48.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:48.584 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:48.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:48.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:48.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:48.595 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:48.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:48.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:48.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:48.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:48.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:48.607 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:48.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:48.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:48.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:48.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:48.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:48.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:48.618 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:48.618 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:48.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:48.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:48.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:48.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:48.675 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:20:48.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:48.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:48.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:48.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:48.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:48.677 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:48.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:20:48.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:48.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:48.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:48.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:48.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:48.679 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:48.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:48.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:48.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:48.719 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:48.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:48.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:48.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:48.749 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:20:48.750 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:20:48.750 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:20:48.750 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:20:48.750 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:20:48.750 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:20:48.750 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:20:48.750 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:20:48.750 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:20:48.750 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:20:48.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:20:48.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:20:48.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:20:48.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:48.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:48.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:20:48.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:48.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:48.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:48.934 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:20:48.934 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:48.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:48.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:48.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:48.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:48.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:48.938 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:20:48.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:48.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:48.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:48.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:48.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:20:48.939 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:48.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:48.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:48.940 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:20:48.940 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:48.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:48.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:48.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:48.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:48.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:48.951 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:20:48.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:48.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:48.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:48.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:49.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:20:49.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:20:49.053 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:49.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:49.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:49.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:49.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:49.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:49.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:49.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:49.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:49.056 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:49.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:49.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:49.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:49.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:49.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:49.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:49.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:49.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:49.059 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:49.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:49.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:49.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:49.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:49.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:49.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:49.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:49.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:49.061 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:49.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:49.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:49.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:49.064 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:20:49.064 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:20:49.064 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:20:49.064 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:20:49.064 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:20:49.064 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:20:49.064 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:20:49.064 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:20:49.064 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:20:49.064 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:20:49.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:20:49.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:20:49.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:20:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:49.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:20:49.165 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:49.165 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:20:49.165 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:49.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:49.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:49.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:49.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:20:49.167 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 2] 'ID', 'Creation Time') 12:20:49.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:20:49.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:20:49.168 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0, 1) 12:20:49.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:20:49.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:20:49.168 TRACE [main][WidgetHandler] Notify Table with event 13 12:20:49.168 TRACE [main][WidgetHandler] Wait for synchronization 12:20:49.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Show ->") 12:20:49.168 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:49.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:49.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:49.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:20:49.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:49.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:49.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:49.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:49.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:49.180 INFO [WorkbenchTestable][AbstractButton] Click button &Show -> 12:20:49.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:49.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:49.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:49.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:49.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:20:49.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:49.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:49.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:49.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:20:49.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:49.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:49.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:49.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:49.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:49.187 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:20:49.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:49.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:49.187 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:49.187 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:49.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:20:49.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:20:49.265 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:49.265 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:49.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:49.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:49.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:49.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:49.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:49.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:49.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:49.267 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:49.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:49.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:49.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:49.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:49.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:49.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:49.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:49.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:49.269 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:49.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:49.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:49.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:49.270 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:20:49.270 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:20:49.270 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:20:49.270 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:20:49.270 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:20:49.270 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:20:49.270 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:20:49.270 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:20:49.270 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:20:49.270 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:20:49.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:20:49.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:20:49.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:20:49.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:49.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:49.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:20:49.363 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:49.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:49.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:49.364 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:20:49.364 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:49.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:49.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:49.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:49.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:49.367 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:20:49.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:49.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:49.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:49.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:49.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:20:49.379 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:49.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:49.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:49.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:20:49.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:49.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:49.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:49.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:49.383 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:20:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:49.383 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:49.383 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:49.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:20:49.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:20:49.456 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:20:49.456 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:49.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:49.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:49.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:49.490 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:49.490 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:49.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:49.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:49.491 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:49.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:49.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:49.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:49.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:49.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:49.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:49.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:50.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:50.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:50.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:20:50.494 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:50.494 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:50.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:50.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:50.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:50.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:50.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:50.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:50.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:50.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:50.497 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:20:50.498 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:20:50.498 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:20:50.499 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:20:50.504 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:20:50.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:50.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'New' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:50.631 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:20:50.631 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:20:50.631 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:20:50.631 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:20:50.632 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:20:50.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:50.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:20:50.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:20:51.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:20:51.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:51.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:51.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:51.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:51.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:51.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:51.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:51.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:51.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:51.133 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:20:51.134 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:20:51.134 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:20:51.134 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:20:51.139 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:20:51.139 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:20:51.139 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:51.246 DEBUG [main][MenuItemLookup] Found menu:'New' 12:20:51.246 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:20:51.246 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:51.246 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:20:51.246 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:20:51.246 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:20:51.246 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:51.246 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:20:51.246 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:20:51.246 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:20:51.246 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:20:51.246 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:20:51.246 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:20:51.247 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:20:51.247 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:20:51.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.431: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.456: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.461: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.463: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.479: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.496: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.513: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.529: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.546: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.562: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.579: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.595: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.612: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.628: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.645: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.663: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.678: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:20:51.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:20:51.962 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:20:51.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:51.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:51.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:51.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:51.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:20:51.968 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:51.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:51.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:51.968 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:20:51.968 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:51.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:51.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:51.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:51.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:51.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:51.969 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:20:51.970 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:20:51.970 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:20:51.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:51.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:51.970 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:51.970 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:51.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:20:51.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:20:51.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:51.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:51.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:20:51.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:20:51.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:51.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:51.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:51.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:51.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:51.973 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:20:51.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:51.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:51.974 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:51.974 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.976: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:20:51.978: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:20:51.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:20:51.988 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:20:52.046: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:20:52.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:20:52.489 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:20:52.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:52.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:20:52.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:20:52.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:52.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:52.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:52.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:52.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:52.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:52.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:52.489 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:52.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:52.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:20:52.489 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:20:52.490 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:20:52.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:20:52.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:20:52.490 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:20:52.490 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:20:52.490 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:20:52.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:20:52.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:20:52.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:20:52.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:20:52.491 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:20:52.491 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:52.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:52.491 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:52.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:52.491 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:20:52.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:52.491 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:52.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:52.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:52.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:52.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:52.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:52.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:20:52.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:52.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:52.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:52.493 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:52.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:52.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:52.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:52.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:52.494 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:52.494 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:20:52.495 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:52.497 DEBUG [main][MenuItemLookup] Item match:File 12:20:52.499 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:20:52.499 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:52.504 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:20:52.504 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:20:52.527 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:20:52.527 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:20:52.528 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:20:52.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:20:52.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:20:52.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:20:52.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:52.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:52.665 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:20:52.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:52.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:20:52.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:52.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:52.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:52.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:52.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:52.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:20:52.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:20:52.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:20:52.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:20:52.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:52.670 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:20:52.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:52.670 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:20:52.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:20:52.670 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:20:52.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:52.670 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:20:52.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:52.670 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:20:52.671 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:20:52.671 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:20:52.671 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:20:52.683 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:20:52.683 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:20:52.684 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:20:52.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:20:52.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:52.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:52.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:52.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:52.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:52.686 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:20:52.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:52.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:52.686 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:52.686 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:52.949 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:52.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:52.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:20:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:20:52.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:20:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:52.950 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:20:52.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:52.951 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:20:52.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:20:52.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:52.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:52.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:52.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:52.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:20:52.969 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:20:52.970 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:20:53.014 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:20:53.015 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:20:53.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:53.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:53.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:53.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:53.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:53.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:53.019 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:20:53.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:53.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:53.019 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:53.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:53.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:20:56.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:20:56.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:20:56.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:20:56.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:56.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:20:56.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:56.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:56.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:56.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:56.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:56.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:56.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:56.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:56.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:56.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:56.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:56.281 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:56.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:56.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:56.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:56.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:56.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:56.292 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:56.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:56.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:56.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:56.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:56.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:56.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:56.304 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:56.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:56.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:56.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:56.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:56.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:56.405 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:20:56.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:56.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:56.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:56.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:56.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:56.408 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:56.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:20:56.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:56.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:56.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:56.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:56.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:56.409 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:56.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:56.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:56.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:56.456 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:20:56.456 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:56.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:56.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:56.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:56.457 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:56.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:56.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:56.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:56.458 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:56.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:56.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:56.459 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:56.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:56.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:56.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:56.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:56.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:57.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:57.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:20:57.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:20:57.462 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:20:57.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:20:57.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:57.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:57.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:20:57.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:57.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:57.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:57.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:57.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:57.464 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:20:57.464 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:20:57.465 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:20:57.465 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:20:57.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:57.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:57.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:20:57.967 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:20:57.967 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:20:57.967 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:20:57.970 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:20:57.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:57.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:57.971 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:57.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:57.971 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:20:57.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:57.971 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:57.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:57.971 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:57.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:57.971 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:57.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:57.972 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:20:57.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:57.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:57.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:57.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:57.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:57.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:20:57.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:57.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:57.980 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:20:57.980 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:20:57.980 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:57.980 DEBUG [main][MenuItemLookup] Item match:File 12:20:57.981 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:20:57.981 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:57.987 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:20:57.987 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:20:57.987 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:20:57.987 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:20:57.988 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:20:58.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:20:58.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:20:58.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:20:58.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:58.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:58.155 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:20:58.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:58.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:20:58.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:58.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:58.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:58.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:58.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:20:58.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:20:58.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:20:58.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:20:58.171 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:20:58.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:58.171 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:20:58.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:58.171 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:20:58.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:20:58.171 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:20:58.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:20:58.172 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:20:58.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:20:58.172 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:20:58.172 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:20:58.172 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:20:58.172 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:20:58.187 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:20:58.187 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:20:58.187 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:20:58.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:20:58.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:58.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:58.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:58.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:58.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:58.190 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:20:58.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:58.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:58.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:58.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:58.310 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:20:58.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:58.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:58.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:20:58.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:20:58.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:20:58.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:58.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:58.311 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:20:58.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:20:58.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:20:58.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:58.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:58.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:58.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:58.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:20:58.364 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:20:58.365 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 12:20:58.388 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:20:58.388 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:20:58.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:20:58.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:58.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:58.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:58.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:58.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:20:58.394 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:20:58.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:20:58.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:20:58.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:20:58.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:20:58.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:20:59.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:20:59.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 7 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/nashorn.jar)' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:59.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 7 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/nashorn.jar)' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:20:59.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:20:59.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a072a3e is found... 12:20:59.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a072a3e is found finished successfully 12:20:59.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 12:20:59.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:59.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:59.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:59.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:59.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:59.075 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:59.075 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 12:20:59.075 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:20:59.082 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:59.082 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:20:59.082 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:20:59.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:59.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:59.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:59.114 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:59.114 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:59.114 DEBUG [main][MenuItemLookup] Found menu:'File' 12:20:59.114 DEBUG [main][MenuItemLookup] Item match:File 12:20:59.116 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:20:59.116 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:20:59.116 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:20:59.116 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:20:59.116 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.116 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:20:59.116 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:20:59.116 DEBUG [main][MenuItemLookup] Found menu:'' 12:20:59.116 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:20:59.116 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:20:59.120 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:20:59.120 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:20:59.120 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:20:59.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:20:59.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:20:59.164 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:59.165 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:20:59.165 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:59.165 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:59.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:59.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:59.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:20:59.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:59.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:59.229 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:59.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:59.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:59.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:20:59.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:20:59.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:20:59.242 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:20:59.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:20:59.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:20:59.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:20:59.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:20:59.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:20:59.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:20:59.283 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:59.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:59.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:59.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:59.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:59.284 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:59.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:20:59.285 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:59.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:59.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:59.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:59.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:59.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:59.286 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:59.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:59.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:59.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:59.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:59.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:59.287 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:20:59.287 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:20:59.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:20:59.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:20:59.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:20:59.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:20:59.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:20:59.288 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:20:59.289 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:59.289 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:59.289 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:59.289 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:20:59.289 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:20:59.289 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:20:59.289 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:59.289 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:20:59.289 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:20:59.289 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:20:59.289 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:20:59.289 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:20:59.289 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:20:59.289 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:20:59.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:21:00.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:21:00.290 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:00.291 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:00.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:00.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:00.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:00.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:00.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:00.293 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:00.293 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:00.293 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:00.293 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:00.294 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:00.294 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:00.294 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:21:00.294 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:00.294 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:21:00.294 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:00.294 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:00.294 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:00.294 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:00.294 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:00.294 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:00.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:21:00.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:21:00.296 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:00.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:00.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:00.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:00.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:00.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:00.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:00.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:00.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:00.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:00.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:00.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:00.799 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:00.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:00.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:00.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:00.801 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:00.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:00.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:00.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:00.802 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:00.802 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:00.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:00.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:00.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:00.803 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:00.804 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:00.804 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:00.804 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:00.804 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:00.804 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:00.804 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:21:00.804 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:00.804 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:21:00.804 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:00.804 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:00.804 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:00.804 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:00.804 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:00.804 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:00.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:21:01.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:21:01.806 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:01.806 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:01.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:01.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:01.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:01.808 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:01.808 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:01.808 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:01.808 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:01.808 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:01.808 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:01.809 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:21:01.809 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:01.809 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:21:01.809 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:01.809 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:01.809 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:01.809 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:01.809 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:01.809 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:01.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:21:01.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:21:01.810 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:01.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:01.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:01.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:01.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:01.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:01.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:01.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:01.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:01.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:01.813 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:21:01.813 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:21:01.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:01.813 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:21:01.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:01.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:21:01.813 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:21:01.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:01.813 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:21:01.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:01.814 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:21:01.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:21:01.814 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:21:01.814 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:01.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:01.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:01.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:01.842 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:01.842 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:01.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:01.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:01.844 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:01.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:01.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:01.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:01.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:01.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:01.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:02.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:02.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:02.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:02.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:02.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:21:02.847 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:02.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:02.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:02.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:02.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:02.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:02.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:02.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:02.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:02.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:02.850 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:21:02.851 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:21:02.852 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:21:02.852 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:21:02.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:02.852 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 12:21:02.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:02.852 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:21:02.852 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:21:02.852 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:21:02.853 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:21:02.856 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:21:02.856 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:02.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:02.862 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:02.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:02.862 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:21:02.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:02.863 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:02.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:02.863 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:02.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:02.863 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:02.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:02.863 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:21:02.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:02.864 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:02.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:02.864 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:02.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:02.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:21:02.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:02.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:02.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:21:02.865 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:21:02.865 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:02.865 DEBUG [main][MenuItemLookup] Item match:File 12:21:02.888 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:21:02.888 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:02.893 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:21:02.893 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:21:02.923 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:21:02.923 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:21:02.923 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:21:03.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:21:03.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:21:03.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:21:03.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:03.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:03.049 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:21:03.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:03.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:21:03.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:03.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:03.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:03.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:03.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:03.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:03.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:03.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:21:03.066 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:21:03.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:03.066 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:21:03.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:03.066 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:21:03.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:21:03.067 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:21:03.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:03.067 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:21:03.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:03.067 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:21:03.067 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:21:03.067 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:21:03.068 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:21:03.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:21:03.068 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:21:03.068 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:21:03.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:21:03.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:03.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:03.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:03.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:03.079 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:21:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:03.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:03.079 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:03.079 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:03.179 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:03.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:03.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:03.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:21:03.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:21:03.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:21:03.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:03.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:03.181 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:21:03.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:03.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:21:03.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:03.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:03.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:03.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:03.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:03.230 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:03.231 INFO [WorkbenchTestable][AbstractText] Text set to: NextWarningTestClass 12:21:03.255 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:21:03.255 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:21:03.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:21:03.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:03.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:03.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:03.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:03.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:03.262 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:21:03.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:03.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:03.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:03.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:03.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:03.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:03.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:03.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:03.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:03.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c418e3d is found... 12:21:03.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c418e3d is found finished successfully 12:21:03.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QNextWarningTestClass.java\E') 12:21:03.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:03.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:03.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:03.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:03.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:03.776 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:03.777 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class NextWarningTestClass { } TooltipText=null 12:21:03.777 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:21:03.804 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:03.804 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class NextWarningTestClass{ private int i; } TooltipText=null 12:21:03.804 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:21:03.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 12:21:03.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:03.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:03.805 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 12:21:03.805 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 12:21:03.806 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:03.806 DEBUG [main][MenuItemLookup] Item match:File 12:21:03.807 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:21:03.807 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:21:03.807 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:21:03.807 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:21:03.807 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:03.807 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:21:03.807 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:21:03.807 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:03.807 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:21:03.807 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:21:03.807 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:21:03.807 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:21:03.807 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:21:03.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:21:03.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:21:03.868 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:03.868 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class NextWarningTestClass{ private int i; } TooltipText=null 12:21:03.869 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:03.869 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:03.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:03.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:03.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:03.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:03.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:03.944 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:03.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:03.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:03.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 12:21:03.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:03.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:03.960 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 12:21:03.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:03.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:03.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:03.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:03.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:03.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:03.973 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:03.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:03.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:03.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 12:21:03.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:03.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:03.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:21:03.975 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:03.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:03.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:04.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 12:21:04.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:04.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:04.004 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:04.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:04.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:04.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 12:21:04.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:04.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:04.005 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:04.005 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:04.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:04.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:04.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 12:21:04.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:04.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:04.006 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:04.007 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:04.007 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:04.007 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:04.007 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:04.007 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:04.007 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:21:04.007 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:04.007 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:21:04.007 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:04.007 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:04.007 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:04.007 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:04.007 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:04.007 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:04.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:21:05.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:21:05.010 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:05.010 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:05.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:05.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:05.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 12:21:05.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:05.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:05.013 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:05.014 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:05.014 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:05.014 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:05.014 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:05.014 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:05.014 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:21:05.014 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:05.014 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:21:05.014 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:05.014 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:05.014 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:05.014 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:05.014 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:05.014 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:05.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:21:05.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:21:05.015 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:05.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:05.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:05.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform TooltipText=null 12:21:05.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:05.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:05.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:05.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:05.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:05.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:05.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:05.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:05.020 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:21:05.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:21:05.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:05.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:21:05.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:05.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:21:05.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:21:05.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:05.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:21:05.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:05.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:21:05.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:21:05.021 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:21:05.021 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:05.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:05.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:05.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:05.067 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:05.067 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:05.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:05.068 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:05.068 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:05.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:05.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:05.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:05.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:05.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:05.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:05.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:05.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:06.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:06.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:06.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:21:06.072 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:06.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:06.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:06.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:06.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:06.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:06.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:06.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:06.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:06.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:06.075 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:21:06.076 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:21:06.076 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:21:06.076 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:21:06.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:06.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 12:21:06.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:06.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:21:06.077 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:21:06.077 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:21:06.077 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:21:06.080 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:21:06.080 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:06.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:06.081 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:06.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:06.081 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:21:06.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:06.081 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:06.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:06.081 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:06.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:06.081 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:06.081 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:06.082 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:21:06.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:06.082 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:06.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:06.082 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:06.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:06.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform 12:21:06.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:06.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:06.083 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 12:21:06.083 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/NextWarningTestClass.java - Eclipse Platform' 12:21:06.083 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:06.084 DEBUG [main][MenuItemLookup] Item match:File 12:21:06.084 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:21:06.084 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:06.089 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:21:06.089 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:21:06.089 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:21:06.089 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:21:06.127 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:21:06.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:21:06.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:21:06.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:21:06.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:06.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:06.254 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:21:06.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:06.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:21:06.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:06.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:06.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:06.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:06.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:06.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:06.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:21:06.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:21:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:06.271 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:21:06.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:06.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:21:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:21:06.272 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:21:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:06.272 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:21:06.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:06.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:21:06.272 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:21:06.272 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:21:06.273 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:21:06.273 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:21:06.273 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:21:06.273 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:21:06.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:21:06.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:06.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:06.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:06.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:06.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:06.285 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:21:06.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:06.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:06.285 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:06.285 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:06.385 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:06.385 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:06.385 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:06.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:21:06.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:21:06.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:21:06.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:06.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:06.386 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:21:06.386 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:06.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:21:06.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:06.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:06.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:06.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:06.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:06.436 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:06.437 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 12:21:06.464 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:21:06.464 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:21:06.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:21:06.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:06.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:06.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:06.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:06.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:06.468 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:21:06.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:06.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:06.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:06.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:06.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:07.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:07.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:07.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:07.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:07.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16e700f2 is found... 12:21:07.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@16e700f2 is found finished successfully 12:21:07.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 12:21:07.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:07.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:07.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:07.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:07.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:07.068 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:07.068 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 12:21:07.068 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:21:07.074 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:07.075 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:21:07.075 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:21:07.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:07.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:07.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:07.076 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:07.076 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:07.076 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:07.076 DEBUG [main][MenuItemLookup] Item match:File 12:21:07.078 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:21:07.078 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:21:07.078 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:21:07.078 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:21:07.078 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:07.078 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:21:07.078 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:21:07.078 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:07.078 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:21:07.078 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:21:07.115 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:21:07.115 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:21:07.115 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:21:07.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:21:07.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:21:07.155 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:07.155 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:21:07.155 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:07.156 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:07.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:07.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:07.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:07.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:07.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:07.219 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:07.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:07.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:07.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:07.233 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:07.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:07.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:07.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:07.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:07.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:07.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:07.276 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:07.276 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:07.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:07.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:07.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:07.278 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:07.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:21:07.278 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:07.279 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:07.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:07.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:07.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:07.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:07.280 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:07.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:07.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:07.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:07.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:07.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:07.281 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:07.281 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:07.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:07.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:07.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:07.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:07.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:07.282 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:07.283 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:07.283 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:07.283 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:07.283 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:07.283 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:07.283 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 12:21:07.283 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:07.283 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 12:21:07.283 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:07.283 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:07.283 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:07.283 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:07.283 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:07.283 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:07.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:21:08.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:21:08.284 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:08.285 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:08.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:08.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:08.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:08.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:08.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:08.286 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:08.287 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:08.287 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:08.287 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:08.287 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:08.287 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:08.287 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 12:21:08.287 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:08.287 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 12:21:08.287 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:08.287 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:08.287 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:08.287 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:08.287 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:08.287 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:08.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:21:08.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:21:08.288 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:08.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:08.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:08.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:08.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:08.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:08.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:08.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:08.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:08.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:08.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:08.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:08.792 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:08.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:08.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:08.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:08.793 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:08.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:08.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:08.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:08.794 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:08.794 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:08.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:08.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:08.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:08.795 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:08.796 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:08.796 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:08.796 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:08.796 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:08.796 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:08.796 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:08.796 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:08.796 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:08.796 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:08.796 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:08.796 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:08.796 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:08.796 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:08.796 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:08.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:21:09.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:21:09.797 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:09.798 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:09.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:09.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:09.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:09.799 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:09.800 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:09.800 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:09.800 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:09.800 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:09.801 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:09.801 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:09.801 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:09.801 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:09.801 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:09.801 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:09.801 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:09.801 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:09.801 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:09.801 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:09.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:21:09.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:21:09.801 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:09.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:09.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:09.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:09.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:09.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:09.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:09.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:09.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:09.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:09.804 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:21:09.804 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:21:09.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:09.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:21:09.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:09.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:21:09.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:21:09.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:09.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:21:09.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:09.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:21:09.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:21:09.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:09.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:09.819 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:09.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:09.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:09.832 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:09.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:09.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:09.833 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:09.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:09.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:09.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:09.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:09.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:09.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:09.872 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:09.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:09.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:09.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:09.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:09.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:09.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:09.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:09.887 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:09.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:09.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:09.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:09.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:09.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:09.901 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:09.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:09.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:09.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:09.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:09.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:09.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:09.913 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:09.913 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:09.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:09.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:09.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:09.914 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:09.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:21:09.915 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:09.915 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:09.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:09.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:09.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:09.916 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:09.916 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:09.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:09.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:09.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:09.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:09.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:09.918 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:09.918 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:09.918 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:09.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:09.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:09.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:09.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:09.919 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:09.920 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:09.920 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:09.920 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:09.920 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:09.920 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:09.920 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:09.920 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:09.920 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:09.920 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:09.920 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:09.920 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:09.920 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:09.920 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:09.920 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:09.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:21:10.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:21:10.921 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:10.922 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:10.922 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:10.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:10.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:10.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:10.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:10.924 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:10.925 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:10.925 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:10.925 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:10.925 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:10.925 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:10.925 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:10.925 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:10.925 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:10.925 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:10.925 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:10.925 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:10.925 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:10.925 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:10.925 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:10.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:21:10.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:21:10.926 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:10.926 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:10.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:10.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:10.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:10.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:10.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:10.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:10.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:10.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:10.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:10.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:10.930 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 12:21:10.930 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 12:21:10.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:10.930 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 12:21:10.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:10.930 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 12:21:10.930 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 12:21:10.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:10.930 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 12:21:10.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:10.930 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 12:21:10.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:21:10.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:21:10.931 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:10.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:10.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:10.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:10.932 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:10.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:10.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:10.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:10.933 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:10.933 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:10.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:10.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:10.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:10.934 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:10.935 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:10.935 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:10.935 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:10.935 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:10.935 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:10.935 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:10.935 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:10.935 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:10.935 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:10.935 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:10.935 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:10.935 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:10.935 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:10.935 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:10.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:21:12.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:21:12.437 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:12.437 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:12.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:12.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:12.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:12.438 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:12.439 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:12.439 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:12.439 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:12.439 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:12.439 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:12.440 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:12.440 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:12.440 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:12.440 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:12.440 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:12.440 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:12.440 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:12.440 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:12.440 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:12.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:21:12.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:21:12.441 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:12.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:12.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:12.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:12.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:12.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:12.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:12.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:12.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:12.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:12.444 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:21:12.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:21:12.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:12.444 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:21:12.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:12.445 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:21:12.445 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:21:12.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:12.445 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:21:12.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:12.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:21:12.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:21:12.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:12.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:12.459 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:12.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:12.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:12.460 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:12.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:12.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:12.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:12.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:12.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:12.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:12.501 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:12.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:12.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:12.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:12.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:12.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:12.503 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:12.503 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:12.503 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:12.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:12.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:12.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:12.504 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:12.504 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:12.505 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:12.505 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:12.505 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:12.505 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:12.505 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:12.505 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:12.505 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:12.505 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:12.505 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:12.505 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:12.505 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:12.505 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:12.505 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:12.505 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:12.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:21:13.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:21:13.506 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:13.506 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:13.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:13.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:13.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:13.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:13.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:13.508 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:13.509 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:13.509 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:13.509 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:13.509 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:13.509 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:13.509 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:13.509 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:13.509 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:13.509 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:13.509 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:13.509 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:13.509 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:13.509 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:13.509 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:13.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:21:13.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:21:13.509 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:13.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:13.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:13.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:13.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:13.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:13.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.513 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 12:21:13.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 12:21:13.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:13.513 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 12:21:13.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:13.513 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 12:21:13.513 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 12:21:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:13.514 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 12:21:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:13.514 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 12:21:13.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:13.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:13.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:13.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:13.599 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:13.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:13.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:13.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:13.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:13.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:13.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:13.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:13.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:13.645 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:13.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:13.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:13.700 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:13.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:13.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:13.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:13.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:13.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:13.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.708 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:13.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:13.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:13.751 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:13.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:13.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:13.792 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:13.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:13.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:13.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:13.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:13.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:13.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:13.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:13.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:13.810 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:13.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:13.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:13.850 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:13.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:13.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:13.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:13.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:13.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:13.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:13.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:13.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:13.897 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:13.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:13.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:13.909 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:13.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:13.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:13.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:13.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:13.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:13.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:13.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:13.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:13.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:13.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:13.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:13.970 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:13.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:13.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:13.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:13.971 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:13.972 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:13.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:13.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:13.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:13.973 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:13.973 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:13.973 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:13.973 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:13.974 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:13.974 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:13.974 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:13.974 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:13.974 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:13.974 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:13.974 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:13.974 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:13.974 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:13.974 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:13.974 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:13.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:21:14.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:21:14.975 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:14.975 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:14.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:14.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:14.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:14.977 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:14.977 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:14.977 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:14.977 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:14.977 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:14.977 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:14.977 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:14.977 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:14.978 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:14.978 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:14.978 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:14.978 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:14.978 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:14.978 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:14.978 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:14.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:21:14.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:21:14.978 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:14.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:14.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:14.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:14.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:14.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:14.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:14.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:14.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:14.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:14.980 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 12:21:14.980 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 12:21:14.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:14.981 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 12:21:14.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:14.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 12:21:14.981 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 12:21:14.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:14.981 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 12:21:14.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:14.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 12:21:14.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:14.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:14.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:14.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:14.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:14.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:14.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:14.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:14.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:14.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:14.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:14.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:14.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:14.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:14.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:14.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:14.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:14.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:14.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:14.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:14.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:14.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:14.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:14.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:14.984 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:14.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:14.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:14.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:14.985 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:14.985 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:14.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:14.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:14.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:14.986 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:14.987 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:14.987 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:14.987 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:14.987 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:14.987 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:14.987 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:14.987 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:14.987 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:14.987 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:14.987 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:14.987 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:14.987 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:14.987 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:14.987 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:14.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:21:15.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:21:15.988 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:15.989 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:15.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:15.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:15.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:15.990 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:15.991 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:15.991 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:15.991 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:15.991 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:15.991 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:15.991 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:15.991 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:15.991 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:15.992 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:15.992 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:15.992 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:15.992 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:15.992 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:15.992 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:15.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:21:15.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:21:15.992 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:15.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:15.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:15.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:15.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:15.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:15.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:15.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:15.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:15.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:15.994 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:21:15.994 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:21:15.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:15.994 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:21:15.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:15.994 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:21:15.994 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:21:15.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:15.995 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:21:15.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:15.995 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:21:15.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:16.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:16.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:16.008 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:16.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:16.021 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:16.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:16.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:16.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:16.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:16.051 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:16.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:16.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:16.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:16.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:16.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.102 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:16.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:16.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:16.103 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:16.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:16.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:16.145 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:16.145 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:16.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:16.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:16.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:16.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:16.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:16.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:16.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:16.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:16.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:16.191 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:16.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:16.204 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:16.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:16.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:16.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:16.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:16.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:16.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:16.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:16.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:16.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:16.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:16.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:16.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:16.278 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:16.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:16.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:16.319 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:16.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:16.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:16.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:16.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:16.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:16.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:16.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:16.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:16.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:16.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:16.365 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:16.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:16.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:16.399 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:16.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:16.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:16.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:16.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:16.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:16.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:16.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:16.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:16.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:16.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:16.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:16.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:16.447 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:16.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:16.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:16.489 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:16.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:16.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:16.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:16.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:16.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:16.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:16.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:16.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:16.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:16.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:16.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:16.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:16.541 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:16.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:16.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:16.554 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:16.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:16.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:16.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:16.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:16.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:16.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:16.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:16.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:16.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:16.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:16.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:16.587 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:16.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:16.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:16.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:16.588 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:16.588 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:16.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:16.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:16.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:16.616 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:16.617 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:16.617 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:16.617 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:16.617 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:16.617 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:16.617 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:16.617 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:16.617 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:16.617 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:16.617 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:16.617 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:16.617 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:16.617 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:16.617 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:16.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:21:17.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:21:17.618 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:17.619 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:17.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:17.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:17.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:17.620 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:17.621 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:17.621 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:17.621 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:17.621 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:17.621 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:17.621 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:17.621 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:17.621 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 2 warnings, 0 others)' 12:21:17.621 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:17.621 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:17.621 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:17.621 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:17.621 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:17.621 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:17.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:21:17.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:21:17.622 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:17.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:17.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:17.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:17.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:17.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:17.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:17.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:17.624 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (2 items) and wait with time period 1 12:21:17.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 12:21:17.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:17.625 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 12:21:17.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:17.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 12:21:17.625 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (2 items) 12:21:17.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:17.625 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (2 items) is already expanded. No action performed 12:21:17.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:17.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (2 items) 12:21:17.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:17.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:17.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:17.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:17.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:17.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:17.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:17.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:17.652 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:17.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:17.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:17.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:17.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:17.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:17.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:17.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:17.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:17.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:17.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:17.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:17.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:17.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:17.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:17.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:17.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:17.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:17.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:17.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:17.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:17.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:17.764 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:17.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:17.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:17.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:17.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:17.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:17.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:17.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:17.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:17.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:17.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:17.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:17.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:17.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:17.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:17.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:17.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:17.810 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:17.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:17.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:17.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:17.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:17.857 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:17.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:17.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:17.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:17.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:17.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:17.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:17.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:17.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:17.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:17.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:17.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:17.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:17.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:17.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:17.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:17.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:17.904 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:17.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:17.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:17.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:17.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:17.917 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:17.917 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:17.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:17.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:17.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:17.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:17.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:17.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:17.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:17.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:17.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:17.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:17.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:17.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:17.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:17.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:17.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:17.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:17.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:18.004 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:18.004 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:18.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:18.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:18.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:18.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:18.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:18.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:18.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:18.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:18.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:18.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:18.091 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:18.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:18.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:18.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:18.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:18.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:18.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:18.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:18.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:18.136 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:18.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:18.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:18.177 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:18.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:18.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:18.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:18.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:18.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:18.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.179 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:18.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:18.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:18.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:18.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:18.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:18.234 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:18.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:18.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:18.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:18.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:18.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:18.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:18.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:18.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:18.319 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:18.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:18.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:18.360 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:18.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:18.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:18.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:18.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:18.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:18.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:18.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:18.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:18.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:18.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:18.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:18.421 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:18.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:18.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:18.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:18.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:18.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:18.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:18.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:18.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:18.498 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:18.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:18.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:18.549 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:18.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:18.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:18.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:18.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:18.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:18.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:18.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:18.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:18.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:18.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:18.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:18.608 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:18.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:18.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:18.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:18.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:18.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:18.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:18.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:18.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:18.692 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:18.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:18.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:18.705 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:18.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:18.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:18.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:18.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:18.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:18.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:18.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:18.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:18.759 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:18.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:18.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:18.800 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:18.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:18.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:18.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:18.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:18.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:18.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:18.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:18.805 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:18.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:18.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:18.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:18.808 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:21:18.808 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:21:18.808 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:21:18.808 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:21:18.808 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:21:18.808 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:21:18.808 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:21:18.808 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:21:18.808 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:21:18.809 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:21:18.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:21:18.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:21:18.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:21:18.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:18.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:21:18.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:18.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:21:18.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:18.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:18.938 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:21:18.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:18.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:18.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:18.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:18.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:18.940 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:18.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:18.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:18.940 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:21:18.940 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:18.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:18.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:18.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:18.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:18.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:18.951 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:18.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:18.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:18.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:18.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:19.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:21:19.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:21:19.040 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:21:19.040 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:19.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:19.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:19.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:19.075 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:19.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:19.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:19.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:19.077 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:19.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:19.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:19.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:19.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:19.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:19.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:19.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:19.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:20.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:20.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:20.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:21:20.080 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:20.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:20.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:20.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:20.081 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:20.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:20.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:20.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:20.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:20.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:20.082 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:21:20.082 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:21:20.083 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:21:20.083 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:21:20.087 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:21:20.087 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:21:20.087 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'New' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:20.160 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:21:20.161 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:21:20.161 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:21:20.161 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:21:20.161 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:21:20.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:20.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:21:20.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:21:20.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:21:20.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:20.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:20.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:20.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:20.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:20.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:21:20.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:20.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:20.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:20.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:20.173 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:21:20.174 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:21:20.174 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:21:20.174 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:21:20.177 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:21:20.177 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:21:20.177 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:20.227 DEBUG [main][MenuItemLookup] Found menu:'New' 12:21:20.227 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:21:20.227 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:20.227 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:21:20.227 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:21:20.227 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:21:20.227 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:20.227 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:21:20.227 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:21:20.227 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:21:20.227 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:21:20.227 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:21:20.228 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:21:20.228 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:21:20.228 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:21:20.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.415: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.444: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.449: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.450: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.463: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.480: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.497: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.513: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.530: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.547: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.563: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.579: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.596: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.612: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.630: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.646: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:21:20.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:21:20.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:21:20.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:20.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:20.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:20.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:20.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:21:20.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:20.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:20.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:20.957 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:21:20.957 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:20.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:20.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:20.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:20.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:20.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:20.959 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:21:20.959 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:21:20.959 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:21:20.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:20.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:20.959 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:20.959 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:20.959 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:20.960 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:20.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:20.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:20.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:21:20.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:20.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:20.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:20.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:20.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:20.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:20.962 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:20.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:20.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:20.962 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:20.962 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.964: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:20.966: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:21:20.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:21:20.968 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:21:21.061: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:21:21.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:21:21.469 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:21:21.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:21.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:21:21.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:21:21.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:21:21.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:21:21.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:21:21.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:21.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:21.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:21.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:21.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:21.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:21.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:21.469 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:21.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:21.470 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:21:21.470 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:21.470 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:21.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:21.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:21.471 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:21:21.471 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:21.471 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:21:21.471 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:21:21.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:21:21.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:21.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:21.472 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:21.472 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:21.472 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:21.473 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:21.473 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:21.473 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:21:21.473 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:21.473 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:21.473 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:21.474 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:21.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:21.474 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:21.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:21.474 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:21:21.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:21.474 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:21.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:21.474 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:21.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:21.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:21.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:21.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:21.476 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:21.476 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:21.476 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:21.479 DEBUG [main][MenuItemLookup] Item match:File 12:21:21.480 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:21:21.480 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:21.488 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:21:21.488 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:21:21.488 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:21:21.488 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:21:21.489 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:21:21.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:21:21.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:21:21.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:21:21.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:21.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:21.660 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:21:21.660 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:21.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:21:21.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:21.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:21.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:21.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:21.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:21.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:21.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:21.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:21:21.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:21:21.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:21.664 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:21:21.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:21.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:21:21.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:21:21.664 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:21:21.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:21.676 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:21:21.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:21.677 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:21:21.677 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:21:21.677 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:21:21.678 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:21:21.689 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:21:21.689 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:21:21.689 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:21:21.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:21:21.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:21.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:21.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:21.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:21.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:21.692 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:21:21.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:21.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:21.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:21.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:22.009 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:22.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:22.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:22.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:21:22.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:21:22.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:21:22.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:22.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:22.011 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:21:22.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:22.011 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:21:22.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:21:22.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:22.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:22.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:22.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:22.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:22.017 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:22.018 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:21:22.107 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:21:22.107 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:21:22.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:21:22.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:22.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:22.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:22.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:22.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:22.112 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:21:22.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:22.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:22.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:22.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:22.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:21:25.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:21:25.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:25.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:25.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:25.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:21:25.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:25.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:25.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:25.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:25.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:25.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:25.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:25.423 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:25.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:25.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.435 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:25.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:25.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:25.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:25.447 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:25.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:25.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:25.458 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:25.458 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:25.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:25.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:25.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.554 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:21:25.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:25.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:25.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:25.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:25.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:21:25.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:25.558 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:25.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:25.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:25.602 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:25.602 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:25.602 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:25.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:25.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:25.641 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:21:25.641 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:21:25.641 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:21:25.641 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:21:25.641 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:21:25.641 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:21:25.641 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:21:25.641 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:21:25.641 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:21:25.641 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:21:25.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:21:25.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:21:25.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:21:25.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:25.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:25.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:21:25.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:25.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:25.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:25.737 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:21:25.737 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:25.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.740 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:21:25.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:25.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:25.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:25.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:25.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:25.742 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:25.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:25.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:25.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:21:25.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:25.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.746 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:25.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:25.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:25.746 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:25.746 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:25.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:21:25.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:21:25.802 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:25.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:25.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:25.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:25.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:25.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:25.804 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:25.804 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:25.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:25.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:25.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:25.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:25.806 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:25.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:25.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:25.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:25.808 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:21:25.808 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:21:25.808 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:21:25.808 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:21:25.808 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:21:25.808 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:21:25.808 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:21:25.808 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:21:25.808 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:21:25.808 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:21:25.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:21:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:21:25.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:21:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:25.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:21:25.906 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:25.906 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:21:25.906 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.910 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:21:25.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:25.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:25.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:25.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:25.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:25.920 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:25.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:25.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:25.920 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:21:25.920 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:25.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:25.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:25.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:25.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:25.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:25.938 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:25.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:25.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:25.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:25.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:25.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:21:25.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:21:25.991 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:21:25.991 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:25.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:26.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:26.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:26.020 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:26.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:26.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:26.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:26.021 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:26.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:26.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:26.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:26.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:26.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:26.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:26.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:27.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:27.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:21:27.053 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:27.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:27.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:27.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:27.055 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:27.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:27.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:27.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:27.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:27.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:27.057 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:21:27.057 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:21:27.058 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:21:27.058 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:21:27.063 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:21:27.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:21:27.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:27.122 DEBUG [main][MenuItemLookup] Found menu:'New' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:27.123 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:21:27.123 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:21:27.123 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:21:27.123 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:21:27.123 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:21:27.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:27.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:21:27.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:21:27.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:27.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:27.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:27.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:27.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:27.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:27.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:27.625 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:27.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:27.625 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:21:27.625 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:21:27.625 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:21:27.625 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:21:27.631 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:21:27.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:21:27.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:27.675 DEBUG [main][MenuItemLookup] Found menu:'New' 12:21:27.675 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:21:27.675 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:27.675 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:21:27.675 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:21:27.675 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:21:27.675 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:27.675 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:21:27.675 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:21:27.675 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:21:27.675 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:21:27.675 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:21:27.676 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:21:27.676 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:21:27.676 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:21:27.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:21:27.833: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:27.856: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:27.861: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:27.865: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:27.881: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:27.898: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:27.914: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:27.931: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:27.948: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:27.964: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:27.981: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:27.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:28.014: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:28.031: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:28.047: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:28.065: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:28.080: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:21:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:21:28.361 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:21:28.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:28.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:28.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:21:28.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:28.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:28.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:28.367 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:21:28.367 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:28.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:28.368 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:21:28.368 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:21:28.368 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:21:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:28.368 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:28.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:28.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:28.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:28.368 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:21:28.368 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:28.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:28.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:28.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:28.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:28.371 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:28.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:28.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:28.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:28.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:21:28.373: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:28.375: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:21:28.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:21:28.376 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:21:28.433: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:21:28.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:21:28.877 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:21:28.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:28.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:21:28.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:21:28.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:28.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:28.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:28.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:28.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:28.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:28.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:28.877 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:28.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:28.878 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:21:28.878 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:28.878 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:28.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:28.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:28.878 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:21:28.879 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:28.879 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:21:28.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:21:28.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:21:28.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:28.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:28.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:28.879 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:28.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.879 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:28.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:21:28.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:28.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:28.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:28.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:21:28.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:28.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:28.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:28.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:28.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:28.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:28.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:28.882 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:28.882 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:28.885 DEBUG [main][MenuItemLookup] Item match:File 12:21:28.886 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:21:28.886 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:28.890 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:21:28.890 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:21:28.913 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:21:28.913 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:21:28.913 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:21:29.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:21:29.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:21:29.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:21:29.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:29.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:29.040 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:21:29.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:29.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:21:29.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:29.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:29.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:29.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:21:29.044 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:21:29.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:29.045 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:21:29.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:29.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:21:29.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:21:29.045 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:21:29.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:29.045 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:21:29.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:29.045 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:21:29.046 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:21:29.046 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:21:29.046 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:21:29.046 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:21:29.046 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:21:29.046 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:21:29.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:21:29.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:29.049 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:21:29.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:29.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:29.049 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:29.049 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:29.306 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:29.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:29.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:29.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:21:29.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:21:29.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:21:29.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:29.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:29.308 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:21:29.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:29.308 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:21:29.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:21:29.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:29.335 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:29.336 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:21:29.372 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:21:29.372 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:21:29.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:21:29.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:29.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:29.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:29.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:29.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:29.386 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:21:29.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:29.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:29.386 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:29.386 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:29.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:21:32.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:21:32.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:32.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:32.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:32.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:21:32.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:32.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:32.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:32.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:32.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:32.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:32.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:32.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:32.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:32.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.903 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:32.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:32.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:32.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:32.913 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:32.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:32.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:32.924 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:32.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:32.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:32.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:32.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.988 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:21:32.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:32.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:32.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:32.991 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:32.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:21:32.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:32.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:32.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:32.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:32.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:32.993 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:32.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:33.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:33.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:33.037 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:33.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:33.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:33.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:33.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:33.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:33.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:33.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:33.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:33.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:33.063 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:33.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:33.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:33.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:33.066 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:21:33.066 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:21:33.066 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:21:33.066 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:21:33.066 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:21:33.066 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:21:33.066 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:21:33.066 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:21:33.066 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:21:33.067 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:21:33.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:21:33.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:21:33.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:21:33.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:33.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:33.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:21:33.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:33.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:33.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:33.161 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:21:33.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:33.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:33.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:33.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:33.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:33.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:33.164 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:21:33.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:33.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:33.164 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:33.164 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:33.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:33.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:33.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:33.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:33.166 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:21:33.166 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:33.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:33.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:33.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:33.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:33.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:33.177 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:33.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:33.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:33.178 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:33.178 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:33.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:21:33.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:21:33.241 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:21:33.242 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:33.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:33.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:33.266 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:33.267 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:33.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:33.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:33.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:33.268 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:33.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:33.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:33.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:33.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:33.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:33.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:33.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:33.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:34.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:34.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:34.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:21:34.280 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:34.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:34.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:34.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:34.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:34.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:34.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:34.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:34.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:34.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:34.283 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:21:34.284 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:21:34.284 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:21:34.285 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:21:34.298 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:21:34.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:21:34.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'New' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:34.369 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:21:34.369 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:21:34.369 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:21:34.369 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:21:34.370 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:21:34.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:34.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:21:34.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:21:34.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:21:34.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:34.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:34.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:34.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:34.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:34.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:34.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:34.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:34.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:34.872 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:21:34.872 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:21:34.872 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:21:34.872 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:21:34.876 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:21:34.876 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:21:34.876 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:34.931 DEBUG [main][MenuItemLookup] Found menu:'New' 12:21:34.931 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:21:34.931 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:34.931 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:21:34.931 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:21:34.931 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:21:34.931 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:34.931 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:21:34.931 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:21:34.931 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:21:34.931 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:21:34.931 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:21:34.931 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:21:34.931 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:21:34.931 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:21:34.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.088: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.113: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.117: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.119: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.136: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.152: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.170: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.186: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.203: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.220: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.236: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.266: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.269: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.285: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.303: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.319: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.335: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:21:35.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:21:35.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:21:35.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:35.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:35.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:35.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:35.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:21:35.623 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:35.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:35.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:35.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:21:35.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:35.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:35.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:35.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:35.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:35.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:35.625 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:21:35.625 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:21:35.626 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:21:35.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:35.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:35.626 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:35.626 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:35.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:35.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:35.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:35.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:35.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:21:35.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:35.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:35.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:35.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:35.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:35.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:35.629 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:35.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:35.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:35.629 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:35.629 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.631: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.633: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:21:35.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:21:35.635 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:21:35.691: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:21:36.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:21:36.135 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:21:36.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:36.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:21:36.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:21:36.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:36.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:36.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:36.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:36.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:36.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:36.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:36.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:36.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:36.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:21:36.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:36.136 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:36.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:36.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:36.137 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:21:36.137 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:36.137 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:21:36.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:21:36.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:21:36.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:36.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:36.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:36.137 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:36.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:36.138 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:36.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:36.138 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:21:36.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:36.138 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:36.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:36.138 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:36.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:36.139 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:36.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:36.139 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:21:36.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:36.139 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:36.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:36.139 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:36.139 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:36.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:36.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:36.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:36.140 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:36.140 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:36.140 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:36.145 DEBUG [main][MenuItemLookup] Item match:File 12:21:36.146 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:21:36.146 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:36.151 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:21:36.151 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:21:36.151 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:21:36.151 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:21:36.151 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:21:36.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:21:36.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:21:36.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:21:36.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:36.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:36.304 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:21:36.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:36.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:21:36.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:36.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:36.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:36.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:36.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:36.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:36.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:36.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:21:36.320 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:21:36.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:36.321 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:21:36.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:36.321 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:21:36.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:21:36.321 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:21:36.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:36.321 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:21:36.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:36.321 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:21:36.322 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:21:36.322 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:21:36.322 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:21:36.333 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:21:36.333 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:21:36.333 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:21:36.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:21:36.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:36.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:36.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:36.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:36.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:36.336 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:21:36.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:36.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:36.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:36.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:36.606 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:36.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:36.607 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:36.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:21:36.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:21:36.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:21:36.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:36.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:36.608 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:21:36.608 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:36.608 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:21:36.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:21:36.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:36.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:36.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:36.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:36.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:36.626 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:36.627 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:21:36.668 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:21:36.668 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:21:36.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:21:36.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:36.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:36.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:36.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:36.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:36.674 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:21:36.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:36.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:36.674 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:36.674 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:36.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:21:39.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:21:39.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:39.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:39.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:39.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:21:39.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:39.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:39.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:39.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:39.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:39.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:39.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:39.708 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:39.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:39.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:39.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:39.722 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:39.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:39.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:39.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:39.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:39.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:39.734 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:39.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:39.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:39.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:39.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:39.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:39.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:39.745 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:39.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:39.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:39.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:39.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:39.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:39.812 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:21:39.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:39.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:39.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:39.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:39.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:39.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:39.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:21:39.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:39.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:39.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:39.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:39.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:39.818 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:39.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:39.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:39.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:39.868 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:39.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:39.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:39.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:39.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:39.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:39.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:39.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:39.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:39.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:39.882 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:39.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:39.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:39.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:39.896 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:21:39.896 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:21:39.896 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:21:39.896 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:21:39.896 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:21:39.896 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:21:39.896 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:21:39.896 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:21:39.896 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:21:39.897 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:21:39.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:21:39.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:21:39.997 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:21:39.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:39.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:39.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:21:39.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:39.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:39.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:39.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:21:39.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:39.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:39.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:40.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:40.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:40.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:40.001 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:21:40.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:40.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:40.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:40.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:40.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:40.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:40.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:40.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:40.004 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:21:40.004 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:40.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:40.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:40.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:40.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:40.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:40.015 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:40.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:40.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:40.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:40.015 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:40.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:21:40.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:21:40.089 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:21:40.089 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:40.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:40.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:40.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:40.115 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:40.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:40.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:40.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:40.116 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:40.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:40.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:40.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:40.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:40.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:40.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:40.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:40.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:41.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:41.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:41.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:21:41.120 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:41.120 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:41.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:41.122 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:41.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:41.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:41.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:41.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:41.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:41.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:41.123 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:21:41.124 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:21:41.124 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:21:41.124 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:21:41.128 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:21:41.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:21:41.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:41.200 DEBUG [main][MenuItemLookup] Found menu:'New' 12:21:41.200 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:21:41.200 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:41.200 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:21:41.200 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:21:41.200 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:21:41.200 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:41.200 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:21:41.200 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:21:41.200 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:21:41.200 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:21:41.200 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:41.200 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:21:41.200 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:21:41.200 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:21:41.200 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:21:41.201 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:41.201 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:21:41.201 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:21:41.201 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:41.201 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:21:41.201 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:21:41.201 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:21:41.201 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:21:41.201 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:21:41.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:41.202 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:21:41.703 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:21:41.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:41.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:41.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:41.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:41.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:41.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:41.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:41.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:41.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:41.704 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:21:41.704 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:21:41.704 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:21:41.705 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:21:41.710 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:21:41.710 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:21:41.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:41.769 DEBUG [main][MenuItemLookup] Found menu:'New' 12:21:41.769 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:21:41.769 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:41.769 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:21:41.769 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:21:41.769 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:21:41.769 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:41.769 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:21:41.769 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:21:41.769 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:21:41.769 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:21:41.769 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:21:41.770 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:21:41.770 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:21:41.770 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:21:41.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:21:41.963: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:41.988: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:41.992: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:41.995: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:42.011: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:42.028: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:42.044: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:42.062: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:42.089: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:42.095: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:42.111: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:42.127: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:42.144: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:42.161: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:42.178: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:42.195: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:21:42.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:21:42.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:21:42.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:42.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:42.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:42.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:42.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:21:42.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:42.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:42.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:42.499 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:21:42.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:42.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:42.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:42.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:42.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:42.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:42.500 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:21:42.500 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:21:42.500 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:21:42.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:42.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:42.501 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:42.501 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:42.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:21:42.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:21:42.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:42.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:42.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:21:42.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:21:42.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:42.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:42.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:42.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:42.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:42.503 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:21:42.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:42.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:42.503 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:42.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:21:42.505: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:21:42.507: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:21:42.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:21:42.509 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:21:42.566: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:21:43.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:21:43.010 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:21:43.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:43.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:21:43.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:21:43.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:43.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:21:43.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:43.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:43.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:43.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:43.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:43.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:43.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:43.010 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:21:43.010 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:21:43.010 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:21:43.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:21:43.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:21:43.011 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:21:43.011 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:21:43.012 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:21:43.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:21:43.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:21:43.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:21:43.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:21:43.012 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:21:43.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:43.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:43.012 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:43.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:43.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:21:43.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:43.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:43.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:43.013 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:43.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:43.014 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:43.014 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:43.014 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:21:43.014 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:43.014 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:43.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:43.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:43.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:43.015 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:43.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:43.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:43.016 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:43.016 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:43.016 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:43.019 DEBUG [main][MenuItemLookup] Item match:File 12:21:43.020 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:21:43.020 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:21:43.025 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:21:43.025 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:21:43.025 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:43.025 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:21:43.025 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:21:43.026 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:21:43.026 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:21:43.026 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:21:43.026 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:21:43.026 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:21:43.026 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:21:43.026 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:43.026 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:21:43.026 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:21:43.026 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:21:43.026 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:43.026 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:21:43.026 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:43.026 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:21:43.026 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:21:43.026 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:21:43.026 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:21:43.026 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:21:43.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:21:43.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:21:43.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:21:43.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:43.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:43.154 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:21:43.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:43.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:21:43.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:43.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:43.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:43.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:43.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:43.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:43.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:43.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:21:43.158 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:21:43.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:43.169 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:21:43.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:43.169 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:21:43.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:21:43.170 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:21:43.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:43.170 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:21:43.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:43.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:21:43.171 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:21:43.171 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:21:43.171 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:21:43.171 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:21:43.171 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:21:43.171 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:21:43.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:21:43.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:43.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:43.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:43.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:43.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:43.174 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:21:43.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:43.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:43.174 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:43.174 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:43.447 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:43.447 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:43.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:43.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:21:43.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:21:43.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:21:43.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:43.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:43.449 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:21:43.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:43.449 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:21:43.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:21:43.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:43.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:43.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:43.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:43.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:43.477 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:43.478 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:21:43.514 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:21:43.514 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:21:43.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:21:43.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:43.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:43.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:43.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:43.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:43.519 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:21:43.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:43.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:43.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:43.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:43.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:21:47.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:21:47.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:47.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:47.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:47.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:21:47.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:47.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:47.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:47.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:47.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:47.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:47.081 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:47.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:47.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:47.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:47.088 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:47.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:47.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:47.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:47.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:47.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:47.094 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:47.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:47.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:47.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:47.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:47.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:47.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:47.100 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:47.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:47.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:47.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:47.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:47.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:47.153 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:21:47.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:47.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:47.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:47.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:47.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:47.155 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:47.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:21:47.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:47.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:47.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:47.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:47.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:47.157 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:47.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:47.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:47.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:47.198 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:21:47.198 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:47.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:47.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:47.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:47.199 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:47.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:47.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:47.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:47.200 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:47.200 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:47.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:47.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:47.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:47.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:47.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:47.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:47.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:48.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:48.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:48.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:21:48.204 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:48.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:48.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:48.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:48.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:48.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:48.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:48.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:48.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:48.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:48.207 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:21:48.207 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:21:48.208 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:21:48.208 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:21:48.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:48.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:48.709 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:21:48.713 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:21:48.713 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:21:48.714 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:21:48.728 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:21:48.728 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:48.728 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:48.729 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:48.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:48.729 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:21:48.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:48.729 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:48.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:48.729 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:48.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:48.729 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:48.729 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:48.730 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:21:48.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:48.730 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:48.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:48.730 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:48.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:48.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:21:48.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:48.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:48.731 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:21:48.731 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:21:48.731 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:48.731 DEBUG [main][MenuItemLookup] Item match:File 12:21:48.734 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:21:48.734 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:48.742 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:21:48.742 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:21:48.775 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:21:48.776 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:21:48.776 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:21:48.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:21:48.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:21:48.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:21:48.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:48.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:48.972 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:21:48.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:48.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:21:48.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:48.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:48.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:48.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:48.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:48.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:48.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:48.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:21:48.984 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:21:48.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:48.984 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:21:48.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:48.984 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:21:48.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:21:48.984 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:21:48.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:48.985 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:21:48.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:48.985 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:21:48.985 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:21:48.985 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:21:48.986 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:21:49.001 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:21:49.002 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:21:49.002 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:21:49.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:21:49.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:49.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:49.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:49.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:49.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:49.013 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:21:49.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:49.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:49.014 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:49.014 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:49.134 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:49.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:49.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:49.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:21:49.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:21:49.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:21:49.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:49.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:49.136 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:21:49.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:49.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:21:49.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:49.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:49.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:49.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:49.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:49.167 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:49.168 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 12:21:49.199 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:21:49.199 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:21:49.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:21:49.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:49.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:49.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:49.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:49.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:49.202 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:21:49.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:49.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:49.202 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:49.202 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:49.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:49.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:49.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 9 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:49.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 9 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:49.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:49.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3a6bdf10 is found... 12:21:49.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3a6bdf10 is found finished successfully 12:21:49.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 12:21:49.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:49.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:49.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:49.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:49.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:49.895 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:49.896 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 12:21:49.896 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:21:49.902 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:49.902 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:21:49.902 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:21:49.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:49.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:49.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:49.948 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:49.948 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:49.949 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:49.949 DEBUG [main][MenuItemLookup] Item match:File 12:21:49.950 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:21:49.950 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:21:49.950 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:21:49.950 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:21:49.950 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:49.950 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:21:49.950 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:21:49.950 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:49.950 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:21:49.950 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:21:49.950 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:21:49.950 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:21:49.951 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:21:49.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:21:49.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:21:49.997 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:50.032 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:21:50.063 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:50.063 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:50.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:50.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:50.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:50.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:50.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:50.110 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:50.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:50.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:50.138 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:50.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:50.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:50.138 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:50.139 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:50.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:50.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:50.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:50.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:50.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:50.170 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:50.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:50.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:50.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:50.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:50.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:50.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:21:50.172 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:50.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:50.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:50.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:50.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:50.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:50.173 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:50.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:50.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:50.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:50.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:50.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:50.174 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:50.174 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:50.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:50.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:50.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:50.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:50.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:50.175 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:50.176 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:50.176 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:50.176 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:50.176 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:50.176 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:50.176 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:21:50.176 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:50.176 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:21:50.176 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:50.176 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:50.176 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:50.176 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:50.176 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:50.176 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:50.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:21:51.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:21:51.177 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:51.177 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:51.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:51.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:51.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:51.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:51.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:51.179 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:51.179 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:51.180 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:51.180 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:51.180 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:51.180 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:51.180 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:21:51.180 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:51.180 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:21:51.180 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:51.180 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:51.180 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:51.180 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:51.180 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:51.180 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:51.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:21:51.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:21:51.180 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:51.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:51.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:51.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:21:51.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:51.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:51.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:51.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:51.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:51.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:51.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:51.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:51.683 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:51.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:51.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:51.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:51.685 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:51.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:51.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:51.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:51.686 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:51.686 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:51.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:51.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:51.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:51.687 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:51.688 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:51.688 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:51.688 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:51.688 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:51.688 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:51.688 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:21:51.688 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:51.688 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:21:51.688 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:51.688 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:51.688 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:51.688 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:51.688 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:51.688 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:51.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:21:52.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:21:52.689 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:52.689 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:52.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:52.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:52.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:52.691 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:52.691 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:52.692 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:52.692 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:52.692 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:52.692 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:52.692 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:21:52.692 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:52.692 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:21:52.692 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:52.692 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:52.692 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:52.692 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:52.692 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:52.692 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:52.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:21:52.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:21:52.692 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:52.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:52.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:52.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:52.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:52.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:52.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:52.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:52.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:52.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:52.694 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:21:52.694 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:21:52.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:52.694 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:21:52.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:52.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:21:52.695 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:21:52.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:52.695 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:21:52.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:52.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:21:52.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:21:52.695 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:21:52.695 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:52.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:52.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:52.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:52.721 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:52.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:52.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:52.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:52.723 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:52.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:52.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:52.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:52.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:52.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:52.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:53.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:53.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:53.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:53.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:21:53.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:21:53.726 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:21:53.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:21:53.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:53.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:53.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:53.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:53.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:53.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:53.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:53.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:53.728 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:21:53.729 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:21:53.729 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:21:53.729 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:21:53.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:53.729 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProblemsViewTestProject is already expanded. No action performed 12:21:53.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:53.729 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:21:53.729 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:21:53.729 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:21:53.730 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:21:53.738 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:21:53.738 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:53.738 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:53.739 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:53.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:53.739 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:21:53.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:53.739 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:53.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:53.739 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:53.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:53.739 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:53.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:53.740 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:21:53.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:53.740 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:53.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:53.740 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:53.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:53.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:21:53.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:53.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:53.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:53.741 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:21:53.741 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:53.741 DEBUG [main][MenuItemLookup] Item match:File 12:21:53.742 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:21:53.742 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:21:53.747 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:53.748 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:21:53.748 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:21:53.748 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:21:53.748 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:21:53.780 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:21:53.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:21:53.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:21:53.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:21:53.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:53.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:53.914 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:21:53.914 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:53.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:21:53.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:53.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:53.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:53.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:53.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:53.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:21:53.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:21:53.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:21:53.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:21:53.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:53.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:21:53.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:53.928 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:21:53.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:21:53.929 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:21:53.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:53.929 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:21:53.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:53.929 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:21:53.929 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:21:53.930 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:21:53.930 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:21:53.930 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:21:53.930 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:21:53.930 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:21:53.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:21:53.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:53.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:53.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:53.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:53.932 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:21:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:53.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:53.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:53.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:54.032 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:21:54.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:54.032 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:54.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:21:54.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:21:54.032 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:21:54.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:54.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:54.033 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:21:54.033 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:21:54.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:21:54.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:54.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:54.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:54.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:54.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:21:54.094 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:21:54.095 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 12:21:54.121 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:21:54.121 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:21:54.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:21:54.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:54.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:54.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:54.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:54.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:21:54.127 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:21:54.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:21:54.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:21:54.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:21:54.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:21:54.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:21:54.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:21:54.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:54.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:21:54.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:21:54.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29ae54b9 is found... 12:21:54.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29ae54b9 is found finished successfully 12:21:54.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 12:21:54.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:54.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:54.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:54.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:54.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:54.739 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:54.739 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 12:21:54.740 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:21:54.747 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:54.748 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:21:54.748 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:21:54.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:21:54.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:54.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:54.749 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:21:54.749 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:21:54.749 DEBUG [main][MenuItemLookup] Found menu:'File' 12:21:54.749 DEBUG [main][MenuItemLookup] Item match:File 12:21:54.750 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:21:54.750 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:21:54.750 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:21:54.750 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:21:54.750 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:54.751 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:21:54.751 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:21:54.751 DEBUG [main][MenuItemLookup] Found menu:'' 12:21:54.751 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:21:54.751 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:21:54.751 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:21:54.751 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:21:54.751 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:21:54.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:21:54.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:21:54.950 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:54.950 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:21:54.950 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:54.951 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:54.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:55.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:55.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:55.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:55.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:55.037 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:55.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:55.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:55.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:21:55.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:55.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:55.051 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:21:55.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:55.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:55.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:55.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:55.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:55.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:55.092 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:55.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:55.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:55.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:55.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:55.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:55.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:21:55.094 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:55.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:55.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:55.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:55.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:55.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:55.095 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:55.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:55.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:55.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:55.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:55.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:55.096 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:55.097 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:55.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:55.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:55.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:55.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:55.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:55.098 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:55.098 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:55.098 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:55.098 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:55.098 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:55.099 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:55.099 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:21:55.099 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:55.099 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:21:55.099 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:55.099 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:55.099 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:55.099 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:55.099 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:55.099 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:55.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:21:56.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:21:56.100 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:56.100 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:56.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:56.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:56.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:56.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:56.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:56.102 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:56.103 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:56.103 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:56.103 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:56.103 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:56.103 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:56.103 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:21:56.103 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:56.103 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:21:56.103 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:56.103 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:56.103 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:56.103 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:56.103 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:56.103 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:56.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:21:56.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:21:56.103 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:56.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:56.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:56.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:56.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:56.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:56.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:56.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:56.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:56.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:56.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:56.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:56.639 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:56.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:56.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:56.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:56.641 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:56.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:56.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:56.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:56.642 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:56.642 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:56.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:56.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:56.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:56.643 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:56.644 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:56.644 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:56.644 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:56.644 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:56.644 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:56.644 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:21:56.644 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:56.644 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:21:56.644 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:56.644 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:56.644 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:56.644 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:56.644 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:56.644 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:56.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:21:58.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:21:58.146 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:58.146 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:58.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:58.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:58.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:58.148 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:58.149 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:58.149 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:58.149 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:58.149 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:58.149 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:58.149 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:21:58.149 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:58.149 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:21:58.149 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:58.149 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:58.149 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:58.149 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:58.149 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:58.149 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:58.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:21:58.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:21:58.150 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:58.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:58.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:58.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:21:58.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:58.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:58.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:58.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:58.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:58.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:58.152 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:21:58.152 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:21:58.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:58.153 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:21:58.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:58.153 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:21:58.153 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:21:58.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:58.153 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:21:58.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:58.153 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:21:58.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:21:58.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:58.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:58.167 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:58.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:58.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:58.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:21:58.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:58.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:58.180 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:21:58.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:58.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:58.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:58.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:58.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:58.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:58.229 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:58.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:58.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:58.231 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:58.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:58.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:58.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:21:58.232 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:58.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:58.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:58.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:58.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:58.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:58.234 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:58.234 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:58.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:58.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:58.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:58.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:58.235 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:58.236 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:58.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:58.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:58.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:58.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:58.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:58.237 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:58.238 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:58.238 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:58.238 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:58.238 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:58.238 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:58.239 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:21:58.239 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:58.239 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:21:58.239 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:58.239 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:58.239 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:58.239 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:58.239 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:58.239 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:58.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:21:59.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:21:59.241 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:59.241 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:59.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:59.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:59.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:59.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:59.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:59.243 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:59.243 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:59.243 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:59.243 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:59.243 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:59.243 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:59.244 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:21:59.244 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:59.244 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:21:59.244 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:59.244 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:59.244 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:59.244 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:59.244 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:59.244 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:59.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:21:59.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:21:59.244 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:59.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:59.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:59.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:59.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:59.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:59.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:21:59.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:59.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:59.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:59.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:59.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:21:59.248 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:21:59.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:21:59.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:59.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:21:59.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:59.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:21:59.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:21:59.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:21:59.249 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:21:59.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:21:59.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:21:59.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:21:59.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:59.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:59.289 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:59.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:59.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:59.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:21:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:21:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:21:59.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:21:59.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:21:59.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:21:59.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:21:59.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:21:59.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:21:59.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:21:59.302 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:59.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:59.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:59.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:59.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:59.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:59.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:21:59.303 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:59.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:59.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:59.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:59.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:59.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:59.304 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:59.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:59.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:59.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:59.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:59.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:59.332 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:21:59.332 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:21:59.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:21:59.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:21:59.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:21:59.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:21:59.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:21:59.333 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:21:59.334 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:59.334 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:59.334 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:59.334 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:21:59.334 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:21:59.334 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:21:59.334 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:59.334 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:21:59.334 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:21:59.334 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:21:59.334 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:21:59.334 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:21:59.334 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:21:59.334 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:21:59.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:22:00.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:22:00.335 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:00.335 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:00.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:00.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:00.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:00.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:00.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:00.336 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:00.337 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:00.337 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:00.337 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:00.337 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:00.337 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:00.337 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:00.337 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:00.337 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:00.337 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:00.337 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:00.337 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:00.337 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:00.337 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:00.337 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:00.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:22:00.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:22:00.338 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:00.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:00.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:00.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:00.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:00.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:00.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:00.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:00.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:00.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:00.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:00.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:00.341 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:22:00.341 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:22:00.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:00.341 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:22:00.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:00.341 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:22:00.341 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:22:00.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:00.341 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:22:00.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:00.341 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:22:00.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:22:00.342 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:00.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:00.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:00.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:00.342 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:00.342 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:00.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:00.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:00.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:00.343 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:00.344 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:00.344 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:00.344 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:00.344 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:00.344 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:00.344 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:00.344 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:00.344 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:00.344 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:00.344 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:00.344 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:00.344 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:00.344 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:00.344 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:22:01.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:22:01.345 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:01.345 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:01.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:01.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:01.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:01.347 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:01.348 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:01.348 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:01.348 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:01.348 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:01.348 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:01.348 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:01.348 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:01.348 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:01.348 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:01.348 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:01.348 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:01.348 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:01.348 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:01.348 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:22:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:22:01.348 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:01.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:01.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:01.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:01.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:01.351 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:22:01.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:22:01.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:01.351 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:22:01.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:01.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:22:01.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:22:01.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:01.352 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:22:01.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:01.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:22:01.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:01.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:01.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:01.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:01.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:01.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:01.408 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:01.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:01.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:01.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:01.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:01.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:01.410 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:01.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:01.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:01.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:01.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:01.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:01.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:01.455 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:01.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:01.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:01.495 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:01.495 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:01.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:01.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:01.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:01.496 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:01.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:01.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:01.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:01.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:01.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.539 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:01.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:01.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:01.540 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:01.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:01.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:01.586 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:01.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:01.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:01.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:01.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:01.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:01.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:01.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:01.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:01.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:01.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:01.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:01.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:01.663 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:01.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:01.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:01.675 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:01.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:01.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:01.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:01.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:01.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:01.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:01.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:01.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:01.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:01.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:01.718 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:01.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:01.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.731 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:01.731 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:01.731 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:01.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:01.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:01.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:01.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:01.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:01.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:01.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:01.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:01.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:01.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:01.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:01.805 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:01.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:01.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:01.846 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:01.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:01.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:01.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:01.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:01.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:01.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:01.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:01.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:01.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:01.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:01.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:01.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:01.891 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:01.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:01.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:01.930 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:01.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:01.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:01.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:01.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:01.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:01.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:01.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:01.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:01.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:01.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:01.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:01.969 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:01.969 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:01.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:01.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:01.972 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:01.972 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:01.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:01.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:01.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:01.973 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:01.974 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:01.974 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:01.974 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:01.974 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:01.974 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:01.974 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:01.974 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:01.974 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:01.974 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:01.974 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:01.974 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:01.974 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:01.974 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:01.974 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:01.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:22:02.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:22:02.976 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:02.976 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:02.976 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:02.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:02.977 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:02.977 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:02.978 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:02.978 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:02.978 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:02.978 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:02.978 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:02.978 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:02.978 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:02.979 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:02.979 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:02.979 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:02.979 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:02.979 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:02.979 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:02.979 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:02.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:22:02.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:22:02.979 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:02.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:02.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:02.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:02.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:02.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:02.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:02.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:02.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:02.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:02.983 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:22:02.984 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:22:02.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:02.984 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:22:02.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:02.984 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:22:02.984 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:22:02.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:02.984 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:22:02.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:02.985 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:22:02.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:02.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:03.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:03.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:03.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:03.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:03.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:03.053 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:03.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:03.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:03.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:03.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:03.054 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:03.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:03.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:03.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:03.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:03.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:03.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:03.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:03.099 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:03.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:03.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:03.140 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:03.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:03.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:03.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:03.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:03.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:03.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:03.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:03.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:03.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:03.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:03.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:03.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:03.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:03.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:03.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:03.223 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:03.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:03.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:03.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:03.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:03.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:03.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:03.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:03.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:03.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:03.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:03.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:03.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:03.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:03.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:03.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:03.309 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:03.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:03.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:03.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:03.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:03.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:03.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:03.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:03.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:03.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:03.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:03.352 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:03.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:03.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:03.392 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:03.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:03.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:03.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:03.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:03.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:03.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:03.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:03.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:03.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:03.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:03.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:03.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:03.440 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:03.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:03.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:03.453 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:03.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:03.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:03.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:03.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:03.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:03.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:03.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:03.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:03.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:03.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.525 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:03.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:03.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:03.525 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:03.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:03.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:03.566 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:03.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:03.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:03.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:03.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:03.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:03.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:03.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:03.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:03.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:03.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:03.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:03.569 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:03.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:03.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:03.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:03.570 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:03.571 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:03.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:03.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:03.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:03.597 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:03.598 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:03.598 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:03.598 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:03.598 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:03.598 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:03.598 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:03.598 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:03.598 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:03.598 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:03.598 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:03.598 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:03.598 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:03.599 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:03.599 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:03.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:22:04.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:22:04.600 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:04.600 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:04.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:04.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:04.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:04.601 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:04.602 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:04.602 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:04.602 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:04.602 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:04.603 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:04.603 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:04.603 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:04.603 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:04.603 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:04.603 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:04.603 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:04.603 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:04.603 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:04.603 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:04.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:22:04.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:22:04.603 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:04.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:04.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:04.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:04.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:04.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:04.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:04.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:04.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:04.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:04.605 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:22:04.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:22:04.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:04.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:22:04.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:04.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:22:04.606 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:22:04.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:04.606 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:22:04.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:04.606 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:22:04.607 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:04.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:04.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:04.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:04.608 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:04.608 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:04.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:04.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:04.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:04.609 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:04.610 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:04.610 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:04.610 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:04.610 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:04.610 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:04.610 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:04.610 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:04.610 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:04.610 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:04.610 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:04.610 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:04.610 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:04.610 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:04.610 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:04.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:22:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:22:05.611 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:05.612 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:05.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:05.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:05.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:05.613 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:05.614 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:05.614 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:05.614 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:05.614 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:05.614 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:05.614 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:05.614 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:05.614 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:05.614 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:05.614 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:05.614 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:05.614 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:05.614 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:05.614 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:05.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:22:05.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:22:05.615 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:05.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:05.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:05.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:05.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:05.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:05.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:05.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:05.618 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:22:05.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:22:05.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:05.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:22:05.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:05.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:22:05.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:22:05.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:05.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:22:05.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:05.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:22:05.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.631 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:05.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:05.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:05.632 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:05.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:05.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:05.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:05.671 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:05.672 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:05.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:05.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:05.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:05.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:05.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:05.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:05.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:05.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:05.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:05.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:05.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:05.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:05.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:05.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.715 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:05.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:05.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:05.715 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:05.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:05.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:05.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:05.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:05.756 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:05.756 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:05.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:05.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:05.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:05.757 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:05.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:05.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:05.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:05.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:05.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:05.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:05.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:05.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:05.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:05.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:05.810 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:05.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:05.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:05.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:05.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:05.853 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:05.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:05.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:05.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:05.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:05.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:05.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:05.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:05.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:05.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:05.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:05.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:05.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:05.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:05.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:05.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:05.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:05.897 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:05.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:05.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:05.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:05.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:05.937 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:05.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:05.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:05.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:05.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:05.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:05.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:05.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:05.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:05.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:05.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:05.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:05.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:05.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:05.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:05.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:05.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:05.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:05.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:06.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:06.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:06.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:06.020 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:06.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:06.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:06.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:06.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:06.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:06.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:06.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:06.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:06.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:06.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:06.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:06.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:06.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:06.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:06.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:06.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:06.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:06.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:06.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:06.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:06.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:06.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:06.067 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:06.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:06.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:06.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:06.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:06.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:06.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:06.108 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:06.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:06.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:06.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:06.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:06.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:06.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:06.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:06.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:06.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:06.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:06.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:06.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:06.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:06.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:06.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:06.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:06.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:06.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:06.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:06.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:06.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:06.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:06.153 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:06.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:06.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:06.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:06.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:06.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:06.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:06.165 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:06.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:06.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:06.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:06.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:06.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:06.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:06.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:06.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:06.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:06.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:06.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:06.199 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:06.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:06.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:06.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:06.201 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:06.201 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:06.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:06.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:06.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:06.202 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:06.203 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:06.203 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:06.203 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:06.203 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:06.203 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:06.203 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:06.203 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:06.203 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:06.203 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:06.203 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:06.203 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:06.203 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:06.203 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:06.203 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:06.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:22:07.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:22:07.204 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:07.204 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:07.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:07.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:07.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:07.206 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:07.206 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:07.207 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:07.207 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:07.207 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:07.207 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:07.207 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:07.207 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:07.207 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:07.207 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:07.207 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:07.207 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:07.207 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:07.207 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:07.207 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:07.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:22:07.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:22:07.207 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:07.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:07.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:07.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:07.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:07.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:07.209 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:22:07.209 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:22:07.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:07.209 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:22:07.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:07.209 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:22:07.209 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:22:07.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:07.209 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:22:07.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:07.209 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:22:07.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:07.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:07.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:07.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:07.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:07.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:07.223 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:07.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:07.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:07.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:07.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:07.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:07.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:07.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:07.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:07.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:07.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:07.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:07.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:07.261 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:07.261 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:07.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:07.296 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:07.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:07.296 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:07.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:07.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:07.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:07.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:07.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:07.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:07.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:07.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:07.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:07.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:07.332 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:07.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:07.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:07.365 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:07.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:07.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:07.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:07.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:07.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:07.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:07.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:07.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:07.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:07.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:07.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:07.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:07.376 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:07.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:07.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:07.382 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:07.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:07.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:07.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:07.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:07.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:07.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:07.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:07.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:07.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:07.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:07.444 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:07.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:07.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:07.477 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:07.477 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:07.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:07.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:07.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:07.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:07.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:07.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:07.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:07.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:07.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:07.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:07.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:07.513 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:07.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:07.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:07.560 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:07.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:07.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:07.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:07.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:07.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:07.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:07.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:07.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:07.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:07.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:07.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:07.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:07.601 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:07.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:07.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:07.634 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:07.634 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:07.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:07.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:07.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:07.635 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:07.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:07.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:07.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:07.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:07.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:07.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:07.637 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:07.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:07.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:07.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:07.638 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:07.638 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:07.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:07.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:07.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:07.665 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:07.666 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:07.666 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:07.666 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:07.666 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:07.666 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:07.666 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:07.666 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:07.666 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:07.666 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:07.666 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:07.666 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:07.666 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:07.666 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:07.666 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:07.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:22:08.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:22:08.667 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:08.668 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:08.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:08.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:08.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:08.670 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:08.670 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:08.670 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:08.670 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:08.670 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:08.670 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:08.670 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:08.670 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:08.671 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 1 warning, 0 others)' 12:22:08.671 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:08.671 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:08.671 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:08.671 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:08.671 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:08.671 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:08.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:22:08.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:22:08.671 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:08.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:08.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:08.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:08.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:08.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:08.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:08.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:08.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:08.673 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:22:08.673 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:22:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:08.673 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:22:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:08.673 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:22:08.673 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:22:08.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:08.674 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:22:08.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:08.674 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:22:08.674 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:08.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:08.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:08.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:08.677 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:22:08.677 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:22:08.677 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:22:08.677 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:22:08.677 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:22:08.677 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:22:08.677 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:22:08.678 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:22:08.678 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:22:08.678 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:22:08.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:22:08.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:22:08.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:22:08.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:08.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:08.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:22:08.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:08.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:08.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:08.787 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:22:08.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:08.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:08.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:08.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:08.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:08.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:08.790 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:22:08.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:08.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:08.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:08.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:08.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:22:08.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:08.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:08.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:08.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:22:08.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:08.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:08.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:08.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:08.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:08.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:08.804 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:22:08.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:08.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:08.804 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:08.804 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:08.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:22:08.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:22:08.884 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:22:08.885 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:08.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:08.919 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:08.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:08.920 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:08.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:08.920 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:08.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:08.921 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:08.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:08.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:08.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:08.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:08.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:08.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:09.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:09.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:09.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:09.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:09.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:22:09.924 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:09.924 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:09.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:09.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:09.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:09.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:09.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:09.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:09.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:09.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:09.926 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:22:09.926 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:22:09.926 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:22:09.927 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:22:09.930 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:22:09.930 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:22:09.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:09.994 DEBUG [main][MenuItemLookup] Found menu:'New' 12:22:09.994 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:22:09.994 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:09.994 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:22:09.994 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:22:09.994 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:22:09.994 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:09.995 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:22:09.995 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:22:09.995 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:22:09.995 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:22:09.995 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:09.995 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:22:09.995 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:22:09.995 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:22:09.995 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:22:09.995 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:09.995 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:22:09.995 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:22:09.995 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:09.995 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:22:09.995 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:22:09.995 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:22:09.995 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:22:09.995 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:22:10.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:10.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:22:10.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:22:10.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:22:10.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:10.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:10.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:10.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:10.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:10.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:10.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:10.002 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:10.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:10.002 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:22:10.002 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:22:10.003 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:22:10.003 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:22:10.004 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:22:10.005 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:22:10.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:10.051 DEBUG [main][MenuItemLookup] Found menu:'New' 12:22:10.051 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:22:10.051 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:10.051 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:22:10.051 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:22:10.051 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:22:10.051 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:10.051 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:22:10.051 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:22:10.051 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:22:10.051 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:22:10.051 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:22:10.052 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:22:10.052 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:22:10.052 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:22:10.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.214: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.245: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.250: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.251: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.262: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.278: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.296: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.312: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.328: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.345: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.362: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.378: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.395: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.412: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.428: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.445: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.461: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:10.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:22:10.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:22:10.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:10.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:10.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:10.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:10.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:22:10.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:10.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:10.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:10.757 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:22:10.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:10.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:10.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:10.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:10.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:10.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:10.758 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:22:10.758 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:22:10.758 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:22:10.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:10.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:10.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:10.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:10.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:22:10.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:10.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:10.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:10.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:22:10.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:10.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:10.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:10.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:10.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:10.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:10.761 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:22:10.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:10.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:10.761 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:10.761 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.763: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.765: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:10.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:22:10.766 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:22:10.845: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:11.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:22:11.267 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:22:11.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:11.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:22:11.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:22:11.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:22:11.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:22:11.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:22:11.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:11.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:11.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:11.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:11.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:11.267 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:11.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:11.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:11.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:22:11.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:22:11.268 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:22:11.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:11.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:11.268 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:22:11.269 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:22:11.269 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:22:11.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:22:11.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:22:11.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:22:11.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:22:11.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:22:11.269 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:11.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:11.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:11.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:11.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:22:11.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:11.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:11.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:11.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:11.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:11.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:11.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:11.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:22:11.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:11.271 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:11.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:11.272 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:11.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:11.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:11.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:11.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:11.273 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:11.273 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:22:11.273 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:11.276 DEBUG [main][MenuItemLookup] Item match:File 12:22:11.278 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:22:11.278 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:11.284 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:22:11.284 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:22:11.285 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:22:11.285 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:22:11.285 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:22:11.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:22:11.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:22:11.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:22:11.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:11.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:11.467 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:22:11.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:11.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:22:11.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:11.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:11.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:11.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:11.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:11.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:22:11.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:22:11.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:22:11.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:22:11.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:11.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:22:11.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:11.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:22:11.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:22:11.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:22:11.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:11.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:22:11.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:11.471 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:22:11.472 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:22:11.472 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:22:11.472 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:22:11.486 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:22:11.487 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:22:11.487 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:22:11.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:22:11.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:11.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:11.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:11.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:11.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:11.489 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:22:11.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:11.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:11.489 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:11.489 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:11.789 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:11.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:11.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:11.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:22:11.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:22:11.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:22:11.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:11.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:11.799 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:22:11.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:11.800 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:22:11.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:22:11.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:11.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:11.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:11.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:11.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:22:11.819 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:22:11.820 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:22:11.902 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:22:11.902 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:22:11.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:22:11.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:11.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:11.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:11.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:11.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:11.917 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:22:11.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:11.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:11.917 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:11.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:11.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:22:15.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:22:15.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:22:15.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:22:15.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:15.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:22:15.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:15.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:15.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:15.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:15.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:15.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:15.187 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:15.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:15.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:15.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:15.198 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:15.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:15.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:15.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:15.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:15.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:15.209 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:15.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:15.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:15.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:15.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:15.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:15.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:15.219 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:15.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:15.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:15.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:15.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:15.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:15.279 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:22:15.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:15.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:15.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:15.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:15.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:15.281 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:15.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:22:15.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:15.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:15.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:15.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:15.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:15.283 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:15.283 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:15.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:15.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:15.336 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:15.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:15.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:15.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:15.362 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:22:15.362 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:22:15.362 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:22:15.362 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:22:15.362 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:22:15.362 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:22:15.362 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:22:15.363 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:22:15.363 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:22:15.363 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:22:15.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:22:15.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:22:15.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:22:15.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:15.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:15.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:22:15.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:15.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:15.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:15.567 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:22:15.567 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:15.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:15.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:15.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:15.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:15.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:15.570 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:22:15.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:15.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:15.570 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:15.570 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:15.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:22:15.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:15.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:15.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:15.572 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:22:15.572 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:15.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:15.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:15.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:15.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:15.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:15.583 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:22:15.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:15.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:15.583 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:15.583 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:15.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:22:15.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:22:15.660 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:15.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:15.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:15.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:15.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:15.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:15.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:15.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:15.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:15.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:15.663 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:15.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:15.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:15.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:15.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:15.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:15.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:15.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:15.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:15.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:15.665 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:15.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:15.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:15.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:15.667 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:22:15.667 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:22:15.667 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:22:15.667 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:22:15.667 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:22:15.667 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:22:15.667 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:22:15.667 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:22:15.667 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:22:15.667 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:22:15.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:22:15.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:22:15.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:22:15.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:15.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:15.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:22:15.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:15.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:15.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:15.756 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:22:15.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:15.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:15.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:15.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:15.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:15.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:15.758 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:22:15.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:15.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:15.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:15.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:15.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:22:15.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:15.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:15.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:15.761 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:22:15.761 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:15.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:15.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:15.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:15.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:15.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:15.772 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:22:15.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:15.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:15.772 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:15.772 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:15.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:22:15.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:22:15.843 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:22:15.843 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:15.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:15.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:15.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:15.871 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:15.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:15.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:15.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:15.872 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:15.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:15.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:15.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:15.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:15.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:15.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:16.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:16.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:16.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:16.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:16.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:22:16.876 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:16.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:16.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:16.878 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:16.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:16.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:16.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:16.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:16.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:16.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:16.879 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:22:16.880 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:22:16.880 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:22:16.880 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:22:16.885 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:22:16.885 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:22:16.885 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:16.951 DEBUG [main][MenuItemLookup] Found menu:'New' 12:22:16.951 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:22:16.951 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:16.951 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:22:16.951 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:22:16.951 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:22:16.951 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:16.951 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:22:16.951 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:22:16.951 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:22:16.951 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:22:16.951 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:16.951 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:22:16.951 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:22:16.952 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:22:16.952 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:22:16.952 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:16.952 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:22:16.952 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:22:16.952 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:16.952 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:22:16.952 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:22:16.952 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:22:16.952 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:22:16.952 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:22:16.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:16.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:22:16.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:22:17.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:22:17.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:17.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:17.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:17.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:17.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:17.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:17.453 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:17.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:17.454 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:22:17.454 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:22:17.454 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:22:17.454 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:22:17.458 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:22:17.458 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:22:17.458 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:17.499 DEBUG [main][MenuItemLookup] Found menu:'New' 12:22:17.499 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:22:17.499 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:17.499 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:22:17.499 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:22:17.499 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:22:17.499 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:17.499 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:22:17.499 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:22:17.499 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:22:17.499 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:22:17.499 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:22:17.499 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:22:17.499 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:22:17.500 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:22:17.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.655: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.679: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.683: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.687: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.703: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.720: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.737: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.753: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.770: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.787: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.803: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.820: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.836: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.853: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.870: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.887: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:17.902: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:18.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:22:18.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:22:18.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:18.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:18.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:18.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:18.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:22:18.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:18.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:18.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:18.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:22:18.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:18.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:18.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:18.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:18.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:18.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:18.190 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:22:18.190 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:22:18.190 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:22:18.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:18.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:18.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:18.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:18.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:22:18.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:18.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:18.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:18.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:22:18.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:18.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:18.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:18.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:18.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:18.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:18.193 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:22:18.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:18.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:18.193 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:18.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:22:18.195: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:18.197: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:18.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:22:18.198 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:22:18.257: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:18.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:22:18.699 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:22:18.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:18.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:18.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:22:18.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:22:18.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:18.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:18.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:18.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:18.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:18.699 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:18.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:18.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:22:18.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:22:18.699 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:22:18.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:18.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:18.700 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:22:18.702 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:22:18.702 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:22:18.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:22:18.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:22:18.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:22:18.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:22:18.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:22:18.703 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:18.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:18.703 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:18.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:18.703 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:22:18.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:18.703 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:18.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:18.703 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:18.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:18.703 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:18.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:18.703 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:22:18.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:18.704 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:18.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:18.704 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:18.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:18.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:18.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:18.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:18.704 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:18.704 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:22:18.705 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:18.709 DEBUG [main][MenuItemLookup] Item match:File 12:22:18.710 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:22:18.710 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:18.714 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:22:18.714 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:22:18.737 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:22:18.737 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:22:18.737 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:22:18.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:22:18.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:22:18.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:22:18.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:18.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:18.862 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:22:18.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:18.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:22:18.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:18.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:18.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:18.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:18.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:18.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:22:18.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:22:18.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:22:18.865 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:22:18.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:18.866 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:22:18.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:18.866 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:22:18.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:22:18.866 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:22:18.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:18.866 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:22:18.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:18.866 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:22:18.868 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:22:18.868 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:22:18.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:22:18.868 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:22:18.868 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:22:18.868 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:22:18.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:22:18.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:18.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:18.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:18.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:18.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:18.870 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:22:18.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:18.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:18.871 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:18.871 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:19.109 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:19.109 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:19.109 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:19.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:22:19.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:22:19.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:22:19.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:19.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:19.110 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:22:19.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:19.110 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:22:19.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:22:19.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:19.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:19.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:19.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:19.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:22:19.136 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:22:19.137 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:22:19.173 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:22:19.173 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:22:19.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:22:19.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:19.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:19.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:19.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:19.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:19.187 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:22:19.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:19.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:19.187 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:19.187 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:19.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:22:22.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:22:22.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:22:22.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:22:22.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:22.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:22:22.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:22.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:22.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:22.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:22.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:22.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:22.671 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:22.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:22.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:22.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:22.682 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:22.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:22.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:22.692 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:22.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:22.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:22.693 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:22.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:22.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:22.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:22.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:22.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:22.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:22.703 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:22.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:22.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:22.718 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:22.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:22.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:22.744 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:22:22.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:22.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:22.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:22.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:22.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:22.746 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:22.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:22:22.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:22.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:22.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:22.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:22.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:22.748 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:22.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:22.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:22.790 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:22.790 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:22:22.790 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:22.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:22.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:22.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:22.791 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:22:22.792 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:22.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:22.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:22.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:22.793 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:22.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:22.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:22.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:22.793 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:22.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:22.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:22.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:22.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:22.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:22.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:23.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:23.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:23.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:23.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:23.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:22:23.796 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:23.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:23.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:23.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:23.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:23.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:23.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:23.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:23.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:23.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:23.798 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:22:23.798 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:22:23.798 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:22:23.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:22:23.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:24.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:24.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:22:24.300 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:22:24.300 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:22:24.300 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:22:24.303 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:22:24.303 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:24.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:24.303 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:24.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:24.304 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:22:24.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:24.304 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:24.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:24.304 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:24.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:24.347 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:24.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:24.353 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:22:24.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:24.354 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:24.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:24.354 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:24.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:24.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:24.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:24.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:24.354 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:24.355 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:22:24.355 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:24.355 DEBUG [main][MenuItemLookup] Item match:File 12:22:24.356 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:22:24.356 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:24.360 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:22:24.360 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:22:24.360 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:22:24.360 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:22:24.361 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:22:24.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:22:24.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:22:24.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:22:24.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:24.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:24.545 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:22:24.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:24.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:22:24.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:24.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:24.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:24.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:24.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:24.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:22:24.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:22:24.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:22:24.548 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:22:24.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:24.548 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:22:24.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:24.548 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:22:24.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:22:24.549 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:22:24.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:24.549 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:22:24.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:24.549 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:22:24.549 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:22:24.560 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:22:24.560 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:22:24.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:22:24.563 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:22:24.563 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:22:24.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:22:24.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:24.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:24.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:24.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:24.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:24.575 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:22:24.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:24.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:24.575 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:24.575 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:24.694 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:24.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:24.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:24.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:22:24.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:22:24.695 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:22:24.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:24.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:24.696 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:22:24.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:24.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:22:24.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:24.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:24.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:24.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:24.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:22:24.770 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:22:24.771 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 12:22:24.795 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:22:24.795 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:22:24.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:22:24.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:24.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:24.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:24.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:24.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:24.802 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:22:24.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:24.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:24.802 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:24.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:24.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:22:25.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:22:25.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/localedata.jar)' is a system job, skipped 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:25.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:25.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 4 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/localedata.jar)' is a system job, skipped 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:22:25.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:25.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:25.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:25.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:25.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:25.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:25.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:25.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:25.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:25.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6327ae23 is found... 12:22:25.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6327ae23 is found finished successfully 12:22:25.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 12:22:25.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:25.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:25.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:25.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:25.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:25.399 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:25.399 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 12:22:25.399 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:22:25.405 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:25.405 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:22:25.405 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:22:25.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:22:25.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:25.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:25.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:22:25.406 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:22:25.406 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:25.406 DEBUG [main][MenuItemLookup] Item match:File 12:22:25.407 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:22:25.407 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:22:25.407 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:22:25.407 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:22:25.407 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:25.407 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:22:25.407 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:22:25.407 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:25.407 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:22:25.407 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:22:25.407 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:22:25.407 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:22:25.407 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:22:25.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:22:25.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:22:25.464 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:25.464 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:22:25.464 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:25.465 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:25.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:25.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:25.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:25.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:25.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:25.531 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:25.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:25.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:25.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:22:25.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:25.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:25.546 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:22:25.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:25.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:25.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:25.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:25.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:25.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:25.559 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:25.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:25.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:25.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:25.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:25.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:25.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:22:25.587 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:25.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:25.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:25.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:25.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:25.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:25.588 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:25.588 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:25.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:25.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:25.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:25.589 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:25.589 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:25.589 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:25.589 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:25.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:25.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:25.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:25.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:25.590 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:25.591 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:25.591 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:25.591 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:25.591 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:25.591 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:25.591 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:22:25.591 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:25.591 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:22:25.591 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:25.591 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:25.591 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:25.591 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:25.591 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:25.591 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:25.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:22:26.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:22:26.592 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:26.593 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:26.593 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:26.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:26.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:26.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:26.594 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:26.594 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:26.594 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:26.594 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:26.594 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:26.594 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:26.594 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:26.594 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:22:26.594 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:26.594 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:22:26.594 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:26.595 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:26.595 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:26.595 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:26.595 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:26.595 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:26.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:22:26.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:22:26.595 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:26.595 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:26.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:26.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:26.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:26.596 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:26.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:26.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:26.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:26.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:26.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:26.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:27.097 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:27.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:27.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:27.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:27.098 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:27.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:27.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:27.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:27.099 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:27.099 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:27.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:27.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:27.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:27.100 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:27.100 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:27.100 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:27.100 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:27.100 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:27.101 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:27.101 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:22:27.101 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:27.101 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:22:27.101 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:27.101 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:27.101 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:27.101 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:27.101 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:27.101 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:27.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:22:28.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:22:28.102 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:28.102 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:28.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:28.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:28.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:28.103 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:28.104 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:28.104 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:28.104 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:28.104 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:28.104 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:28.104 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:22:28.104 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:28.104 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:22:28.104 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:28.104 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:28.104 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:28.104 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:28.104 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:28.104 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:28.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:22:28.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:22:28.104 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:28.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:28.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:28.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:28.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:28.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:28.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:28.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:28.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:28.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:28.106 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:22:28.106 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:22:28.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:28.106 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:22:28.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:28.106 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:22:28.106 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:22:28.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:28.106 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:22:28.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:28.106 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:22:28.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:22:28.106 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:28.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:28.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:28.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:28.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:28.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:28.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:28.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:28.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:28.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:28.108 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:28.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:28.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:28.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:28.110 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:22:28.110 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:22:28.110 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:22:28.110 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:22:28.110 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:22:28.110 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:22:28.110 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:22:28.110 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:22:28.110 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:22:28.110 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:22:28.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:22:28.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:22:28.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:22:28.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:28.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:28.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:22:28.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:28.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:28.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:28.193 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:22:28.193 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:28.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:28.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:28.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:28.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:28.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:28.196 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:22:28.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:28.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:28.196 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:28.196 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:28.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:22:28.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:28.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:28.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:28.206 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:22:28.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:28.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:28.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:28.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:28.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:28.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:28.209 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:22:28.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:28.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:28.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:28.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:28.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:22:28.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:22:28.268 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:22:28.268 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:28.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:28.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:28.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:28.318 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:28.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:28.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:28.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:28.319 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:28.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:28.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:28.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:28.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:28.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:28.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:28.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:28.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:29.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:29.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:29.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:22:29.322 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:29.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:29.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:29.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:29.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:29.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:29.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:29.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:29.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:29.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:29.324 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:22:29.325 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:22:29.325 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:22:29.325 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:22:29.327 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:22:29.327 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:22:29.327 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:29.390 DEBUG [main][MenuItemLookup] Found menu:'New' 12:22:29.390 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:22:29.390 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:29.390 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:22:29.390 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:22:29.390 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:22:29.390 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:29.390 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:22:29.390 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:22:29.390 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:22:29.390 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:22:29.390 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:29.391 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:22:29.391 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:22:29.391 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:22:29.391 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:22:29.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:29.391 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:22:29.391 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:22:29.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:29.391 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:22:29.391 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:22:29.391 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:22:29.391 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:22:29.391 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:22:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:22:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:22:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:22:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:29.398 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:22:29.398 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:22:29.399 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:22:29.399 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:22:29.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:22:29.401 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:22:29.401 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:29.445 DEBUG [main][MenuItemLookup] Found menu:'New' 12:22:29.445 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:22:29.445 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:29.445 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:22:29.446 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:22:29.446 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:22:29.446 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:29.446 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:22:29.446 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:22:29.446 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:22:29.446 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:22:29.446 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:22:29.446 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:22:29.446 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:22:29.446 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:22:29.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.594: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.620: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.624: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.634: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.659: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.676: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.692: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.709: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.726: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.742: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.759: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.775: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.792: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.809: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.825: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:29.842: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:30.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:22:30.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:22:30.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:30.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:30.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:30.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:30.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:22:30.130 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:30.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:30.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:30.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:22:30.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:30.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:30.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:30.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:30.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:30.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:30.132 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:22:30.132 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:22:30.132 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:22:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:30.132 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:30.132 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:30.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:22:30.132 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:30.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:30.133 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:22:30.133 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:30.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:30.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:30.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:30.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:30.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:30.135 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:22:30.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:30.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:30.135 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:30.135 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:22:30.137: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:30.139: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:30.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:22:30.140 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:22:30.258: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:30.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:22:30.642 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:22:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:22:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:22:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:22:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:22:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:22:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:30.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:30.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:30.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:22:30.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:22:30.642 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:22:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:30.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:30.643 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:22:30.644 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:22:30.644 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:22:30.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:22:30.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:22:30.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:22:30.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:22:30.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:22:30.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:30.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:30.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:30.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:30.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:22:30.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:30.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:30.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:30.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:30.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:30.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:30.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:30.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:22:30.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:30.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:30.647 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:30.647 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:30.648 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:30.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:30.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:30.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:30.649 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:30.649 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:22:30.649 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:30.654 DEBUG [main][MenuItemLookup] Item match:File 12:22:30.656 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:22:30.656 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:30.662 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:22:30.662 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:22:30.686 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:22:30.686 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:22:30.687 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:22:30.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:22:30.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:22:30.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:22:30.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:30.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:30.813 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:22:30.814 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:30.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:22:30.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:30.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:30.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:30.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:30.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:30.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:22:30.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:22:30.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:22:30.817 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:22:30.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:30.817 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:22:30.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:30.817 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:22:30.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:22:30.818 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:22:30.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:30.818 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:22:30.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:30.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:22:30.818 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:22:30.818 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:22:30.819 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:22:30.833 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:22:30.833 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:22:30.833 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:22:30.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:22:30.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:30.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:30.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:30.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:30.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:30.835 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:22:30.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:30.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:30.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:30.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:31.085 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:31.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:31.097 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:31.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:22:31.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:22:31.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:22:31.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:31.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:31.098 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:22:31.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:31.098 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:22:31.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:22:31.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:31.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:31.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:31.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:31.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:22:31.127 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:22:31.128 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:22:31.163 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:22:31.163 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:22:31.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:22:31.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:31.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:31.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:31.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:31.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:31.177 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:22:31.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:31.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:31.178 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:31.178 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:31.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:22:34.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:22:34.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:22:34.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:22:34.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:34.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:22:34.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:34.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:34.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:34.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:34.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:34.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:34.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:34.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:34.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:34.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:34.591 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:34.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:34.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:34.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:34.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:34.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:34.602 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:34.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:34.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:34.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:34.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:34.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:34.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:34.612 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:34.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:34.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:34.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:34.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:34.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:34.665 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:22:34.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:34.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:34.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:34.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:34.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:34.667 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:34.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:22:34.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:34.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:34.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:34.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:34.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:34.669 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:34.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:34.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:34.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:34.713 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:22:34.713 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:34.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:34.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:34.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:34.715 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:34.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:34.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:34.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:34.812 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:34.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:34.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:34.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:34.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:34.814 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:34.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:35.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:35.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:35.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:35.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:35.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:22:35.817 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:35.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:35.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:35.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:35.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:35.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:35.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:35.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:35.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:35.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:35.820 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:22:35.821 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:22:35.821 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:22:35.822 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:22:35.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:36.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:36.323 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:22:36.324 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:22:36.324 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:22:36.325 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:22:36.337 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:22:36.338 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:36.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:36.338 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:36.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:36.338 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:22:36.338 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:36.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:36.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:36.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:36.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:36.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:36.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:36.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:22:36.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:36.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:36.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:36.340 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:36.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:36.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:36.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:36.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:36.341 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:36.341 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:22:36.341 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:36.341 DEBUG [main][MenuItemLookup] Item match:File 12:22:36.344 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:22:36.344 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:36.350 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:22:36.350 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:22:36.376 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:22:36.377 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:22:36.377 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:22:36.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:22:36.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:22:36.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:22:36.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:36.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:36.534 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:22:36.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:36.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:22:36.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:36.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:36.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:36.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:36.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:36.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:22:36.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:22:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:22:36.538 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:22:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:36.538 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:22:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:36.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:22:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:22:36.538 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:22:36.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:36.539 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:22:36.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:36.539 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:22:36.539 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:22:36.539 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:22:36.540 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:22:36.554 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:22:36.554 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:22:36.554 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:22:36.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:22:36.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:36.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:36.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:36.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:36.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:36.557 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:22:36.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:36.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:36.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:36.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:36.735 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:36.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:36.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:36.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:22:36.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:22:36.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:22:36.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:36.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:36.750 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:22:36.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:36.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:22:36.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:36.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:36.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:36.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:36.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:22:36.796 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:22:36.798 INFO [WorkbenchTestable][AbstractText] Text set to: ErrorTestClass 12:22:36.844 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:22:36.844 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:22:36.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:22:36.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:36.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:36.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:36.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:36.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:36.857 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:22:36.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:36.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:36.857 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:36.857 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:36.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:22:37.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:22:37.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:37.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:37.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:37.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@618e2d04 is found... 12:22:37.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@618e2d04 is found finished successfully 12:22:37.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QErrorTestClass.java\E') 12:22:37.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:37.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:37.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:37.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:37.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:37.448 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:37.448 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class ErrorTestClass { } TooltipText=null 12:22:37.448 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:22:37.462 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:37.463 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:22:37.463 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:22:37.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:22:37.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:37.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:37.463 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:22:37.463 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:22:37.464 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:37.464 DEBUG [main][MenuItemLookup] Item match:File 12:22:37.465 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:22:37.465 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:22:37.465 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:22:37.465 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:22:37.465 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:37.465 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:22:37.465 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:22:37.465 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:37.465 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:22:37.465 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:22:37.465 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:22:37.465 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:22:37.465 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:22:37.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:22:37.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:22:37.538 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:37.538 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testError public class ErrorTestClass{ } TooltipText=null 12:22:37.538 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:37.538 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:37.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:37.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:37.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:37.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:37.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:37.620 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:37.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:37.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:37.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:22:37.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:37.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:37.634 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:22:37.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:37.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:37.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:37.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:37.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:37.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:37.673 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:37.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:37.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:37.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:37.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:37.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:37.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view.... 12:22:37.674 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:37.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:37.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:37.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:37.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:37.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:37.676 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:37.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:37.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:37.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:37.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:37.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:37.677 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:37.677 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:37.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:37.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:37.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:37.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:37.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:37.678 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:37.679 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:37.679 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:37.679 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:37.679 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:37.679 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:37.679 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:22:37.679 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:37.679 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:22:37.679 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:37.679 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:37.679 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:37.679 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:37.679 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:37.679 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:37.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:22:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:22:38.681 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:38.681 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:38.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:38.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:38.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:38.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:38.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:38.682 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:38.683 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:38.683 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:38.683 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:38.683 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:38.683 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:38.683 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:22:38.683 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:38.683 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:22:38.683 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:38.683 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:38.683 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:38.683 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:38.683 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:38.683 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:38.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:22:38.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:22:38.684 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:38.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:38.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:38.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:38.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:38.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:38.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:38.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:38.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:38.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:39.187 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:39.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:39.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:39.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:39.189 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:39.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:39.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:39.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:39.190 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:39.190 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:39.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:39.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:39.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:39.191 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:39.191 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:39.191 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:39.191 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:39.191 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:39.192 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:39.192 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:22:39.192 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:39.192 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:22:39.192 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:39.192 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:39.192 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:39.192 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:39.192 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:39.192 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:39.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:22:40.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:22:40.193 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:40.193 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:40.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:40.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:40.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:40.195 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:40.196 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:40.196 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:40.196 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:40.196 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:40.196 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:40.196 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:22:40.196 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:40.196 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:22:40.196 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:40.196 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:40.196 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:40.196 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:40.196 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:40.196 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:40.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:22:40.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:22:40.196 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:40.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:40.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:40.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:40.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:40.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:40.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:40.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:40.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:40.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:40.198 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:22:40.198 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:22:40.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:40.199 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:22:40.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:40.199 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:22:40.199 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:22:40.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:40.200 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:22:40.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:40.200 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:22:40.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Errors exists in Problems view. finished successfully 12:22:40.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:40.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:40.212 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:40.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:40.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:40.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform 12:22:40.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:40.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:40.225 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform' 12:22:40.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:40.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:40.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:40.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:40.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:40.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:40.237 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:40.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:40.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:40.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:40.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:40.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:40.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 0. Expected number of problems is: 1... 12:22:40.239 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:40.239 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:40.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:40.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:40.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:40.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:40.267 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:40.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:40.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:40.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:40.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:40.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:40.269 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:40.269 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:40.269 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:40.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:40.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:40.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:40.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:40.270 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:40.271 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:40.271 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:40.271 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:40.271 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:40.271 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:40.271 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:22:40.271 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:40.271 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:22:40.271 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:40.271 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:40.271 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:40.271 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:40.271 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:40.271 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:40.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:22:41.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:22:41.773 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:41.773 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:41.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:41.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:41.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:41.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:41.774 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:41.774 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:41.775 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:41.775 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:41.775 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:41.775 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:41.775 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:41.775 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:22:41.775 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:41.775 TRACE [main][WorkbenchPartLookup] Found view 'Problems (1 error, 0 warnings, 0 others)' 12:22:41.775 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:41.775 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:41.775 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:41.775 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:41.775 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:41.775 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:41.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:22:41.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:22:41.776 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:41.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:41.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:41.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/ErrorTestClass.java - Eclipse Platform TooltipText=null 12:22:41.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:41.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:41.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:41.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:41.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:41.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:41.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:41.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:41.779 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Errors (1 item) and wait with time period 1 12:22:41.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:22:41.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:41.780 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:22:41.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:41.780 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:22:41.780 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Errors (1 item) 12:22:41.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:41.780 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Errors (1 item) is already expanded. No action performed 12:22:41.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:41.780 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Errors (1 item) 12:22:41.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until number of problems in Problems view is 1. Expected number of problems is: 1 finished successfully 12:22:41.781 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:41.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:41.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:41.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:41.783 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:22:41.783 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:22:41.783 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:22:41.783 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:22:41.783 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:22:41.783 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:22:41.783 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:22:41.783 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:22:41.783 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:22:41.783 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:22:41.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:22:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:22:41.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:22:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:41.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:41.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:22:41.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:41.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:41.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:41.884 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:22:41.884 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:41.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:41.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:41.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:41.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:41.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:41.886 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:22:41.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:41.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:41.886 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:41.886 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:41.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:22:41.888 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:41.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:41.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:41.888 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:22:41.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:41.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:41.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:41.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:41.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:41.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:41.899 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:22:41.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:41.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:41.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:41.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:41.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:22:41.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:22:41.964 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:22:41.965 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:41.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:41.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:41.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:41.989 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:41.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:41.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:41.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:41.990 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:41.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:41.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:41.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:41.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:41.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:41.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:42.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:42.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:42.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:42.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:42.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:22:42.993 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:42.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:42.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:42.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:42.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:42.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:42.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:42.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:42.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:42.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:42.995 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:22:42.995 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:22:42.995 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:22:42.996 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:22:42.998 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:22:42.998 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:22:42.998 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'New' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:43.049 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:22:43.049 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:22:43.049 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:22:43.049 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:22:43.050 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:22:43.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:43.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:22:43.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:22:43.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:22:43.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:43.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:43.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:43.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:43.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:43.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:43.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:43.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:43.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:43.055 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:22:43.055 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:22:43.055 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:22:43.056 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:22:43.060 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:22:43.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:22:43.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:43.100 DEBUG [main][MenuItemLookup] Found menu:'New' 12:22:43.100 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:22:43.100 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:43.100 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:22:43.100 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:22:43.101 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:22:43.101 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:43.101 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:22:43.101 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:22:43.101 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:22:43.101 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:22:43.101 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:22:43.101 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:22:43.101 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:22:43.101 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:22:43.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.255: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.283: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.287: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.288: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.304: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.320: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.336: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.353: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.370: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.386: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.403: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.419: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.436: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.453: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.470: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.486: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.503: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:43.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:22:43.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:22:43.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:43.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:43.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:43.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:43.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:22:43.794 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:43.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:43.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:43.794 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:22:43.794 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:43.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:43.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:43.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:43.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:43.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:43.795 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:22:43.795 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:22:43.795 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:22:43.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:43.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:43.796 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:43.796 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:43.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:22:43.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:43.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:43.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:43.796 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:22:43.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:43.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:43.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:43.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:43.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:43.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:43.798 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:22:43.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:43.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:43.798 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:43.798 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.800: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.801: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:43.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:22:43.803 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:22:43.857: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:44.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:22:44.303 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:22:44.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:44.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:22:44.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:22:44.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:22:44.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:22:44.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:22:44.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:44.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:44.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:44.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:44.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:44.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:44.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:44.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:44.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:22:44.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:22:44.304 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:22:44.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:44.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:44.304 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:22:44.305 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:22:44.305 INFO [WorkbenchTestable][RequirementsRunner] Started test: testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:22:44.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:22:44.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:22:44.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:22:44.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:22:44.305 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:22:44.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:44.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:44.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:44.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:44.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:22:44.305 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:44.305 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:44.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:44.306 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:44.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:44.306 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:44.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:44.306 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:22:44.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:44.306 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:44.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:44.306 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:44.306 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:44.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:44.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:44.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:44.307 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:44.307 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:22:44.307 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:44.310 DEBUG [main][MenuItemLookup] Item match:File 12:22:44.311 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:22:44.311 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:44.316 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:22:44.316 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:22:44.316 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:22:44.316 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:22:44.316 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:22:44.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:22:44.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:22:44.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:22:44.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:44.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:44.435 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:22:44.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:44.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:22:44.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:44.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:44.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:44.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:44.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:44.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:22:44.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:22:44.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:22:44.437 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:22:44.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:44.438 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:22:44.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:44.438 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:22:44.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:22:44.438 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:22:44.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:44.438 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:22:44.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:44.438 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:22:44.438 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:22:44.438 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:22:44.439 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:22:44.453 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:22:44.453 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:22:44.453 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:22:44.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:22:44.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:44.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:44.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:44.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:44.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:44.454 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:22:44.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:44.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:44.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:44.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:44.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:44.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:44.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:44.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:22:44.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:22:44.704 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:22:44.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:44.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:44.705 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:22:44.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:44.705 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:22:44.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:22:44.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:44.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:44.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:44.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:44.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:22:44.723 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:22:44.724 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:22:44.759 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:22:44.759 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:22:44.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:22:44.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:44.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:44.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:44.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:44.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:44.762 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:22:44.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:44.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:44.762 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:44.762 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:44.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:22:47.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:22:47.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:22:47.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:22:47.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:47.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:22:47.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:47.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:47.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:47.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:47.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:47.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:47.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:47.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:47.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:47.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:47.789 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:47.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:47.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:47.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:47.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:47.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:47.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:47.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:47.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:47.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:47.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:47.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:47.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:47.857 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:47.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:47.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:47.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:47.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:47.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:47.903 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:22:47.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:47.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:47.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:47.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:47.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:47.906 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:47.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:22:47.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:47.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:47.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:47.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:47.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:47.942 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:47.942 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:47.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:47.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:47.983 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:22:47.983 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:47.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:47.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:47.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:47.985 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:47.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:47.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:47.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:47.986 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:47.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:47.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:47.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:47.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:47.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:47.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:48.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:48.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:48.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:48.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:48.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:22:48.990 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:48.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:48.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:48.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:48.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:48.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:48.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:48.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:48.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:48.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:48.993 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:22:48.994 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:22:48.994 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:22:48.994 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:22:48.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:49.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:49.496 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:22:49.497 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:22:49.497 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:22:49.497 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:22:49.502 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:22:49.503 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:49.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:49.504 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:49.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:49.504 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:22:49.504 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:49.504 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:49.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:49.505 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:49.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:49.505 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:49.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:49.505 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:22:49.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:49.505 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:49.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:49.505 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:49.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:49.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:49.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:49.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:49.538 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:49.538 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:22:49.539 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:49.539 DEBUG [main][MenuItemLookup] Item match:File 12:22:49.541 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:22:49.541 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:49.546 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:22:49.546 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:22:49.546 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:22:49.546 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:22:49.546 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:22:49.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:22:49.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:22:49.720 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:22:49.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:49.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:49.733 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:22:49.733 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:49.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:22:49.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:49.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:49.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:49.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:49.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:49.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:22:49.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:22:49.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:22:49.747 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:22:49.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:49.748 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:22:49.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:49.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:22:49.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:22:49.748 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:22:49.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:49.748 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:22:49.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:49.748 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:22:49.749 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:22:49.749 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:22:49.749 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:22:49.759 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:22:49.760 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:22:49.760 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:22:49.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:22:49.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:49.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:49.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:49.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:49.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:49.762 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:22:49.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:49.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:49.762 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:49.762 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:49.894 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:49.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:49.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:49.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:22:49.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:22:49.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:22:49.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:49.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:49.896 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:22:49.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:49.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:22:49.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:49.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:49.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:49.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:49.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:22:49.974 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:22:49.976 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 12:22:50.001 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:22:50.001 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:22:50.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:22:50.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:50.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:50.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:50.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:50.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:50.008 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:22:50.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:50.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:50.008 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:50.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:50.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:22:50.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:22:50.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 9 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:50.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 9 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:22:50.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:50.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:50.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:50.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:50.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:50.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:50.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:50.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:50.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:50.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@65ce3771 is found... 12:22:50.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@65ce3771 is found finished successfully 12:22:50.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 12:22:50.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:50.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:50.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:50.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:50.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:50.745 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:50.745 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 12:22:50.745 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:22:50.757 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:50.757 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:22:50.757 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:22:50.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:50.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:50.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:50.758 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:50.758 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:50.758 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:50.758 DEBUG [main][MenuItemLookup] Item match:File 12:22:50.760 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:22:50.760 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:22:50.760 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:22:50.760 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:22:50.760 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:50.760 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:22:50.760 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:22:50.760 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:50.760 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:22:50.760 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:22:50.760 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:22:50.760 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:22:50.760 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:22:50.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:22:50.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:22:50.843 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:50.843 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:22:50.843 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:50.844 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:50.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:50.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:50.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:50.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:50.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:50.920 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:50.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:50.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:50.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:50.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:50.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:50.939 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:50.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:50.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:50.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:50.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:50.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:50.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:50.980 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:50.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:50.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:50.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:50.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:50.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:50.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:22:50.982 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:50.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:50.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:50.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:50.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:50.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:50.983 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:50.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:50.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:50.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:50.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:50.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:50.984 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:50.984 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:50.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:50.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:50.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:50.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:50.984 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:50.984 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:50.985 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:50.985 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:50.985 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:50.985 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:50.985 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:50.985 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:22:50.985 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:50.985 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:22:50.985 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:50.985 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:50.985 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:50.985 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:50.985 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:50.985 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:50.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:22:52.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:22:52.487 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:52.487 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:52.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:52.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:52.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:52.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:52.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:52.489 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:52.490 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:52.490 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:52.490 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:52.490 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:52.490 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:52.490 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:22:52.490 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:52.490 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:22:52.490 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:52.490 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:52.490 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:52.490 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:52.490 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:52.490 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:52.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:22:52.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:22:52.491 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:52.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:52.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:52.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:52.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:52.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:52.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:52.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:52.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:52.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:52.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:52.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:52.494 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:22:52.494 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:22:52.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:52.495 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:22:52.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:52.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:22:52.495 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:22:52.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:52.495 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:22:52.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:52.495 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:22:52.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:22:52.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:52.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:52.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:22:52.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:52.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:52.534 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:22:52.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:22:52.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:52.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:52.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:52.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:52.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:52.573 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:52.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:52.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:52.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:52.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:52.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:52.574 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:52.574 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:52.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:52.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:52.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:52.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:52.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:52.575 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:52.576 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:52.576 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:52.576 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:52.576 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:52.576 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:52.576 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:22:52.576 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:52.576 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:22:52.576 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:52.576 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:52.576 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:52.576 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:52.576 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:52.576 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:52.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:22:54.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:22:54.078 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:22:54.078 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:54.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:54.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:54.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:54.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:54.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:54.088 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:22:54.089 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:54.089 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:54.089 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:54.089 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:22:54.089 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:22:54.089 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:22:54.089 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:54.089 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:22:54.089 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:22:54.089 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:22:54.089 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:22:54.089 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:22:54.089 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:22:54.089 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:22:54.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:22:54.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:22:54.090 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:54.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:54.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:54.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:22:54.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:22:54.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:22:54.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:54.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:54.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:54.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:54.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:54.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:54.095 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:22:54.095 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:22:54.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:54.095 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:22:54.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:54.095 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:22:54.095 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:22:54.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:54.096 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:22:54.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:54.096 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:22:54.096 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item The value of the field WarningTestClass.i is not used 12:22:54.096 DEBUG [main][TreeItemHandler] Selecting tree item: The value of the field WarningTestClass.i is not used 12:22:54.097 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item The value of the field WarningTestClass.i is not used about selection 12:22:54.100 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: The value of the field WarningTestClass.i is not used 12:22:54.101 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:22:54.101 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:54.166 DEBUG [main][MenuItemLookup] Found menu:'Go to Resource' 12:22:54.166 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:54.166 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:22:54.166 DEBUG [main][MenuItemLookup] Found menu:'Copy Details' 12:22:54.166 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:22:54.166 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 12:22:54.166 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:54.166 DEBUG [main][MenuItemLookup] Found menu:'Show In' 12:22:54.166 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 12:22:54.166 DEBUG [main][MenuItemLookup] Item match:Quick Fix Ctrl+1 12:22:54.167 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Quick Fix Ctrl+1" 12:22:54.167 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Quick Fix Ctrl+1 12:22:54.167 INFO [main][MenuItemHandler] Select menu item: &Quick Fix Ctrl+1 12:22:54.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Quick Fix"] is available.... 12:22:54.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:54.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:54.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Quick Fix"] is available. finished successfully 12:22:54.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Quick Fix 12:22:54.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:54.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:54.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.views.markers.QuickFixPage, index 0 and no matchers specified 12:22:54.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:54.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:54.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:54.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:54.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:22:54.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:22:54.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:22:54.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.ui.views.markers.QuickFixPage, index 0 and no matchers specified 12:22:54.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:54.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:54.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:54.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:54.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:22:54.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:22:54.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:22:54.347 TRACE [main][WidgetHandler] Notify Table with event 13 12:22:54.347 TRACE [main][WidgetHandler] Wait for synchronization 12:22:54.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:22:54.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:54.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:54.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:54.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Quick Fix" as the parent 12:22:54.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:54.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:54.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:54.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:54.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:54.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:54.358 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:22:54.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:54.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:54.358 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:54.358 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:54.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable... 12:22:54.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.swt.condition.NewShellIsOpenedOrIsNotAvailable finished successfully 12:22:54.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3bc6cb5d is found... 12:22:54.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3bc6cb5d is found finished successfully 12:22:54.524 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 12:22:54.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:54.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:54.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:54.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:54.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:22:54.528 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:54.528 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ @SuppressWarnings("unused") private int i; } TooltipText=null 12:22:54.528 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:22:54.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:22:54.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:54.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:54.564 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:22:54.564 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:22:54.564 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:22:54.564 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:22:54.564 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:22:54.564 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:22:54.564 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:22:54.564 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:22:54.564 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:22:54.564 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:22:54.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:22:54.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:22:54.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:22:54.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:54.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:54.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:22:54.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:54.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:54.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:54.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:22:54.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:54.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:54.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:54.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:54.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:54.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:54.658 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:22:54.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:54.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:54.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:54.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:54.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:22:54.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:54.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:54.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:54.672 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:22:54.672 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:54.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:54.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:54.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:54.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:54.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:54.675 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:22:54.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:54.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:54.675 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:54.675 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:54.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:22:54.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:22:54.744 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:22:54.744 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:54.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:54.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:54.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:54.774 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:54.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:54.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:54.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:54.775 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:54.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:54.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:54.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:54.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:54.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:54.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:55.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:55.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:55.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:55.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:55.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:22:55.778 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:22:55.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:22:55.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:22:55.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:22:55.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:22:55.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:55.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:55.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:55.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:55.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:55.781 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:22:55.781 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:22:55.782 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:22:55.782 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:22:55.792 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:22:55.792 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:22:55.792 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:55.837 DEBUG [main][MenuItemLookup] Found menu:'New' 12:22:55.837 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:22:55.837 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:55.837 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:22:55.837 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:22:55.837 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:22:55.838 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:55.838 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:22:55.838 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:22:55.838 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:22:55.838 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:22:55.838 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:55.838 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:22:55.838 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:22:55.838 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:22:55.838 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:22:55.838 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:55.838 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:22:55.838 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:22:55.838 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:55.838 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:22:55.838 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:22:55.838 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:22:55.838 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:22:55.838 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:22:55.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:55.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:22:55.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:22:55.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:22:55.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:55.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:55.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:55.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:55.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:22:55.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:55.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:55.844 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:55.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:55.845 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:22:55.845 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:22:55.845 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:22:55.845 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:22:55.847 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:22:55.847 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:22:55.847 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:55.891 DEBUG [main][MenuItemLookup] Found menu:'New' 12:22:55.891 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:22:55.891 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:55.891 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:22:55.891 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:22:55.891 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:22:55.891 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:55.891 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:22:55.891 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:22:55.891 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:22:55.891 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:22:55.891 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:22:55.891 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:22:55.891 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:22:55.891 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:22:55.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.040: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.081: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.086: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.097: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.113: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.129: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.146: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.163: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.180: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.196: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.212: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.229: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.246: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.263: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.279: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:56.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:22:56.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:22:56.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:56.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:56.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:56.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:56.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:22:56.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:56.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:56.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:56.592 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:22:56.592 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:56.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:56.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:56.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:56.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:56.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:56.593 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:22:56.593 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:22:56.593 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:22:56.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:56.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:56.594 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:56.594 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:56.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:22:56.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:56.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:56.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:56.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:22:56.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:56.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:56.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:56.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:56.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:56.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:56.596 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:22:56.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:56.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:56.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:56.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.598: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.601: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:22:56.602 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.614: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:56.691: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:57.102 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 12:22:57.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:22:57.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*', containing button 'Continue']] is available.... 12:22:57.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.utils.DeleteUtils$1$1, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Continue") 12:22:57.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:57.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:57.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:57.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:57.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:58.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:58.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:22:58.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:22:58.117 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:22:58.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.utils.DeleteUtils$1$1, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Continue") 12:22:58.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:58.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:58.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:58.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:58.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:58.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*', containing button 'Continue']] is available. finished successfully 12:22:58.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:22:58.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:58.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:58.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:22:58.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:58.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:58.123 DEBUG [WorkbenchTestable][DeleteUtils] Shell with title 'Delete.*' and button 'Continue' found 12:22:58.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Continue") 12:22:58.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:22:58.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:58.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:58.123 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:22:58.123 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:22:58.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:58.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:58.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:58.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:58.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:58.125 INFO [WorkbenchTestable][AbstractButton] Click button Con&tinue 12:22:58.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:58.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:58.125 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:58.125 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:22:58.149: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:22:58.179: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:58.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:22:58.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:22:58.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... (Eclipse:1812): Gtk-CRITICAL **: 12:22:58.260: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:22:58.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:22:58.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:22:58.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:22:58.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:22:58.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:22:58.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:22:58.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:22:58.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:22:58.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:22:58.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:22:58.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:22:58.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:22:58.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:22:58.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:22:58.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:22:58.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:22:58.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:22:58.683 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:22:58.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:22:58.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:22:58.684 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:22:58.685 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:22:58.685 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:22:58.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:22:58.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:22:58.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:22:58.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:22:58.685 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:22:58.686 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:58.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:58.686 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:58.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:58.686 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:22:58.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:58.686 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:58.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:58.687 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:58.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:58.687 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:58.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:58.687 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:22:58.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:58.687 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:58.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:58.687 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:58.687 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:58.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:22:58.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:58.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:58.688 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:22:58.688 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:22:58.689 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:58.693 DEBUG [main][MenuItemLookup] Item match:File 12:22:58.694 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:22:58.695 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:22:58.699 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:22:58.699 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:22:58.699 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:58.699 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:22:58.699 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:22:58.699 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:22:58.699 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:22:58.699 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:22:58.699 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:22:58.699 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:22:58.699 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:22:58.699 DEBUG [main][MenuItemLookup] Found menu:'File' 12:22:58.699 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:22:58.700 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:22:58.700 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:22:58.700 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:58.700 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:22:58.700 DEBUG [main][MenuItemLookup] Found menu:'' 12:22:58.700 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:22:58.700 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:22:58.722 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:22:58.722 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:22:58.722 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:22:58.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:22:58.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:22:58.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:22:58.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:58.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:58.846 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:22:58.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:58.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:22:58.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:58.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:58.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:58.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:58.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:22:58.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:22:58.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:22:58.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:22:58.849 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:22:58.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:58.850 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:22:58.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:58.850 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:22:58.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:22:58.850 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:22:58.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:22:58.850 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:22:58.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:22:58.850 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:22:58.851 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:22:58.851 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:22:58.851 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:22:58.855 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:22:58.855 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:22:58.855 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:22:58.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:22:58.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:58.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:58.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:58.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:58.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:58.858 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:22:58.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:58.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:58.858 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:58.858 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:59.114 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:22:59.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:59.114 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:59.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:22:59.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:22:59.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:22:59.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:22:59.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:22:59.123 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:22:59.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:22:59.123 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:22:59.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:22:59.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:59.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:59.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:59.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:59.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:22:59.128 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:22:59.129 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:22:59.168 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:22:59.168 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:22:59.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:22:59.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:22:59.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:22:59.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:22:59.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:22:59.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:22:59.172 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:22:59.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:22:59.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:22:59.172 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:22:59.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:22:59.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:23:02.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:23:02.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:02.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:02.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:02.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:23:02.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:02.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:02.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:02.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:02.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:02.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:02.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:02.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:02.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:02.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:02.194 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:02.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:02.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:02.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:02.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:02.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:02.208 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:02.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:02.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:02.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:02.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:02.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:02.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:02.219 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:02.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:02.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:02.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:02.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:02.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:02.277 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:23:02.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:02.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:02.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:02.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:02.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:02.279 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:02.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:23:02.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:02.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:02.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:02.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:02.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:02.281 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:02.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:02.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:02.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:02.324 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:23:02.324 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:02.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:02.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:02.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:02.326 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:02.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:02.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:02.326 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:02.327 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:02.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:02.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:02.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:02.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:02.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:02.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:02.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:02.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:03.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:03.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:03.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:23:03.336 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:03.336 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:03.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:03.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:03.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:03.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:03.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:03.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:03.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:03.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:03.339 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:23:03.340 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:23:03.340 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProblemsViewTestProject 12:23:03.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProblemsViewTestProject 12:23:03.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:03.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:03.841 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProblemsViewTestProject 12:23:03.843 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:23:03.843 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:23:03.843 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:23:03.856 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:23:03.856 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:03.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:03.857 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:03.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:03.857 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:23:03.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:03.858 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:03.858 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:03.858 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:03.858 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:03.858 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:03.858 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:03.858 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:23:03.858 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:03.858 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:03.858 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:03.858 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:03.858 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:03.859 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:03.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:03.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:03.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:03.859 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:03.860 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:03.860 DEBUG [main][MenuItemLookup] Item match:File 12:23:03.862 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:03.862 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:03.868 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:23:03.868 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:23:03.894 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:23:03.894 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:23:03.895 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:23:04.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:23:04.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:23:04.046 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:23:04.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:04.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:04.047 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:23:04.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:04.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:04.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:04.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:04.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:04.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:04.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:04.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:04.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:23:04.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:23:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:04.053 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:23:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:04.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:23:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:23:04.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:23:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:04.054 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:23:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:04.054 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:23:04.054 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:23:04.054 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:23:04.055 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:23:04.073 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:23:04.073 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:23:04.073 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:23:04.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:04.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:04.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:04.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:04.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:04.075 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:04.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:04.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:04.076 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:04.076 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:04.257 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:04.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:04.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:04.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:23:04.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:23:04.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:23:04.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:04.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:04.258 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:23:04.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:04.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:23:04.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:04.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:04.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:04.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:04.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:23:04.290 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:23:04.291 INFO [WorkbenchTestable][AbstractText] Text set to: WarningTestClass 12:23:04.358 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:23:04.358 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:23:04.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:23:04.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:04.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:04.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:04.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:04.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:04.364 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:23:04.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:04.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:04.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:04.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:04.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:05.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:05.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 7 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/nashorn.jar)' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:05.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 7 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/nashorn.jar)' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:05.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:05.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7897312c is found... 12:23:05.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7897312c is found finished successfully 12:23:05.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWarningTestClass.java\E') 12:23:05.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:05.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:05.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:05.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:05.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:05.148 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:05.148 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class WarningTestClass { } TooltipText=null 12:23:05.148 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:23:05.163 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:05.164 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:23:05.164 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:23:05.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:05.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:05.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:05.164 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:05.164 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:05.165 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:05.165 DEBUG [main][MenuItemLookup] Item match:File 12:23:05.166 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:05.166 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:23:05.166 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:23:05.166 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:23:05.166 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:05.166 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:23:05.166 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:23:05.166 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:05.166 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:23:05.166 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:23:05.166 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:23:05.166 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:23:05.166 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:23:05.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:23:05.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:23:05.231 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:05.231 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=public class WarningTestClass{ private int i; } TooltipText=null 12:23:05.231 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:05.232 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:05.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:05.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:05.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:05.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:05.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:05.293 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:05.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:05.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:05.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:05.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:05.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:05.306 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:05.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:05.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:05.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:05.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:05.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:05.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:05.344 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:05.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:05.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:05.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:05.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:05.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:05.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:23:05.346 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:05.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:05.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:05.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:05.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:05.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:05.348 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:05.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:05.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:05.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:05.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:05.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:05.349 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:05.350 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:05.350 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:05.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:05.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:05.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:05.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:05.351 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:05.352 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:05.352 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:05.352 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:05.352 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:05.352 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:05.352 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:05.352 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:05.352 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:05.352 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:05.352 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:05.352 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:05.352 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:05.352 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:05.352 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:05.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:23:06.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:23:06.353 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:06.353 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:06.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:06.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:06.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:06.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:06.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:06.359 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:06.360 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:06.360 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:06.360 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:06.360 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:06.360 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:06.360 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:06.360 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:06.361 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:06.361 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:06.361 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:06.361 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:06.361 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:06.361 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:06.361 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:06.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:23:06.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:23:06.367 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:06.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:06.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:06.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:06.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:06.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:06.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:06.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:06.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:06.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:06.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:06.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:06.371 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:23:06.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:23:06.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:06.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:23:06.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:06.371 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:23:06.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:23:06.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:06.372 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:23:06.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:06.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:23:06.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:23:06.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:06.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:06.408 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:06.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:06.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:06.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:06.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:06.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:06.421 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:06.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:06.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:06.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:06.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:06.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:06.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:06.459 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:06.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:06.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:06.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:06.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:06.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:06.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Errors exists in Problems view.... 12:23:06.465 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:06.465 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:06.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:06.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:06.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:06.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:06.466 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:06.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:06.466 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:06.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:06.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:06.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:06.467 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:06.467 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:06.467 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:06.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:06.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:06.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:06.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:06.468 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:06.468 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:06.468 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:06.468 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:06.469 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:06.469 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:06.469 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:06.469 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:06.469 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:06.469 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:06.469 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:06.469 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:06.469 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:06.469 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:06.469 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:06.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:23:07.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:23:07.470 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:07.470 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:07.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:07.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:07.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:07.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:07.472 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:07.472 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:07.473 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:07.473 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:07.473 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:07.473 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:07.473 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:07.473 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:07.473 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:07.473 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:07.473 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:07.473 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:07.473 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:07.473 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:07.473 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:07.473 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:07.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:23:07.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:23:07.473 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:07.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:07.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:07.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:07.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:07.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:07.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:07.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:07.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:07.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:07.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:07.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:07.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting while problem of type Errors exists in Problems view. finished successfully 12:23:07.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:07.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:07.489 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:07.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:07.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:07.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:07.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:07.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:07.528 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:07.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:07.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:07.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:07.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:07.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:07.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:07.568 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:07.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:07.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:07.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:07.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:07.570 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:07.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view.... 12:23:07.570 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:07.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:07.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:07.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:07.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:07.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:07.571 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:07.571 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:07.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:07.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:07.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:07.572 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:07.572 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:07.572 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:07.572 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:07.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:07.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:07.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:07.573 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:07.573 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:07.574 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:07.574 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:07.574 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:07.574 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:07.574 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:07.574 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:07.574 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:07.574 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:07.574 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:07.574 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:07.574 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:07.574 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:07.574 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:07.574 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:07.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:23:08.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:23:08.575 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:08.576 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:08.576 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:08.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:08.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:08.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:08.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:08.577 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:08.578 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:08.578 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:08.578 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:08.578 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:08.578 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:08.578 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:08.578 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:08.585 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:08.585 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:08.585 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:08.585 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:08.585 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:08.585 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:08.585 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:08.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:23:08.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:23:08.586 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:08.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:08.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:08.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:08.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:08.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:08.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:08.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:08.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:08.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:08.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:08.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:08.618 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:23:08.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:23:08.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:08.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:23:08.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:08.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:23:08.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:23:08.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:08.618 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:23:08.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:08.618 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:23:08.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until problem of type Warnings exists in Problems view. finished successfully 12:23:08.619 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:08.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:08.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:08.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:08.620 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:08.620 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:08.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:08.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:08.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:08.621 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:08.621 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:08.621 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:08.621 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:08.622 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:08.622 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:08.622 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:08.622 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:08.622 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:08.622 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:08.622 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:08.622 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:08.622 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:08.622 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:08.622 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:08.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:23:09.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:23:09.623 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:09.623 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:09.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:09.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:09.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:09.625 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:09.625 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:09.625 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:09.625 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:09.625 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:09.625 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:09.626 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:09.626 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:09.626 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:09.626 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:09.626 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:09.626 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:09.626 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:09.626 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:09.626 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:09.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:23:09.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:23:09.626 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:09.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:09.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:09.627 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:09.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:09.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:09.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:09.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:09.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:09.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:09.628 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:09.628 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:09.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:09.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:09.629 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:09.629 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:09.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:09.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:09.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:09.630 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:09.631 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:09.631 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:09.631 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:09.631 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:09.631 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:09.631 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:09.631 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:09.631 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:09.631 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:09.631 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:09.631 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:09.631 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:09.631 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:09.631 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:09.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:23:10.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:23:10.632 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:10.633 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:10.633 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:10.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:10.634 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:10.634 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:10.635 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:10.635 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:10.635 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:10.635 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:10.635 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:10.635 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:10.635 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:10.635 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:10.635 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:10.635 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:10.635 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:10.635 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:10.635 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:10.635 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:10.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:23:10.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:23:10.635 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:10.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:10.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:10.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:10.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:10.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:10.637 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:23:10.637 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:23:10.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:10.638 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:23:10.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:10.638 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:23:10.638 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:23:10.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:10.638 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:23:10.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:10.638 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:23:10.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:10.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:10.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:10.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:10.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:10.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:10.690 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:10.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:10.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:10.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:10.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:10.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:10.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:10.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:10.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:10.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:10.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:10.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:10.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:10.734 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:10.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:10.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:10.772 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:10.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:10.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:10.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:10.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:10.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:10.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:10.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:10.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:10.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:10.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:10.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:10.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:10.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:10.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:10.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:10.853 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:10.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:10.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:10.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:10.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:10.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:10.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:10.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:10.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:10.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:10.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:10.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:10.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:10.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:10.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:10.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:10.934 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:10.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:10.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:10.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:10.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:10.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:10.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:10.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:10.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:10.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:10.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:10.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:10.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:10.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:10.994 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:10.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:10.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:10.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:10.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:10.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:10.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:10.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:10.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:10.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:10.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:10.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:10.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:10.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:11.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:11.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:11.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:11.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:11.042 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:11.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:11.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:11.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:11.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:11.081 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:11.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:11.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:11.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:11.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:11.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:11.082 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:11.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:11.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:11.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:11.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:11.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:11.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:11.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:11.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:11.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:11.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:11.123 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:11.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:11.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:11.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:11.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:11.162 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:11.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:11.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:11.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:11.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:11.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:11.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:11.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:11.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:11.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:11.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:11.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:11.166 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:11.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:11.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:11.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:11.167 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:11.168 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:11.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:11.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:11.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:11.195 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:11.196 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:11.196 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:11.196 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:11.196 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:11.196 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:11.196 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:11.196 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:11.196 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:11.196 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:11.196 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:11.196 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:11.196 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:11.196 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:11.196 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:11.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:23:12.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:23:12.698 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:12.699 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:12.699 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:12.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:12.700 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:12.700 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:12.701 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:12.701 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:12.701 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:12.701 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:12.701 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:12.701 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:12.701 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:12.701 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:12.701 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:12.701 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:12.701 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:12.701 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:12.702 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:12.702 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:12.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:23:12.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:23:12.702 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:12.702 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:12.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:12.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:12.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:12.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:12.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:12.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:12.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:12.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:12.705 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:12.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:12.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:12.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:12.706 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:12.706 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:12.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:12.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:12.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:12.707 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:12.708 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:12.708 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:12.708 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:12.708 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:12.708 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:12.708 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:12.708 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:12.708 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:12.708 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:12.708 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:12.708 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:12.708 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:12.708 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:12.708 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:12.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:23:13.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:23:13.709 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:13.709 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:13.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:13.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:13.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:13.711 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:13.711 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:13.711 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:13.711 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:13.711 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:13.712 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:13.712 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:13.712 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:13.712 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:13.712 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:13.712 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:13.712 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:13.712 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:13.712 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:13.712 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:13.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:23:13.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:23:13.712 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:13.712 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:13.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:13.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:13.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:13.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:13.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:13.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:13.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:13.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:13.714 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:13.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:13.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:13.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:13.715 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:13.715 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:13.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:13.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:13.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:13.716 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:13.717 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:13.717 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:13.717 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:13.717 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:13.717 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:13.717 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:13.717 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:13.717 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:13.717 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:13.717 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:13.717 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:13.717 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:13.717 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:13.717 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:13.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:23:14.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:23:14.718 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:14.718 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:14.718 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:14.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:14.719 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:14.719 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:14.720 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:14.720 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:14.720 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:14.720 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:14.720 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:14.720 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:14.720 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:14.720 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:14.720 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:14.720 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:14.720 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:14.720 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:14.720 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:14.720 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:14.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:23:14.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:23:14.720 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:14.721 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:14.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:14.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:14.721 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:14.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:14.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:14.722 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:14.723 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:23:14.723 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:23:14.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:14.723 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:23:14.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:14.723 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:23:14.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:23:14.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:14.724 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:23:14.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:14.724 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:23:14.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:14.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:14.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:14.737 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:14.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:14.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:14.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:14.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:14.779 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:14.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:14.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:14.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:14.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:14.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:14.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:14.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:14.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:14.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:14.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:14.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:14.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:14.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:14.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:14.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:14.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:14.823 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:14.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:14.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:14.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:14.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:14.867 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:14.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:14.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:14.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:14.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:14.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:14.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:14.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:14.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:14.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:14.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:14.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:14.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:14.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:14.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:14.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:14.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:14.910 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:14.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:14.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:14.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:14.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:14.947 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:14.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:14.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:14.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:14.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:14.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:14.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:14.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:14.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:14.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:14.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:14.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:14.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:14.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:14.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:14.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:14.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:14.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:14.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:14.989 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:14.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:14.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:14.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:15.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:15.026 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:15.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:15.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:15.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:15.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:15.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:15.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:15.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:15.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:15.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:15.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:15.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:15.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:15.042 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:15.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:15.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:15.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:15.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:15.079 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:15.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:15.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:15.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:15.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:15.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:15.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:15.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:15.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:15.081 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:15.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:15.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:15.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:15.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:15.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:15.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:15.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:15.120 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:15.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:15.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:15.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:15.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:15.158 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:15.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:15.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:15.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:15.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:15.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:15.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:15.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:15.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:15.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:15.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:15.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:15.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:15.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:15.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform 12:23:15.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:15.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:15.175 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform' 12:23:15.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:15.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:15.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:15.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:15.211 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:15.212 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:15.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:15.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProblemsViewTestProject/src/WarningTestClass.java - Eclipse Platform TooltipText=null 12:23:15.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:15.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:15.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:15.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:15.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:15.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:15.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:15.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:15.215 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:15.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:15.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:15.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:15.216 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:15.216 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:15.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:15.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:15.217 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:15.217 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:15.218 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:15.218 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:15.218 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:15.218 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:15.218 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:15.218 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:15.218 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:15.218 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:15.218 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:15.218 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:15.218 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:15.218 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:15.218 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:15.218 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:15.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:23:16.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:23:16.219 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:16.219 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:16.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:16.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:16.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:16.221 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:16.222 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:16.222 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:16.222 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:16.222 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:16.222 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:16.222 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:16.222 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:16.222 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 1 warning, 0 others)' 12:23:16.222 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:16.222 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:16.222 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:16.222 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:16.222 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:16.222 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:16.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:23:16.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:23:16.222 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:16.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:16.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:16.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:16.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:16.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:16.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:16.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:16.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:16.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:16.225 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Warnings (1 item) and wait with time period 1 12:23:16.225 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:23:16.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:16.225 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:23:16.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:16.225 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:23:16.225 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Warnings (1 item) 12:23:16.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:16.226 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Warnings (1 item) is already expanded. No action performed 12:23:16.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:16.226 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Warnings (1 item) 12:23:16.226 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:16.226 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:16.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:16.227 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:16.229 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:23:16.229 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:23:16.229 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:23:16.229 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:23:16.229 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:23:16.229 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:23:16.229 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:23:16.229 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:23:16.229 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:23:16.229 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:23:16.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:23:16.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:23:16.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:23:16.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:16.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:16.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:23:16.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:16.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:16.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:16.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:23:16.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:16.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:16.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:16.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:16.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:16.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:16.326 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:23:16.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:16.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:16.326 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:16.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:16.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:23:16.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:16.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:16.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:16.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:23:16.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:16.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:16.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:16.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:16.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:16.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:16.339 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:23:16.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:16.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:16.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:16.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:16.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:23:16.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:23:16.416 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:23:16.416 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:16.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:16.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:16.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:16.445 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:16.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:16.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:16.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:16.446 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:16.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:16.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:16.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:16.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:16.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:16.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:16.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:16.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:17.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:17.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:17.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:23:17.449 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:17.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:17.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:17.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:17.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:17.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:17.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:17.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:17.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:17.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:17.451 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:23:17.452 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:23:17.452 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:23:17.452 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:23:17.464 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:23:17.464 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:17.464 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:17.514 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:17.514 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:23:17.514 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:23:17.514 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:23:17.515 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:23:17.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:17.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:23:17.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:23:17.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:23:17.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:17.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:17.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:17.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:17.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:23:17.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:17.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:17.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:17.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:17.521 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:23:17.522 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:23:17.522 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:23:17.522 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:23:17.524 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:23:17.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:17.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:17.569 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:17.569 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:23:17.570 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:17.570 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:23:17.570 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:23:17.570 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:17.570 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:17.570 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:17.570 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:23:17.570 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:17.570 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:17.570 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:23:17.570 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:23:17.570 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:23:17.570 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:23:17.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.720: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.747: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.751: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.753: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.768: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.784: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.800: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.817: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.835: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.851: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.868: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.884: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.900: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.917: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.935: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.950: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:17.968: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:23:18.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:23:18.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:23:18.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:18.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:18.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:18.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:18.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:23:18.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:18.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:18.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:18.258 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:23:18.258 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:18.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:18.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:18.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:18.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:18.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:18.259 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:23:18.259 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:23:18.259 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:23:18.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:18.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:18.259 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:18.260 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:18.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:23:18.260 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:18.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:18.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:18.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:23:18.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:18.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:18.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:18.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:18.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:18.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:18.262 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:23:18.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:18.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:18.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:18.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:23:18.264: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:18.265: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:23:18.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:23:18.267 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:23:18.388: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:23:18.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:23:18.768 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:23:18.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:18.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:23:18.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:23:18.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:18.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:23:18.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:23:18.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:23:18.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:18.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:18.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:18.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:18.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:18.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:18.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:18.768 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:23:18.768 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:18.768 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:18.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:18.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:18.769 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:23:18.769 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:18.769 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:23:18.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:23:18.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:23:18.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:18.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:18.770 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:18.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:18.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:18.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:18.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:18.770 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:23:18.770 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:18.771 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:18.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:18.771 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:18.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:18.771 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:18.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:18.771 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:23:18.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:18.771 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:18.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:18.772 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:18.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:18.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:18.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:18.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:18.772 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:18.772 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:18.772 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:18.775 DEBUG [main][MenuItemLookup] Item match:File 12:23:18.776 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:23:18.776 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:18.781 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:23:18.781 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:23:18.781 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:23:18.781 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:23:18.781 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:23:18.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:23:18.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:23:18.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:23:18.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:18.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:18.906 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:23:18.906 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:18.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:23:18.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:18.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:18.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:18.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:18.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:18.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:18.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:18.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:23:18.909 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:23:18.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:18.909 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:23:18.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:18.909 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:23:18.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:23:18.909 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:23:18.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:18.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:23:18.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:18.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:23:18.921 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:23:18.921 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:23:18.922 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:23:18.925 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:23:18.925 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:23:18.925 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:23:18.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:18.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:18.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:18.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:18.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:18.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:18.936 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:23:18.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:18.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:18.936 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:18.936 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:19.190 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:19.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:19.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:19.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:23:19.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:23:19.191 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:23:19.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:19.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:19.191 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:23:19.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:19.192 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProblemsViewTestProject' 12:23:19.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:23:19.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:19.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:19.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:19.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:19.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:23:19.196 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:23:19.197 INFO [WorkbenchTestable][AbstractText] Text set to: ProblemsViewTestProject 12:23:19.234 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:23:19.234 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:23:19.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:23:19.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:19.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:19.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:19.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:19.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:19.255 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:23:19.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:19.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:19.255 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:19.255 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:19.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:23:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:23:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:22.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:23:22.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:22.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:22.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:22.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:22.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:22.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:22.524 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:22.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:22.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:22.537 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:22.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:22.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:22.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:22.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:22.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:22.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:22.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:22.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:22.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:22.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:22.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:22.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:22.558 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:22.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:22.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:22.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:22.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:22.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:22.602 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:23:22.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:22.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:22.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:22.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:22.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:22.604 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:22.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:23:22.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:22.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:22.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:22.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:22.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:22.691 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:22.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:22.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:22.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:22.737 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:22.737 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:22.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:22.761 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:22.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:22.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:22.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:22.769 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:22.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:22.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:22.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:22.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:22.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:22.776 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:22.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:23:22.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:22.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:22.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:22.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:22.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:22.846 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:22.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:22.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:22.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:22.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:22.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:22.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Problems view is empty.... 12:23:22.848 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:22.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:22.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:22.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:22.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:22.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:22.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:23:22.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:22.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:22.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:22.850 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Problems (0 items)"as the parent 12:23:22.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:22.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:22.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:22.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:22.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:22.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:22.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Problems view is empty. finished successfully 12:23:22.852 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:22.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:22.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:22.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:22.853 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:22.853 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:22.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:22.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:22.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:22.854 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:22.855 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:22.855 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:22.855 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:22.855 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:22.855 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:22.855 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:22.855 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:22.855 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:22.855 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:22.855 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:22.855 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:22.855 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:22.855 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:22.855 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:22.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:23:23.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:23:23.878 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:23.878 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:23.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:23.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:23.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:23.879 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:23.880 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:23.880 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:23.880 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:23.880 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:23.880 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:23.880 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:23.880 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:23.880 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:23.880 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:23.880 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:23.880 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:23.880 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:23.880 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:23.880 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:23.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:23:23.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:23:23.881 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:23.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:23.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:23.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:23.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:23.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:23.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:23.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:23.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:23.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:23.882 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:23.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:23.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:23.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:23.883 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:23.883 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:23.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:23.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:23.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:23.884 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:23.884 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:23.884 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:23.884 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:23.884 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:23.884 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:23.884 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:23.884 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:23.884 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:23.884 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:23.884 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:23.884 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:23.884 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:23.884 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:23.884 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:23.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:23:25.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:23:25.386 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:25.386 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:25.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:25.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:25.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:25.389 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:25.390 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:25.390 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:25.390 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:25.390 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:25.390 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:25.390 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:25.390 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:25.390 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:25.390 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:25.390 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:25.390 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:25.390 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:25.390 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:25.391 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:25.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:23:25.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:23:25.391 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:25.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:25.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:25.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:25.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:25.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:25.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:25.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:25.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:25.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:25.393 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:25.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:25.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:25.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:25.394 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:25.394 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:25.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:25.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:25.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:25.395 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:25.396 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:25.396 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:25.396 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:25.396 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:25.396 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:25.396 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:25.396 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:25.396 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:25.396 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:25.396 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:25.396 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:25.396 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:25.396 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:25.396 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:25.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:23:26.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:23:26.397 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:26.398 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:26.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:26.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:26.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:26.399 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:26.400 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:26.400 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:26.400 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:26.400 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:26.400 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:26.400 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:26.400 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:26.400 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:26.400 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:26.400 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:26.400 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:26.400 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:26.400 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:26.400 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:26.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:23:26.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:23:26.401 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:26.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:26.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:26.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:26.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:26.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:26.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:26.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:26.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:26.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:26.403 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:26.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:26.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:26.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:26.404 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:26.404 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:26.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:26.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:26.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:26.405 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:26.406 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:26.406 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:26.406 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:26.406 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:26.406 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:26.406 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:26.406 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:26.406 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:26.406 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:26.406 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:26.406 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:26.406 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:26.406 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:26.406 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:26.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:23:27.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:23:27.407 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:27.407 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:27.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:27.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:27.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:27.409 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:27.409 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:27.409 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:27.409 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:27.410 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:27.410 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:27.410 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:27.410 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:27.410 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:27.410 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:27.410 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:27.410 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:27.410 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:27.410 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:27.410 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:27.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:23:27.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:23:27.410 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:27.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:27.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:27.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:27.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:27.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:27.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:27.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:27.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:27.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:27.413 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:27.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:27.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:27.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:27.414 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:27.414 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:27.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:27.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:27.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:27.416 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:27.416 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:27.416 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:27.416 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:27.416 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:27.416 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:27.416 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:27.416 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:27.417 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:27.417 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:27.417 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:27.417 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:27.417 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:27.417 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:27.417 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:27.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:23:28.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:23:28.418 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:28.418 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:28.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:28.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:28.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:28.420 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:28.420 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:28.420 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:28.420 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:28.420 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:28.420 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:28.421 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:28.421 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:28.421 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:28.421 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:28.421 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:28.421 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:28.421 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:28.421 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:28.421 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:28.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:23:28.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:23:28.421 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:28.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:28.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:28.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:28.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:28.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:28.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:28.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:28.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:28.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:28.423 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:28.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:28.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:28.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:28.424 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:28.424 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:28.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:28.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:28.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:28.425 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:28.426 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:28.426 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:28.426 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:28.426 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:28.426 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:28.426 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:28.426 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:28.426 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:28.426 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:28.426 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:28.426 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:28.426 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:28.426 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:28.426 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:28.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:23:29.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:23:29.428 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:23:29.428 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:29.428 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:29.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:29.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:29.430 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:23:29.431 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:29.431 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:29.431 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:29.432 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:23:29.432 TRACE [main][WorkbenchPartLookup] Found view 'Task List' 12:23:29.432 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:29.432 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:29.432 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 items)' 12:23:29.432 TRACE [main][WorkbenchPartLookup] Found view 'Console (No consoles to display at this time.)' 12:23:29.432 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:23:29.432 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:23:29.432 TRACE [main][WorkbenchPartLookup] Found view 'JUnit (Finished after 2.545 seconds)' 12:23:29.432 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:23:29.432 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:23:29.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:23:29.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:23:29.432 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:29.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:29.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:29.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:29.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:29.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:29.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:29.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:29.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:29.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:29.434 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:23:29.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:23:29.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:29.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:29.437 DEBUG [main][MenuItemLookup] Found menu:'Show' 12:23:29.437 DEBUG [main][MenuItemLookup] Found menu:'Group By' 12:23:29.437 DEBUG [main][MenuItemLookup] Found menu:'Sort By' 12:23:29.437 DEBUG [main][MenuItemLookup] Found menu:'New Problems View' 12:23:29.437 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 12:23:29.437 DEBUG [main][MenuItemLookup] Found menu:'Configure Columns...' 12:23:29.437 DEBUG [main][MenuItemLookup] Item match:Configure Columns... 12:23:29.437 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Configure Co&lumns..." 12:23:29.437 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Configure Columns... 12:23:29.437 INFO [main][MenuItemHandler] Select menu item: Configure Co&lumns... 12:23:29.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:23:29.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:23:29.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Configure Columns 12:23:29.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:29.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:29.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:23:29.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:29.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:29.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:29.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:23:29.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:29.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:29.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:29.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:29.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:29.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:29.562 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:23:29.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:29.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:29.562 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:29.562 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:29.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:23:29.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:29.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:29.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:29.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Configure Columns" as the parent 12:23:29.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:29.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:29.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:29.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:29.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:29.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:29.575 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:23:29.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:29.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:29.575 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:29.575 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:29.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available.... 12:23:29.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Configure Columns"] is available. finished successfully 12:23:29.637 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:23:29.637 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:29.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:29.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:29.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:29.666 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:29.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:29.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:29.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:29.668 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:29.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:29.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:29.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:29.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:29.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:29.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:30.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:30.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:30.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:30.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:30.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:23:30.671 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:23:30.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:23:30.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:30.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:30.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:23:30.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:30.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:30.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:30.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:30.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:30.673 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProblemsViewTestProject 12:23:30.674 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:23:30.675 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:23:30.675 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:23:30.681 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:23:30.681 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:30.681 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:30.736 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:23:30.736 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:23:30.736 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:23:30.736 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:23:30.737 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:23:30.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:30.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:23:31.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:31.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:31.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:31.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:31.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:31.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:31.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:31.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:31.238 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProblemsViewTestProject' via Explorer 12:23:31.238 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProblemsViewTestProject 12:23:31.238 DEBUG [main][TreeItemHandler] Selecting tree item: ProblemsViewTestProject 12:23:31.239 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProblemsViewTestProject about selection 12:23:31.241 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProblemsViewTestProject 12:23:31.241 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:31.241 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:31.285 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:31.285 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:23:31.285 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:31.285 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:23:31.285 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:23:31.285 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:31.285 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:31.285 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:31.285 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:23:31.285 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:31.285 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:31.285 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:23:31.285 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:23:31.285 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:23:31.285 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:23:31.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:23:31.438: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:31.465: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:31.469: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:31.472: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:23:31.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:23:31.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:23:31.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:31.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:31.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:31.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:31.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:23:31.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:31.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:31.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:31.475 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:23:31.475 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:31.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:31.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:31.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:31.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:31.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:31.476 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:23:31.476 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:23:31.476 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:23:31.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:31.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:31.476 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:31.476 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:31.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:23:31.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:31.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:31.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:31.476 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:23:31.476 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:31.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:31.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:31.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:31.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:31.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:31.478 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:23:31.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:31.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:31.478 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:31.478 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:23:31.481: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:31.483: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:23:31.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:23:31.484 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:23:31.494: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:31.504: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:31.521: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:31.537: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:23:31.543: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:23:31.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:23:31.985 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:23:31.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:31.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:23:31.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:23:31.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:23:31.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:23:31.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:23:31.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:31.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:31.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:31.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:31.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:31.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:31.986 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:31.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:31.986 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:23:31.986 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:31.986 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:31.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:31.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:31.987 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) 12:23:31.987 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest 12:23:31.987 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:31.987 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:31.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:31.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 284.874 s - in org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest testOneErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 21.83 s testTwoProblemsExist no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 17.422 s testHideProblemColumnsNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 7.464 s testHideProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 7.746 s testFilterErrors no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 29.208 s testProblemQuickfixWithNewDialog no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 12.708 s testOneWarningExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 12.784 s testHideProblemColumnsEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 7.494 s testShowProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 7.429 s testFilterWarnings no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 28.981 s testHideHiddenProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 7.407 s testShowProblemColumnNullArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 7.258 s testShowProblemColumnEmptyArrayArgument no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 6.874 s testOneErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 28.256 s testShowVisibleProblemColumn no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 7.431 s testGetProblemColumns no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 11.941 s testOneErrorExists no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 13.66 s testProblemQuickfix no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 14.379 s testNoErrorOneWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 20.084 s testNoErrorNoWarning no-configuration(org.eclipse.reddeer.eclipse.test.ui.problems.ProblemsViewTest) Time elapsed: 13.218 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:23:32.001 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:23:32.004 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:23:32.004 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:32.004 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:23:32.005 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:23:32.005 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:23:32.005 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:32.005 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:23:32.005 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:32.005 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:23:32.005 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:32.006 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:32.006 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:23:32.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:23:32.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:23:32.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:32.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:32.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:32.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:32.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:32.023 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' view via menu. 12:23:32.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:32.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:32.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:32.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:32.025 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:23:32.025 DEBUG [main][MenuItemLookup] Found menu:'File' 12:23:32.029 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:23:32.029 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:23:32.029 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:23:32.029 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:23:32.029 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:23:32.029 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:23:32.029 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:23:32.029 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:23:32.029 DEBUG [main][MenuItemLookup] Item match:Window 12:23:32.030 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:23:32.030 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:23:32.030 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:23:32.030 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:32.030 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:23:32.030 DEBUG [main][MenuItemLookup] Item match:Show View 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:32.040 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:23:32.040 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:23:32.065 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:23:32.065 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:23:32.065 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:23:32.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:23:32.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:23:32.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:23:32.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:32.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:32.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:23:32.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:32.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:32.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:32.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:23:32.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:32.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:32.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:32.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:32.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:32.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:32.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:32.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:32.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:23:32.169 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:23:32.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:32.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:32.670 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:23:32.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:23:32.671 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:23:32.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:32.671 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:23:32.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:32.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:23:32.672 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Servers 12:23:32.672 DEBUG [main][TreeItemHandler] Selecting tree item: Servers 12:23:32.672 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Servers about selection 12:23:32.673 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Servers 12:23:32.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:32.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:32.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:32.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:23:32.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:32.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:32.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:32.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:23:32.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:32.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:32.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:32.674 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:23:32.674 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:32.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:32.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:32.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:32.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:32.675 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:23:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:32.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:32.676 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:32.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:32.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:23:32.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:23:32.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open... 12:23:32.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:32.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:32.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open finished successfully 12:23:32.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:32.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:32.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:32.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:32.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:32.897 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:32.897 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:32.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:32.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:32.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:32.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:32.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:32.928 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:32.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:32.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:32.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:32.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:32.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:32.964 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:32.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:32.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:32.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:32.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:32.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:32.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:32.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:33.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:33.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:33.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:33.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:33.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:23:33.971 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:23:33.971 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 12:23:33.972 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:33.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:33.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:33.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:33.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:33.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:33.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:33.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:34.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:34.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:34.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:34.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:34.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:23:34.978 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:23:34.978 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:23:34.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:34.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:34.992 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:34.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:35.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:35.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:35.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:35.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:35.002 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:35.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:35.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:35.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:35.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:35.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:35.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:35.012 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:35.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:35.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:35.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:35.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:35.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:35.014 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:35.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:35.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:35.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:35.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:35.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:35.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:35.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:35.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:35.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:36.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:36.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:36.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:23:36.039 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:23:36.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:23:36.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:36.039 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:36.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:36.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:36.040 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:23:36.040 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:36.040 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:23:36.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:23:36.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:23:36.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:36.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:36.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:36.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:36.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:36.053 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:36.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:36.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:36.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:36.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:36.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:36.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:36.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:36.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:36.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:36.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:36.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:36.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:36.095 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:36.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:36.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:36.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:36.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:36.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:36.116 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:36.116 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:36.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:36.118 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:36.118 INFO [WorkbenchTestable][ServersView2] Create new server 12:23:36.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:23:36.118 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:36.121 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:36.124 DEBUG [main][MenuItemLookup] Item match:New 12:23:36.126 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:23:36.126 DEBUG [main][MenuItemLookup] Item match:Server 12:23:36.126 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:23:36.126 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:23:36.127 INFO [main][MenuItemHandler] Select menu item: Server 12:23:36.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:23:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:23:36.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:23:36.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:36.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:36.549 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:36.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:36.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:36.551 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:36.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:36.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:36.551 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:23:36.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:36.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:36.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:23:36.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:36.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:36.552 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:23:36.552 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:36.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:23:36.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:36.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:36.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:36.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:36.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:36.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:23:36.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:23:36.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:23:36.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:36.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:36.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:23:36.599 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:36.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:36.600 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:36.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:36.600 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:36.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:23:36.600 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:36.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:36.600 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:36.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:36.600 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:36.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:23:36.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:23:36.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:36.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:36.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:36.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:36.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:36.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:36.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:36.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:23:36.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:36.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:36.603 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:36.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:36.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:36.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:23:36.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:36.604 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:36.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:36.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:36.604 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:23:36.604 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:23:36.604 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:23:36.619 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:23:36.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:36.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:36.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:36.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:36.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:36.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:36.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:37.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:37.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:23:37.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:37.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:37.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:37.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:37.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:23:37.138 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:23:37.139 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 12:23:37.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:23:37.141 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:23:37.142 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:23:37.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:23:37.642 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:23:37.642 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:23:37.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:23:37.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:37.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:37.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:37.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:37.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:37.648 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:23:37.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:37.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:37.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:37.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:37.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:38.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:38.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:38.159 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:38.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:38.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:38.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:38.171 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:38.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:38.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:38.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:38.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:38.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:38.181 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:38.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:38.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:38.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:38.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:38.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:38.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:38.207 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:38.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:38.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:38.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:38.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:38.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:38.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 12:23:38.210 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:38.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:38.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:38.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:38.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:38.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:38.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:38.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:38.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:38.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:38.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:38.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:38.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:38.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:38.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:38.244 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:38.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:38.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:38.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:38.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:38.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:38.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:38.275 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:38.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:38.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:38.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:38.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:38.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:38.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 12:23:38.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:38.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:38.314 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:38.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:38.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:38.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:38.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:38.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:38.327 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:38.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:38.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:38.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:38.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:38.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:38.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:38.360 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:38.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:38.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:38.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:38.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:38.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:38.363 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:38.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:38.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:38.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:38.364 INFO [WorkbenchTestable][ServersView2] Create new server 12:23:38.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:38.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:38.408 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:38.408 DEBUG [main][MenuItemLookup] Item match:New 12:23:38.409 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:23:38.409 DEBUG [main][MenuItemLookup] Item match:Server 12:23:38.409 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:23:38.409 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:23:38.409 INFO [main][MenuItemHandler] Select menu item: Server 12:23:38.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:23:38.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:23:38.615 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:23:38.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:38.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:38.662 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:38.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:38.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:38.662 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:38.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:38.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:38.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:23:38.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:38.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:38.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:23:38.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:38.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:38.663 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:23:38.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:38.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:23:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:38.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:38.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:38.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:38.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:38.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:23:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:23:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:23:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:38.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:38.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:23:38.703 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:38.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:38.704 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:38.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:38.704 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:38.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:23:38.704 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:38.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:38.711 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:38.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:38.712 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:38.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:23:38.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:23:38.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:38.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:38.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:38.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:38.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:38.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:38.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:23:38.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:38.749 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:38.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:23:38.749 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:38.749 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:38.749 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:38.750 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:23:38.750 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:23:38.751 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:23:38.753 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:23:38.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:38.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:38.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:38.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:38.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:38.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:39.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:39.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:23:39.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:39.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:39.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:39.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:39.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:23:39.279 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:23:39.279 INFO [WorkbenchTestable][AbstractText] Text set to: Server A 12:23:39.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:23:39.280 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:23:39.280 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:23:39.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:23:39.781 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:23:39.781 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:23:39.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:23:39.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:39.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:39.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:39.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:39.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:39.788 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:23:39.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:39.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:39.788 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:39.788 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:39.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:40.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:40.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:40.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:40.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:40.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:40.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:40.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:40.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:40.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:40.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:40.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.309 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:40.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:40.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:40.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:40.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:40.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:40.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:40.331 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:40.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:40.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:40.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:40.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:40.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:40.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A... 12:23:40.335 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:40.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:40.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:40.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:40.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:40.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:40.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:40.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:40.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:40.369 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:40.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:40.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:40.379 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:40.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:40.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:40.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:40.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:40.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:40.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A finished successfully 12:23:40.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.411 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:40.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:40.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:40.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:40.422 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:40.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:40.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:40.432 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:40.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:40.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:40.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:40.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:40.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:40.435 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:40.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:40.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:40.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:40.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:40.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:40.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:40.468 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:40.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:40.498 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:40.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:40.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:40.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:40.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:40.500 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:40.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:40.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:40.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:40.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:40.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:40.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:40.561 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:40.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:40.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:40.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:40.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:40.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:40.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:40.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:40.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:40.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:40.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:40.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.596 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:40.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.606 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:40.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:40.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:40.606 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:40.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:40.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:40.616 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:40.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:40.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:40.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:40.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:40.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:40.638 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:40.639 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:40.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:40.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:40.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:40.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:40.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:40.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:40.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:40.651 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:40.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:40.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:40.682 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:40.682 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:40.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:40.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:40.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:40.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:40.685 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server A [Stopped] 12:23:40.685 DEBUG [main][TreeItemHandler] Selecting tree item: Server A [Stopped] 12:23:40.685 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server A [Stopped] about selection 12:23:40.725 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server A [Stopped] 12:23:40.726 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:40.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:40.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:40.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:40.728 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server A'. Stop server first: false 12:23:40.729 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:40.729 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:40.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:40.730 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:40.730 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:40.730 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:40.768 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:40.768 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:23:40.768 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:40.768 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:40.768 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:40.768 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:40.768 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:40.768 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:23:40.768 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:23:40.768 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:23:40.769 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:23:40.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:23:40.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:23:40.822 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:23:40.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:40.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:40.823 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:23:40.823 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:40.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:40.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:40.823 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:23:40.823 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:40.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:40.825 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:23:40.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:40.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:40.825 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:40.825 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:40.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:23:40.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:23:40.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.890 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:40.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:40.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:40.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:40.901 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:40.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:40.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:40.912 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:40.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:40.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:40.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:40.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:40.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:40.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A... 12:23:40.933 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:40.933 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:40.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:40.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:40.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:40.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:40.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:40.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:40.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:40.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:40.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:40.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:40.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:40.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:40.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:40.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:40.978 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:40.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:40.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:40.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:40.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:40.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:41.000 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 12:23:41.000 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:41.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:41.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:41.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:41.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:41.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:41.002 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:41.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:41.013 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:41.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:41.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:41.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:41.044 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:41.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:41.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:41.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:41.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:41.045 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:41.067 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 12:23:41.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A finished successfully 12:23:41.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:41.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:23:41.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:41.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:41.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:41.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:41.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:41.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:41.067 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:41.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:41.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:41.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:41.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:41.078 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:41.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:41.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:41.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:41.108 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:41.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:41.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:41.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:41.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:41.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:41.111 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 12:23:41.112 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 12:23:41.112 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 12:23:41.138 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 12:23:41.138 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:41.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:41.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:41.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:41.140 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 12:23:41.140 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:41.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:41.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:41.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:41.141 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:41.141 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:41.174 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:41.175 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:23:41.175 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:41.175 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:41.175 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:41.175 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:41.175 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:41.175 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:23:41.175 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:23:41.175 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:23:41.175 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:23:41.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:23:41.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:23:41.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:23:41.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:41.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:41.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:23:41.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:41.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:41.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:41.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:23:41.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:41.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:41.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:41.221 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:23:41.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:41.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:41.221 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:41.221 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:41.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:23:41.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:23:41.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.275 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:41.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:41.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:41.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:41.287 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:41.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:41.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:41.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:41.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:41.318 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:41.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:41.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:41.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:41.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:41.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:41.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 12:23:41.320 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:41.320 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:41.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:41.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:41.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:41.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:41.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:41.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:41.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:42.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:42.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:42.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:23:42.327 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:23:42.327 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 12:23:42.327 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:42.327 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:42.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:42.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:42.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:42.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:42.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:42.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:42.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:43.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:43.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:43.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:23:43.333 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:23:43.333 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:23:43.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 12:23:43.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:43.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:43.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:43.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:43.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:43.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:43.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:43.333 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:43.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:43.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:23:43.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:43.333 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:43.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:43.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:43.334 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:23:43.334 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:43.334 INFO [WorkbenchTestable][RequirementsRunner] Started test: newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:23:43.334 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:23:43.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:23:43.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:43.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:43.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:43.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:43.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:43.345 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:43.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:43.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:43.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:43.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:43.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:43.356 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:43.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:43.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:43.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:43.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:43.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:43.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:43.385 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:43.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:43.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:43.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:43.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:43.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:43.387 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:43.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:43.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:43.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:43.388 INFO [WorkbenchTestable][ServersView2] Create new server 12:23:43.388 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:23:43.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:43.389 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:43.392 DEBUG [main][MenuItemLookup] Item match:New 12:23:43.392 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:23:43.392 DEBUG [main][MenuItemLookup] Item match:Server 12:23:43.411 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:23:43.411 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:23:43.411 INFO [main][MenuItemHandler] Select menu item: Server 12:23:43.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:23:43.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:23:43.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:23:43.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:43.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:43.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:43.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:43.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:43.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:43.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:43.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:43.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:23:43.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:43.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:43.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:23:43.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:43.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:43.646 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:23:43.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:43.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:43.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:43.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:23:43.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:43.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:43.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:43.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:43.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:23:43.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:43.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:43.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:23:43.647 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:23:43.647 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:23:44.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:23:44.148 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:23:44.148 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 12:23:44.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:23:44.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:44.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:44.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:44.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:44.152 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:44.159 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:23:44.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:44.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:44.159 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:44.159 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:44.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:44.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:44.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:44.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:44.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:44.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:44.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:44.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:44.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:44.243 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:44.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:44.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:44.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:44.270 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:44.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:44.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:44.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:44.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:44.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:44.302 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:44.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:44.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:44.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:44.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:44.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:44.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:44.313 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:44.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:44.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:44.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:44.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:44.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:44.316 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:44.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:44.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:44.317 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:44.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:44.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:44.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:44.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:44.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:44.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:45.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:45.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:45.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:23:45.321 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:23:45.321 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:23:45.321 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:45.321 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:45.322 INFO [WorkbenchTestable][RequirementsRunner] Finished test: newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:23:45.322 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:45.322 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:23:45.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:23:45.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:23:45.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:45.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:45.322 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:45.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:45.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:45.333 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:45.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:45.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:45.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:45.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:45.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:45.344 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:45.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:45.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:45.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:45.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:45.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:45.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:45.375 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:45.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:45.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:45.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:45.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:45.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:45.378 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:45.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:45.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:45.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:45.399 INFO [WorkbenchTestable][ServersView2] Create new server 12:23:45.399 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:23:45.399 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:45.401 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:45.403 DEBUG [main][MenuItemLookup] Item match:New 12:23:45.404 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:23:45.404 DEBUG [main][MenuItemLookup] Item match:Server 12:23:45.404 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:23:45.404 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:23:45.404 INFO [main][MenuItemHandler] Select menu item: Server 12:23:45.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:23:45.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:23:45.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:23:45.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:45.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:45.688 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:45.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:45.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:45.702 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:45.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:45.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:45.702 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:23:45.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:45.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:45.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:23:45.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:45.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:45.703 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:23:45.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:45.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:23:45.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:45.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:45.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:45.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:45.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:45.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:23:45.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:23:45.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:23:45.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:45.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:45.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:23:45.771 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:45.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:45.772 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:45.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:45.772 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:45.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:23:45.789 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:45.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:45.792 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:45.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:45.793 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:45.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:23:45.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:23:45.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:45.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:45.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:45.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:45.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:45.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:45.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:45.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:23:45.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:45.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:45.796 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:45.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:45.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:45.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:23:45.797 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:45.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:45.797 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:45.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:45.797 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:45.797 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:23:45.797 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:23:45.797 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:23:45.800 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:23:45.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:45.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:45.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:45.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:45.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:45.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:45.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:46.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:46.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:23:46.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:46.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:46.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:46.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:46.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:23:46.324 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:23:46.325 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 12:23:46.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:23:46.326 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:23:46.326 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:23:46.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:23:46.826 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:23:46.826 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:23:46.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:23:46.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:46.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:46.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:46.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:46.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:46.835 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:23:46.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:46.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:46.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:46.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:46.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:47.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:47.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:47.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:47.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:47.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:47.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:47.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:47.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:47.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:47.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:47.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.355 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:47.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:47.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:47.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:47.367 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:47.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:47.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:47.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:47.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:47.396 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:47.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:47.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:47.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:47.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:47.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:47.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 12:23:47.400 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:47.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:47.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:47.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:47.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:47.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:47.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:47.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:47.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:47.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:47.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:47.435 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:47.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:47.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:47.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:47.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:47.440 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:47.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:47.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:47.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:47.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:47.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:47.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 12:23:47.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.496 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:47.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.502 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:47.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:47.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:47.503 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:47.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:47.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:47.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:47.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:47.535 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:47.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:47.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:47.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:47.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:47.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:47.539 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:47.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:47.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:47.541 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:47.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:47.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:47.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:47.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:47.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:47.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:47.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:47.596 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:47.596 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:47.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:47.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:47.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:47.607 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:47.607 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:47.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:47.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:47.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:47.608 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:47.610 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 12:23:47.610 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:47.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:47.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:47.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:47.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:47.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:47.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:47.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:47.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:47.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:47.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:47.623 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:47.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:47.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:47.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:47.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:47.663 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:47.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:47.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:47.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:47.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:47.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:47.668 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 12:23:47.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:47.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:47.668 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:47.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:47.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:47.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.701 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:47.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:47.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:47.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:47.712 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:47.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:47.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:47.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:47.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:47.724 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:47.724 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:47.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:47.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:47.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:47.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:47.727 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:47.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:47.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:47.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:47.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:47.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:47.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:47.730 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:47.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:47.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:47.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:47.762 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:47.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:47.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:47.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:47.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:47.773 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:47.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:47.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:47.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:47.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:47.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:47.797 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 12:23:47.797 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 12:23:47.797 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 12:23:47.828 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 12:23:47.829 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:47.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:47.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:47.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:47.831 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 12:23:47.831 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:47.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:47.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:47.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:47.832 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:47.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:47.872 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:47.873 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:23:47.873 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:47.873 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:47.873 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:47.873 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:47.873 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:47.873 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:23:47.873 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:23:47.873 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:23:47.873 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:23:47.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:23:47.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:23:47.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:23:47.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:47.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:47.919 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:23:47.919 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:47.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:47.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:47.919 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:23:47.919 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:47.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:47.919 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:47.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:47.920 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:23:47.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:47.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:47.920 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:47.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:47.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:23:47.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:23:47.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.985 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:47.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:47.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:47.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:47.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:47.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:47.997 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:47.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:47.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:47.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:48.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:48.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:48.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:48.028 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:48.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:48.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:48.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:48.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:48.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:48.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 12:23:48.030 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:48.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:48.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:48.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:48.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:48.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:48.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:48.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:48.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:48.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:49.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:49.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:49.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:23:49.036 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:23:49.036 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 12:23:49.037 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:49.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:49.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:49.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:49.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:49.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:49.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:49.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:49.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:49.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:50.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:50.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:50.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:23:50.042 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:23:50.043 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:23:50.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 12:23:50.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:50.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:50.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:50.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:50.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:50.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:50.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:50.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:50.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:50.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:23:50.043 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:50.043 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:50.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:50.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:50.044 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:23:50.044 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:50.044 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:23:50.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:23:50.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:23:50.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:50.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:50.044 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:50.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:50.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:50.055 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:50.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:50.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:50.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:50.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:50.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:50.065 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:50.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:50.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:50.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:50.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:50.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:50.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:50.076 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:50.076 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:50.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:50.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:50.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:50.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:50.078 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:50.078 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:50.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:50.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:50.079 INFO [WorkbenchTestable][ServersView2] Create new server 12:23:50.100 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:23:50.100 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:50.102 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:50.105 DEBUG [main][MenuItemLookup] Item match:New 12:23:50.105 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:23:50.106 DEBUG [main][MenuItemLookup] Item match:Server 12:23:50.106 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:23:50.106 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:23:50.106 INFO [main][MenuItemHandler] Select menu item: Server 12:23:50.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:23:50.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:23:50.276 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:23:50.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:50.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:50.317 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:50.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.318 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:50.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.318 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:23:50.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.318 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:23:50.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:50.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:50.319 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:23:50.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:50.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:23:50.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:50.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:50.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:50.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:50.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:50.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:23:50.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:23:50.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:23:50.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:50.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:50.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:23:50.369 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:50.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:50.378 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:50.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:50.379 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:50.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:23:50.379 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:50.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:50.379 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:50.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:50.379 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:50.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:23:50.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:23:50.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:50.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:50.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:50.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:50.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:50.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:50.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:50.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:23:50.381 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:50.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:50.382 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:50.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:50.382 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:50.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:23:50.382 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:50.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:50.382 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:50.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:50.382 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:50.382 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:23:50.383 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:23:50.383 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:23:50.385 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:23:50.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:50.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:50.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:50.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:50.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:50.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:50.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:50.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:50.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:23:50.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:50.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:50.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:50.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:50.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:23:50.908 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:23:50.909 INFO [WorkbenchTestable][AbstractText] Text set to: Server AB 12:23:50.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:23:50.919 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:23:50.920 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:23:51.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:23:51.420 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:23:51.420 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:23:51.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:23:51.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:51.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:51.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:51.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:51.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:51.429 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:23:51.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:51.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:51.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:51.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:51.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:51.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:51.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:51.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:51.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:51.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:51.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:51.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:51.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:51.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:51.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:51.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:51.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:51.947 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:51.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:51.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:51.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:51.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:51.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:51.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:51.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:51.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:51.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:51.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:51.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:51.985 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:51.986 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:51.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:51.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:51.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:51.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:51.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:51.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB... 12:23:51.990 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:51.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:51.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:51.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:51.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:51.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:51.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:51.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:51.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:51.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:51.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:52.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:52.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:52.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:52.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:52.023 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:52.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:52.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:52.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:52.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:52.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:52.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:52.057 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:52.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:52.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:52.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:52.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:52.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:52.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server AB finished successfully 12:23:52.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:52.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:52.091 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:52.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:52.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:52.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:52.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:52.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:52.108 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:52.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:52.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:52.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:52.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:52.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:52.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:52.141 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:52.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:52.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:52.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:52.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:52.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:52.165 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:52.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:52.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:52.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:52.167 INFO [WorkbenchTestable][ServersView2] Create new server 12:23:52.167 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:52.167 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:52.195 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:52.195 DEBUG [main][MenuItemLookup] Item match:New 12:23:52.195 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:23:52.195 DEBUG [main][MenuItemLookup] Item match:Server 12:23:52.195 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:23:52.195 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:23:52.195 INFO [main][MenuItemHandler] Select menu item: Server 12:23:52.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:23:52.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:23:52.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:23:52.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:52.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:52.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:52.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:52.389 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:52.390 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:23:52.390 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:52.390 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:52.390 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:23:52.390 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:52.391 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:52.391 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:23:52.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:52.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:52.391 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:23:52.391 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:23:52.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:23:52.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:52.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:52.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:52.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:52.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:52.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:23:52.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:23:52.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:23:52.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:52.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:52.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:23:52.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:52.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:52.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:52.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:52.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:52.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:23:52.414 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:52.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:52.414 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:52.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:52.414 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:52.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:23:52.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:23:52.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:52.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:52.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:52.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:52.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:52.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:23:52.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:23:52.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:23:52.441 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:52.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:52.441 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:52.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:52.441 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:52.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:23:52.441 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:23:52.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:23:52.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:23:52.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:23:52.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:23:52.442 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:23:52.442 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:23:52.442 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:23:52.444 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:23:52.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:23:52.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:52.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:52.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:52.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:52.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:52.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:52.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:52.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:23:52.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:52.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:52.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:52.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:52.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:23:52.976 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:23:52.976 INFO [WorkbenchTestable][AbstractText] Text set to: Server A 12:23:52.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:23:52.977 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:23:52.977 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:23:53.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:23:53.478 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:23:53.478 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:23:53.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:23:53.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:53.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:53.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:53.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:53.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:53.485 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:23:53.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:53.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:53.485 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:53.485 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:53.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:23:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:23:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:53.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:53.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:53.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:53.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:53.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:53.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:53.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:53.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.000 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:54.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:54.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:54.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:54.006 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:54.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:54.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:54.044 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:54.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:54.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:54.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A... 12:23:54.049 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:54.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:54.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:54.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:54.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:54.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:54.084 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:54.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:54.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:54.115 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:54.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:54.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:54.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server A finished successfully 12:23:54.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.147 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:54.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:54.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:54.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:54.157 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:54.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:54.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:54.188 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:54.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:54.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:54.191 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:54.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:54.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:54.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.223 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:54.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:54.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:54.223 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:54.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:54.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:54.254 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:54.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:54.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:54.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.288 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:54.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:54.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:54.289 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:54.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:54.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:54.321 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:54.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:54.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:54.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:54.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:54.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:54.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:54.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:54.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.355 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:54.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:54.365 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:54.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:54.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:54.376 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:54.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:54.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:54.381 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:54.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:54.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:54.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:54.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:54.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:54.418 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:54.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:54.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:54.449 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:54.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:54.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:54.452 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server A [Stopped] 12:23:54.452 DEBUG [main][TreeItemHandler] Selecting tree item: Server A [Stopped] 12:23:54.453 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server A [Stopped] about selection 12:23:54.484 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server A [Stopped] 12:23:54.485 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:54.489 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server A'. Stop server first: false 12:23:54.489 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:54.491 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:54.491 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:54.535 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:54.535 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:23:54.535 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:54.535 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:54.535 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:54.535 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:54.535 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:54.535 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:23:54.535 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:23:54.535 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:23:54.535 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:23:54.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:23:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:23:54.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:23:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:54.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:23:54.580 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:54.580 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:23:54.580 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:54.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:54.581 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:23:54.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:54.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:54.582 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:54.582 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:54.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:23:54.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:23:54.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.656 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:54.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:54.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:54.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:54.667 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:54.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:54.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:54.677 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:54.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:54.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:54.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A... 12:23:54.701 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:54.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:54.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:54.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:54.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:54.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:54.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:54.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:54.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:54.744 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:54.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:54.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:54.767 INFO [WorkbenchTestable][ServersView2] Requested server 'Server A' was not found on Servers view 12:23:54.768 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:54.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:54.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:23:54.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:54.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:54.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:54.800 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:54.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:54.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:54.810 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:54.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:54.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:54.833 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server AB' 12:23:54.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server A finished successfully 12:23:54.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:54.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:54.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:54.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:54.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:54.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:54.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:54.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:54.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:54.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:54.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:54.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:54.844 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:54.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:54.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:54.876 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.876 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:54.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:54.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:54.898 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server AB [Stopped] 12:23:54.898 DEBUG [main][TreeItemHandler] Selecting tree item: Server AB [Stopped] 12:23:54.899 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server AB [Stopped] about selection 12:23:54.907 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server AB [Stopped] 12:23:54.907 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:54.909 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server AB'. Stop server first: false 12:23:54.909 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:54.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:54.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:54.910 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:23:54.910 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:23:54.910 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:54.941 DEBUG [main][MenuItemLookup] Found menu:'New' 12:23:54.941 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:23:54.941 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:23:54.941 DEBUG [main][MenuItemLookup] Found menu:'' 12:23:54.941 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:23:54.941 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:23:54.941 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:23:54.941 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:23:54.942 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:23:54.942 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:23:54.942 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:23:54.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:23:54.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:23:54.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:23:54.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:54.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:54.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:23:54.990 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:23:54.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:54.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:54.990 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:23:54.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:23:54.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:54.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:54.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:54.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:54.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:23:54.990 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:23:54.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:23:54.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:23:54.991 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:23:54.991 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:23:55.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:23:55.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:23:55.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:55.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:55.058 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:55.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:55.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:55.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:55.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:55.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:55.065 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:55.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:55.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:55.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:55.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:55.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:55.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:55.091 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:55.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:55.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:55.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:55.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:55.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:55.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB... 12:23:55.093 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:55.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:55.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:55.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:55.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:55.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:55.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:55.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:55.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:55.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:56.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:56.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:56.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:23:56.098 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:23:56.098 INFO [WorkbenchTestable][ServersView2] Requested server 'Server AB' was not found on Servers view 12:23:56.098 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:56.098 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:56.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:56.099 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:56.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:56.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:56.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:56.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:56.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:56.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:57.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:57.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:57.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:23:57.102 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:23:57.102 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:23:57.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server AB finished successfully 12:23:57.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:23:57.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:23:57.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:23:57.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:23:57.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:23:57.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:23:57.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:23:57.103 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:23:57.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:23:57.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:23:57.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:57.103 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:57.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:57.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:57.104 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:23:57.106 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:23:57.106 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:23:57.106 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:23:57.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:23:57.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:23:57.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:23:57.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:23:57.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:23:57.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:57.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:57.119 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:57.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:57.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:57.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:57.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:57.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:57.131 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:57.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:57.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:57.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:57.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:57.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:57.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:57.171 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:57.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:57.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:57.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:57.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:57.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:57.174 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:57.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:57.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:57.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:57.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:57.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:57.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:57.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:57.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:57.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:58.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:58.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:58.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:23:58.179 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:23:58.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:58.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:58.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:58.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:58.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:58.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:58.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:58.191 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:58.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:58.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:58.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:58.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:58.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:58.221 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:58.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:58.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:58.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:58.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:58.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:58.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:58.231 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:58.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:58.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:58.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:58.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:58.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:58.233 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:58.233 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:58.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:58.234 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:58.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:58.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:58.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:58.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:58.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:58.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:59.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:59.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:59.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:23:59.238 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:23:59.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:23:59.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:23:59.239 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:23:59.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:23:59.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:23:59.239 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) 12:23:59.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:59.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:59.249 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:23:59.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:59.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:59.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:23:59.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:23:59.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:23:59.280 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:23:59.281 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:23:59.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:59.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:59.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:23:59.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:23:59.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:23:59.291 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:59.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:59.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:59.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:23:59.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:23:59.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:23:59.313 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:23:59.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:23:59.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:23:59.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:23:59.315 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:23:59.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:23:59.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:59.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:23:59.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:23:59.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:00.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:00.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:24:00.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:24:00.318 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:24:00.319 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest 12:24:00.319 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:00.319 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:00.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:00.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.319 s - in org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest getServer_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 4.034 s getServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 7.294 s newServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 1.987 s getServer_notFound no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 4.722 s getServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 7.062 s getServers_noServers no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServersViewTest) Time elapsed: 2.133 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:24:00.338 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:24:00.338 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:24:00.339 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:00.339 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:24:00.339 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:24:00.339 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:24:00.339 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:00.339 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:24:00.340 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:00.340 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:24:00.340 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:00.340 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:24:00.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:00.341 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:24:00.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:00.341 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:24:00.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:00.342 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:24:00.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:00.342 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:24:00.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:00.342 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:24:00.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:00.343 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:24:00.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:00.343 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:24:00.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:00.343 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:24:00.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:00.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:00.344 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:00.344 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:00.344 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:00.348 DEBUG [main][MenuItemLookup] Item match:File 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:00.350 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:24:00.350 DEBUG [main][MenuItemLookup] Item match:Import... 12:24:00.350 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:24:00.350 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:24:00.350 INFO [main][MenuItemHandler] Select menu item: &Import... 12:24:00.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:24:00.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:24:00.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:24:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:00.480 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:24:00.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:00.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:24:00.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:00.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:00.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:00.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:00.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:00.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:00.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:24:00.483 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:00.483 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:00.483 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:24:00.483 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:24:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:00.483 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:24:00.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:00.483 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:24:00.483 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:24:00.484 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:24:00.484 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:24:00.484 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:24:00.484 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:24:00.484 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:24:00.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:24:00.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:00.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:00.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:00.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:00.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:00.497 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:24:00.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:00.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:00.498 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:00.498 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:00.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:24:00.598 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:00.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:00.599 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:24:00.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:00.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:00.599 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:24:00.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:00.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:24:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:24:00.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:24:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:00.600 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:24:00.600 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:00.600 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 12:24:00.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:24:00.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:00.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:00.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:00.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:00.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:00.601 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:24:00.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:00.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:00.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:00.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:00.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:24:00.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:00.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:24:00.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:24:00.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:00.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:24:00.603 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 12:24:00.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:24:00.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:00.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:00.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:00.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:00.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:00.671 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:24:00.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:00.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:00.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:00.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:00.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:24:00.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:00.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:00.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:00.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:00.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:00.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:24:00.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:24:00.744 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:24:00.744 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:24:00.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:24:00.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:00.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:00.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:00.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:00.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:00.746 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:24:00.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:00.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:00.746 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:00.746 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:00.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:24:00.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:00.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:00.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:00.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:00.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:00.761 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 12:24:00.761 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 12:24:00.761 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:24:00.762 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 12:24:00.762 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project-2 (server-project-2/) 12:24:00.762 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project-2 (server-project-2/): 12:24:00.762 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:24:00.762 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project-2 (server-project-2/) 12:24:00.763 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project-3 (server-project-3/) 12:24:00.763 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project-3 (server-project-3/): 12:24:00.763 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:24:00.763 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project-3 (server-project-3/) 12:24:00.763 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:24:00.763 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:24:00.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:24:00.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:00.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:00.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:00.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:00.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:00.779 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:24:00.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:00.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:00.779 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:00.779 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:00.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:24:01.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:24:01.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:01.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:24:01.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:24:01.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:24:01.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:01.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:01.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:01.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:01.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:01.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:01.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:01.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:01.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:01.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:01.491 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:24:01.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:01.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:01.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:01.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:01.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:01.501 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:01.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:24:01.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:01.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:01.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:01.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:01.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:01.511 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:01.511 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:01.512 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:01.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:01.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:01.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:01.514 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:01.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:01.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:01.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:24:01.515 INFO [WorkbenchTestable][ServersView2] Create new server 12:24:01.515 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:24:01.515 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:01.516 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:01.516 DEBUG [main][MenuItemLookup] Item match:New 12:24:01.517 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:24:01.517 DEBUG [main][MenuItemLookup] Item match:Server 12:24:01.517 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:24:01.518 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:24:01.518 INFO [main][MenuItemHandler] Select menu item: Server 12:24:01.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:24:01.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:24:01.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:24:01.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:01.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:01.901 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:24:01.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:01.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:01.945 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:24:01.945 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:01.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:01.946 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:24:01.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:01.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:01.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:24:01.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:01.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:01.946 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:24:01.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:01.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:24:01.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:01.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:01.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:01.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:01.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:01.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:24:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:24:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:24:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:01.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:01.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:24:01.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:24:01.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:01.983 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:24:01.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:01.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:24:01.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:24:01.988 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:24:01.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:01.988 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:24:01.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:01.988 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:24:01.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:24:01.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:24:01.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:01.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:01.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:01.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:01.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:01.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:01.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:02.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:24:02.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:24:02.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:02.051 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:24:02.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:02.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:24:02.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:24:02.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:24:02.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:02.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:24:02.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:02.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:24:02.052 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:24:02.052 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:24:02.053 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:24:02.061 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:24:02.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:24:02.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:02.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:02.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:02.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:02.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:02.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:02.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:02.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:24:02.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:02.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:02.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:02.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:02.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:24:02.582 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:24:02.583 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 12:24:02.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:24:02.584 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:24:02.584 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:24:03.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:24:03.084 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:24:03.084 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:24:03.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:24:03.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:03.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:03.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:03.092 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:24:03.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:03.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:03.092 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:03.092 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:03.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:24:03.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:24:03.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:03.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:03.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:03.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:03.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:03.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:03.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:03.640 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:03.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:03.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.652 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:24:03.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:03.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:03.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:03.662 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:03.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:24:03.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:03.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:03.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:03.672 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:03.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:03.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:03.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:03.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:03.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:03.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 12:24:03.676 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:03.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:03.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:03.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:03.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:24:03.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:03.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:03.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:03.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:03.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:03.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:03.710 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:03.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:24:03.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:03.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:03.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:03.742 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:03.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:03.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:03.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:03.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:03.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:03.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 12:24:03.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.775 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:24:03.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:03.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:03.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:03.786 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:03.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:24:03.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:03.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:03.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:03.824 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:03.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:03.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:03.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:03.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:03.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:03.850 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:03.850 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:03.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:03.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:03.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:24:03.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:03.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:03.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:03.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:03.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:03.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:03.863 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:03.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:24:03.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:03.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:03.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:03.873 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:03.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:03.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:03.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:03.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:03.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:03.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:03.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:03.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:03.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:24:03.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:24:03.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:03.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:03.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:03.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:03.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:24:03.938 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:03.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:03.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:03.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:03.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:03.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:03.941 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:24:03.941 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:24:03.941 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:24:03.977 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:24:03.978 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:03.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:03.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:03.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:03.980 INFO [WorkbenchTestable][AbstractServer] Start server Server ABC 12:24:03.980 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:03.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:03.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:03.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:03.982 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:03.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:03.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:03.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:03.984 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server ABC 12:24:03.984 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:03.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:03.985 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:03.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:03.986 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:24:03.986 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:24:03.987 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:24:03.993 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:24:03.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:04.005 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:04.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:04.043 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:04.043 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:24:04.043 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:24:04.043 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:04.043 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:04.043 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:04.043 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:04.043 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:24:04.043 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:04.043 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:24:04.043 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:24:04.043 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 12:24:04.043 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 12:24:04.044 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 12:24:04.044 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 12:24:04.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 12:24:04.065 DEBUG [Worker-0: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:24:05.108 DEBUG [Worker-6: Starting Server ABC][AbstractWait] Wait for 1 seconds 12:24:06.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 12:24:06.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 12:24:06.557 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:06.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:06.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:06.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 12:24:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:06.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:06.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:06.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:06.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:06.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:06.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:06.560 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:06.560 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:06.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:06.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:06.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:06.561 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 12:24:06.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:06.563 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:06.563 INFO [WorkbenchTestable][RequirementsRunner] Started test: startServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:24:06.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:24:06.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:24:06.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:06.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:06.563 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:06.564 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:06.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:06.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:06.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:06.565 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 12:24:06.565 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 12:24:06.565 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 12:24:06.575 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 12:24:06.575 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:24:06.575 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:06.575 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:06.608 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:24:06.608 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:24:06.608 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:24:06.609 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:24:06.609 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:24:06.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:24:06.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:06.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:06.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:24:06.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:24:06.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:06.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:06.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:24:06.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:06.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:06.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:06.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:06.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:06.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:06.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:06.746 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:24:06.746 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:24:06.746 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:24:06.747 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:24:06.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:24:06.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:06.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:06.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:06.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:06.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:06.759 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:24:06.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:06.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:06.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:06.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:06.762 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:24:06.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:24:06.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:06.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:06.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:06.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:06.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:06.774 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:24:06.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:06.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:06.774 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:06.774 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:06.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:24:06.778 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:24:06.788 DEBUG [Worker-6: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:24:07.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:24:07.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:07.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 12:24:07.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' has no excuses, wait for it 12:24:07.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 12:24:07.780 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' has no excuses, wait for it 12:24:08.280 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:08.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:08.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:08.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:08.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:08.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:08.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:08.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:08.281 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:08.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:08.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:08.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:08.283 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:24:08.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:24:08.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:08.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:08.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:24:08.785 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:24:08.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:08.785 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:24:08.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:08.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:24:08.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:08.792 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:08.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:08.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:08.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:08.794 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 12:24:08.794 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 12:24:08.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 12:24:08.810 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 12:24:08.811 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project' 12:24:08.812 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:08.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:08.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:08.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:08.813 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 12:24:08.813 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 12:24:08.813 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 12:24:08.820 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 12:24:08.820 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:08.820 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:08.864 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:08.865 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:08.865 DEBUG [main][MenuItemLookup] Found menu:'Start' 12:24:08.865 DEBUG [main][MenuItemLookup] Item match:Start 12:24:08.865 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 12:24:08.865 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 12:24:08.865 INFO [main][MenuItemHandler] Select menu item: &Start 12:24:08.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:08.866 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:08.866 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 12:24:08.868 DEBUG [Worker-3: Starting server-project][AbstractWait] Wait for 1 seconds 12:24:09.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 12:24:09.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 12:24:10.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:10.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:10.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:10.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:10.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:10.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:10.368 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:10.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:10.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 12:24:10.371 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:10.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:10.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:10.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:10.373 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 12:24:10.373 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 12:24:10.373 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 12:24:10.383 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 12:24:10.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 12:24:10.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:10.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:24:10.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:10.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:10.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:10.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:10.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:10.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:10.383 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:10.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:10.384 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:10.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:10.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:10.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:10.385 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 12:24:10.385 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 12:24:10.386 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 12:24:10.396 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 12:24:10.397 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:10.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:10.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:10.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:10.399 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:24:10.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:24:10.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:10.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:24:10.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:10.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:24:10.399 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:24:10.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:10.399 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:24:10.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:10.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:24:10.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:10.400 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:10.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:10.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:10.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:10.401 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 12:24:10.401 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 12:24:10.401 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 12:24:10.411 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 12:24:10.412 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:10.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:10.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:10.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:10.413 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 12:24:10.414 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 12:24:10.414 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 12:24:10.420 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 12:24:10.420 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 12:24:10.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:10.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:10.422 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:10.422 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:10.422 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:10.422 DEBUG [main][MenuItemLookup] Item match:Edit 12:24:10.436 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:24:10.436 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:24:10.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:10.436 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:24:10.436 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:10.436 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:10.436 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:10.436 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:10.436 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:24:10.441 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:10.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:24:10.442 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:10.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:24:10.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:10.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:10.442 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:10.442 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:10.442 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:10.442 DEBUG [main][MenuItemLookup] Item match:Edit 12:24:10.443 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:24:10.443 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:24:10.443 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:10.443 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:24:10.443 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:10.443 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:10.443 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:10.443 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:10.443 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:24:10.443 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:10.443 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:24:10.443 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:24:10.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:24:10.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:24:10.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:24:10.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:10.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:10.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:24:10.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:10.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:10.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:10.499 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:24:10.499 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:10.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:10.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:10.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:10.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:10.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:10.500 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:24:10.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:10.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:10.500 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:10.500 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:10.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:24:10.613 DEBUG [Worker-6: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:24:10.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:24:10.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:10.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:24:11.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:24:11.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:11.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:11.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:11.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:11.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:11.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:11.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:11.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:11.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:11.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:24:11.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:24:11.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:24:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:24:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:24:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:24:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:21.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:21.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:21.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:21.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:21.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:24:21.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:21.658 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:21.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:21.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:21.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:24:21.660 INFO [WorkbenchTestable][RequirementsRunner] Finished test: startServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:24:21.660 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:21.660 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:24:21.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:24:21.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:24:21.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:21.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:21.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:21.687 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:21.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:21.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:21.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:21.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:21.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:21.691 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 12:24:21.691 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 12:24:21.716 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 12:24:21.730 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 12:24:21.730 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:24:21.730 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:21.730 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:21.761 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:21.761 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:24:21.761 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:24:21.761 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:21.761 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:21.762 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:21.762 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:21.762 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:24:21.762 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:21.762 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:24:21.762 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:24:21.762 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:24:21.762 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:24:21.762 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:24:21.762 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:24:21.762 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:21.762 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:24:21.762 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:24:21.762 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:24:21.762 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:24:21.762 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:24:21.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:24:21.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:21.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:21.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:24:21.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:24:21.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:21.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:21.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:24:21.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:21.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:21.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:21.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:21.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:21.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:21.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:21.874 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:24:21.874 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:24:21.874 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:24:21.874 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:24:21.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:24:21.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:21.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:21.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:21.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:21.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:21.891 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:24:21.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:21.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:21.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:21.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:21.901 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:24:21.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:24:21.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:21.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:21.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:21.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:21.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:21.904 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:24:21.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:21.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:21.905 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:21.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:21.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:24:21.921 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:24:21.927 DEBUG [Worker-6: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:24:22.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:24:22.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:22.424 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:24:22.924 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:24:23.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:23.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:23.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:23.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:23.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:23.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:23.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:23.425 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:23.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:23.425 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:23.425 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:23.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.426 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:23.426 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:24:23.426 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:24:23.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:23.426 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:24:23.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:23.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:24:23.427 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:24:23.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:23.427 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:24:23.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:23.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:24:23.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:23.427 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:23.427 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:23.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.428 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:23.428 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 12:24:23.428 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 12:24:23.428 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 12:24:23.442 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 12:24:23.442 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:23.442 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:23.482 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:23.482 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:23.482 DEBUG [main][MenuItemLookup] Found menu:'Start' 12:24:23.482 DEBUG [main][MenuItemLookup] Found menu:'Stop' 12:24:23.482 DEBUG [main][MenuItemLookup] Found menu:'Restart' 12:24:23.482 DEBUG [main][MenuItemLookup] Item match:Restart 12:24:23.483 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:23.483 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:23.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:23.485 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 12:24:23.485 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 12:24:23.485 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 12:24:23.492 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 12:24:23.493 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project' 12:24:23.500 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:23.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:23.501 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:23.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:23.502 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 12:24:23.502 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 12:24:23.502 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 12:24:23.508 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 12:24:23.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:23.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:23.535 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:23.535 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:23.535 DEBUG [main][MenuItemLookup] Found menu:'Start' 12:24:23.535 DEBUG [main][MenuItemLookup] Item match:Start 12:24:23.536 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 12:24:23.536 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 12:24:23.536 INFO [main][MenuItemHandler] Select menu item: &Start 12:24:23.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:23.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:23.536 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 12:24:23.536 DEBUG [Worker-0: Starting server-project][AbstractWait] Wait for 1 seconds 12:24:24.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:24.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project' has no excuses, wait for it 12:24:24.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:24.542 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:24:24.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:24.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:24.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:24.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:24.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:24.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:24.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:24.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:24.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 12:24:24.543 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:24.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:24.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:24.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:24.546 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Starting, Synchronized] 12:24:24.546 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Starting, Synchronized] 12:24:24.547 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Starting, Synchronized] about selection 12:24:24.558 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Starting, Synchronized] 12:24:25.060 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:25.060 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:25.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:25.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:25.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 12:24:25.062 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 12:24:25.062 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 12:24:25.068 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 12:24:25.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 12:24:25.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:25.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:25.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:25.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:25.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:25.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:25.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:25.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:25.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:25.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:25.069 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:25.069 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:25.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:25.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:25.071 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 12:24:25.071 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 12:24:25.071 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 12:24:25.077 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 12:24:25.077 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:25.077 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:25.112 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:25.112 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:25.112 DEBUG [main][MenuItemLookup] Found menu:'Start' 12:24:25.112 DEBUG [main][MenuItemLookup] Found menu:'Stop' 12:24:25.112 DEBUG [main][MenuItemLookup] Found menu:'Restart' 12:24:25.112 DEBUG [main][MenuItemLookup] Item match:Restart 12:24:25.113 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:25.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:25.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:25.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:25.115 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 12:24:25.115 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 12:24:25.115 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 12:24:25.127 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 12:24:25.127 INFO [WorkbenchTestable][ServerModule] Restart server module with name 'server-project' 12:24:25.128 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:25.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:25.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:25.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:25.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 12:24:25.129 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 12:24:25.129 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 12:24:25.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 12:24:25.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:25.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:25.163 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:25.163 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:25.163 DEBUG [main][MenuItemLookup] Found menu:'Start' 12:24:25.163 DEBUG [main][MenuItemLookup] Found menu:'Stop' 12:24:25.163 DEBUG [main][MenuItemLookup] Found menu:'Restart' 12:24:25.163 DEBUG [main][MenuItemLookup] Item match:Restart 12:24:25.164 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restart" 12:24:25.164 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart 12:24:25.164 INFO [main][MenuItemHandler] Select menu item: &Restart 12:24:25.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:25.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:25.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 12:24:25.168 DEBUG [Worker-0: Restarting server-project][AbstractWait] Wait for 1 seconds 12:24:25.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 12:24:26.168 DEBUG [WorkbenchTestable][JobIsRunning] job 'Restarting server-project' has no excuses, wait for it 12:24:26.668 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:26.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:26.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:26.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:26.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:26.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:26.669 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:26.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:26.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 12:24:26.669 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:26.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:26.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:26.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:26.672 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 12:24:26.672 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 12:24:26.673 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 12:24:26.699 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 12:24:26.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 12:24:26.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:26.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:26.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:24:26.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:26.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:26.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:26.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:26.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:26.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:26.701 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:26.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:26.701 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:26.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:26.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:26.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:26.703 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 12:24:26.703 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 12:24:26.703 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 12:24:26.713 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 12:24:26.714 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:26.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:26.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:26.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:26.715 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:24:26.715 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:24:26.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:26.715 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:24:26.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:26.715 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:24:26.715 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:24:26.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:26.716 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:24:26.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:26.716 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:24:26.716 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:26.716 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:26.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:26.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:26.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:26.717 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 12:24:26.717 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 12:24:26.718 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 12:24:26.727 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 12:24:26.727 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:26.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:26.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:26.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:26.729 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Started, Synchronized] 12:24:26.729 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Started, Synchronized] 12:24:26.729 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Started, Synchronized] about selection 12:24:26.735 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Started, Synchronized] 12:24:26.735 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 12:24:26.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:26.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:26.735 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:26.736 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:26.736 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:26.736 DEBUG [main][MenuItemLookup] Item match:Edit 12:24:26.739 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:24:26.739 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:24:26.739 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:26.739 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:24:26.739 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:26.739 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:26.739 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:26.739 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:26.739 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:24:26.745 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:26.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:24:26.746 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:26.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:24:26.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:26.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:26.746 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:26.746 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:26.746 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:26.746 DEBUG [main][MenuItemLookup] Item match:Edit 12:24:26.747 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:24:26.747 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:24:26.747 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:26.747 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:24:26.747 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:26.747 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:26.747 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:26.747 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:26.747 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:24:26.748 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:26.748 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:24:26.748 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:24:26.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:24:26.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:24:26.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:24:26.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:26.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:26.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:24:26.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:26.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:26.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:26.831 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:24:26.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:26.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:26.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:26.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:26.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:26.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:26.833 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:24:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:26.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:26.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:26.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:26.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:24:26.952 DEBUG [Worker-6: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:24:26.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:24:26.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:26.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:26.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:24:27.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:24:27.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:27.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:27.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:27.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:27.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:27.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:27.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:27.979 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:27.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:27.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:24:27.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:24:27.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:24:37.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:24:37.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:24:37.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:24:37.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:37.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:37.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:37.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:37.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:37.991 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:24:37.991 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:37.991 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:37.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:37.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:37.992 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:24:37.993 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:37.993 INFO [WorkbenchTestable][RequirementsRunner] Started test: stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:24:37.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:24:37.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:24:37.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:37.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:37.993 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:37.993 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:37.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:37.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:37.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:37.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:37.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:38.019 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 12:24:38.019 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 12:24:38.023 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 12:24:38.036 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 12:24:38.037 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:24:38.037 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:38.037 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:38.083 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:24:38.083 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:24:38.083 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:24:38.083 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:24:38.083 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:24:38.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:24:38.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:38.218 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:38.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:24:38.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:24:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:38.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:24:38.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:38.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:38.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:38.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:38.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:24:38.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:24:38.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:24:38.236 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:24:38.236 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:24:38.236 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:24:38.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:24:38.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:24:38.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:38.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:38.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:38.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:38.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:38.246 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:24:38.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:38.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:38.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:38.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:38.249 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:24:38.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:24:38.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:38.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:38.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:38.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:38.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:38.252 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:24:38.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:38.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:38.252 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:38.252 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:38.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:24:38.267 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:24:38.273 DEBUG [Worker-7: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:24:38.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:24:38.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:38.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:24:39.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:24:39.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:39.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:39.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:39.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:39.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:39.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:39.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:39.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:39.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:39.769 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:39.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:39.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:39.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:39.771 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:24:39.771 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:24:39.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:39.771 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:24:39.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:39.771 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:24:39.771 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:24:39.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:39.771 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:24:39.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:39.771 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:24:39.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:39.772 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:39.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:39.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:39.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:39.773 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 12:24:39.773 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 12:24:39.773 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 12:24:39.787 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 12:24:39.787 INFO [WorkbenchTestable][ServerModule] Stop server module with name 'server-project' 12:24:39.787 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:39.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:39.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:39.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:39.789 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 12:24:39.789 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 12:24:39.789 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 12:24:39.799 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 12:24:39.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:39.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:39.826 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:39.826 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:39.826 DEBUG [main][MenuItemLookup] Found menu:'Start' 12:24:39.826 DEBUG [main][MenuItemLookup] Found menu:'Stop' 12:24:39.826 DEBUG [main][MenuItemLookup] Item match:Stop 12:24:39.826 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top" 12:24:39.826 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop 12:24:39.826 INFO [main][MenuItemHandler] Select menu item: S&top 12:24:39.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:39.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 12:24:39.828 DEBUG [Worker-5: Stopping server-project][AbstractWait] Wait for 1 seconds 12:24:40.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 12:24:40.828 DEBUG [WorkbenchTestable][JobIsRunning] job 'Stopping server-project' has no excuses, wait for it 12:24:41.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:41.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:41.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:41.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:41.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:41.328 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:41.329 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:41.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:41.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Stopped... 12:24:41.329 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:41.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:41.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:41.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:41.330 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped, Synchronized] 12:24:41.330 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped, Synchronized] 12:24:41.330 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped, Synchronized] about selection 12:24:41.336 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped, Synchronized] 12:24:41.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Stopped finished successfully 12:24:41.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:41.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:41.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:41.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:41.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:41.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:41.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:41.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:41.337 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:41.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:41.337 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:41.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:41.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:41.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:41.338 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped, Synchronized] 12:24:41.339 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped, Synchronized] 12:24:41.339 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped, Synchronized] about selection 12:24:41.359 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped, Synchronized] 12:24:41.361 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:41.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:41.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:41.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:41.362 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:24:41.362 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:24:41.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:41.363 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:24:41.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:41.363 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:24:41.363 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:24:41.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:41.363 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:24:41.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:41.363 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:24:41.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:41.363 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:41.363 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:41.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:41.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:41.364 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped, Synchronized] 12:24:41.364 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped, Synchronized] 12:24:41.365 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped, Synchronized] about selection 12:24:41.371 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped, Synchronized] 12:24:41.371 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:41.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:41.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:41.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:41.372 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Stopped, Synchronized] 12:24:41.372 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Stopped, Synchronized] 12:24:41.372 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Stopped, Synchronized] about selection 12:24:41.381 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Stopped, Synchronized] 12:24:41.382 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 12:24:41.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:41.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:41.382 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:41.383 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:41.383 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:41.383 DEBUG [main][MenuItemLookup] Item match:Edit 12:24:41.384 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:24:41.384 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:24:41.384 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:41.384 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:24:41.384 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:41.384 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:41.384 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:41.384 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:41.384 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:24:41.384 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:41.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:24:41.384 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:41.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:24:41.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:41.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:41.385 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:41.385 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:41.385 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:41.385 DEBUG [main][MenuItemLookup] Item match:Edit 12:24:41.386 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:24:41.386 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:24:41.386 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:41.386 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:24:41.386 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:41.386 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:41.386 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:41.386 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:41.386 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:24:41.386 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:41.386 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:24:41.386 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:24:41.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:24:41.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:24:41.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:24:41.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:41.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:41.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:24:41.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:41.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:41.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:41.442 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:24:41.442 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:41.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:41.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:41.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:41.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:41.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:41.444 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:24:41.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:41.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:41.444 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:41.444 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:41.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:24:41.552 DEBUG [Worker-4: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:24:41.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:24:41.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:41.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:24:42.110 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:24:42.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:42.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:42.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:42.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:42.610 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:42.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:42.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:42.611 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:42.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:42.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:24:42.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:24:42.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:24:52.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:24:52.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:24:52.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:24:52.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:52.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:52.621 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:24:52.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:52.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:52.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:24:52.622 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:24:52.622 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:24:52.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:52.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:52.623 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:24:52.623 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:24:52.623 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:24:52.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:24:52.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:24:52.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:24:52.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:24:52.623 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:24:52.623 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:52.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:52.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:52.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:24:52.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:24:52.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:24:52.627 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 12:24:52.627 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 12:24:52.629 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 12:24:52.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 12:24:52.658 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:24:52.658 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:24:52.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'New' 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:52.692 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:24:52.692 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:24:52.692 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:24:52.692 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:24:52.693 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:24:52.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:24:52.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:52.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:52.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:24:52.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:24:52.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:52.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:52.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add All >>") 12:24:52.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:52.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:52.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:52.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:52.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:52.796 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 12:24:52.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:52.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:52.796 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:52.796 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:52.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "If server is started, publish changes immediately") 12:24:52.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:52.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:52.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:52.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:52.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:52.823 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 12:24:52.823 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox If server is started, publish changes &immediately 12:24:52.823 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 12:24:52.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:52.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:52.823 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:52.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:52.824 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:24:52.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:24:52.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:52.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:52.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:52.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:52.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:52.827 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:24:52.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:52.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:52.827 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:52.827 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:52.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:24:52.843 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:24:53.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:24:53.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:53.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:53.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:53.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:53.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:53.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:53.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:53.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:53.344 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:53.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:53.344 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:53.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:53.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:53.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:53.346 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:24:53.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:24:53.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:53.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:24:53.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:53.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:24:53.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:24:53.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:53.346 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:24:53.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:53.346 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:24:53.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:53.346 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:53.347 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:53.347 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:53.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:53.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:53.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:53.348 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:24:53.348 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:24:53.348 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:24:53.356 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:24:53.357 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:53.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:53.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:53.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:53.358 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:24:53.358 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:24:53.358 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:24:53.370 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:24:53.371 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:53.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:53.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:53.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:53.372 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:24:53.372 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:24:53.373 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:24:53.382 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:24:53.383 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:53.383 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:53.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:53.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:53.384 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:24:53.384 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:24:53.384 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:24:53.390 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:24:53.390 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:53.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:53.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:53.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:53.392 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:24:53.392 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:24:53.392 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:24:53.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:24:53.401 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:53.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:53.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:53.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:53.402 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:24:53.402 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:24:53.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:53.402 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:24:53.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:53.402 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:24:53.403 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:24:53.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:24:53.403 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:24:53.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:24:53.403 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:24:53.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:53.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:53.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:24:53.403 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:53.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:53.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:53.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:53.404 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:24:53.404 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:24:53.405 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:24:53.410 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:24:53.417 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:24:53.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:24:53.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:24:53.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:24:53.418 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:24:53.418 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:24:53.418 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:24:53.423 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:24:53.423 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 12:24:53.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:53.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:53.424 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:53.424 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:53.424 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:53.424 DEBUG [main][MenuItemLookup] Item match:Edit 12:24:53.425 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:24:53.425 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:24:53.425 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:53.425 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:24:53.425 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:53.425 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:53.425 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:53.425 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:53.425 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:24:53.425 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:53.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:24:53.425 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:53.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:24:53.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:53.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:53.426 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:24:53.426 DEBUG [main][MenuItemLookup] Found menu:'File' 12:24:53.426 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:24:53.426 DEBUG [main][MenuItemLookup] Item match:Edit 12:24:53.426 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:24:53.426 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:24:53.426 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:53.426 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:24:53.426 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:24:53.426 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:24:53.426 DEBUG [main][MenuItemLookup] Found menu:'' 12:24:53.426 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:24:53.426 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:24:53.432 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:24:53.432 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:24:53.432 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:24:53.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:24:53.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:24:53.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:24:53.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:24:53.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:24:53.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:24:53.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:24:53.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:24:53.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:24:53.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:24:53.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:24:53.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:24:53.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:24:53.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:24:53.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:24:53.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:24:53.482 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:24:53.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:24:53.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:24:53.482 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:24:53.482 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:24:53.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:24:53.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:24:53.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:24:53.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:24:53.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:24:53.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:24:53.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:24:53.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:24:53.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:24:53.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:24:53.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:24:53.615 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:24:53.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:24:53.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:24:53.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:24:53.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:25:03.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:25:03.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:25:03.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:25:03.624 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:03.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:03.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:03.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:03.626 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:25:03.626 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:25:03.630 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:25:03.638 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:25:03.638 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:03.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:03.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:03.640 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:03.640 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:25:03.640 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:25:03.640 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:25:03.646 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:25:03.646 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 12:25:03.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:03.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:03.647 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:03.647 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:03.647 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:25:03.647 DEBUG [main][MenuItemLookup] Item match:Edit 12:25:03.648 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:25:03.648 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:25:03.648 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:03.648 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:25:03.648 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:03.648 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:03.648 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:03.648 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:03.648 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:25:03.655 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:03.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:25:03.655 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:03.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:25:03.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:03.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:03.655 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:03.656 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:03.656 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:25:03.656 DEBUG [main][MenuItemLookup] Item match:Edit 12:25:03.656 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:25:03.656 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:25:03.656 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:03.657 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:25:03.657 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:03.657 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:03.657 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:03.657 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:03.657 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:25:03.657 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:03.657 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:25:03.657 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:25:03.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:25:03.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:25:03.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:25:03.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:03.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:03.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:25:03.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:03.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:03.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:03.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:25:03.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:03.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:03.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:03.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:03.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:03.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:03.708 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:25:03.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:03.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:03.709 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:03.709 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:03.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:25:03.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:25:03.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:03.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:25:03.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:25:03.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:03.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:03.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:03.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:03.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:03.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:03.853 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:03.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:03.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:25:03.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:25:03.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:25:13.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:25:13.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:25:13.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:25:13.863 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:13.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:13.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:13.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:13.865 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:25:13.865 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:25:13.865 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:25:13.878 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:25:13.878 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:13.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:13.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:13.879 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:13.880 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:25:13.880 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:25:13.880 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:25:13.886 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:25:13.886 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 12:25:13.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:13.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:13.886 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:13.886 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:13.886 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:25:13.886 DEBUG [main][MenuItemLookup] Item match:Edit 12:25:13.888 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:25:13.888 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:25:13.888 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:13.888 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:25:13.888 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:13.888 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:13.888 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:13.888 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:13.888 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:25:13.893 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:13.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:25:13.893 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:13.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:25:13.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:13.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:13.894 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:13.894 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:13.894 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:25:13.894 DEBUG [main][MenuItemLookup] Item match:Edit 12:25:13.895 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:25:13.895 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:25:13.895 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:13.895 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:25:13.895 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:13.895 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:13.895 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:13.895 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:13.895 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:25:13.895 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:13.895 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:25:13.895 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:25:13.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:25:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:25:13.945 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:25:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:13.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:25:13.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:13.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:25:13.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:13.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:13.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:13.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:13.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:13.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:13.947 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:25:13.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:13.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:13.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:13.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:14.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:25:14.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:25:14.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:14.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:25:14.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:14.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:14.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:14.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:14.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:14.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:14.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:14.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:14.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:25:14.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:25:14.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:25:24.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:25:24.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:25:24.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:25:24.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:24.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:24.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:24.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:24.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:24.088 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:25:24.088 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:24.088 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:24.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:24.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:24.088 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:25:24.089 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:24.089 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:25:24.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:25:24.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:25:24.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:24.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:24.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:24.089 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:24.089 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:24.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:24.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:24.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:24.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:24.115 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 12:25:24.115 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 12:25:24.118 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 12:25:24.133 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 12:25:24.133 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:25:24.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:24.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:24.166 DEBUG [main][MenuItemLookup] Found menu:'New' 12:25:24.166 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:25:24.166 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:25:24.166 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:24.166 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:24.166 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:24.166 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:24.166 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:25:24.166 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:24.166 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:25:24.167 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:25:24.167 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:25:24.167 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:25:24.167 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:25:24.167 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:25:24.167 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:24.167 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:25:24.167 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:25:24.167 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:25:24.167 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:25:24.167 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:25:24.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:25:24.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:24.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:24.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:25:24.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:25:24.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:24.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:24.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add All >>") 12:25:24.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:24.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:24.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:24.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:24.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:24.283 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 12:25:24.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:24.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:24.283 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:24.283 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:24.286 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:25:24.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:25:24.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:24.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:24.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:24.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:24.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:24.300 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:25:24.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:24.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:24.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:24.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:24.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:25:24.304 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:25:24.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:25:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:24.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:25:24.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:25:24.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:24.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:24.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:24.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:24.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:24.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:24.805 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:24.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:24.805 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:24.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:24.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:24.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:24.807 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:25:24.807 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:25:24.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:24.807 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:25:24.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:24.807 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:25:24.807 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:25:24.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:24.807 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:25:24.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:24.807 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:25:24.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:24.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:24.808 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:24.808 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:24.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:24.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:24.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:24.809 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:25:24.809 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:25:24.810 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:25:24.823 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:25:24.824 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:24.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:24.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:24.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:24.826 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:25:24.826 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:25:24.826 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:25:24.837 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:25:24.838 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:24.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:24.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:24.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:24.840 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:25:24.840 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:25:24.840 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:25:24.851 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:25:24.852 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:24.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:24.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:24.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:24.853 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:25:24.853 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:25:24.853 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:25:24.860 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:25:24.860 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:24.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:24.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:24.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:24.868 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:25:24.868 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:25:24.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:25:24.875 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:25:24.875 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 12:25:24.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:24.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:24.875 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:24.876 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:24.876 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:25:24.876 DEBUG [main][MenuItemLookup] Item match:Edit 12:25:24.877 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:25:24.877 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:25:24.877 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:24.877 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:25:24.877 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:24.877 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:24.877 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:24.877 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:24.877 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:25:24.889 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:24.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:25:24.889 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:24.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:25:24.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:24.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:24.890 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:24.890 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:24.890 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:25:24.890 DEBUG [main][MenuItemLookup] Item match:Edit 12:25:24.891 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:25:24.891 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:25:24.891 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:24.891 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:25:24.891 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:24.891 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:24.891 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:24.891 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:24.891 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:25:24.891 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:24.891 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:25:24.892 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:25:24.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:25:24.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:25:24.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:25:24.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:24.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:24.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:25:24.947 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:24.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:24.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:24.948 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:25:24.948 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:24.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:24.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:24.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:24.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:24.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:24.949 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:25:24.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:24.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:24.949 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:24.949 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:25.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:25:25.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:25:25.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:25.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:25:25.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:25:25.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:25.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:25.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:25.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:25.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:25.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:25.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:25.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:25.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:25:25.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:25:25.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:25:35.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:25:35.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:25:35.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:25:35.102 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:35.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:35.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:35.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:35.104 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:25:35.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:25:35.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:35.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:25:35.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:35.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:25:35.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:25:35.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:35.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:25:35.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:35.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:25:35.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:35.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:35.105 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:35.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:35.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:35.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:35.106 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:25:35.106 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:25:35.106 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:25:35.118 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:25:35.118 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:35.118 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:35.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:35.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:35.120 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:25:35.120 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:25:35.120 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:25:35.126 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:25:35.127 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:35.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:35.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:35.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:35.128 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:25:35.128 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:25:35.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:35.128 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:25:35.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:35.128 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:25:35.128 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:25:35.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:35.128 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:25:35.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:35.128 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:25:35.129 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:35.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:35.135 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:35.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:35.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:35.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:35.136 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:25:35.136 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:25:35.137 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:25:35.143 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:25:35.143 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:35.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:35.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:35.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:35.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:25:35.144 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:25:35.145 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:25:35.154 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:25:35.154 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 12:25:35.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:35.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:35.154 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:35.155 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:35.155 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:25:35.155 DEBUG [main][MenuItemLookup] Item match:Edit 12:25:35.155 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:25:35.156 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:25:35.156 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:35.156 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:25:35.156 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:35.156 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:35.156 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:35.156 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:35.156 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:25:35.156 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:35.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:25:35.156 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:35.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:25:35.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:35.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:35.156 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:35.156 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:35.156 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:25:35.156 DEBUG [main][MenuItemLookup] Item match:Edit 12:25:35.157 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:25:35.157 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:25:35.157 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:35.157 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:25:35.157 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:35.157 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:35.157 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:35.157 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:35.157 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:25:35.157 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:35.157 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:25:35.157 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:25:35.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:25:35.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:25:35.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:25:35.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:35.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:35.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:25:35.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:35.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:35.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:35.229 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:25:35.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:35.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:35.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:35.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:35.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:35.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:35.231 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:25:35.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:35.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:35.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:35.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:35.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:25:35.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:25:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:35.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:25:35.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:35.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:35.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:35.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:35.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:35.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:35.380 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:25:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:25:35.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:25:45.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:25:45.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:25:45.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:25:45.410 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:45.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:45.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:45.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:45.411 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:25:45.411 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:25:45.412 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:25:45.418 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:25:45.419 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:45.419 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:45.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:45.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:45.420 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:25:45.420 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:25:45.420 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:25:45.431 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:25:45.431 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 12:25:45.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:45.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:45.431 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:45.432 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:45.432 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:25:45.432 DEBUG [main][MenuItemLookup] Item match:Edit 12:25:45.433 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:25:45.433 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:25:45.433 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:45.433 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:25:45.433 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:45.433 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:45.433 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:45.433 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:45.433 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:25:45.433 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:25:45.433 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:25:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:45.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:45.433 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:45.434 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:45.434 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:25:45.434 DEBUG [main][MenuItemLookup] Item match:Edit 12:25:45.434 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:25:45.434 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:25:45.434 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:45.434 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:25:45.434 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:45.434 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:45.434 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:45.434 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:45.434 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:25:45.434 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:45.434 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:25:45.435 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:25:45.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:25:45.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:25:45.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:25:45.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:45.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:45.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:25:45.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:45.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:45.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:45.486 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:25:45.486 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:45.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:45.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:45.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:45.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:45.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:45.487 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:25:45.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:45.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:45.487 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:45.487 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:45.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:25:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:25:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:45.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:25:45.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:45.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:45.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:45.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:45.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:45.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:45.623 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:25:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:25:45.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:25:55.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:25:55.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:25:55.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:25:55.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:55.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:55.637 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:25:55.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:55.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:55.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:25:55.638 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:25:55.638 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:25:55.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:55.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:55.639 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:25:55.639 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:25:55.640 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:25:55.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:25:55.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:25:55.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:25:55.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:25:55.640 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:25:55.640 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:55.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:55.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:55.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:25:55.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:25:55.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:25:55.666 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 12:25:55.666 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 12:25:55.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 12:25:55.700 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 12:25:55.700 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:25:55.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:55.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:55.737 DEBUG [main][MenuItemLookup] Found menu:'New' 12:25:55.737 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:25:55.737 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:25:55.737 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:55.738 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:55.738 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:55.738 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:55.738 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:25:55.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:55.738 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:25:55.738 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:25:55.738 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:25:55.738 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:25:55.738 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:25:55.738 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:25:55.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:55.738 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:25:55.738 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:25:55.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:25:55.738 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:25:55.738 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:25:55.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:25:55.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:55.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:55.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:25:55.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:25:55.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:55.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:25:55.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:55.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:55.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:55.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:55.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:25:55.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:25:55.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:25:55.869 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:25:55.869 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:25:55.869 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:25:55.870 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:25:55.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:25:55.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:55.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:55.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:55.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:55.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:55.872 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:25:55.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:55.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:55.872 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:55.872 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:55.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "If server is started, publish changes immediately") 12:25:55.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:55.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:55.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:55.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:55.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:55.884 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 12:25:55.884 INFO [WorkbenchTestable][CheckBox] Check checkbox If server is started, publish changes &immediately 12:25:55.884 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 12:25:55.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:55.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:55.884 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:55.884 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:55.884 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:25:55.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:25:55.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:55.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:55.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:55.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:55.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:55.887 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:25:55.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:55.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:55.887 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:55.887 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:55.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:25:55.891 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:25:55.898 DEBUG [Worker-9: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:25:56.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:25:56.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:56.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:25:56.892 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:25:57.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:25:57.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:57.392 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:57.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:57.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:57.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:57.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:57.393 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:57.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:57.393 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:57.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:57.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:57.394 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:57.395 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:25:57.395 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:25:57.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:57.395 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:25:57.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:57.395 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:25:57.395 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:25:57.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:57.395 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:25:57.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:57.395 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:25:57.396 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:57.396 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:57.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:57.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:57.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:57.397 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 12:25:57.397 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 12:25:57.398 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 12:25:57.412 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 12:25:57.413 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project-3' 12:25:57.413 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:57.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:57.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:57.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:57.415 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 12:25:57.415 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 12:25:57.415 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 12:25:57.421 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 12:25:57.421 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:25:57.421 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:57.457 DEBUG [main][MenuItemLookup] Found menu:'New' 12:25:57.457 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:57.457 DEBUG [main][MenuItemLookup] Found menu:'Start' 12:25:57.457 DEBUG [main][MenuItemLookup] Item match:Start 12:25:57.457 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 12:25:57.457 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 12:25:57.457 INFO [main][MenuItemHandler] Select menu item: &Start 12:25:57.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:57.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:25:57.457 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 12:25:57.458 DEBUG [Worker-8: Starting server-project-3][AbstractWait] Wait for 1 seconds 12:25:57.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:25:57.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 12:25:58.458 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-3' has no excuses, wait for it 12:25:58.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:58.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:58.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:58.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:58.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:58.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:58.958 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:58.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:58.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 12:25:58.959 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:58.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:58.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:58.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:58.961 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 12:25:58.961 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 12:25:58.961 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 12:25:58.971 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 12:25:58.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 12:25:58.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:58.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:25:58.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:25:58.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:25:58.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:25:58.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:25:58.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:25:58.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:25:58.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:25:58.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:25:58.972 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:58.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:58.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:58.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:58.973 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:25:58.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:25:58.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:58.974 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:25:58.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:58.974 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:25:58.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:25:58.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:58.974 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:25:58.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:58.974 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:25:58.974 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:58.974 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:58.975 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:58.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:58.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:58.976 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 12:25:58.976 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 12:25:58.976 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 12:25:58.982 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 12:25:58.982 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:58.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:58.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:58.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:58.988 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 12:25:58.988 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 12:25:58.988 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 12:25:58.994 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 12:25:58.994 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:58.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:58.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:58.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:58.996 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 12:25:58.996 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 12:25:58.996 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 12:25:59.005 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 12:25:59.006 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:59.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:59.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:59.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:59.007 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:25:59.007 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:25:59.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:59.007 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:25:59.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:59.007 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:25:59.007 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:25:59.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:25:59.007 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:25:59.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:25:59.007 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:25:59.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:25:59.008 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:59.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:59.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:59.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:59.009 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 12:25:59.009 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 12:25:59.009 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 12:25:59.015 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 12:25:59.015 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:25:59.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:25:59.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:25:59.021 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:25:59.022 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Started, Synchronized] 12:25:59.022 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Started, Synchronized] 12:25:59.022 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Started, Synchronized] about selection 12:25:59.028 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Started, Synchronized] 12:25:59.028 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 12:25:59.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:59.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:59.028 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:59.028 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:59.028 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:25:59.028 DEBUG [main][MenuItemLookup] Item match:Edit 12:25:59.029 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:25:59.029 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:25:59.029 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:59.029 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:25:59.030 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:59.030 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:59.030 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:59.030 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:59.030 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:25:59.030 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:59.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:25:59.030 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:59.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:25:59.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:59.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:59.030 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:25:59.030 DEBUG [main][MenuItemLookup] Found menu:'File' 12:25:59.030 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:25:59.030 DEBUG [main][MenuItemLookup] Item match:Edit 12:25:59.031 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:25:59.031 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:25:59.031 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:59.031 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:25:59.031 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:25:59.031 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:25:59.031 DEBUG [main][MenuItemLookup] Found menu:'' 12:25:59.031 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:25:59.031 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:25:59.031 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:25:59.031 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:25:59.031 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:25:59.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:25:59.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:25:59.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:25:59.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:25:59.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:25:59.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:25:59.085 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:25:59.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:25:59.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:25:59.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:25:59.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:25:59.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:25:59.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:25:59.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:25:59.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:25:59.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:25:59.087 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:25:59.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:25:59.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:25:59.087 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:25:59.087 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:25:59.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:25:59.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:25:59.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:25:59.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:25:59.239 DEBUG [Worker-9: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:25:59.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:26:00.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:26:00.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:00.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:00.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:00.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:00.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:00.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:00.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:00.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:00.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:26:00.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:26:00.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:26:10.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:26:10.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:26:10.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:26:10.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:10.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:10.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:10.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:10.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:10.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:26:10.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:10.746 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:10.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:10.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:10.747 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:26:10.747 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:10.747 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:26:10.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:26:10.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:26:10.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:10.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:10.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:10.748 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:10.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:10.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:10.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:26:10.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:10.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:10.751 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 12:26:10.751 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 12:26:10.754 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 12:26:10.805 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 12:26:10.805 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:26:10.807 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:26:10.807 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'New' 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:10.844 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:26:10.844 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:26:10.844 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:26:10.844 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:26:10.844 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:26:10.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:26:10.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:10.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:10.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:26:10.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:26:10.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:10.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:10.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:26:10.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:10.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:10.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:10.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:10.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:26:10.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:26:10.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:26:10.979 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:26:10.979 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:26:10.979 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:26:10.979 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:26:10.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:26:10.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:10.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:10.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:10.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:10.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:10.981 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:26:10.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:10.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:10.981 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:10.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:10.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "If server is started, publish changes immediately") 12:26:10.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:10.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:10.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:10.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:10.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:10.993 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 12:26:10.993 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox If server is started, publish changes &immediately 12:26:10.993 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 12:26:10.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:10.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:10.993 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:10.993 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:10.993 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:26:10.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:26:10.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:10.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:10.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:10.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:10.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:10.997 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:26:10.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:10.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:10.997 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:10.997 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:11.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:26:11.011 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:26:11.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:26:11.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:11.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:11.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:11.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:11.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:11.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:11.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:11.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:11.512 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:11.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:11.512 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:11.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:11.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:11.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:11.513 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:26:11.514 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:26:11.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:11.514 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:26:11.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:11.514 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:26:11.514 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:26:11.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:11.514 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:26:11.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:11.514 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:26:11.514 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:11.514 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:11.514 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:11.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:11.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:11.515 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:26:11.516 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:26:11.516 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:26:11.525 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:26:11.525 INFO [WorkbenchTestable][ServerModule] Start server module with name 'server-project-2' 12:26:11.525 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:11.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:11.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:11.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:11.527 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:26:11.527 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:26:11.527 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:26:11.538 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:26:11.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:26:11.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:11.563 DEBUG [main][MenuItemLookup] Found menu:'New' 12:26:11.564 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:11.564 DEBUG [main][MenuItemLookup] Found menu:'Start' 12:26:11.564 DEBUG [main][MenuItemLookup] Item match:Start 12:26:11.564 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start" 12:26:11.564 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start 12:26:11.564 INFO [main][MenuItemHandler] Select menu item: &Start 12:26:11.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:11.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:11.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 12:26:11.565 DEBUG [Worker-5: Starting server-project-2][AbstractWait] Wait for 1 seconds 12:26:12.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 12:26:12.565 DEBUG [WorkbenchTestable][JobIsRunning] job 'Starting server-project-2' has no excuses, wait for it 12:26:13.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:13.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:13.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:13.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:13.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:13.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:13.065 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:13.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:13.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started... 12:26:13.066 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:13.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:13.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:13.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:13.067 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 12:26:13.067 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 12:26:13.068 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 12:26:13.076 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 12:26:13.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until expected server module state: 'Started finished successfully 12:26:13.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:13.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:26:13.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:13.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:13.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:13.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:13.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:13.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:13.076 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:13.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:13.076 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:13.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:13.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:13.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:13.083 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:26:13.083 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:26:13.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:13.083 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:26:13.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:13.083 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:26:13.083 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:26:13.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:13.083 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:26:13.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:13.083 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:26:13.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:13.083 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:13.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:13.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:13.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:13.085 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 12:26:13.085 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 12:26:13.085 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 12:26:13.091 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 12:26:13.091 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:13.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:13.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:13.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:13.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 12:26:13.092 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 12:26:13.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 12:26:13.133 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 12:26:13.134 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:13.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:13.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:13.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:13.135 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started] and wait with time period 1 12:26:13.135 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:26:13.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:13.135 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:26:13.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:13.135 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:26:13.135 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started] 12:26:13.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:13.136 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started] is already expanded. No action performed 12:26:13.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:13.136 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started] 12:26:13.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:13.136 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:13.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:13.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:13.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:13.137 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 12:26:13.137 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 12:26:13.137 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 12:26:13.148 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 12:26:13.148 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:13.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:13.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:13.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:13.149 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Started] 12:26:13.149 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Started] 12:26:13.149 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Started] about selection 12:26:13.155 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Started] 12:26:13.155 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 12:26:13.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:13.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:13.156 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:26:13.156 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:13.156 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:26:13.156 DEBUG [main][MenuItemLookup] Item match:Edit 12:26:13.157 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:26:13.157 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:26:13.157 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:13.157 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:26:13.157 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:13.157 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:13.157 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:13.157 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:13.157 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:26:13.157 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:26:13.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:26:13.157 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:26:13.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:26:13.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:13.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:13.158 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:26:13.158 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:13.158 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:26:13.158 DEBUG [main][MenuItemLookup] Item match:Edit 12:26:13.158 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:26:13.158 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:26:13.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:13.158 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:26:13.158 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:13.158 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:13.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:13.158 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:13.158 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:26:13.159 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:26:13.159 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:26:13.159 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:26:13.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:26:13.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:26:13.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:26:13.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:13.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:13.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:26:13.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:26:13.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:13.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:13.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:26:13.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:26:13.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:13.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:13.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:13.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:13.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:13.210 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:26:13.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:13.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:13.210 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:13.210 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:13.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:26:13.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:26:13.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:13.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:13.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:26:13.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:13.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:13.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:13.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:13.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:13.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:13.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:13.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:13.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:26:13.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:26:13.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:26:23.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:26:23.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:26:23.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:26:23.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:23.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:23.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:23.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.347 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:26:23.347 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:23.347 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:23.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:23.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:23.347 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:26:23.347 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:26:23.348 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:26:23.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:26:23.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:26:23.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:26:23.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:26:23.348 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:26:23.349 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:23.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:23.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:23.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:26:23.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:23.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:23.377 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started] 12:26:23.377 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started] 12:26:23.380 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started] about selection 12:26:23.407 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started] 12:26:23.407 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:26:23.407 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:26:23.407 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:23.444 DEBUG [main][MenuItemLookup] Found menu:'New' 12:26:23.444 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:26:23.444 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:26:23.445 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.445 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:23.445 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:23.445 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:23.445 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:26:23.445 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.445 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:26:23.445 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:26:23.445 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:26:23.445 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:26:23.445 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:26:23.445 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:26:23.445 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:23.445 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:26:23.445 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:26:23.445 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:26:23.445 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:26:23.445 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:26:23.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:26:23.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:23.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:23.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:26:23.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:26:23.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:23.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:23.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add All >>") 12:26:23.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:23.544 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 12:26:23.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:23.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:23.545 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:23.545 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:23.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "If server is started, publish changes immediately") 12:26:23.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:23.561 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 12:26:23.561 INFO [WorkbenchTestable][CheckBox] Check checkbox If server is started, publish changes &immediately 12:26:23.561 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 12:26:23.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:23.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:23.561 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:23.561 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:23.561 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:26:23.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:26:23.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:23.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:23.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:23.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:23.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:23.571 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:26:23.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:23.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:23.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:23.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:23.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:26:23.578 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:26:23.586 DEBUG [Worker-8: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:26:24.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:26:24.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:24.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:26:24.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:26:25.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:25.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:25.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:25.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:25.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:25.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:25.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:25.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:25.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:25.080 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:25.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:25.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:25.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:25.082 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:26:25.082 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:26:25.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:25.082 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:26:25.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:25.082 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:26:25.082 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:26:25.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:25.083 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:26:25.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:25.083 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:26:25.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:25.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:25.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:25.083 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:25.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:25.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:25.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:25.085 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 12:26:25.086 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 12:26:25.086 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 12:26:25.099 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 12:26:25.100 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:25.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:25.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:25.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:25.114 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 12:26:25.114 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 12:26:25.114 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 12:26:25.127 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 12:26:25.128 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:25.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:25.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:25.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:25.129 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Started, Synchronized] and wait with time period 1 12:26:25.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:26:25.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:25.129 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:26:25.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:25.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:26:25.130 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Started, Synchronized] 12:26:25.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:26:25.130 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Started, Synchronized] is already expanded. No action performed 12:26:25.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:26:25.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Started, Synchronized] 12:26:25.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:25.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:25.130 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:25.130 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:25.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:25.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:25.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:25.131 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 12:26:25.131 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 12:26:25.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 12:26:25.143 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 12:26:25.143 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:25.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:25.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:25.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:25.144 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project [Synchronized] 12:26:25.145 DEBUG [main][TreeItemHandler] Selecting tree item: server-project [Synchronized] 12:26:25.145 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project [Synchronized] about selection 12:26:25.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project [Synchronized] 12:26:25.150 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 12:26:25.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:25.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:25.151 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:26:25.151 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:25.151 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:26:25.151 DEBUG [main][MenuItemLookup] Item match:Edit 12:26:25.152 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:26:25.152 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:26:25.152 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:25.152 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:26:25.152 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:25.152 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:25.152 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:25.153 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:25.153 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:26:25.153 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:26:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:26:25.153 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:26:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:26:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:25.153 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:26:25.153 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:25.153 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:26:25.153 DEBUG [main][MenuItemLookup] Item match:Edit 12:26:25.154 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:26:25.154 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:26:25.154 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:25.154 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:26:25.154 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:25.154 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:25.154 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:25.154 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:25.154 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:26:25.154 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:26:25.154 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:26:25.154 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:26:25.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:26:25.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:26:25.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:26:25.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:25.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:25.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:26:25.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:26:25.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:25.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:25.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:26:25.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:26:25.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:25.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:25.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:25.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:25.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:25.208 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:26:25.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:25.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:25.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:25.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:25.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:26:25.318 DEBUG [Worker-7: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:26:25.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:26:25.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:25.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:25.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:26:25.841 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:26:26.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:26.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:26.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:26:26.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:26.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:26.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:26.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:26.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:26.341 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:26.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:26.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:26:26.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:26:26.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:26:36.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:26:36.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:26:36.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:26:36.360 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:36.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:36.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:36.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:36.362 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Synchronized] 12:26:36.362 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Synchronized] 12:26:36.363 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Synchronized] about selection 12:26:36.378 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Synchronized] 12:26:36.379 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:36.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:36.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:36.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:36.380 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 [Synchronized] 12:26:36.380 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 [Synchronized] 12:26:36.380 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 [Synchronized] about selection 12:26:36.387 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 [Synchronized] 12:26:36.392 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 12:26:36.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:36.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:36.393 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:26:36.393 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:36.394 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:26:36.394 DEBUG [main][MenuItemLookup] Item match:Edit 12:26:36.395 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:26:36.395 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:26:36.395 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:36.395 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:26:36.395 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:36.395 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:36.395 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:36.395 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:36.395 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:26:36.395 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:26:36.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:26:36.395 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:26:36.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:26:36.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:36.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:36.396 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:26:36.396 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:36.396 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:26:36.396 DEBUG [main][MenuItemLookup] Item match:Edit 12:26:36.396 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:26:36.396 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:26:36.396 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:36.396 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:26:36.397 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:36.397 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:36.397 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:36.397 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:36.397 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:26:36.397 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:26:36.397 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:26:36.397 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:26:36.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:26:36.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:26:36.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:26:36.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:36.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:36.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:26:36.452 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:26:36.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:36.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:36.452 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:26:36.452 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:26:36.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:36.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:36.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:36.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:36.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:36.453 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:26:36.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:36.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:36.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:36.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:36.560 DEBUG [Worker-9: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:26:36.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:26:36.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:26:36.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:36.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 12:26:36.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:26:37.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 12:26:37.099 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:26:37.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:37.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:37.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:37.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:37.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:37.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:37.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:37.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:37.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:37.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:26:37.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:26:37.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:26:47.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:26:47.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:26:47.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:26:47.608 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:47.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:47.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:47.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:47.610 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 12:26:47.610 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 12:26:47.611 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 12:26:47.618 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 12:26:47.619 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:47.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:47.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:47.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:47.620 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 [Synchronized] 12:26:47.620 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 [Synchronized] 12:26:47.620 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 [Synchronized] about selection 12:26:47.631 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 [Synchronized] 12:26:47.631 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-3' 12:26:47.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:47.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:47.632 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:26:47.632 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:47.632 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:26:47.632 DEBUG [main][MenuItemLookup] Item match:Edit 12:26:47.633 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:26:47.633 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:26:47.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:47.633 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:26:47.633 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:47.633 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:47.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:47.633 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:47.633 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:26:47.634 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:26:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:26:47.634 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:26:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:26:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:47.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:47.634 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:26:47.634 DEBUG [main][MenuItemLookup] Found menu:'File' 12:26:47.634 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:26:47.634 DEBUG [main][MenuItemLookup] Item match:Edit 12:26:47.635 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:26:47.635 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:26:47.635 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:47.635 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:26:47.635 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:47.635 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:47.635 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:47.635 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:47.635 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:26:47.635 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:26:47.635 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:26:47.635 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:26:47.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:26:47.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:26:47.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:26:47.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:47.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:47.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:26:47.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:26:47.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:47.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:47.685 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:26:47.685 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:26:47.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:26:47.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:26:47.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:26:47.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:26:47.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:26:47.686 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:26:47.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:26:47.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:26:47.686 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:26:47.686 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:47.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:26:47.795 DEBUG [Worker-2: Publishing to Server ABC...][AbstractWait] Wait for 1 seconds 12:26:47.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:26:47.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:26:47.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:47.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:26:48.325 DEBUG [WorkbenchTestable][JobIsRunning] job 'Publishing to Server ABC...' has no excuses, wait for it 12:26:48.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:26:48.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:26:48.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:26:48.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:26:48.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:26:48.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:26:48.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:26:48.826 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:26:48.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:26:48.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:26:48.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:26:48.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:26:58.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:26:58.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:26:58.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:26:58.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:58.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:58.835 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:26:58.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:26:58.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:26:58.836 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:26:58.836 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:26:58.836 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:26:58.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:26:58.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:26:58.837 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) 12:26:58.837 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:58.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:58.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:58.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:26:58.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:26:58.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:26:58.864 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 12:26:58.864 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 12:26:58.867 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 12:26:58.894 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 12:26:58.895 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:58.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:58.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:58.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:58.896 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server ABC' 12:26:58.896 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:58.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:58.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:58.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:58.898 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:58.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:58.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:58.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:58.899 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server ABC 12:26:58.900 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:26:58.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:26:58.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:26:58.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:26:58.901 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Started, Synchronized] 12:26:58.901 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Started, Synchronized] 12:26:58.901 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Started, Synchronized] about selection 12:26:58.912 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Started, Synchronized] 12:26:58.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:26:58.912 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:26:58.912 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:26:58.943 DEBUG [main][MenuItemLookup] Found menu:'New' 12:26:58.943 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:26:58.943 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:26:58.943 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:58.943 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:26:58.943 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:26:58.943 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:26:58.943 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:26:58.943 DEBUG [main][MenuItemLookup] Found menu:'' 12:26:58.943 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:26:58.943 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:26:58.943 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:26:58.943 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:26:58.943 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:26:58.943 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:26:58.943 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:26:58.943 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:26:58.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:26:58.949 DEBUG [Worker-2: Stopping Server ABC][AbstractWait] Wait for 1 seconds 12:27:00.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:27:00.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:27:00.448 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:00.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:00.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:00.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:00.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:27:00.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:00.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:00.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:00.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:00.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:00.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:00.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:00.450 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:00.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:00.450 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:00.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:00.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:00.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:00.451 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:27:00.452 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:00.452 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:27:00.452 DEBUG [main][EditorHandler] 0 editor(s) found 12:27:00.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:00.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:00.454 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:27:00.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:00.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:00.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:00.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:00.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:00.456 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:00.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:27:00.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:00.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:00.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:00.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:00.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:00.457 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:00.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:00.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:00.507 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:00.507 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:00.507 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:00.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:00.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:00.509 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:00.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:00.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:00.510 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:00.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:00.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:00.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:01.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:01.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:01.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:01.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:01.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:27:01.513 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:01.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:01.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:01.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:01.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:01.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:01.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:01.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:01.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:01.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:01.515 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:27:01.515 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 12:27:01.515 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 12:27:01.516 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:01.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:01.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:01.516 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:01.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:01.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:02.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:02.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:02.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:02.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:02.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:27:02.518 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:02.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:02.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:02.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:02.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:02.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:02.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:02.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:02.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:02.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:02.520 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:27:02.520 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 12:27:02.520 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 12:27:02.520 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:02.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:02.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:02.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:02.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:27:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:02.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:02.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:02.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:02.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:02.522 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:27:02.522 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:27:02.522 DEBUG [main][TreeItemHandler] Set Tree selection 12:27:02.522 DEBUG [main][TreeHandler] Notify Tree about selection event 12:27:02.622 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:27:02.629 DEBUG [WorkbenchTestable][TreeItemHandler] server-project 12:27:02.629 DEBUG [WorkbenchTestable][TreeItemHandler] server-project-2 12:27:02.630 DEBUG [WorkbenchTestable][TreeItemHandler] server-project-3 12:27:02.630 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:02.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:02.697 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:27:02.697 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:27:02.697 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:27:02.697 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:27:02.698 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:27:02.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:02.698 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:27:03.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:03.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:03.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:03.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:03.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:03.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:03.198 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:03.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:03.199 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:03.199 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:03.246 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:03.246 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:27:03.246 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:03.246 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:03.246 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:03.246 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:03.246 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:03.246 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:27:03.246 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:03.246 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:03.246 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:27:03.247 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:27:03.247 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:27:03.247 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:27:03.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:27:03.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:27:03.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:27:03.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:03.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:03.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:27:03.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:03.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:03.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:03.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:27:03.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:03.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:03.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:03.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:03.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:03.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:03.952 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:27:03.952 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:27:03.952 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:27:03.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:03.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:03.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:03.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:03.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:27:03.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:03.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:03.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:03.953 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:27:03.953 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:03.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:03.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:03.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:03.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:03.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:03.955 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:27:03.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:03.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:03.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:03.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:03.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:27:03.972 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:27:04.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:27:04.473 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:27:04.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:04.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:27:04.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:04.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:04.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:04.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:04.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:04.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:04.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:04.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:04.474 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:27:04.474 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:27:04.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:04.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:04.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:04.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:04.486 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:04.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:04.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:04.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:04.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:04.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:04.497 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:04.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:04.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:04.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:04.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:04.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:04.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:04.507 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:04.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:04.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:04.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:04.568 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:04.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:04.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:04.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:04.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:04.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:04.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:04.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:04.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:04.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:04.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:04.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:04.581 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:04.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:04.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:04.581 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:04.581 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:04.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:04.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:04.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:04.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:04.614 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:04.614 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:04.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:04.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:04.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:04.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:04.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:04.617 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped, Synchronized] 12:27:04.618 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped, Synchronized] 12:27:04.618 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped, Synchronized] about selection 12:27:04.648 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped, Synchronized] 12:27:04.648 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:04.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:04.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:04.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:04.650 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 12:27:04.650 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:04.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:04.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:04.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:04.652 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:04.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:04.679 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:04.679 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:04.679 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:04.679 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:04.679 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:04.679 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:04.679 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:04.679 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:27:04.680 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:27:04.680 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:27:04.680 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:27:04.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:27:04.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:27:04.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:27:04.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:04.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:04.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:27:04.725 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:04.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:04.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:04.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:27:04.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:04.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:04.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:04.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:04.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:04.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:04.726 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:27:04.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:04.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:04.726 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:04.726 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:04.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:27:04.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:27:04.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:04.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:04.795 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:04.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:04.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:04.806 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:04.806 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:04.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:04.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:04.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:04.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:04.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:04.817 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:04.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:04.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:04.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:04.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:04.819 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:04.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 12:27:04.840 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:04.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:04.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:04.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:27:04.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:04.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:04.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:04.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:05.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:05.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:05.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:05.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:05.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:27:05.846 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:27:05.846 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 12:27:05.847 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:05.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:05.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:05.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:27:05.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:05.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:05.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:05.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:06.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:06.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:06.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:06.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:27:06.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:27:06.852 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:27:06.852 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:27:06.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 12:27:06.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:06.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:06.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:06.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:06.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:06.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:06.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:06.852 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:06.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:06.852 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest 12:27:06.852 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:27:06.852 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:27:06.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:06.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 186.522 s - in org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest startServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 15.097 s restartServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 16.332 s stopServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 14.63 s testGetServerModuleWithNoState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 31.465 s removeServerModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 31.55 s testGetServerModuleWithStates no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 15.107 s testGetServerModuleWithServerState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 12.6 s testGetServerModuleWithPublishState no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerModuleTest) Time elapsed: 35.489 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:06.867 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:06.868 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:27:06.869 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:06.869 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:06.869 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:27:06.869 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:27:06.869 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:06.869 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:27:06.870 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:06.870 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:27:06.870 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:06.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:06.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:06.881 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:06.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:06.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:06.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:06.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:06.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:06.892 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:06.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:06.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:06.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:06.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:06.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:06.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:06.929 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:06.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:06.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:06.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:06.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:06.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:06.953 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:06.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:06.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:06.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:27:06.955 INFO [WorkbenchTestable][ServersView2] Create new server 12:27:06.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:27:06.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:06.957 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:06.960 DEBUG [main][MenuItemLookup] Item match:New 12:27:06.960 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:27:06.960 DEBUG [main][MenuItemLookup] Item match:Server 12:27:06.960 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:27:06.960 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:27:06.960 INFO [main][MenuItemHandler] Select menu item: Server 12:27:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:27:07.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:27:07.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:27:07.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:07.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:07.175 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:27:07.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:07.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:07.176 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:27:07.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:07.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:07.176 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:27:07.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:07.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:07.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:27:07.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:07.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:07.177 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:27:07.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:07.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:27:07.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:07.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:07.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:07.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:07.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:27:07.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:27:07.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:27:07.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:27:07.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:27:07.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:27:07.193 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:27:07.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:07.193 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:27:07.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:07.193 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:27:07.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:27:07.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:27:07.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:07.194 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:27:07.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:07.194 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:27:07.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:27:07.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:27:07.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:07.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:07.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:07.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:07.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:07.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:27:07.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:27:07.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:27:07.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:27:07.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:07.210 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:27:07.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:07.210 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:27:07.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:27:07.211 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:27:07.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:07.211 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:27:07.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:07.211 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:27:07.211 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:27:07.211 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:27:07.211 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:27:07.222 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:27:07.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:27:07.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:07.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:07.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:07.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:07.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:07.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:07.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:07.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:27:07.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:07.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:07.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:07.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:07.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:27:07.741 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:27:07.742 INFO [WorkbenchTestable][AbstractText] Text set to: Server 1 12:27:07.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:27:07.743 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:27:07.743 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:27:08.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:27:08.243 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:27:08.243 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:27:08.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:27:08.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:08.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:08.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:08.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:08.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:08.252 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:27:08.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:08.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:08.252 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:08.252 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:08.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:27:08.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:27:08.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:08.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:08.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:08.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:08.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:08.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:08.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:08.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:08.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:08.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:08.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:08.773 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:08.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:08.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:08.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:08.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:08.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:08.784 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:08.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:08.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:08.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:08.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:08.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:08.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:08.795 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:08.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:08.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:08.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:08.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:08.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:08.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 1... 12:27:08.798 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:08.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:08.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:08.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:08.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:08.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:08.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:08.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:08.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:08.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:08.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:08.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:08.830 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:08.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:08.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:08.831 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:08.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:08.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:08.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:08.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:08.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:08.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:08.862 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:08.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:08.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:08.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:08.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:08.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:08.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 1 finished successfully 12:27:08.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:08.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:08.895 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:08.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:08.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:08.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:08.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:08.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:08.906 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:08.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:08.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:08.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:08.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:08.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:08.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:08.916 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:08.917 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:08.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:08.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:08.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:08.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:08.941 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:08.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:08.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:08.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:08.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:08.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:08.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:08.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:08.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:08.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:08.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:08.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:08.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:08.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:08.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:08.949 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:08.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:08.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:08.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:08.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:08.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:08.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:08.978 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:08.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:08.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:08.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:08.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:08.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:08.982 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:27:08.982 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:08.982 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:27:08.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:08.983 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:27:08.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:08.983 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:27:08.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:08.983 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:27:08.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:08.983 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:27:08.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.003 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:27:09.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.003 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:27:09.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.003 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:27:09.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:09.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:09.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:09.004 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:09.004 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:27:09.004 DEBUG [main][MenuItemLookup] Found menu:'File' 12:27:09.005 DEBUG [main][MenuItemLookup] Item match:File 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:09.006 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:27:09.006 DEBUG [main][MenuItemLookup] Item match:Import... 12:27:09.006 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:27:09.006 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:27:09.006 INFO [main][MenuItemHandler] Select menu item: &Import... 12:27:09.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:27:09.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:27:09.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:27:09.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:09.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:09.126 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:27:09.126 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:27:09.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:09.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:27:09.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:27:09.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:27:09.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:27:09.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:09.129 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:27:09.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:09.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:27:09.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:27:09.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:27:09.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:09.130 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:27:09.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:09.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:27:09.130 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:27:09.130 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:27:09.130 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:27:09.130 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:27:09.131 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:27:09.131 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:27:09.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:27:09.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:09.133 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:27:09.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:09.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:09.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:09.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:09.197 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:27:09.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:27:09.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:09.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:09.245 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:27:09.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:27:09.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:27:09.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:27:09.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:09.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:09.245 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:27:09.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:09.246 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 12:27:09.246 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:27:09.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:09.247 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:27:09.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:09.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:09.247 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:09.247 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:09.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:27:09.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:27:09.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:27:09.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:27:09.250 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 12:27:09.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:27:09.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:09.282 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:27:09.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:09.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:09.283 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:09.283 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:09.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:27:09.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:27:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:27:09.350 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:27:09.350 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:27:09.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:27:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:09.352 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:27:09.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:09.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:09.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:09.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:09.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:27:09.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:09.366 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 12:27:09.366 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 12:27:09.366 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:27:09.367 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 12:27:09.367 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project-2 (server-project-2/) 12:27:09.367 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project-2 (server-project-2/): 12:27:09.367 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:27:09.368 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project-2 (server-project-2/) 12:27:09.368 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project-3 (server-project-3/) 12:27:09.368 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project-3 (server-project-3/): 12:27:09.368 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:27:09.368 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project-3 (server-project-3/) 12:27:09.368 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:27:09.368 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:27:09.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:27:09.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:09.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:09.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:09.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:09.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:09.387 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:27:09.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:09.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:09.387 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:09.387 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:09.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:27:09.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:27:09.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:09.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'JavaScript indexing in progress' is a system job, skipped 12:27:09.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:27:09.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:09.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:27:09.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:09.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:09.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:09.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:09.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:09.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:09.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:09.998 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:09.999 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:09.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:09.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:27:09.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:09.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:09.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:09.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:10.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:10.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:10.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:10.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:10.009 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:10.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:10.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:10.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:10.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:10.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:10.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:10.020 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:10.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:10.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:10.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:10.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:10.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:10.027 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 12:27:10.027 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:27:10.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:10.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:10.528 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:27:10.528 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:27:10.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:11.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:11.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:27:11.029 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:11.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:11.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:11.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:11.031 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:11.031 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:11.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:11.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:11.033 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 12:27:11.033 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:27:11.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:11.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:11.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:27:11.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:27:11.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:12.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:12.035 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:27:12.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:12.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:12.045 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:12.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:12.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:12.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:12.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:12.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:12.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:12.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:12.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:12.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:12.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:12.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:12.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:12.095 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:12.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:12.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:12.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:12.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:12.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:12.099 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:12.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:12.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:12.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:12.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:12.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:12.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:12.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:12.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:12.102 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:12.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:12.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:12.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:12.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:12.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:12.109 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:12.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:12.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:12.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:12.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:12.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:12.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:12.136 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:12.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:12.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:12.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:12.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:12.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:12.140 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:27:12.140 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:12.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:12.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:12.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:12.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:12.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:12.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:12.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:12.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:12.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:12.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:12.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:12.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:12.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:12.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:12.172 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:12.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:12.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:12.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:12.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:12.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:12.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:12.203 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:12.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:12.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:12.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:12.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:12.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:12.206 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:27:12.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:27:12.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:27:12.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:12.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:12.707 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:12.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:12.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:12.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:12.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:27:12.708 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:27:12.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:12.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:12.708 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:27:12.710 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:12.710 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:12.710 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:12.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:12.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:27:12.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:12.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:12.710 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:12.710 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:12.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:12.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:12.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:12.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:12.732 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:12.734 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 12:27:12.734 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 12:27:12.737 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 12:27:12.768 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 12:27:12.768 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:12.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:12.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:12.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:12.770 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 12:27:12.770 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:12.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:12.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:12.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:12.771 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:12.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:12.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:12.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:12.772 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Profile on server Server 1 12:27:12.772 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:12.773 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:12.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:12.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:12.773 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 12:27:12.774 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 12:27:12.774 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 12:27:12.780 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 12:27:12.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:12.782 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:12.782 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:12.814 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:12.814 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:12.814 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:12.814 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:12.814 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:12.814 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:12.814 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:12.814 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:12.814 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:12.814 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:27:12.814 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:27:12.814 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:27:12.814 DEBUG [main][MenuItemLookup] Item match:Profile 12:27:12.814 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Pro&file" 12:27:12.814 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Profile 12:27:12.815 INFO [main][MenuItemHandler] Select menu item: Pro&file 12:27:12.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 12:27:12.818 DEBUG [Worker-4: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 12:27:13.845 DEBUG [Worker-4: Starting Server 1][AbstractWait] Wait for 1 seconds 12:27:15.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 12:27:15.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 12:27:15.317 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:15.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:15.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:15.319 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:15.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 12:27:15.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:15.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:15.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:15.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:15.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:15.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:15.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:15.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:15.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:15.319 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:15.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:15.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:15.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:15.320 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 12:27:15.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:15.321 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:15.321 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:15.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:15.322 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:15.322 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 12:27:15.322 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 12:27:15.322 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 12:27:15.329 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 12:27:15.330 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:15.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:15.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:15.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:15.331 INFO [WorkbenchTestable][AbstractServer] Restart server in profile 'Server 1' 12:27:15.331 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:15.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:15.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:15.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:15.333 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:15.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:15.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:15.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:15.334 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart in Profile on server Server 1 12:27:15.334 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:15.334 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:15.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:15.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:15.335 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 12:27:15.335 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 12:27:15.335 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 12:27:15.345 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 12:27:15.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:15.345 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:15.345 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:15.375 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:15.375 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:15.375 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:15.375 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:15.375 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:15.375 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:15.375 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:15.375 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:15.375 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:15.375 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:27:15.375 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:27:15.375 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:27:15.375 DEBUG [main][MenuItemLookup] Item match:Restart in Profile 12:27:15.375 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Restart in Profile" 12:27:15.375 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart in Profile 12:27:15.376 INFO [main][MenuItemHandler] Select menu item: Restart in Profile 12:27:15.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 12:27:15.379 DEBUG [Worker-1: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:27:16.400 DEBUG [Worker-1: Starting Server 1][AbstractWait] Wait for 1 seconds 12:27:17.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 12:27:17.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 12:27:17.879 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:17.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:17.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:17.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:17.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 12:27:17.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:17.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:17.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:17.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:17.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:17.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:17.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:17.880 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:17.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:17.881 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:17.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:17.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:17.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:17.882 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 12:27:17.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:17.882 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:17.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:17.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:17.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:17.884 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:17.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:17.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:17.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:17.885 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 12:27:17.885 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 12:27:17.885 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 12:27:17.895 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 12:27:17.895 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:17.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:17.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:17.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:17.897 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 12:27:17.897 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:17.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:17.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:17.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:17.898 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:17.898 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:17.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:17.899 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:17.899 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 12:27:17.900 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:17.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:17.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:17.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:17.901 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 12:27:17.901 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 12:27:17.901 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 12:27:17.911 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 12:27:17.911 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:17.912 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:17.912 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:17.941 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:17.941 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:17.941 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:17.941 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:17.941 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:17.941 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:17.941 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:17.941 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:17.941 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:17.941 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:27:17.941 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:27:17.941 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:27:17.941 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:27:17.941 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:27:17.941 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:27:17.941 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:27:17.941 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:27:17.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:27:17.942 DEBUG [Worker-7: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:27:18.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:27:18.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:27:18.953 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:18.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:18.966 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:18.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:19.468 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:19.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:19.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:19.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:19.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:27:19.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:19.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:19.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:19.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:19.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:19.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:19.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:19.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:19.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:19.470 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:19.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:19.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:19.471 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:19.471 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:27:19.471 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:19.472 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:19.472 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:19.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:19.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:19.473 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:27:19.473 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:27:19.473 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:27:19.480 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:27:19.480 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:19.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:19.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:19.481 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:19.481 INFO [WorkbenchTestable][AbstractServer] Restart server in profile 'Server 1' 12:27:19.482 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:19.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:19.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:19.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:19.484 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:19.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:19.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:19.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:19.486 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:19.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:19.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:19.491 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:19.491 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:27:19.491 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:19.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:19.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:19.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:19.993 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:19.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:20.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:20.493 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:20.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:20.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:20.504 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:20.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:20.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:20.514 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:20.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:20.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:20.515 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:20.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:20.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:20.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:20.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:20.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:20.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:20.549 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:20.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:20.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:20.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:20.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:20.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:20.573 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:20.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:20.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:20.574 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:20.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:20.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:20.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:20.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:20.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:20.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:20.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:20.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:20.585 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:20.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:20.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:20.606 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:20.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:20.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:20.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:20.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:20.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:20.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:20.617 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:20.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:20.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:20.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:20.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:20.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:20.649 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:27:20.649 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:20.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:20.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:20.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:20.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:20.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:20.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:20.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:20.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:20.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:20.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:20.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:20.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:20.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:20.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:20.663 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:20.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:20.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:20.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:20.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:20.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:20.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:20.673 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:20.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:20.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:20.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:20.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:20.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:20.696 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:27:20.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:27:20.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:27:20.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:20.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:20.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:20.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:20.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:20.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:20.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:27:20.698 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:27:20.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:20.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:20.698 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:20.698 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:20.699 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:20.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:20.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:27:20.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:20.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:20.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:20.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:20.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:20.730 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:20.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:20.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:20.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:20.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:20.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:20.740 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:20.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:20.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:20.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:20.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:20.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:20.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:20.750 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:20.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:20.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:20.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:20.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:20.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:20.753 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:20.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:20.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:20.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:20.754 INFO [WorkbenchTestable][ServersView2] Create new server 12:27:20.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:20.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:20.804 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:20.809 DEBUG [main][MenuItemLookup] Item match:New 12:27:20.809 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:27:20.809 DEBUG [main][MenuItemLookup] Item match:Server 12:27:20.809 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:27:20.809 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:27:20.809 INFO [main][MenuItemHandler] Select menu item: Server 12:27:20.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:27:20.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:27:20.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:27:20.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:21.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:21.046 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:27:21.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:21.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:21.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:27:21.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:21.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:21.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:27:21.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:21.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:21.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:27:21.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:21.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:21.048 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:27:21.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:21.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:27:21.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:21.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:21.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:21.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:21.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:21.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:27:21.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:27:21.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:27:21.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:27:21.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:27:21.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:27:21.081 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:27:21.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:21.082 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:27:21.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:21.082 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:27:21.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:27:21.082 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:27:21.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:21.082 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:27:21.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:21.082 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:27:21.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:27:21.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:27:21.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:21.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:21.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:21.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:21.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:21.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:27:21.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:27:21.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:27:21.095 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:27:21.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:21.096 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:27:21.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:21.096 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:27:21.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:27:21.096 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:27:21.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:21.096 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:27:21.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:21.096 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:27:21.096 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:27:21.096 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:27:21.097 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:27:21.098 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:27:21.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:27:21.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:21.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:21.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:21.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:21.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:21.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:21.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:21.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:27:21.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:21.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:21.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:21.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:21.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:27:21.624 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:27:21.625 INFO [WorkbenchTestable][AbstractText] Text set to: Server 2 12:27:21.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:27:21.625 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:27:21.625 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:27:22.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:27:22.126 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:27:22.126 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:27:22.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:27:22.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:22.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:22.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:22.133 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:27:22.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:22.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:22.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:22.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:22.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:27:22.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:27:22.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:22.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:22.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:22.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:22.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:22.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:22.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:22.645 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:22.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:22.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.655 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:22.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.666 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:22.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:22.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:22.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:22.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:22.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:22.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:22.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:22.677 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:22.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:22.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:22.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:22.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:22.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:22.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2... 12:27:22.680 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:22.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:22.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:22.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:22.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:22.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:22.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:22.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:22.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:22.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:22.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:22.715 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:22.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:22.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:22.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:22.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:22.747 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:22.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:22.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:22.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:22.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:22.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:22.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:22.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:22.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:22.761 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:22.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:22.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:22.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:22.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:22.794 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:22.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:22.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:22.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:22.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:22.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:22.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2 finished successfully 12:27:22.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.829 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:22.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:22.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:22.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:22.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:22.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:22.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:22.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:22.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:22.871 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:22.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:22.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:22.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:22.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:22.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:22.875 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:22.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:22.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:22.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:22.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:22.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:22.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:22.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:22.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:22.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:22.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:22.909 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:22.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:22.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:22.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:22.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:22.941 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:22.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:22.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:22.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:22.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:22.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:22.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:22.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:22.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:22.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:22.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:22.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:22.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:22.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:22.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:23.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:23.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:23.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:23.009 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:23.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:23.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:23.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:23.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:23.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:23.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:23.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:23.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:23.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:23.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:23.042 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:23.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:23.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:23.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:23.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:23.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:23.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:23.074 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:23.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:23.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:23.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:23.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:23.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:23.077 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 12:27:23.077 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 12:27:23.078 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 12:27:23.106 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 12:27:23.106 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:23.106 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:23.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:23.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:23.108 INFO [WorkbenchTestable][AbstractServer] Start server Server 2 12:27:23.108 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:23.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:23.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:23.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:23.109 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:23.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:23.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:23.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:23.110 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 2 12:27:23.111 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:23.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:23.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:23.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:23.112 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 12:27:23.112 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 12:27:23.112 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 12:27:23.118 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 12:27:23.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:23.119 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:23.119 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:23.153 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:23.153 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:23.153 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:23.153 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:23.153 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:23.153 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:23.153 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:23.153 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:23.153 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:23.153 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:27:23.153 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:27:23.153 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 12:27:23.154 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 12:27:23.154 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 12:27:23.154 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 12:27:23.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 12:27:23.157 DEBUG [Worker-5: Publishing to Server 2...][AbstractWait] Wait for 1 seconds 12:27:24.168 DEBUG [Worker-5: Starting Server 2][AbstractWait] Wait for 1 seconds 12:27:25.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 12:27:25.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 12:27:25.657 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:25.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:25.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:25.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:25.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 12:27:25.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:25.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:25.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:25.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:25.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:25.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:25.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:25.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:25.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:25.659 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:25.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:25.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:25.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:25.659 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 12:27:25.660 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:25.660 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:25.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:25.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:25.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:25.661 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Started, Synchronized] 12:27:25.661 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Started, Synchronized] 12:27:25.661 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Started, Synchronized] about selection 12:27:25.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Started, Synchronized] 12:27:25.669 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:25.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:25.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:25.671 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:25.671 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 2'. Stop server first: false 12:27:25.671 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:25.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:25.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:25.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:25.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:25.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:25.702 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:25.702 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:25.702 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:25.702 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:25.702 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:25.702 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:25.702 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:25.702 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:27:25.703 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:27:25.703 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:27:25.703 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:27:25.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:27:25.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:27:25.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:27:25.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:25.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:25.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:27:25.747 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:25.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:25.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:25.747 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:27:25.747 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:25.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:25.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:25.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:25.748 INFO [WorkbenchTestable][CheckBox] Select checkbox Stop server(s) before deleting 12:27:25.748 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Stop server(s) before deleting 12:27:25.748 INFO [WorkbenchTestable][AbstractButton] Click button Stop server(s) before deleting 12:27:25.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:25.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:25.748 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:25.748 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:25.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:27:25.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:25.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:25.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:25.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:27:25.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:25.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:25.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:25.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:25.750 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:27:25.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:25.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:25.750 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:25.750 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:25.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:27:25.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:27:25.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.811 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:25.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:25.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:25.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:25.822 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:25.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:25.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:25.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:25.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:25.833 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:25.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:25.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:25.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:25.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:25.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:25.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2... 12:27:25.857 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:25.857 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:25.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:25.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:25.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:25.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:25.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:25.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:25.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:25.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:25.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:25.870 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:25.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:25.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:25.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:25.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:25.881 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:25.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:25.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:25.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:25.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:25.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:25.884 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:27:25.884 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:25.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:25.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:25.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:25.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:25.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:25.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:25.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.917 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:25.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:25.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:25.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:25.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:25.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:25.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:25.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:25.949 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:25.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:25.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:25.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:25.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:25.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:25.972 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:27:25.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2 finished successfully 12:27:25.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:25.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:25.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:25.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:25.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:25.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:25.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:25.972 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:25.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:25.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.983 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:25.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:25.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:25.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:25.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:25.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:25.994 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:25.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:25.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:25.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:26.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:26.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:26.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:26.025 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:26.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:26.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:26.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:26.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:26.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:26.028 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:26.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:26.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:26.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:26.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:26.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:26.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:26.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:26.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:26.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:26.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:26.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:26.069 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:26.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:26.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:26.070 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:26.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:26.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:26.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:26.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:26.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:26.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:26.080 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:26.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:26.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:26.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:26.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:26.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:26.084 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:26.107 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:26.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:26.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:26.109 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:26.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:26.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:26.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:26.110 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:27:26.110 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:26.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:26.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:26.610 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:26.611 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:26.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:27.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:27.112 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:27.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:27.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:27.122 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:27.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:27.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:27.132 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:27.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:27.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:27.133 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:27.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:27.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:27.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:27.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:27.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:27.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:27.165 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:27.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:27.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:27.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:27.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:27.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:27.188 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:27.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:27.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:27.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:27.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:27.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:27.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:27.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:27.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:27.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:27.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:27.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:27.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:27.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:27.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:27.202 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:27.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:27.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:27.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:27.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:27.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:27.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:27.212 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:27.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:27.213 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:27.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:27.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:27.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:27.216 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:27:27.216 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:27.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:27.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:27.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:27.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:27.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:27.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:27.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:27.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:27.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:27.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:27.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:27.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:27.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:27.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:27.249 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:27.270 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:27.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:27.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:27.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:27.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:27.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:27.281 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:27.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:27.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:27.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:27.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:27.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:27.304 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:27:27.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:27:27.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:27:27.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:27.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:27.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:27.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:27.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:27.806 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:27.806 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:27:27.806 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:27:27.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:27.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:27.807 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:27:27.808 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:27.808 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:27.808 INFO [WorkbenchTestable][RequirementsRunner] Started test: profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:27.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:27.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:27:27.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:27.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:27.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:27.808 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:27.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:27.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:27.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:27.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:27.809 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:27.811 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:27:27.811 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:27:27.814 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:27:27.845 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:27:27.846 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:27.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:27.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:27.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:27.848 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 12:27:27.848 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:27.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:27.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:27.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:27.853 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:27.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:27.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:27.854 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:27.854 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Profile on server Server 1 12:27:27.854 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:27.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:27.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:27.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:27.855 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:27:27.856 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:27:27.856 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:27:27.862 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:27:27.862 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:27.862 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:27.862 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:27.893 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:27.893 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:27.893 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:27.893 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:27.893 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:27.893 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:27.893 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:27.893 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:27.893 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:27.893 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:27:27.893 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:27:27.893 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:27:27.893 DEBUG [main][MenuItemLookup] Item match:Profile 12:27:27.893 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Pro&file" 12:27:27.893 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Profile 12:27:27.894 INFO [main][MenuItemHandler] Select menu item: Pro&file 12:27:27.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile... 12:27:27.899 DEBUG [Worker-5: Starting Server 1][AbstractWait] Wait for 1 seconds 12:27:29.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode profile finished successfully 12:27:29.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling... 12:27:29.396 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:29.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:29.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:29.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Profiling finished successfully 12:27:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:29.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:29.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:29.398 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:29.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:29.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:29.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:29.399 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'PROFILING' 12:27:29.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:29.399 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:29.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:29.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:29.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:29.400 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:29.400 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:29.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:29.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:29.401 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 12:27:29.401 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 12:27:29.401 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 12:27:29.414 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 12:27:29.416 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:29.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:29.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:29.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:29.417 INFO [WorkbenchTestable][AbstractServer] Start server in profiling mode 'Server 1' 12:27:29.417 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:29.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:29.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:29.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:29.422 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:29.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:29.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:29.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:29.423 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:29.423 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:29.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:29.424 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:29.424 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 12:27:29.424 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 12:27:29.425 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 12:27:29.431 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 12:27:29.431 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:29.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:29.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:29.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:29.432 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 12:27:29.433 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:29.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:29.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:29.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:29.434 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:29.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:29.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:29.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:29.441 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 12:27:29.441 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:29.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:29.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:29.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:29.443 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Profiling, Synchronized] 12:27:29.443 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Profiling, Synchronized] 12:27:29.443 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Profiling, Synchronized] about selection 12:27:29.449 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Profiling, Synchronized] 12:27:29.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:29.450 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:29.450 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:29.480 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:29.480 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:29.480 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:29.480 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:29.480 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:29.480 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:29.480 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:29.480 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:29.480 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:29.480 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:27:29.480 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:27:29.480 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:27:29.480 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:27:29.480 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:27:29.480 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:27:29.480 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:27:29.480 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:27:29.481 DEBUG [Worker-3: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:27:29.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:27:30.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:27:30.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:27:30.500 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:30.501 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:30.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:30.502 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:31.003 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:31.003 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:31.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:31.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:31.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:27:31.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:31.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:31.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:31.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:31.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:31.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:31.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:31.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:31.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:31.005 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:31.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:31.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:31.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:31.007 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:27:31.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:31.007 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:31.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:31.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:31.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:31.008 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:27:31.008 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:31.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:31.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:31.509 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:31.509 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:31.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:32.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:32.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:32.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:32.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:32.020 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:32.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:32.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:32.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:32.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:32.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:32.032 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:32.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:32.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:32.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:32.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:32.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:32.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:32.042 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:32.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:32.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:32.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:32.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:32.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:32.069 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:32.069 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:32.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:32.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:32.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:32.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:32.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:32.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:32.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:32.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:32.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:32.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:32.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:32.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:32.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:32.102 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:32.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:32.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:32.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:32.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:32.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:32.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:32.132 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:32.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:32.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:32.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:32.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:32.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:32.135 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:27:32.135 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:32.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:32.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:32.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:32.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:32.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:32.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:32.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:32.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:32.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:32.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:32.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:32.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:32.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:32.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:32.167 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:32.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:32.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:32.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:32.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:32.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:32.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:32.204 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:32.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:32.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:32.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:32.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:32.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:32.208 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:27:32.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:27:32.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:27:32.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:32.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:32.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:32.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:32.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:32.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:32.210 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:27:32.210 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:27:32.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:32.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:32.210 INFO [WorkbenchTestable][RequirementsRunner] Finished test: profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:32.210 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:32.211 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:32.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:32.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:27:32.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:32.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:32.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:32.232 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:32.232 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:32.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:32.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:32.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:32.233 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:32.235 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:27:32.235 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:27:32.239 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:27:32.266 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:27:32.266 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:27:32.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:32.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:32.292 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:27:32.292 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:27:32.292 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:27:32.292 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:27:32.292 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:27:32.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:27:32.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:32.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:32.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:27:32.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:27:32.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:32.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:32.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:32.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:32.393 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:27:32.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:32.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:32.393 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 12:27:32.393 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 12:27:32.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:27:32.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:32.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:32.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:32.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:32.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:32.396 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:27:32.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:32.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:32.396 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:32.396 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:32.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:27:32.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:27:32.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:32.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:27:32.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:27:32.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:32.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:32.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:32.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:32.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:32.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:32.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:32.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:32.464 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:32.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:32.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:32.468 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:32.468 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:32.468 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:32.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:32.469 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:32.470 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:27:32.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:32.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:32.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:32.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:32.972 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:32.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:33.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:33.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:33.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:33.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:33.478 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:33.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:33.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:33.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:33.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:33.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:33.484 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:33.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:33.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:33.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:33.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:33.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:33.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:33.494 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:33.494 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:33.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:33.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:33.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:33.495 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:33.519 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:33.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:33.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:33.521 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:33.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:33.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:33.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:33.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:33.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:33.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:33.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:33.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:33.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:33.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:33.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:33.533 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:33.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:33.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:33.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:33.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:33.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:33.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:33.543 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:33.543 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:33.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:33.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:33.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:33.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:33.546 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:27:33.546 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:33.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:33.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:33.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:33.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:33.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:33.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:33.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:33.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:33.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:33.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:33.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:33.587 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:33.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:33.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:33.588 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:33.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:33.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:33.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:33.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:33.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:33.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:33.620 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:33.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:33.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:33.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:33.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:33.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:33.624 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:27:33.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:27:34.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:27:34.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:34.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:34.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:34.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:34.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:34.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:34.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:27:34.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:27:34.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:34.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:34.126 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:34.127 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:34.127 INFO [WorkbenchTestable][RequirementsRunner] Started test: publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:34.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:34.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:27:34.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:34.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:34.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:34.127 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:34.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:34.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:34.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:34.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:34.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:34.151 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:27:34.151 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:27:34.154 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:27:34.162 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:27:34.162 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:34.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:34.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:34.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:34.168 INFO [WorkbenchTestable][AbstractServer] Publish server 'Server 1' 12:27:34.171 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:34.172 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:34.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:34.197 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:34.197 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:34.197 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:34.197 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:34.197 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:34.197 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:34.197 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:34.197 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:34.197 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:34.197 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:27:34.197 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:27:34.197 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:27:34.197 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:27:34.197 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:27:34.197 DEBUG [main][MenuItemLookup] Item match:Publish Ctrl+Alt+P 12:27:34.198 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Publish Ctrl+Alt+P" 12:27:34.198 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Publish Ctrl+Alt+P 12:27:34.198 INFO [main][MenuItemHandler] Select menu item: Publish Ctrl+Alt+P 12:27:34.201 DEBUG [Worker-0: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 12:27:34.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished... 12:27:35.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished finished successfully 12:27:35.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized'... 12:27:35.208 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:35.209 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:35.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:35.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:35.711 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:35.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:35.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:35.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:35.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized' finished successfully 12:27:35.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:35.713 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:35.713 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:35.713 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:35.713 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:35.713 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:35.713 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:35.713 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:35.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:35.713 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:35.713 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:35.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:35.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:35.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:35.715 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:35.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:35.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:35.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:35.716 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:35.716 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:35.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:35.717 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:35.717 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:27:35.717 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:35.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:36.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:36.218 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:36.218 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:36.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:36.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:36.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:36.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:36.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:36.725 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:36.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:36.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:36.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:36.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:36.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:36.736 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:36.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:36.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:36.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:36.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:36.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:36.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:36.774 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:36.774 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:36.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:36.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:36.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:36.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:36.799 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:36.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:36.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:36.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:36.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:36.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:36.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:36.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:36.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:36.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:36.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:36.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:36.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:36.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:36.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:36.812 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:36.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:36.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:36.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:36.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:36.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:36.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:36.822 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:36.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:36.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:36.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:36.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:36.823 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:36.825 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:27:36.825 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:36.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:36.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:36.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:36.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:36.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:36.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:36.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:36.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:36.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:36.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:36.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:36.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:36.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:36.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:36.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:36.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:36.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:36.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:36.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:36.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:36.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:36.889 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:36.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:36.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:36.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:36.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:36.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:36.893 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:27:36.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:27:37.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:27:37.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:37.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:37.396 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:37.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:37.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:37.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:37.396 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:27:37.396 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:27:37.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:37.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:37.397 INFO [WorkbenchTestable][RequirementsRunner] Finished test: publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:37.397 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:37.397 INFO [WorkbenchTestable][RequirementsRunner] Started test: stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:37.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:37.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:27:37.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:37.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:37.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:37.398 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:37.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:37.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:37.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:37.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:37.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:37.401 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:27:37.401 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:27:37.404 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:27:37.432 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:27:37.432 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:37.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:37.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:37.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:37.434 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 12:27:37.434 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:37.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:37.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:37.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:37.436 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:37.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:37.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:37.437 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:37.437 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 1 12:27:37.437 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:37.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:37.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:37.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:37.438 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:27:37.438 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:27:37.439 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:27:37.449 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:27:37.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:37.449 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:37.449 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:37.474 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:37.474 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:37.474 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:37.474 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:37.474 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:37.474 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:37.474 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:37.474 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:37.474 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:37.474 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:27:37.474 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:27:37.474 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 12:27:37.474 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 12:27:37.474 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 12:27:37.474 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 12:27:37.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 12:27:37.479 DEBUG [Worker-7: Starting Server 1][AbstractWait] Wait for 1 seconds 12:27:38.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 12:27:38.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 12:27:38.976 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:38.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:38.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:38.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:38.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 12:27:38.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:38.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:38.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:38.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:38.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:38.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:38.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:38.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:38.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:38.978 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:38.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:38.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:38.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:38.979 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 12:27:38.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:38.979 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:38.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:38.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:38.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:38.980 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 12:27:38.980 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 12:27:38.981 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 12:27:38.987 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 12:27:38.988 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:38.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:38.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:38.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:38.990 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 12:27:38.990 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:38.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:38.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:38.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:38.991 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:38.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:38.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:38.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:38.993 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 12:27:38.993 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:38.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:38.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:38.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:38.998 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 12:27:38.998 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 12:27:38.999 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 12:27:39.004 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 12:27:39.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:39.005 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:39.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:39.043 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:39.043 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:39.043 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:39.043 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:39.043 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:39.043 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:39.043 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:39.043 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:39.043 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:39.043 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:27:39.043 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:27:39.043 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:27:39.043 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:27:39.043 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:27:39.044 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:27:39.044 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:27:39.044 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:27:39.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:27:39.044 DEBUG [Worker-7: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:27:40.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:27:40.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:27:40.545 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:40.545 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:40.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:40.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:40.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:27:40.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:40.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:40.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:40.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:40.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:40.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:40.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:40.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:40.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:40.548 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:40.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:40.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:40.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:40.549 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:27:40.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:40.549 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:40.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:40.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:40.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:40.550 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:40.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:40.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:40.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:40.551 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:27:40.551 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:27:40.551 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:27:40.560 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:27:40.561 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:40.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:40.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:40.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:40.563 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 12:27:40.563 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:40.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:40.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:40.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:40.565 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:40.565 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:40.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:40.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:40.566 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:40.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:40.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:40.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:40.568 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:27:40.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:40.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:41.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:41.069 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:41.069 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:41.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:41.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:41.570 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:41.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:41.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:41.581 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:41.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:41.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:41.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:41.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:41.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:41.592 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:41.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:41.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:41.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:41.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:41.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:41.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:41.627 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:41.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:41.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:41.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:41.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:41.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:41.631 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:41.631 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:41.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:41.632 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:41.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:41.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:41.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:41.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:41.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:41.632 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:41.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:41.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:41.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:41.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:41.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:41.665 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:41.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:41.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:41.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:41.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:41.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:41.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:41.697 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:41.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:41.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:41.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:41.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:41.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:41.700 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:27:41.701 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:41.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:41.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:41.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:41.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:41.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:41.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:41.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:41.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:41.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:41.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:41.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:41.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:41.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:41.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:41.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:41.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:41.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:41.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:41.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:41.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:41.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:41.765 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:41.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:41.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:41.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:41.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:41.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:41.768 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:27:41.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:27:42.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:27:42.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:42.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:42.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:42.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:42.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:42.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:42.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:27:42.270 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:27:42.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:42.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:42.270 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:42.270 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:42.270 INFO [WorkbenchTestable][RequirementsRunner] Started test: clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:42.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:42.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:27:42.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:42.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:42.271 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:42.271 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:42.271 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:42.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:42.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:42.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:42.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:42.274 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:27:42.274 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:27:42.277 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:27:42.284 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:27:42.284 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:42.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:42.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:42.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:42.313 INFO [WorkbenchTestable][AbstractServer] Clean server 'Server 1' 12:27:42.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:42.313 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:42.313 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:42.338 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:42.338 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:42.338 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:42.338 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:42.338 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:42.338 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:42.338 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:42.338 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:42.338 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:42.338 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:27:42.338 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:27:42.338 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:27:42.339 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:27:42.339 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:27:42.339 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:27:42.339 DEBUG [main][MenuItemLookup] Item match:Clean... 12:27:42.339 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Clean..." 12:27:42.339 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Clean... 12:27:42.339 INFO [main][MenuItemHandler] Select menu item: &Clean... 12:27:42.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:27:42.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:27:42.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:27:42.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:42.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:42.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:27:42.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:27:42.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:42.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:42.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:27:42.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:27:42.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:42.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:42.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:42.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:42.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:27:42.391 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:27:42.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:27:42.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:27:42.391 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:27:42.391 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:42.412 DEBUG [Worker-5: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 12:27:42.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:27:42.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:27:42.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished... 12:27:43.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server publish finished finished successfully 12:27:43.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized'... 12:27:43.473 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:43.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:43.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:43.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:43.976 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:43.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:43.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:43.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:43.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's publish state is 'Synchronized' finished successfully 12:27:43.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:43.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:43.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:43.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:43.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:43.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:43.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:43.978 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:43.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:43.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:43.979 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:43.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:43.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:43.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:43.980 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:43.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:43.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:43.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:43.981 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:43.981 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:43.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:43.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:43.982 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:27:43.982 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:43.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:44.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:44.483 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:44.484 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:44.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:44.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:44.985 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:44.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:44.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:44.996 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:44.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:45.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:45.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:45.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:45.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:45.007 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:45.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:45.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:45.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:45.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:45.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:45.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:45.041 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:45.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:45.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:45.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:45.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:45.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:45.045 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:45.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:45.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:45.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:45.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:45.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:45.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:45.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:45.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:45.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:45.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:45.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:45.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:45.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:45.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:45.057 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:45.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:45.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:45.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:45.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:45.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:45.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:45.088 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:45.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:45.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:45.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:45.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:45.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:45.091 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:27:45.092 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:45.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:45.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:45.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:45.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:45.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:45.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:45.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:45.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:45.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:45.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:45.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:45.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:45.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:45.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:45.126 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:45.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:45.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:45.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:45.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:45.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:45.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:45.157 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:45.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:45.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:45.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:45.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:45.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:45.160 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:27:45.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:27:45.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:27:45.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:45.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:45.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:45.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:45.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:45.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:45.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:27:45.181 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:27:45.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:45.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:45.182 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:45.182 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:45.183 INFO [WorkbenchTestable][RequirementsRunner] Started test: debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:45.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:45.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:27:45.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:45.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:45.183 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:45.183 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:45.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:45.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:45.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:45.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:45.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:45.186 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:27:45.186 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:27:45.190 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:27:45.216 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:27:45.217 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:45.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:45.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:45.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:45.218 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 12:27:45.218 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:45.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:45.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:45.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:45.219 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:45.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:45.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:45.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:45.220 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 12:27:45.221 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:45.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:45.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:45.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:45.222 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:27:45.222 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:27:45.222 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:27:45.227 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:27:45.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:45.228 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:45.228 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:45.290 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:45.291 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:45.291 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:45.291 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:45.291 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:45.291 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:45.291 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:45.291 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:45.291 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:45.291 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:27:45.291 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 12:27:45.291 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 12:27:45.291 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 12:27:45.291 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 12:27:45.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 12:27:45.296 DEBUG [Worker-2: Starting Server 1][AbstractWait] Wait for 1 seconds 12:27:46.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 12:27:46.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 12:27:46.793 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:46.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:46.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:46.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 12:27:46.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:46.795 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:46.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:46.796 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:46.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:46.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:46.797 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 12:27:46.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:46.797 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:46.797 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:46.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:46.799 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:46.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:46.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:46.800 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:27:46.800 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:27:46.800 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:27:46.811 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:27:46.811 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:46.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:46.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:46.813 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 12:27:46.813 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:46.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:46.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.814 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:46.815 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:46.815 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:46.815 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:46.816 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:46.816 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:46.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:46.817 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:27:46.817 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:27:46.817 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:27:46.828 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:27:46.828 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:46.828 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:46.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:46.830 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 12:27:46.831 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:46.831 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:46.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:46.833 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:46.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:46.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:46.835 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 12:27:46.835 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:46.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:46.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:46.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:46.837 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:27:46.837 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:27:46.837 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:27:46.846 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:27:46.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:46.846 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:46.846 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:46.883 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:46.883 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:46.883 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:46.883 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:46.883 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:46.883 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:46.883 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:46.883 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:46.883 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:46.883 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:27:46.883 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:27:46.883 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:27:46.883 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:27:46.883 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:27:46.883 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:27:46.883 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:27:46.883 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:27:46.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:27:46.884 DEBUG [Worker-7: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:27:48.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:27:48.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:27:48.385 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:48.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:48.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:48.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:48.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:27:48.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:48.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:48.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:48.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:48.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:48.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:48.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:48.387 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:48.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:48.387 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:48.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:48.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:48.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:48.388 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:27:48.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:48.388 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:48.388 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:48.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:48.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:48.389 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:27:48.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:48.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:48.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:48.890 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:48.890 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:48.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:49.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:49.391 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:49.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:49.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:49.401 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:49.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:49.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:49.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:49.411 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:49.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:49.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:49.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:49.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:49.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:49.421 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:49.421 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:49.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:49.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:49.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:49.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:49.424 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:49.424 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:49.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:49.425 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:49.425 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:49.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:49.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:49.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:49.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:49.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:49.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:49.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:49.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:49.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:49.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:49.463 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:49.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:49.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:49.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:49.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:49.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:49.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:49.473 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:49.473 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:49.474 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:49.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:49.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:49.475 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:49.497 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:27:49.497 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:49.497 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:49.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:49.498 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:49.498 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:49.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:49.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:49.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:49.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:49.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:49.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:49.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:49.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:49.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:49.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:49.509 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:49.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:49.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:49.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:49.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:49.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:49.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:49.519 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:49.519 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:49.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:49.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:49.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:49.520 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:49.522 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:27:49.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:27:49.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:27:49.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:49.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:49.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:49.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:49.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:49.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:49.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:27:49.523 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:27:49.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:49.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:49.524 INFO [WorkbenchTestable][RequirementsRunner] Finished test: debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:49.524 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:49.524 INFO [WorkbenchTestable][RequirementsRunner] Started test: start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:49.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:49.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:27:49.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:49.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:49.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:49.525 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:49.525 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:49.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:49.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:49.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:49.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:49.548 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:27:49.549 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:27:49.551 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:27:49.558 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:27:49.581 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:49.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:49.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:49.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:49.583 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 12:27:49.583 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:49.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:49.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:49.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:49.585 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:49.585 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:49.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:49.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:49.586 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 1 12:27:49.586 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:49.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:49.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:49.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:49.587 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:27:49.587 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:27:49.587 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:27:49.597 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:27:49.597 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:49.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:49.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:49.629 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:49.629 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:49.629 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:49.629 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:49.629 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:49.629 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:49.629 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:49.629 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:49.629 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:49.629 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:27:49.629 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:27:49.629 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 12:27:49.629 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 12:27:49.629 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 12:27:49.629 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 12:27:49.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 12:27:49.636 DEBUG [Worker-9: Starting Server 1][AbstractWait] Wait for 1 seconds 12:27:51.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 12:27:51.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 12:27:51.132 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:51.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:51.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:51.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:51.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 12:27:51.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:51.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:51.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:51.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:51.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:51.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:51.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:51.135 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:51.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:51.135 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:51.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:51.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:51.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:51.136 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 12:27:51.136 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:51.136 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:51.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:51.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:51.137 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:51.138 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:51.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:51.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:51.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:51.139 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 12:27:51.139 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 12:27:51.140 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 12:27:51.150 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 12:27:51.151 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:51.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:51.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:51.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:51.152 INFO [WorkbenchTestable][AbstractServer] Start server Server 1 12:27:51.152 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:51.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:51.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:51.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:51.154 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:51.154 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:51.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:51.155 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:51.155 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:51.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:51.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:51.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:51.157 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 12:27:51.157 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 12:27:51.157 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 12:27:51.166 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 12:27:51.166 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:51.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:51.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:51.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:51.167 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 12:27:51.168 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:51.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:51.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:51.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:51.169 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:51.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:51.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:51.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:51.170 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 12:27:51.170 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:51.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:51.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:51.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:51.171 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 12:27:51.171 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 12:27:51.171 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 12:27:51.180 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 12:27:51.180 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:51.181 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:51.181 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:51.208 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:51.209 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:51.209 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:51.209 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:51.209 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:51.209 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:51.209 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:51.209 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:51.209 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:51.209 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:27:51.209 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:27:51.209 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:27:51.209 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:27:51.209 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:27:51.209 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:27:51.209 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:27:51.209 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:27:51.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:27:51.210 DEBUG [Worker-7: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:27:52.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:27:52.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:27:52.711 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:52.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:52.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:52.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:52.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:27:52.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:52.713 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:52.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:52.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:52.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:52.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:52.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:52.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:52.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:52.714 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:52.714 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:52.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:52.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:52.715 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:27:52.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:52.715 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:52.715 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:52.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:52.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:52.716 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:27:52.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:52.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:53.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:53.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:53.218 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:53.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:53.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:53.719 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:53.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:53.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:53.730 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:53.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:53.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:53.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:53.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:53.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:53.742 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:53.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:53.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:53.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:53.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:53.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:53.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:53.753 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:53.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:53.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:53.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:53.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:53.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:53.782 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:53.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:53.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:53.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:53.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:53.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:53.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:53.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:53.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:53.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:53.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:53.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:53.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:53.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:53.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:53.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:53.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:53.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:53.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:53.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:53.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:53.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:53.845 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:53.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:53.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:53.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:53.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:53.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:53.848 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:27:53.848 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:53.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:53.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:53.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:53.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:53.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:53.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:53.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:53.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:53.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:53.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:53.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:53.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:53.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:53.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:53.880 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:27:53.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:53.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:53.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:53.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:53.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:53.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:53.911 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:53.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:53.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:53.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:53.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:53.912 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:53.914 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:27:53.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:27:54.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:27:54.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:54.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:54.415 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:27:54.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:54.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:54.416 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:54.416 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:27:54.416 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:27:54.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:54.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:54.417 INFO [WorkbenchTestable][RequirementsRunner] Finished test: start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:54.417 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:54.417 INFO [WorkbenchTestable][RequirementsRunner] Started test: openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:54.417 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:54.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:27:54.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:54.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:54.418 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:54.418 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:54.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:54.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:54.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:27:54.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:54.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:54.443 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:27:54.443 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:27:54.446 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:27:54.452 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:27:54.452 INFO [WorkbenchTestable][AbstractServer] Open server's editor 12:27:54.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:54.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:54.497 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:54.497 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:54.497 DEBUG [main][MenuItemLookup] Item match:Open F3 12:27:54.497 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open F3" 12:27:54.497 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open F3 12:27:54.498 INFO [main][MenuItemHandler] Select menu item: Open F3 12:27:54.769 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:54.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:54.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:54.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:54.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2d112324 is found... 12:27:54.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2d112324 is found finished successfully 12:27:54.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServer 1\E') 12:27:54.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:54.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:54.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:54.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:54.823 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:54.823 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Server 1 12:27:54.845 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:54.845 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:54.845 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 12:27:54.845 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 12:27:54.868 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:54.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:54.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:54.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:54.901 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:54.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:54.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:54.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:54.903 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:54.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:54.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:54.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:54.904 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:27:54.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:54.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:55.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:55.405 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:55.405 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:27:55.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:27:55.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:27:55.906 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:27:55.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:55.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:55.928 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:27:55.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:55.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:55.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:27:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:55.949 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:27:55.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:55.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:55.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:55.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:55.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:55.960 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:55.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:55.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:55.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:27:55.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:55.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:55.988 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:55.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:55.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:55.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:55.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:55.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:55.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:55.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:55.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:55.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:55.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:56.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:56.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:27:56.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:56.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:56.010 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:27:56.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:56.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:56.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:56.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:56.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:56.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:56.057 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:56.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:56.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:56.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:27:56.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:56.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:56.060 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:27:56.061 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:56.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:56.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:56.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:56.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:27:56.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:56.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:56.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:56.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:56.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:27:56.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:56.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:56.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:27:56.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:56.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:56.107 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:27:56.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:27:56.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:27:56.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:27:56.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:27:56.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:27:56.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:27:56.151 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:56.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:56.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:56.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:27:56.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:56.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:56.155 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:27:56.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:27:56.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:27:56.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:56.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:56.656 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:27:56.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:27:56.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:27:56.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:56.657 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:27:56.657 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:27:56.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:27:56.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:27:56.657 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:56.657 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:27:56.657 INFO [WorkbenchTestable][RequirementsRunner] Started test: restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:27:56.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:27:56.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:27:56.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:27:56.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:27:56.658 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:27:56.658 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:56.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:56.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:56.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:27:56.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:27:56.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:27:56.661 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:27:56.661 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:27:56.697 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:27:56.705 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:27:56.705 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:56.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:56.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:56.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:56.707 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 12:27:56.707 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:56.707 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:56.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:56.708 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:56.709 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:56.709 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:56.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:56.710 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:56.710 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 12:27:56.710 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:56.710 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:56.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:56.711 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:56.711 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:27:56.711 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:27:56.711 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:27:56.720 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:27:56.720 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:56.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:56.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:56.747 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:56.747 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:56.747 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:56.747 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:56.747 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:56.747 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:56.747 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:56.747 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:56.747 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:56.747 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:27:56.747 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 12:27:56.748 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 12:27:56.748 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 12:27:56.748 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 12:27:56.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 12:27:56.753 DEBUG [Worker-0: Starting Server 1][AbstractWait] Wait for 1 seconds 12:27:58.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 12:27:58.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 12:27:58.250 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:58.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:58.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:58.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:58.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 12:27:58.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:27:58.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:27:58.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:27:58.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:27:58.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:27:58.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:27:58.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:27:58.252 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:27:58.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:27:58.252 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:58.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:58.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:58.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:58.253 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 12:27:58.253 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:58.253 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:58.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:58.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:58.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:58.254 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:27:58.254 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:27:58.254 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:27:58.260 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:27:58.261 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:58.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:58.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:58.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:58.262 INFO [WorkbenchTestable][AbstractServer] Restart server in debug 'Server 1' 12:27:58.262 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:58.262 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:58.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:58.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:58.268 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:58.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:58.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:58.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:58.269 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart in Debug on server Server 1 12:27:58.270 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:27:58.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:27:58.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:27:58.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:27:58.271 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:27:58.271 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:27:58.271 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:27:58.276 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:27:58.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:27:58.277 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:27:58.277 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:27:58.305 DEBUG [main][MenuItemLookup] Found menu:'New' 12:27:58.305 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:27:58.305 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:27:58.305 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:58.305 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:27:58.305 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:27:58.305 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:27:58.305 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:27:58.305 DEBUG [main][MenuItemLookup] Found menu:'' 12:27:58.305 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:27:58.305 DEBUG [main][MenuItemLookup] Item match:Restart in Debug Ctrl+Alt+D 12:27:58.305 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Restart in Debug Ctrl+Alt+D" 12:27:58.305 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart in Debug Ctrl+Alt+D 12:27:58.305 INFO [main][MenuItemHandler] Select menu item: Restart in Debug Ctrl+Alt+D 12:27:58.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 12:27:58.306 DEBUG [Worker-1: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:27:59.328 DEBUG [Worker-1: Starting Server 1][AbstractWait] Wait for 1 seconds 12:28:00.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 12:28:00.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 12:28:00.807 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:00.807 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:00.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:00.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:00.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 12:28:00.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:00.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:00.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:00.808 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:00.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:00.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:00.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:00.809 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:00.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:00.809 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:00.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:00.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:00.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:00.810 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 12:28:00.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:00.810 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:00.810 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:00.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:00.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:00.812 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:00.812 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:00.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:00.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:00.813 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:28:00.813 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:28:00.813 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:28:00.819 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:28:00.819 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:00.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:00.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:00.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:00.821 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 12:28:00.821 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:00.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:00.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:00.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:00.823 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:00.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:00.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:00.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:00.824 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 12:28:00.825 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:00.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:00.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:00.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:00.831 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:28:00.831 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:28:00.831 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:28:00.836 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:28:00.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:00.836 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:00.836 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:00.867 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:00.867 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:28:00.867 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:00.867 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:00.867 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:00.867 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:00.867 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:00.867 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:28:00.867 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:00.867 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:28:00.867 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:28:00.867 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:28:00.867 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:28:00.867 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:28:00.867 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:28:00.868 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:28:00.868 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:28:00.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:28:00.868 DEBUG [Worker-3: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:28:02.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:28:02.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:28:02.369 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:02.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:02.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:02.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:02.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:28:02.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:02.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:02.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:02.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:02.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:02.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:02.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:02.372 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:02.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:02.372 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:02.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:02.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:02.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:02.373 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:28:02.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:02.373 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:02.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:02.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:02.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:02.375 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:28:02.375 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:28:02.375 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:28:02.386 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:28:02.386 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:02.386 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:02.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:02.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:02.388 INFO [WorkbenchTestable][AbstractServer] Restart server in debug 'Server 1' 12:28:02.389 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:02.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:02.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:02.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:02.391 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:02.391 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:02.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:02.392 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:02.393 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:02.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:02.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:02.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:02.397 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:28:02.397 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:28:02.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:02.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:02.898 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:28:02.898 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:28:02.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:03.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:03.399 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:28:03.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:03.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:03.412 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:28:03.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:03.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:03.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:03.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:03.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:03.427 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:03.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:03.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:03.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:03.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:03.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:03.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:03.481 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:03.481 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:03.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:03.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:03.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:03.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:03.485 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:03.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:03.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:03.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:03.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:03.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:03.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:03.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:03.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:03.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:03.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:03.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:03.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:03.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:03.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:03.535 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:03.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:03.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:03.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:03.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:03.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:03.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:03.583 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:03.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:03.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:03.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:03.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:03.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:03.587 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:28:03.587 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:03.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:03.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:03.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:03.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:03.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:03.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:03.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:03.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:03.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:03.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:03.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:03.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:03.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:03.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:03.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:03.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:03.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:03.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:03.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:03.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:03.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:03.685 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:03.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:03.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:03.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:03.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:03.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:03.689 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:28:03.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:28:04.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:28:04.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:04.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:04.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:04.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:04.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:04.191 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:28:04.191 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:28:04.191 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:28:04.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:04.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:04.192 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:28:04.192 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:28:04.192 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:28:04.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:28:04.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:28:04.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:28:04.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:28:04.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:28:04.193 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:04.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:04.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:04.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:04.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:04.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:04.196 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:28:04.196 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:28:04.199 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:28:04.232 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:28:04.232 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:28:04.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:04.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:04.260 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:04.260 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:28:04.260 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:04.260 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:04.260 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:04.260 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:04.261 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:04.261 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:28:04.261 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:04.261 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:28:04.261 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:28:04.261 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:28:04.261 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:28:04.261 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:28:04.261 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:28:04.261 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:04.261 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:28:04.261 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:28:04.261 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:28:04.261 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:28:04.261 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:28:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:28:04.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:04.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:04.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:28:04.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:28:04.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:04.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:04.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add All >>") 12:28:04.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:04.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:04.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:04.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:04.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:04.366 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 12:28:04.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:04.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:04.366 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:04.366 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:04.380 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:28:04.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:04.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:04.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:04.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:04.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:04.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:04.384 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:04.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:04.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:04.385 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:04.385 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:04.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:28:04.389 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:28:04.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:28:04.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:04.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:04.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:04.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:04.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:04.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:04.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:04.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:04.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:04.891 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:04.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:04.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:04.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:04.892 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 12:28:04.892 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:28:04.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:04.893 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 12:28:04.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:04.893 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:28:04.893 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:28:04.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:04.894 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 12:28:04.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:04.894 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:28:04.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:04.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:04.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:04.895 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:04.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:04.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:04.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:04.896 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:28:04.896 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:28:04.897 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:28:04.904 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:28:04.905 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:04.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:04.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:04.906 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:04.906 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:28:04.906 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:28:04.907 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:28:04.919 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:28:04.920 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:04.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:04.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:04.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:04.921 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 12:28:04.921 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:28:04.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:04.922 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 12:28:04.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:04.922 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:28:04.922 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:28:04.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:04.922 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 12:28:04.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:04.922 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:28:04.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:04.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:04.923 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:04.923 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:04.923 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:04.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:04.924 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:04.925 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:28:04.925 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:28:04.925 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:28:04.935 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:28:04.935 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:04.936 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:04.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:04.937 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:04.937 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:28:04.937 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:28:04.937 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:28:04.943 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:28:04.944 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:04.944 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:04.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:04.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:04.950 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:28:04.950 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:28:04.951 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:28:04.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:28:04.957 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:04.957 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:04.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:04.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:04.958 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:28:04.958 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:28:04.958 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:28:04.967 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:28:04.968 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:04.968 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:04.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:04.969 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:04.970 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:04.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:04.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:04.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:04.971 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 12:28:04.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:28:04.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:04.971 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 12:28:04.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:04.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:28:04.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:28:04.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:04.971 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server 1 [Stopped] is already expanded. No action performed 12:28:04.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:04.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:28:04.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:04.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:04.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:04.972 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:04.972 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:04.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:04.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:04.973 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 12:28:04.973 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 12:28:04.973 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 12:28:04.985 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 12:28:04.985 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:28:04.986 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:04.986 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:05.013 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:28:05.013 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:28:05.013 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:28:05.013 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:28:05.014 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:28:05.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:28:05.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:05.111 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:05.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:28:05.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:28:05.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:05.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:05.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "<< Remove All") 12:28:05.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:05.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:05.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:05.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:05.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:05.113 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 12:28:05.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:05.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:05.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:05.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:05.116 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:28:05.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:05.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:05.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:05.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:05.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:05.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:05.131 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:05.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:05.131 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:05.131 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:05.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:28:05.179 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 12:28:05.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:28:05.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:28:05.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:28:05.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:28:05.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:05.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:05.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:28:05.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:05.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:05.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:05.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:05.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:05.181 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:05.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:05.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:05.181 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:05.181 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:05.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:28:05.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:28:05.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:28:05.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:28:05.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:05.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:28:05.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:05.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:05.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:05.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:05.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:05.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:05.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:05.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:05.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:05.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:05.738 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:28:05.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:05.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:05.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:05.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:05.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:05.750 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:05.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:05.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:05.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:05.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:05.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:05.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:05.761 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:05.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:05.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:05.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:05.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:05.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:05.764 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:05.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:05.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:05.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:05.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:05.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:05.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:05.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:05.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:05.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:05.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:05.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:05.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:05.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:05.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:05.803 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:05.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:05.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:05.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:05.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:05.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:05.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:05.814 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:05.814 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:05.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:05.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:05.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:05.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:05.841 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:28:05.841 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:05.841 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:05.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:05.842 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:05.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:05.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:05.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:05.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:05.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:05.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:05.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:05.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:05.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:05.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:05.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:05.878 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:05.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:05.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:05.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:05.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:05.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:05.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:05.927 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:05.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:05.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:05.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:05.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:05.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:05.931 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:28:05.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:28:05.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:28:05.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:05.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:05.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:05.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:05.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:05.956 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:28:05.956 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:28:05.956 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:28:05.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:05.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:05.957 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:28:05.957 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:28:05.957 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:28:05.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:28:05.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:28:05.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:28:05.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:28:05.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:28:05.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:06.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:06.005 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:28:06.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:06.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:06.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:06.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:06.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:06.025 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:06.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:06.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:06.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:06.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:06.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:06.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:06.047 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:06.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:06.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:06.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:06.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:06.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:06.051 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:06.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:06.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:06.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:06.052 INFO [WorkbenchTestable][ServersView2] Create new server 12:28:06.052 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:06.052 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:06.105 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:06.108 DEBUG [main][MenuItemLookup] Item match:New 12:28:06.109 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:28:06.109 DEBUG [main][MenuItemLookup] Item match:Server 12:28:06.109 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:28:06.111 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:28:06.111 INFO [main][MenuItemHandler] Select menu item: Server 12:28:06.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:28:06.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:28:06.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:28:06.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:06.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:06.307 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:28:06.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:06.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:06.307 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:28:06.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:06.307 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:06.307 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:28:06.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:06.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:06.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:28:06.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:06.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:06.308 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:28:06.308 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:06.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:28:06.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:06.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:06.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:06.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:06.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:06.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:28:06.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:28:06.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:28:06.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:28:06.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:28:06.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:28:06.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:28:06.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:06.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:28:06.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:06.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:28:06.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:28:06.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:28:06.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:06.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:28:06.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:06.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:28:06.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:28:06.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:28:06.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:06.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:06.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:06.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:06.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:06.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:28:06.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:28:06.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:28:06.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:28:06.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:06.340 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:28:06.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:06.340 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:28:06.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:28:06.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:28:06.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:06.340 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:28:06.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:06.340 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:28:06.340 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:28:06.340 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:28:06.341 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:28:06.352 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:28:06.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:28:06.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:06.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:06.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:06.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:06.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:06.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:06.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:06.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:28:06.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:06.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:06.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:06.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:06.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:28:06.869 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:28:06.870 INFO [WorkbenchTestable][AbstractText] Text set to: Server 2 12:28:06.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:28:06.877 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:06.877 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:07.378 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:07.378 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:07.878 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:07.878 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:08.378 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:08.379 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:08.879 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:08.879 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:09.379 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:09.379 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:09.880 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:09.880 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:10.380 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:10.380 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:10.880 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:10.880 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:11.381 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:11.381 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:11.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:28:11.881 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:28:11.881 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:28:11.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:11.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:11.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:11.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:11.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:11.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:11.889 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:11.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:11.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:11.890 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:11.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:11.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:28:12.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:28:12.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:12.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:12.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:12.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:12.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:12.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:12.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:12.401 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:12.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:12.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.412 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:28:12.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:12.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:12.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:12.424 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:12.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:12.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:12.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:12.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:12.483 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:12.483 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:12.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:12.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:12.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:12.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:12.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2... 12:28:12.487 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:12.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:12.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:12.513 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:12.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:12.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:12.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:12.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:12.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:12.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:12.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:12.536 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:12.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:12.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:12.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:12.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:12.582 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:12.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:12.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:12.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:12.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:12.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:12.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.629 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:12.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:12.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:12.630 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:12.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:12.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:12.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:12.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:12.675 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:12.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:12.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:12.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:12.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:12.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:12.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server 2 finished successfully 12:28:12.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.722 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:28:12.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:12.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:12.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:12.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:12.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:12.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:12.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:12.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:12.792 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:12.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:12.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:12.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:12.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:12.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:12.796 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:12.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:12.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:12.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:12.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:12.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:12.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:12.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:12.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:12.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:12.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:12.843 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:12.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:12.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:12.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:12.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:12.895 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:12.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:12.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:12.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:12.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:12.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:12.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:12.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:12.950 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:12.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:12.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:12.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:12.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:12.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:12.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:12.998 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:12.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:13.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:13.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:13.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:13.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:13.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:13.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:13.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:13.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:13.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:13.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:13.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:13.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:13.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:13.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:13.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:13.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:13.097 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:13.097 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:13.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:13.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:13.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:13.098 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:13.100 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 12:28:13.101 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 12:28:13.101 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 12:28:13.133 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 12:28:13.134 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:13.134 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:13.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:13.135 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:13.136 INFO [WorkbenchTestable][AbstractServer] Start server Server 2 12:28:13.136 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:13.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:13.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:13.140 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:13.141 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:13.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:13.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:13.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:13.142 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Server 2 12:28:13.142 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:13.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:13.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:13.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:13.143 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Stopped] 12:28:13.143 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Stopped] 12:28:13.143 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Stopped] about selection 12:28:13.149 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Stopped] 12:28:13.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:13.151 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:13.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:13.185 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:13.185 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:28:13.185 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:13.185 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:13.185 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:13.185 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:13.185 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:13.185 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:28:13.185 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:13.185 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:28:13.185 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:28:13.185 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 12:28:13.186 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 12:28:13.186 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 12:28:13.186 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 12:28:13.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 12:28:13.191 DEBUG [Worker-2: Publishing to Server 2...][AbstractWait] Wait for 1 seconds 12:28:14.210 DEBUG [Worker-2: Starting Server 2][AbstractWait] Wait for 1 seconds 12:28:15.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 12:28:15.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 12:28:15.689 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:15.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:15.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:15.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:15.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 12:28:15.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:15.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:15.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:15.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:15.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:15.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:15.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:15.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:15.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:15.691 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:15.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:15.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:15.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:15.692 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 12:28:15.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:15.693 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:15.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:15.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:15.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:15.694 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 2 [Started, Synchronized] 12:28:15.694 DEBUG [main][TreeItemHandler] Selecting tree item: Server 2 [Started, Synchronized] 12:28:15.694 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 2 [Started, Synchronized] about selection 12:28:15.703 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 2 [Started, Synchronized] 12:28:15.703 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:15.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:15.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:15.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:15.705 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 2'. Stop server first: true 12:28:15.705 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:15.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:15.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:15.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:15.706 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:15.706 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:15.732 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:15.732 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:28:15.732 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:15.732 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:15.732 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:15.732 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:15.732 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:15.732 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:28:15.732 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:28:15.732 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:28:15.732 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:28:15.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:28:15.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:28:15.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:28:15.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:15.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:15.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:28:15.781 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:15.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:15.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:15.781 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:28:15.781 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:15.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:15.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:15.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:15.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:15.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:15.782 INFO [WorkbenchTestable][CheckBox] Select checkbox Stop server(s) before deleting 12:28:15.782 DEBUG [WorkbenchTestable][CheckBox] Checkbox Stop server(s) before deleting already selected, no action performed 12:28:15.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:28:15.782 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:15.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:15.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:15.782 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:28:15.782 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:15.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:15.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:15.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:15.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:15.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:15.783 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:15.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:15.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:15.784 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:15.784 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:15.786 DEBUG [Worker-0: Stopping Server 2][AbstractWait] Wait for 1 seconds 12:28:15.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:28:15.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:28:15.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:15.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:15.868 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:28:15.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:15.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:15.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:15.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:15.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:15.892 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:15.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:15.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:15.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:15.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:15.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:15.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:15.950 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:15.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:15.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:15.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:15.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:15.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:15.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2... 12:28:15.980 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:15.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:15.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:15.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:15.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:15.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:15.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:15.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:15.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:15.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:15.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:16.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:16.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:16.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:16.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:16.006 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:16.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:16.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:16.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:16.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:16.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:16.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:16.056 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:16.056 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:16.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:16.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:16.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:16.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:16.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:16.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:16.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:16.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:16.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:16.110 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:16.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:16.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:16.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:16.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:16.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:16.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:16.159 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:16.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:16.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:16.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:16.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:16.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:16.663 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:16.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:16.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:16.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:16.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:16.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:16.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:16.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:16.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:16.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:16.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:16.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:16.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:16.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:16.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:16.690 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:16.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:16.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:16.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:16.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:16.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:16.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:16.738 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:16.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:16.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:16.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:16.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:16.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:16.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:16.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:16.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:16.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:16.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:16.816 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:16.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:16.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:16.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:16.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:16.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:16.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:16.865 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:16.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:16.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:16.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:16.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:16.866 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:17.397 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:17.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:17.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:17.398 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:17.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:17.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:17.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:17.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:17.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:17.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:17.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:17.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:17.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:17.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:17.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:17.421 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:17.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:17.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:17.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:17.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:17.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:17.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:17.466 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:17.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:17.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:17.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:17.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:17.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:17.492 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:28:17.492 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:17.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:17.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:17.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:17.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:17.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:17.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:17.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:17.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:17.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:17.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:17.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:17.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:17.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:17.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:17.515 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:17.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:17.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:17.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:17.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:17.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:17.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:17.560 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:17.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:17.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:17.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:17.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:17.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:17.564 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:28:17.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 2 finished successfully 12:28:17.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:17.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:17.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:17.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:17.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:17.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:17.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:17.564 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:17.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:17.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:17.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:17.609 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:28:17.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:17.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:17.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:17.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:17.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:17.630 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:17.631 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:17.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:17.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:17.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:17.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:17.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:17.675 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:17.675 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:17.676 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:17.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:17.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:17.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:17.679 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:17.679 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:17.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:17.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:17.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:17.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:17.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:17.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:17.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:17.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:17.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:17.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:17.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:17.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:17.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:17.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:17.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:17.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:17.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:17.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:17.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:17.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:17.778 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:17.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:17.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:17.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:17.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:17.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:17.782 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:17.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:17.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:17.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:17.783 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:17.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:17.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:17.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:17.808 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped] and wait with time period 1 12:28:17.808 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:28:17.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:18.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:18.309 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:28:18.309 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped] 12:28:18.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:18.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:18.810 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped] 12:28:18.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:18.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:18.831 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:28:18.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:18.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:18.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:18.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:18.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:18.852 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:18.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:18.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:18.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:18.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:18.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:18.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:18.897 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:18.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:18.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:18.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:18.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:18.898 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:18.900 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:18.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:18.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:18.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:18.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:18.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:18.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:18.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:18.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:18.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:18.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:18.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:18.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:18.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:18.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:18.953 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:18.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:18.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:18.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:19.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:19.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:19.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:19.001 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:19.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:19.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:19.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:19.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:19.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:19.005 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:28:19.005 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:19.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:19.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:19.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:19.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:19.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:19.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:19.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:19.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:19.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:19.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:19.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:19.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:19.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:19.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:19.051 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:19.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:19.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:19.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:19.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:19.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:19.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:19.096 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:19.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:19.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:19.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:19.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:19.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:19.122 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:28:19.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:28:19.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:28:19.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:19.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:19.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:19.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:19.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:19.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:28:19.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:28:19.624 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:28:19.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:19.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:19.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:28:19.626 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:28:19.626 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:28:19.627 INFO [WorkbenchTestable][RequirementsRunner] Started test: restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:28:19.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:28:19.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:28:19.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:28:19.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:28:19.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:28:19.627 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:19.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:19.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:19.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:19.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:19.628 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:19.630 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 12:28:19.630 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 12:28:19.657 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 12:28:19.668 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 12:28:19.668 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:19.669 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:19.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:19.670 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:19.670 INFO [WorkbenchTestable][AbstractServer] Start server in debug 'Server 1' 12:28:19.671 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:19.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:19.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:19.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:19.672 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:19.672 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:19.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:19.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:19.674 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Debug on server Server 1 12:28:19.674 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:19.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:19.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:19.675 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:19.675 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped] 12:28:19.675 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped] 12:28:19.675 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped] about selection 12:28:19.686 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped] 12:28:19.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:19.687 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:19.687 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:19.714 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:19.714 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:28:19.714 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:19.714 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:19.714 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:19.714 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:19.714 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:19.714 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:28:19.714 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:19.714 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:28:19.714 DEBUG [main][MenuItemLookup] Item match:Debug Ctrl+Alt+D 12:28:19.715 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Debug Ctrl+Alt+D" 12:28:19.715 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Debug Ctrl+Alt+D 12:28:19.715 INFO [main][MenuItemHandler] Select menu item: &Debug Ctrl+Alt+D 12:28:19.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug... 12:28:19.716 DEBUG [Worker-0: Publishing to Server 1...][AbstractWait] Wait for 1 seconds 12:28:20.758 DEBUG [Worker-0: Starting Server 1][AbstractWait] Wait for 1 seconds 12:28:22.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode debug finished successfully 12:28:22.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging... 12:28:22.217 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:22.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:22.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:22.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:22.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Debugging finished successfully 12:28:22.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:22.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:22.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:22.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:22.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:22.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:22.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:22.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:22.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:22.219 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:22.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:22.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:22.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:22.220 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'DEBUGGING' 12:28:22.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:22.220 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:22.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:22.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:22.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:22.221 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:28:22.221 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:28:22.221 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:28:22.227 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:28:22.227 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:22.227 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:22.228 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:22.229 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:22.229 INFO [WorkbenchTestable][AbstractServer] Restart server 'Server 1' 12:28:22.229 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:22.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:22.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:22.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:22.230 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:22.230 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:22.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:22.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:22.237 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Restart on server Server 1 12:28:22.237 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:22.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:22.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:22.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:22.238 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Debugging, Synchronized] 12:28:22.239 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Debugging, Synchronized] 12:28:22.239 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Debugging, Synchronized] about selection 12:28:22.244 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Debugging, Synchronized] 12:28:22.244 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:22.245 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:22.245 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:22.275 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:22.275 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:28:22.275 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:22.275 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:22.275 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:22.275 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:22.275 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:22.275 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:28:22.275 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:22.275 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:28:22.275 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:28:22.275 DEBUG [main][MenuItemLookup] Item match:Restart Ctrl+Alt+R 12:28:22.275 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Restart Ctrl+Alt+R" 12:28:22.276 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Restart Ctrl+Alt+R 12:28:22.276 INFO [main][MenuItemHandler] Select menu item: &Restart Ctrl+Alt+R 12:28:22.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 12:28:22.276 DEBUG [Worker-4: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:28:23.301 DEBUG [Worker-5: Starting Server 1][AbstractWait] Wait for 1 seconds 12:28:24.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 12:28:24.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 12:28:24.777 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:24.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:24.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:24.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:24.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 12:28:24.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:24.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:24.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:24.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:24.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:24.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:24.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:24.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:24.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:24.779 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:24.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:24.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:24.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:24.781 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 12:28:24.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:24.781 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:24.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:24.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:24.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:24.782 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:24.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:24.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:24.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:24.783 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 12:28:24.783 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 12:28:24.784 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 12:28:24.789 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 12:28:24.790 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:24.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:24.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:24.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:24.792 INFO [WorkbenchTestable][AbstractServer] Stop server 'Server 1' 12:28:24.792 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:24.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:24.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:24.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:24.793 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:24.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:24.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:24.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:24.794 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Stop on server Server 1 12:28:24.795 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:24.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:24.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:24.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:24.796 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Started, Synchronized] 12:28:24.796 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Started, Synchronized] 12:28:24.796 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Started, Synchronized] about selection 12:28:24.806 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Started, Synchronized] 12:28:24.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:24.806 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:24.806 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:24.835 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:24.836 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:28:24.836 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:24.836 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:24.836 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:24.836 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:24.836 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:24.836 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:28:24.836 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:24.836 DEBUG [main][MenuItemLookup] Found menu:'Restart in Debug Ctrl+Alt+D' 12:28:24.836 DEBUG [main][MenuItemLookup] Found menu:'Restart Ctrl+Alt+R' 12:28:24.836 DEBUG [main][MenuItemLookup] Found menu:'Restart in Profile' 12:28:24.836 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:28:24.836 DEBUG [main][MenuItemLookup] Item match:Stop Ctrl+Alt+S 12:28:24.836 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"S&top Ctrl+Alt+S" 12:28:24.836 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Stop Ctrl+Alt+S 12:28:24.836 INFO [main][MenuItemHandler] Select menu item: S&top Ctrl+Alt+S 12:28:24.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4... 12:28:24.837 DEBUG [Worker-1: Stopping Server 1][AbstractWait] Wait for 1 seconds 12:28:26.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 4 finished successfully 12:28:26.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped... 12:28:26.338 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:26.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:26.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:26.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:26.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Stopped finished successfully 12:28:26.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:26.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:26.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:26.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:26.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:26.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:26.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:26.340 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:26.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:26.340 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:26.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:26.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:26.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:26.341 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STOPPED' 12:28:26.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:26.342 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:26.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:26.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:26.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:26.343 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:28:26.343 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:28:26.343 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:28:26.353 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:28:26.354 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:26.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:26.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:26.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:26.355 INFO [WorkbenchTestable][AbstractServer] Restart server 'Server 1' 12:28:26.355 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:26.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:26.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:26.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:26.358 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:26.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:26.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:26.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:26.359 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:26.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:26.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:26.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:26.361 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:28:26.361 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:28:26.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:26.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:26.862 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:28:26.862 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:28:26.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:27.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:27.363 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:28:27.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:27.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:27.385 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:28:27.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:27.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:27.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:27.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:27.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:27.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:27.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:27.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:27.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:27.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:27.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:27.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:27.452 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:27.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:27.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:27.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:27.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:27.454 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:27.456 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:27.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:27.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:27.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:27.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:27.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:27.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:27.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:27.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:27.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:27.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:27.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:27.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:27.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:27.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:27.504 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:27.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:27.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:27.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:27.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:27.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:27.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:27.550 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:27.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:27.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:27.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:27.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:27.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:27.553 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:28:27.553 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:27.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:27.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:27.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:27.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:27.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:27.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:27.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:27.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:27.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:27.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:27.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:27.602 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:27.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:27.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:27.602 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:27.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:27.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:27.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:27.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:27.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:27.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:27.648 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:27.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:27.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:27.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:27.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:27.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:27.652 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:28:27.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:28:28.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:28:28.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:28.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:28.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:28.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:28.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:28.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:28:28.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:28:28.154 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:28:28.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:28.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:28.154 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:28:28.156 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:28:28.157 INFO [WorkbenchTestable][RequirementsRunner] Started test: getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:28:28.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:28:28.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:28:28.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:28:28.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:28:28.157 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:28:28.157 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:28.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:28.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:28.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:28.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:28.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:28.160 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:28:28.160 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:28:28.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:28.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:28.661 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:28:28.661 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:28:28.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:29.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:29.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:28:29.162 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:29.162 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:29.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:29.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:29.164 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:29.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:29.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:29.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:29.165 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:29.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:29.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:29.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:29.166 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server 1 [Stopped, Synchronized] and wait with time period 1 12:28:29.166 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:28:29.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:29.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:29.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:28:29.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 1 [Stopped, Synchronized] 12:28:29.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:30.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:30.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 1 [Stopped, Synchronized] 12:28:30.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:30.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:30.188 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:28:30.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:30.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:30.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:30.209 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:30.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:30.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:30.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:30.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:30.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:30.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:30.254 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:30.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:30.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:30.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:30.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:30.256 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:30.258 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:30.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:30.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:30.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:30.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:30.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:30.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:30.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:30.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:30.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:30.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:30.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:30.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:30.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:30.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:30.311 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:30.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:30.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:30.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:30.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:30.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:30.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:30.356 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:30.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:30.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:30.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:30.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:30.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:30.360 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 2' was not found on Servers view 12:28:30.360 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:30.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:30.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:30.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:30.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:30.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:30.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:30.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:30.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:30.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:30.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:30.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:30.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:30.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:30.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:30.407 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:30.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:30.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:30.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:30.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:30.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:30.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:30.452 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:30.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:30.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:30.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:30.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:30.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:30.485 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 1] 'Server 1' 12:28:30.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:28:30.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add and Remove..."] is available. failed, an exception will be thrown 12:28:30.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:30.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:30.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:30.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:30.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:30.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:28:30.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:28:30.988 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:28:31.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:31.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:31.014 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) 12:28:31.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:31.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:31.017 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:28:31.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:31.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:31.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:31.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:31.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:31.019 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:31.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:28:31.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:31.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:31.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:31.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:31.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:31.020 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:31.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:31.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:31.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:31.081 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:31.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:31.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:31.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:31.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:31.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:31.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:31.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:31.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:32.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:32.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:28:32.084 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:28:32.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:28:32.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:32.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:32.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:28:32.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:32.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:32.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:32.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:32.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:32.086 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:28:32.086 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 12:28:32.086 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 12:28:32.087 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:28:32.087 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:28:32.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:28:32.097 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:28:32.097 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:32.097 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:32.145 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:28:32.145 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:28:32.145 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:28:32.145 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:28:32.146 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:28:32.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:32.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:28:32.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:32.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:32.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:32.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:32.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:32.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:32.646 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:32.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:32.647 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 12:28:32.647 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:28:32.647 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:28:32.647 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:28:32.649 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:28:32.649 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:32.649 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:32.690 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:32.690 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:28:32.690 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:32.690 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:28:32.690 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:32.690 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:32.690 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:32.690 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:28:32.690 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:32.690 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:32.690 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:28:32.690 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:28:32.690 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:28:32.690 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:28:32.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:28:33.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:28:33.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:28:33.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:33.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:33.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:33.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:33.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:28:33.380 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:33.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:33.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:33.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:28:33.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:33.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:33.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:33.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:33.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:33.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:33.381 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:28:33.381 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:28:33.382 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:28:33.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:33.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:33.382 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:33.382 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:33.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:28:33.382 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:33.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:33.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:33.382 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:28:33.382 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:33.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:33.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:33.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:33.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:33.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:33.384 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:33.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:33.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:33.384 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:33.384 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:33.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:28:33.389 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:28:33.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:28:33.890 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:28:33.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:33.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:28:33.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:33.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:33.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:33.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:33.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:33.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:33.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:33.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:33.891 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:28:33.891 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:28:33.891 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:28:33.896 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:28:33.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:33.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:33.954 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:33.954 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:28:33.954 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:33.954 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:28:33.954 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:33.954 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:33.954 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:33.954 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:28:33.954 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:33.954 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:33.954 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:33.955 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:28:33.955 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:28:33.955 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:28:33.955 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:33.955 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:28:33.955 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:28:33.955 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:33.955 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:28:33.955 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:28:33.955 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:28:33.955 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:28:33.955 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:28:33.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:33.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:28:34.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:28:34.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:28:34.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:34.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:34.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:34.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:34.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:34.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:34.456 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:34.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:34.457 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-2' via Explorer 12:28:34.457 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:28:34.457 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:28:34.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:28:34.459 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:28:34.460 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:34.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:34.505 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:34.505 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:28:34.505 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:34.505 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:28:34.505 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:34.505 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:34.505 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:34.505 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:28:34.505 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:34.505 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:34.505 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:28:34.506 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:28:34.506 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:28:34.506 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:28:34.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:28:34.668: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:28:34.693: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:28:34.697: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:28:34.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:28:34.698 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:28:34.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... (Eclipse:1812): Gtk-CRITICAL **: 12:28:34.701: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:28:34.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:34.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:34.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:34.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:28:34.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:34.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:34.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:34.705 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:28:34.705 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:34.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:34.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:34.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:34.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:34.705 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:34.705 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:28:34.706 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:28:34.706 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:28:34.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:34.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:34.706 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:34.706 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:34.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:28:34.706 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:34.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:34.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:34.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:28:34.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:34.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:34.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:34.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:34.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:34.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:34.708 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:34.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:34.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:34.708 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:34.708 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:28:34.710: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:28:34.712: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:28:34.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:28:34.714 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:28:34.723: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:28:34.734: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:28:34.742: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:28:35.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:28:35.215 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:28:35.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:35.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:28:35.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:35.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:35.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:35.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:35.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:35.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:35.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:35.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:35.216 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:28:35.216 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:28:35.216 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:28:35.219 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:28:35.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:35.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:35.265 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:28:35.265 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:28:35.265 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:28:35.265 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:28:35.265 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:28:35.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:35.266 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:28:35.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:28:35.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:35.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:35.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:35.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:35.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:35.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:35.766 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:35.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:35.766 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-3' via Explorer 12:28:35.766 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:28:35.766 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:28:35.767 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:28:35.780 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:28:35.780 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:35.780 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:35.826 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:35.826 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:28:35.826 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:35.826 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:28:35.826 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:35.826 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:35.826 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:35.826 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:28:35.826 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:35.826 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:35.826 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:28:35.827 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:28:35.827 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:28:35.827 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:28:35.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:28:36.003: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:28:36.026: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:28:36.030: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:28:36.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:28:36.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:28:36.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:36.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:36.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:36.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:36.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:28:36.032 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:36.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:36.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:36.032 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:28:36.032 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:36.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:36.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:36.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:36.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:36.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:36.033 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:28:36.033 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:28:36.033 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:28:36.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:36.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:36.033 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:36.033 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:36.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:28:36.033 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:36.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:36.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:36.034 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:28:36.034 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:36.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:36.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:1812): Gtk-CRITICAL **: 12:28:36.044: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:28:36.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:36.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:36.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found (Eclipse:1812): Gtk-CRITICAL **: 12:28:36.052: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:28:36.054 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:36.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:36.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:36.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:36.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:28:36.056: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:28:36.059: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:28:36.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:28:36.061 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:28:36.075: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:28:36.086: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:28:36.101: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:28:36.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:28:36.561 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:28:36.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:36.561 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:28:36.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:36.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:36.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:36.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:36.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:36.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:36.562 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:36.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:36.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:36.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:36.573 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:28:36.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:36.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:36.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:36.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:36.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:36.594 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:36.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:36.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:36.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:36.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:36.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:36.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:36.642 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:36.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:36.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:36.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:36.685 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:36.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:36.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:36.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:36.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:36.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:36.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:36.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:36.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:36.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:36.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:36.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:36.710 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Server 1 - Eclipse Platform 12:28:36.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:36.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:36.710 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Server 1 - Eclipse Platform' 12:28:36.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:36.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:36.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:36.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:36.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:36.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:36.758 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:36.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:36.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:36.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Server 1 - Eclipse Platform TooltipText=null 12:28:36.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:36.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:36.762 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 1 [Stopped, Synchronized] 12:28:36.762 DEBUG [main][TreeItemHandler] Selecting tree item: Server 1 [Stopped, Synchronized] 12:28:36.762 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server 1 [Stopped, Synchronized] about selection 12:28:36.769 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 1 [Stopped, Synchronized] 12:28:36.769 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:36.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:36.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:36.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:36.770 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server 1'. Stop server first: false 12:28:36.771 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:36.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:36.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:36.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:36.797 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:36.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:36.822 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:36.823 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:28:36.823 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:36.823 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:36.823 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:36.823 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:36.823 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:36.823 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:28:36.823 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:28:36.823 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:28:36.823 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:28:36.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:28:36.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:28:36.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:28:36.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:36.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:36.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:28:36.865 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:36.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:36.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:36.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:28:36.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:36.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:36.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:36.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:36.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:36.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:36.867 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:36.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:36.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:36.867 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:36.867 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:36.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:28:36.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:28:36.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:36.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:36.986 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:28:36.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:36.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:36.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:36.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:36.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:36.998 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:36.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:36.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:36.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:37.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:37.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:37.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:37.030 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:37.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:37.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:37.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:28:37.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:37.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:37.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 1... 12:28:37.032 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:37.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:37.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:37.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:28:37.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:37.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:37.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:37.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:37.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:37.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:38.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:38.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:38.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:28:38.039 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:28:38.040 INFO [WorkbenchTestable][ServersView2] Requested server 'Server 1' was not found on Servers view 12:28:38.040 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:38.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:38.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:38.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:28:38.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:38.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:38.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:38.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:38.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:38.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:39.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:28:39.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:28:39.045 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:28:39.045 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:28:39.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server 1 finished successfully 12:28:39.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:39.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:39.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:39.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:39.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:39.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:39.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:39.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:39.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:39.046 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest 12:28:39.046 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:28:39.046 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:28:39.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:39.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 92.18 s - in org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest getModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 2.711 s restartInProfile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 7.988 s delete_runningServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 7.108 s profile no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.402 s addAndRemoveModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 1.915 s publish no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 3.27 s stop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.873 s clean no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 2.912 s debug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.341 s start no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 4.893 s openServer no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 2.24 s restartInDebug no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 7.535 s getModule no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 1.765 s delete_runningServerAndStop no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 13.669 s restart no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 8.527 s getModule_nonExisting no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ServerTest) Time elapsed: 2.857 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:28:39.062 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:28:39.063 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:28:39.064 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:28:39.064 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:28:39.064 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:28:39.064 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:28:39.064 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:28:39.064 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:28:39.065 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:28:39.065 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:28:39.065 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:28:39.065 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:28:39.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:39.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:28:39.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:39.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:28:39.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:39.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:28:39.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:39.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:28:39.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:39.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:28:39.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:39.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:28:39.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:39.067 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:28:39.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:39.067 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:28:39.067 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:39.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:39.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:39.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:39.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:39.068 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:28:39.068 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:39.071 DEBUG [main][MenuItemLookup] Item match:File 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:39.072 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:28:39.072 DEBUG [main][MenuItemLookup] Item match:Import... 12:28:39.072 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:28:39.072 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:28:39.072 INFO [main][MenuItemHandler] Select menu item: &Import... 12:28:39.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:28:39.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:28:39.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:28:39.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:39.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:39.183 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:28:39.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:39.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:28:39.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:39.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:39.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:39.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:39.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:28:39.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:28:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:28:39.186 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:28:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:39.186 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:28:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:39.186 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:28:39.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:28:39.187 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:28:39.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:39.187 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:28:39.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:39.187 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:28:39.187 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:28:39.187 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:28:39.187 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:28:39.188 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:28:39.188 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:28:39.188 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:28:39.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:28:39.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:39.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:39.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:39.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:39.190 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:28:39.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:39.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:39.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:39.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:39.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:28:39.285 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:39.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:39.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:28:39.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:39.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:39.287 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:28:39.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:39.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:28:39.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:28:39.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:28:39.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:39.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:39.287 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:28:39.287 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:39.287 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 12:28:39.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:28:39.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:39.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:39.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:39.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:39.289 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:28:39.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:39.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:39.289 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:39.289 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:39.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:28:39.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:39.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:28:39.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:28:39.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:39.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:28:39.291 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 12:28:39.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:28:39.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:39.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:39.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:39.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:39.294 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:28:39.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:39.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:39.294 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:39.294 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:39.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:28:39.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:39.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:39.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:39.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:39.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:28:39.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:28:39.350 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:28:39.350 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:28:39.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:28:39.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:39.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:39.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:39.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:39.353 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:28:39.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:39.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:39.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:39.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:39.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:28:39.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:39.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:39.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:39.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:39.355 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 12:28:39.356 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 12:28:39.356 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:28:39.356 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 12:28:39.356 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project-2 (server-project-2/) 12:28:39.356 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project-2 (server-project-2/): 12:28:39.357 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:28:39.357 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project-2 (server-project-2/) 12:28:39.357 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project-3 (server-project-3/) 12:28:39.357 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project-3 (server-project-3/): 12:28:39.357 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:28:39.358 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project-3 (server-project-3/) 12:28:39.358 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:28:39.358 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:28:39.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:39.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:39.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:39.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:39.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:39.392 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:39.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:39.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:39.392 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:39.392 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:39.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:28:39.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:28:39.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:39.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'JavaScript indexing in progress' is a system job, skipped 12:28:39.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:28:39.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:39.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:28:39.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:39.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:39.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:39.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:39.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:39.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:39.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:39.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:39.966 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:28:39.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:39.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:39.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:39.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:39.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:39.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:39.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:39.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:39.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:39.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:39.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:39.988 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:39.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:39.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:39.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:28:39.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:39.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:39.990 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:39.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:39.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:39.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:28:39.992 INFO [WorkbenchTestable][ServersView2] Create new server 12:28:39.992 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:28:39.992 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:40.012 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:40.012 DEBUG [main][MenuItemLookup] Item match:New 12:28:40.012 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:28:40.012 DEBUG [main][MenuItemLookup] Item match:Server 12:28:40.012 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:28:40.012 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:28:40.013 INFO [main][MenuItemHandler] Select menu item: Server 12:28:40.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:28:40.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:28:40.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:28:40.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:40.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:40.232 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:28:40.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:40.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:40.232 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:28:40.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:40.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:40.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:28:40.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:40.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:40.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:28:40.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:40.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:40.233 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:28:40.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:40.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:28:40.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:40.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:40.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:40.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:40.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:40.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:28:40.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:28:40.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:28:40.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:28:40.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:28:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:28:40.250 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:28:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:40.250 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:28:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:40.250 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:28:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:28:40.250 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:28:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:40.250 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:28:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:40.250 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:28:40.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:28:40.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:28:40.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:40.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:40.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:40.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:40.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:40.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:28:40.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:28:40.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:28:40.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:28:40.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:40.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:28:40.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:40.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:28:40.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:28:40.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:28:40.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:40.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:28:40.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:40.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:28:40.269 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:28:40.269 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:28:40.277 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:28:40.279 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:28:40.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:28:40.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:40.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:40.283 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:40.283 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:40.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:40.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:40.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:28:40.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:40.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:40.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:40.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:40.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:28:40.799 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:28:40.800 INFO [WorkbenchTestable][AbstractText] Text set to: Server ABC 12:28:40.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:28:40.800 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:40.801 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:41.301 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:41.301 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:41.801 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:41.801 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:42.301 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:42.301 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:42.802 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:42.802 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:43.302 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:43.302 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:43.802 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:43.802 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:44.302 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:44.302 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:44.802 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:28:44.803 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:28:45.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:28:45.303 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:28:45.303 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:28:45.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:45.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:45.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:45.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:45.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:45.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:45.312 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:45.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:45.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:45.312 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:45.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:45.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:28:45.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:28:45.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:45.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:45.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:45.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:45.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:45.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:45.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:45.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:45.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:45.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:45.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:45.835 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:28:45.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:45.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:45.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:45.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:45.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:45.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:45.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:45.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:45.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:45.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:45.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:45.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:45.875 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:45.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:45.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:45.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:28:45.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:45.877 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:45.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC... 12:28:45.879 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:45.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:45.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:45.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:45.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:45.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:45.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:45.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:45.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:45.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:45.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:45.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:45.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:45.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:45.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:45.913 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:45.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:45.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:45.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:45.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:45.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:45.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:45.945 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:45.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:45.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:45.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:28:45.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:45.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:45.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is server with name: Server ABC finished successfully 12:28:45.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:45.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:45.980 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:28:45.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:45.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:45.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:45.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:45.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:45.990 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:45.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:45.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:45.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:46.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:46.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:46.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:46.020 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:46.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:46.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:46.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:28:46.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:46.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:46.024 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:46.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:46.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:46.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:46.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:28:46.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:46.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:46.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:46.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:46.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:46.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:46.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:46.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:46.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:46.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:46.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:46.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:46.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:46.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:46.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:46.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:46.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:46.095 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:46.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:46.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:46.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:28:46.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:46.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:46.099 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:28:46.100 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSwitchingOffPublishingChanges no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:28:46.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:28:46.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:28:46.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:28:46.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:28:46.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:28:46.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:46.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:46.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:46.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:46.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:46.129 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:28:46.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:28:46.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:46.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:46.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:46.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:46.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:28:46.160 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:46.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:46.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:46.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:28:46.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:46.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:46.163 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:28:46.163 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:28:46.164 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:28:46.190 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:28:46.190 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:28:46.191 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:46.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:46.222 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:28:46.222 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:28:46.222 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:28:46.222 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:28:46.222 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:28:46.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:28:46.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:46.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:46.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:28:46.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:28:46.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:46.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:46.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:28:46.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:46.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:46.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:46.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:46.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:46.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:28:46.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:28:46.324 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:28:46.324 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:28:46.324 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:28:46.324 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:28:46.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:28:46.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:46.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:46.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:46.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:46.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:46.336 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:28:46.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:46.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:46.336 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:46.336 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:46.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "If server is started, publish changes immediately") 12:28:46.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:46.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:46.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:46.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:46.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:46.353 INFO [WorkbenchTestable][CheckBox] Select checkbox If server is started, publish changes &immediately 12:28:46.353 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox If server is started, publish changes &immediately 12:28:46.353 INFO [WorkbenchTestable][AbstractButton] Click button If server is started, publish changes &immediately 12:28:46.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:46.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:46.353 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:46.353 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:46.354 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:28:46.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:46.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:46.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:46.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:46.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:46.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:46.357 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:46.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:46.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:46.357 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:46.357 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:46.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:28:46.371 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:28:46.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:28:46.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:46.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:46.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:46.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:46.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:46.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:46.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:46.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:46.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:46.874 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:46.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:46.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:46.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:46.875 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:28:46.875 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:28:46.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:47.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:47.376 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:28:47.377 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:28:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:47.377 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:28:47.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:47.377 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:28:47.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:47.377 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:47.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:47.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:47.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:47.379 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:28:47.379 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:28:47.379 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:28:47.391 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:28:47.392 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:47.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:47.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:47.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:47.393 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:28:47.393 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:28:47.393 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:28:47.404 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:28:47.404 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:47.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:47.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:47.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:47.406 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:28:47.406 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:28:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:47.406 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:28:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:47.406 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:28:47.406 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:28:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:47.406 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:28:47.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:47.406 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:28:47.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:47.407 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:47.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:47.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:47.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:47.408 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:28:47.408 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:28:47.408 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:28:47.414 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:28:47.414 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:47.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:47.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:47.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:47.415 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:28:47.415 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:28:47.416 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:28:47.425 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:28:47.425 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project' 12:28:47.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:47.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:47.426 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:28:47.426 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:47.426 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:28:47.426 DEBUG [main][MenuItemLookup] Item match:Edit 12:28:47.427 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:28:47.427 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:28:47.427 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:47.427 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:28:47.427 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:47.427 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:47.427 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:47.427 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:47.427 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:28:47.427 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:28:47.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:28:47.427 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:28:47.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:28:47.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:47.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:47.427 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:28:47.427 DEBUG [main][MenuItemLookup] Found menu:'File' 12:28:47.427 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:28:47.427 DEBUG [main][MenuItemLookup] Item match:Edit 12:28:47.428 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:28:47.428 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:28:47.428 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:47.428 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:28:47.428 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:47.428 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:47.428 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:47.428 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:47.428 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:28:47.428 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:28:47.428 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:28:47.428 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:28:47.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:28:47.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:28:47.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:28:47.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:47.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:47.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:28:47.479 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:28:47.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:47.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:47.480 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:28:47.480 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:28:47.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:47.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:47.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:47.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:47.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:47.515 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:47.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:47.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:47.515 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:47.515 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:47.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:28:47.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:28:47.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:47.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:28:47.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:28:47.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:47.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:47.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:47.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:47.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:47.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:47.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:47.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:47.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:28:47.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:28:47.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:28:57.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:28:57.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:28:57.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:28:57.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:57.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:57.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:28:57.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:57.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:57.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:28:57.648 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:28:57.648 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:28:57.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:28:57.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:28:57.648 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSwitchingOffPublishingChanges no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:28:57.648 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:28:57.648 INFO [WorkbenchTestable][RequirementsRunner] Started test: addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:28:57.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:28:57.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:28:57.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:28:57.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:28:57.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:28:57.649 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:57.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:57.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:57.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:28:57.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:28:57.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:28:57.652 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:28:57.652 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:28:57.655 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:28:57.683 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:28:57.683 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:28:57.684 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:57.684 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:57.710 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:28:57.710 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:28:57.710 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:28:57.710 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:28:57.710 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:28:57.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:28:57.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:57.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:57.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:28:57.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:28:57.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:57.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:57.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:28:57.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:28:57.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:28:57.807 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:28:57.807 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:28:57.807 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:28:57.807 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:28:57.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:28:57.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:57.809 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:28:57.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:57.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:57.809 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:57.809 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:57.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:28:57.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:28:57.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:28:57.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:28:57.813 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:28:57.813 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:28:57.825 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:28:57.826 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:28:57.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:28:57.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:57.827 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:28:57.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:57.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:57.828 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:57.828 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:57.829 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:28:57.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:57.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:57.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:57.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:57.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:57.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:57.840 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:57.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:57.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:57.840 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:57.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:57.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:28:57.844 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:28:58.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:28:58.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:58.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:28:58.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:58.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:58.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:58.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:58.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:58.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:58.345 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:58.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:58.345 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:58.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:58.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:58.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:58.347 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:28:58.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:28:58.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:58.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:28:58.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:58.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:28:58.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:28:58.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:58.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:28:58.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:58.347 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:28:58.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:58.348 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:58.348 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:58.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:58.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:58.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:58.349 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:28:58.349 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:28:58.349 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:28:58.361 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:28:58.362 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:58.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:58.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:58.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:58.363 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:28:58.363 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:28:58.364 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:28:58.369 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:28:58.369 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:58.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:58.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:58.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:58.376 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:28:58.377 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:28:58.377 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:28:58.383 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:28:58.383 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:28:58.384 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:28:58.384 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'New' 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'' 12:28:58.416 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:28:58.416 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:28:58.416 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:28:58.416 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:28:58.416 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:28:58.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:28:58.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:58.513 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:28:58.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:28:58.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:28:58.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:58.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:58.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "<< Remove All") 12:28:58.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:58.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:58.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:58.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:58.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:58.516 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 12:28:58.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:58.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:58.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:58.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:58.529 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:28:58.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:28:58.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:58.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:58.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:58.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:58.532 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:28:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:58.532 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:58.532 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:58.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:28:58.576 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 12:28:58.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:28:58.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:28:58.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:28:58.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:28:58.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:28:58.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:28:58.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:28:58.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:28:58.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:28:58.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:28:58.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:28:58.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:28:58.578 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:28:58.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:28:58.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:28:58.578 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:28:58.578 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:28:58.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:28:58.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:28:58.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:28:59.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:28:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:28:59.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:28:59.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:28:59.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:28:59.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:28:59.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:28:59.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:28:59.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:28:59.126 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:28:59.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:28:59.126 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:28:59.126 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:28:59.127 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:28:59.128 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:28:59.128 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:28:59.128 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:28:59.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:28:59.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:28:59.629 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:28:59.629 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:28:59.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:00.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:00.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:29:00.130 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:00.130 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:00.131 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:00.132 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:00.132 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:29:00.132 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:29:00.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:00.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:00.633 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:29:00.633 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:29:00.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:01.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:01.135 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:29:01.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:01.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:01.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:01.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:01.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:01.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:29:01.136 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:29:01.136 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:29:01.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:01.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:01.137 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:29:01.137 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:29:01.137 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:29:01.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:29:01.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:29:01.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:29:01.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:29:01.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:29:01.138 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:01.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:01.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:01.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:29:01.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:01.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:01.142 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:29:01.142 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:29:01.145 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:29:01.173 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:29:01.173 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:29:01.173 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:01.173 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:01.202 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:29:01.202 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:29:01.202 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:29:01.202 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:29:01.202 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:29:01.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:29:01.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:01.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:01.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:29:01.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:29:01.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:01.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:01.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:29:01.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:01.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:01.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:01.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:01.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:01.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:01.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:01.305 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:29:01.305 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:29:01.305 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:29:01.305 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:29:01.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:29:01.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:01.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:01.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:01.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:01.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:01.307 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:29:01.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:01.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:01.307 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:01.307 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:01.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:29:01.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:01.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:01.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:01.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:01.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:01.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:01.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:01.322 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:29:01.322 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:29:01.322 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:29:01.322 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:29:01.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add >") 12:29:01.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:01.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:01.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:01.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:01.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:01.333 INFO [WorkbenchTestable][AbstractButton] Click button A&dd > 12:29:01.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:01.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:01.334 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:01.334 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:01.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 1 and no matchers specified 12:29:01.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:01.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:29:01.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:29:01.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:01.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:29:01.349 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 12:29:01.350 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 12:29:01.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:01.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:01.851 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 12:29:01.851 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 12:29:01.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:02.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:02.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 12:29:02.352 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 12:29:02.352 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 12:29:02.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:02.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:02.853 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 12:29:02.853 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 12:29:02.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:03.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:03.354 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 12:29:03.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "<< Remove All") 12:29:03.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:03.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:03.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:03.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:03.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:03.361 INFO [WorkbenchTestable][AbstractButton] Click button << Re&move All 12:29:03.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:03.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:03.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:03.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:03.363 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:29:03.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:29:03.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:03.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:03.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:03.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:03.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:03.367 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:29:03.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:03.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:03.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:03.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:03.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:29:03.372 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:29:03.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:29:03.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:03.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:03.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:03.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:03.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:03.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:03.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:03.873 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:03.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:03.878 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:03.878 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:03.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:03.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:03.880 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:29:03.880 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:29:03.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:04.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:04.381 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:29:04.382 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:29:04.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:04.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:04.883 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:29:04.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:04.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:04.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:04.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:04.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:04.909 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:29:04.909 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:29:04.909 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:29:04.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:04.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:04.910 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:29:04.910 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:29:04.911 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:29:04.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:29:04.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:29:04.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:29:04.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:29:04.911 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:29:04.911 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:04.911 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:04.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:04.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:29:04.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:04.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:04.916 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:29:04.916 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:29:04.944 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:29:04.954 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:29:04.954 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:29:04.954 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:04.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:04.985 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:04.985 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:29:04.985 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:04.986 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:04.986 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:04.986 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:04.986 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:04.986 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:29:04.986 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:04.986 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:29:04.986 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:29:04.986 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:29:04.986 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:29:04.986 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:29:04.986 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:29:04.986 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:04.986 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:29:04.986 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:29:04.986 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:29:04.986 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:29:04.986 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:29:05.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:29:05.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:05.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:05.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:29:05.094 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:29:05.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:05.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:05.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and no matchers specified 12:29:05.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:05.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:05.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:05.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:05.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:05.098 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 12:29:05.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 12:29:05.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:05.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:05.599 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 12:29:05.599 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 12:29:05.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:06.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:06.100 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 12:29:06.100 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-2 and wait with time period 1 12:29:06.100 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 12:29:06.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:06.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:06.601 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 12:29:06.601 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 12:29:06.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:07.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:07.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 12:29:07.102 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 12:29:07.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 12:29:07.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:07.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:07.603 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 12:29:07.603 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 12:29:07.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:08.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:08.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 12:29:08.105 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 12:29:08.105 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 12:29:08.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:29:08.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:08.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:08.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:08.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:08.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:08.112 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:29:08.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:08.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:08.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:08.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:08.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:29:08.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:29:08.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:08.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:08.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:08.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:08.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:08.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:08.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:08.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:08.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:08.159 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:08.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:08.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:08.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:08.160 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:29:08.160 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:29:08.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:08.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:08.661 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:29:08.661 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:29:08.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:09.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:09.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:29:09.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:09.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:09.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:09.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:09.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:09.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:29:09.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:29:09.164 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:29:09.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:09.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:09.165 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:29:09.165 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:29:09.165 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:29:09.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:29:09.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:29:09.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:29:09.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:29:09.166 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:29:09.166 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:09.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:09.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:09.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:29:09.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:09.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:09.170 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:29:09.170 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:29:09.173 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:29:09.203 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:29:09.203 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:29:09.203 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:09.203 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:09.232 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:09.232 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:29:09.232 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:09.232 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:09.232 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:09.232 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:09.232 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:09.232 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:29:09.232 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:09.233 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:29:09.233 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:29:09.233 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:29:09.233 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:29:09.233 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:29:09.233 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:29:09.233 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:09.233 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:29:09.233 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:29:09.233 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:29:09.233 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:29:09.233 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:29:09.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:29:09.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:09.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:09.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:29:09.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:29:09.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:09.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:09.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add All >>") 12:29:09.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:09.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:09.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:09.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:09.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:09.335 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 12:29:09.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:09.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:09.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:09.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:09.349 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:29:09.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:29:09.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:09.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:09.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:09.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:09.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:09.352 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:29:09.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:09.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:09.352 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:09.352 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:09.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:29:09.368 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:29:09.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:29:09.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:09.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:29:09.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:29:09.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:09.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:09.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:09.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:09.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:09.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:09.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:09.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:09.869 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:09.869 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:09.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:09.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:09.871 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:29:09.871 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:29:09.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:09.871 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:29:09.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:09.871 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:29:09.871 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:29:09.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:09.872 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:29:09.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:09.872 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:29:09.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:09.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:09.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:09.872 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:09.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:09.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:09.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:09.873 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:29:09.873 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:29:09.874 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:29:09.883 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:29:09.890 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:09.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:09.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:09.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:09.892 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:29:09.892 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:29:09.892 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:29:09.898 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:29:09.898 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:09.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:09.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:09.905 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:09.906 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:29:09.906 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:29:09.906 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:29:09.912 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:29:09.912 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:09.912 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:09.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:09.913 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:09.913 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:29:09.913 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:29:09.914 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:29:09.926 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:29:09.926 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:29:09.926 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:09.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:09.957 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:29:09.957 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:29:09.958 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:29:09.958 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:29:09.958 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:29:10.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:29:10.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:29:10.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:29:10.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:10.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:10.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 1 and no matchers specified 12:29:10.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:10.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:29:10.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:29:10.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:10.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:29:10.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:10.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:10.060 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:29:10.060 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:29:10.061 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:29:10.072 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:29:10.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Remove") 12:29:10.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:10.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:10.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:10.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:10.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:10.074 INFO [WorkbenchTestable][AbstractButton] Click button < &Remove 12:29:10.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:10.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:10.074 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:10.074 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:10.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 1 and no matchers specified 12:29:10.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:10.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:29:10.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:29:10.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:10.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:29:10.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:10.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:10.086 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:29:10.086 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:29:10.086 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:29:10.087 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:29:10.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Remove") 12:29:10.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:10.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:10.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:10.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:10.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:10.089 INFO [WorkbenchTestable][AbstractButton] Click button < &Remove 12:29:10.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:10.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:10.089 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:10.089 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:10.090 INFO [WorkbenchTestable][ModifyModulesDialog] Finish wizard 12:29:10.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:29:10.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:10.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:10.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:10.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:10.093 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:10.094 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:29:10.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:10.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:10.094 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:10.094 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:10.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:29:10.160 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 12:29:10.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:29:10.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:29:10.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:29:10.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:29:10.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:10.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:10.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:29:10.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:10.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:10.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:10.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:10.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:10.168 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:10.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:10.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:10.168 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:10.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:10.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:29:10.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:29:10.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:29:10.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:29:10.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:10.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:29:10.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:29:10.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:10.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:10.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:10.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:10.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:10.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:10.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:10.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:10.728 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:10.728 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:10.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:10.729 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:10.729 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:29:10.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:29:10.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:10.730 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:29:10.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:10.730 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:29:10.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:29:10.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:10.730 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:29:10.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:10.730 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:29:10.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.730 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:10.730 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:10.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:10.731 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:10.731 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:29:10.731 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:29:10.732 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:29:10.740 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:29:10.741 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:10.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:10.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:10.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:10.742 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:29:10.742 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:29:10.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:10.742 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:29:10.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:10.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:29:10.742 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:29:10.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:10.750 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server ABC [Stopped] is already expanded. No action performed 12:29:10.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:10.750 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:29:10.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:10.751 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:10.751 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:10.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:10.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:10.752 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:29:10.752 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:29:10.752 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:29:10.758 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:29:10.758 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:10.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:10.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:10.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:10.760 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:29:10.760 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:29:10.760 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:29:10.768 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:29:10.769 INFO [WorkbenchTestable][ServerModule] Remove server module with name 'server-project-2' 12:29:10.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:10.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:10.769 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:29:10.769 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:10.769 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:29:10.769 DEBUG [main][MenuItemLookup] Item match:Edit 12:29:10.771 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:29:10.771 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:29:10.771 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:10.771 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:29:10.771 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:10.771 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:10.771 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:10.771 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:10.771 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:29:10.771 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:29:10.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled... 12:29:10.771 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:29:10.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until menu item Delete Deleteis enabled finished successfully 12:29:10.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:10.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:10.772 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:29:10.772 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:10.772 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:29:10.772 DEBUG [main][MenuItemLookup] Item match:Edit 12:29:10.772 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 12:29:10.772 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 12:29:10.772 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:10.772 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:29:10.772 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:10.772 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:10.772 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:10.772 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:10.772 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:29:10.772 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:29:10.773 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:29:10.773 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:29:10.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:29:10.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. finished successfully 12:29:10.820 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Server 12:29:10.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:10.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:10.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:29:10.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:10.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:10.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:10.821 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Server" as the parent 12:29:10.821 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:10.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:10.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:10.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:10.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:10.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:10.822 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:10.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:10.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:10.822 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:10.822 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:10.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:29:10.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:29:10.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:10.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:29:10.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:10.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:10.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:10.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:10.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:10.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:10.954 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:10.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:10.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed... 12:29:10.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is disposed finished successfully 12:29:10.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:29:20.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. failed, NO exception will be thrown 12:29:20.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available.... 12:29:20.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Publishing to .*'] is available. finished successfully 12:29:20.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:20.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:20.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:20.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:20.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:20.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:29:20.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:29:20.975 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:29:20.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:20.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:20.976 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:29:20.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:29:20.977 INFO [WorkbenchTestable][RequirementsRunner] Started test: getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:29:20.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:29:20.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:29:20.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:29:20.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:29:20.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:29:20.977 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:20.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:20.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:20.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:29:20.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:20.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:20.983 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:29:20.983 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:29:21.015 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:29:21.040 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:29:21.041 INFO [WorkbenchTestable][AbstractServer] Add and remove modules of server 12:29:21.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:21.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:21.085 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:21.086 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:29:21.086 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:21.086 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:21.086 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:21.086 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:21.086 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:21.086 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:29:21.086 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:21.086 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:29:21.086 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:29:21.086 DEBUG [main][MenuItemLookup] Found menu:'Profile' 12:29:21.086 DEBUG [main][MenuItemLookup] Found menu:'Stop Ctrl+Alt+S' 12:29:21.086 DEBUG [main][MenuItemLookup] Found menu:'Publish Ctrl+Alt+P' 12:29:21.086 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:29:21.086 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:21.086 DEBUG [main][MenuItemLookup] Found menu:'Add and Remove...' 12:29:21.086 DEBUG [main][MenuItemLookup] Item match:Add and Remove... 12:29:21.086 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Add and Remove..." 12:29:21.086 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add and Remove... 12:29:21.086 INFO [main][MenuItemHandler] Select menu item: &Add and Remove... 12:29:21.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available.... 12:29:21.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:21.219 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:21.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add and Remove..."] is available. finished successfully 12:29:21.220 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add and Remove... 12:29:21.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:21.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:21.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add All >>") 12:29:21.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:21.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:21.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:21.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:21.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:21.249 INFO [WorkbenchTestable][AbstractButton] Click button Add A&ll >> 12:29:21.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:21.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:21.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:21.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:21.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesPage, index 1 and no matchers specified 12:29:21.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:21.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:29:21.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:29:21.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:21.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:29:21.254 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project and wait with time period 1 12:29:21.254 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 12:29:21.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:21.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:21.754 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 12:29:21.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project 12:29:21.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:22.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:22.255 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project 12:29:22.255 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-2 and wait with time period 1 12:29:22.255 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 12:29:22.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:22.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:22.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 12:29:22.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-2 12:29:22.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:23.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:23.257 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-2 12:29:23.257 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item server-project-3 and wait with time period 1 12:29:23.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 12:29:23.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:23.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 12:29:23.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item server-project-3 12:29:23.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:24.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:24.259 INFO [WorkbenchTestable][TreeItemHandler] Expanded: server-project-3 12:29:24.259 TRACE [WorkbenchTestable][ModifyModulesDialog] Shell Add and Remove... is not null and is not disposed 12:29:24.259 INFO [WorkbenchTestable][ModifyModulesDialog] Cancel wizard 12:29:24.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.ModifyModulesDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:29:24.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:24.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:24.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:24.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:24.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:24.266 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:29:24.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:24.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:24.266 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:24.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:24.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:29:24.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:29:24.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:24.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:24.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:24.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:24.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:24.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:24.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:24.326 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:24.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:24.326 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:24.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:24.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:24.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:24.328 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Server ABC [Stopped] and wait with time period 1 12:29:24.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:29:24.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:24.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:24.829 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:29:24.829 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server ABC [Stopped] 12:29:24.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:25.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:25.329 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server ABC [Stopped] 12:29:25.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:25.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:25.330 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:25.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:25.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:25.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:29:25.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:29:25.330 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:29:25.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:25.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:25.331 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) 12:29:25.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:25.333 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:29:25.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:25.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:25.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:25.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:25.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:25.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:29:25.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:25.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:25.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:25.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:25.337 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:25.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:25.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:25.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:25.379 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:25.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:25.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:25.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:25.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:25.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:25.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:25.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:26.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:26.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:26.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:29:26.384 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:29:26.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:29:26.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:26.385 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:26.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:29:26.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:26.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:26.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:26.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:26.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:26.386 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:29:26.386 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-2 12:29:26.386 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project-3 12:29:26.386 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:29:26.386 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:29:26.389 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:29:26.397 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:29:26.397 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:26.397 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:26.443 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:29:26.443 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:29:26.443 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:29:26.444 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:29:26.444 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:29:26.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:26.444 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:29:26.944 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:26.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:26.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:26.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:26.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:26.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:26.945 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:26.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:26.945 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 12:29:26.945 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:29:26.945 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:29:26.945 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:29:26.948 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:29:26.948 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:26.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:26.990 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:26.990 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:29:26.990 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:26.990 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:29:26.990 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:26.990 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:26.990 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:26.990 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:29:26.990 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:26.990 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:26.990 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:29:26.990 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:29:26.990 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:29:26.990 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:29:27.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:29:27.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:29:27.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:29:27.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:27.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:27.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:27.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:27.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:29:27.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:27.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:27.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:27.666 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:29:27.666 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:27.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:27.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:27.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:27.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:27.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:27.667 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:29:27.668 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:29:27.668 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:29:27.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:27.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:27.668 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:27.668 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:27.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:29:27.668 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:27.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:27.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:27.668 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:29:27.668 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:27.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:27.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:27.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:27.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:27.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:27.670 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:27.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:27.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:27.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:27.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:27.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:29:27.675 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:29:28.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:29:28.176 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:29:28.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:28.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:29:28.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:28.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:28.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:28.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:28.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:28.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:28.176 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:28.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:28.176 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:29:28.176 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:29:28.176 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:29:28.180 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:29:28.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:28.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:28.225 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:29:28.225 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:29:28.225 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:29:28.225 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:29:28.225 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:29:28.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:28.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:29:28.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:29:28.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:29:28.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:28.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:28.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:28.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:28.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:28.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:28.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:28.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:28.726 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-2' via Explorer 12:29:28.727 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-2 12:29:28.727 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-2 12:29:28.727 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-2 about selection 12:29:28.729 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-2 12:29:28.729 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:28.729 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:28.772 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:28.772 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:29:28.772 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:28.772 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:29:28.772 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:28.772 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:28.772 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:28.772 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:29:28.772 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:28.772 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:28.772 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:29:28.772 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:29:28.773 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:29:28.773 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:29:28.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:29:28.915: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:28.938: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:28.942: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:28.947: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:28.963: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:28.980: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:28.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:29.013: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:29.030: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:29.047: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:29.062: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:29.080: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:29.097: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:29.113: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:29.130: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:29.146: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:29.163: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:29:29.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:29:29.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:29:29.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:29.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:29.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:29.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:29.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:29:29.448 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:29.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:29.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:29.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:29:29.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:29.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:29.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:29.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:29.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:29.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:29.449 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:29:29.449 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:29:29.449 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:29:29.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:29.450 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:29.450 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:29.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:29:29.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:29.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:29:29.450 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:29.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:29.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:29.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:29.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:29.452 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:29.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:29.452 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:29.452 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:29:29.454: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:29.456: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:29:29.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:29:29.458 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:29:29.489: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:29:29.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:29:29.959 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:29:29.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:29.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:29.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:29.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:29.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:29.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:29.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:29.959 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:29.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:29.959 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:29:29.959 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:29:29.959 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:29:29.962 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:29:29.963 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:29.963 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:30.009 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:30.009 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:29:30.009 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:30.009 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:29:30.010 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:30.010 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:30.010 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:30.010 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:29:30.010 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:30.010 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:30.010 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:30.010 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:29:30.010 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:29:30.010 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:29:30.010 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:30.010 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:29:30.010 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:29:30.010 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:30.010 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:29:30.010 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:29:30.010 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:29:30.010 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:29:30.010 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:29:30.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:30.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:29:30.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:30.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:29:30.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:30.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:30.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:30.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:30.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:30.511 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:30.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:30.511 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project-3' via Explorer 12:29:30.511 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project-3 12:29:30.511 DEBUG [main][TreeItemHandler] Selecting tree item: server-project-3 12:29:30.511 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project-3 about selection 12:29:30.513 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project-3 12:29:30.513 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:30.513 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:30.555 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:30.555 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:29:30.555 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:30.555 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:29:30.556 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:30.556 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:30.556 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:30.556 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:29:30.556 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:30.556 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:30.556 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:29:30.556 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:29:30.556 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:29:30.556 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:29:30.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:29:30.703: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:30.727: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:30.731: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:29:30.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:29:30.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:29:30.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... (Eclipse:1812): Gtk-CRITICAL **: 12:29:30.736: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:29:30.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:30.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:30.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:30.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:29:30.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:30.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:30.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:30.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:29:30.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:30.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:30.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:30.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:30.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:30.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:30.740 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:29:30.740 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:29:30.740 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:29:30.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:30.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:30.740 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:30.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:30.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:29:30.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:30.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:30.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:30.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:29:30.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:30.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:30.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:30.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:30.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:30.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:30.742 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:30.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:30.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:30.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:30.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:29:30.744: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:30.746: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:29:30.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:29:30.748 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:29:30.757: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:30.768: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:29:30.778: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:29:31.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:29:31.249 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:29:31.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:31.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:29:31.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:31.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:31.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:31.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:31.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:31.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:31.249 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:31.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:31.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:31.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:31.260 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:29:31.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:31.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:31.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:31.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:31.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:31.271 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:31.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:29:31.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:31.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:31.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:31.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:31.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:31.303 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:31.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:31.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:31.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:31.342 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:31.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:31.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:31.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:31.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:29:31.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:31.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:31.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:31.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:31.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:31.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:31.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:31.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:31.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:31.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:31.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:31.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:29:31.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:31.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:31.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:31.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:31.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:31.382 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:31.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:31.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:31.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:29:31.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:31.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:31.404 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server ABC [Stopped] 12:29:31.404 DEBUG [main][TreeItemHandler] Selecting tree item: Server ABC [Stopped] 12:29:31.405 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server ABC [Stopped] about selection 12:29:31.411 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server ABC [Stopped] 12:29:31.411 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:31.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:31.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:31.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:31.413 INFO [WorkbenchTestable][AbstractServer] Delete server 'Server ABC'. Stop server first: false 12:29:31.413 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:31.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:31.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:31.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:29:31.414 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:29:31.414 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:31.475 DEBUG [main][MenuItemLookup] Found menu:'New' 12:29:31.475 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:29:31.475 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:29:31.475 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:31.475 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:29:31.475 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:29:31.475 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:29:31.475 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:29:31.475 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:29:31.475 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:29:31.475 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:29:31.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:29:31.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:29:31.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:29:31.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:31.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:31.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:29:31.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:31.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:31.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:31.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:29:31.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:31.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:31.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:31.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:31.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:31.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:31.519 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:29:31.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:31.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:31.519 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:31.519 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:31.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:29:31.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:29:31.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:31.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:31.578 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:29:31.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:31.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:31.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:31.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:31.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:31.590 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:31.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:29:31.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:31.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:31.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:31.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:31.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:29:31.619 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:31.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:31.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:31.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:29:31.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:29:31.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:29:31.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC... 12:29:31.622 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:31.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:31.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:31.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:29:31.623 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:29:31.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:31.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:31.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:32.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:32.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:32.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:32.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:32.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:29:32.628 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:29:32.628 INFO [WorkbenchTestable][ServersView2] Requested server 'Server ABC' was not found on Servers view 12:29:32.628 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:29:32.629 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:29:32.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:29:32.630 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:29:32.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:29:32.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:32.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:32.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:33.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:33.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:33.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:33.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:33.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:29:33.635 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:29:33.635 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:29:33.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Server ABC finished successfully 12:29:33.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:33.635 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:33.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:33.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:33.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:33.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:33.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:33.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:33.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:33.636 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest 12:29:33.636 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:29:33.636 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:29:33.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:33.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.575 s - in org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest testSwitchingOffPublishingChanges no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 11.549 s addTwo_removeAll no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 3.489 s testRemoveConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 3.773 s getAvailableModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 4.254 s addAll_removeTwo no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 11.811 s getConfiguredModules no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.view.ModifyModulesDialogTest) Time elapsed: 4.354 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:29:33.650 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:29:33.651 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:29:33.651 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:29:33.651 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:29:33.651 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:29:33.651 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:29:33.651 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:29:33.651 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:29:33.652 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:29:33.652 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:29:33.652 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:29:33.652 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:29:33.652 INFO [WorkbenchTestable][RequirementsRunner] Started test: editRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 12:29:33.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:29:33.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:29:33.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:29:33.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:29:33.652 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:29:33.652 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:29:33.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:33.653 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:29:33.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:33.654 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:29:33.654 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:33.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:33.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:33.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:33.655 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:33.655 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:29:33.655 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:33.658 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:29:33.658 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:29:33.658 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:29:33.658 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:29:33.658 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:29:33.658 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:29:33.658 DEBUG [main][MenuItemLookup] Item match:Window 12:29:33.658 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:29:33.658 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:29:33.658 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:29:33.658 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:33.658 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:29:33.658 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:29:33.658 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:33.658 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:29:33.658 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:33.658 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:29:33.658 DEBUG [main][MenuItemLookup] Item match:Preferences 12:29:33.678 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:29:33.678 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:29:33.678 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:29:33.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:29:34.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:29:34.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:29:34.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:34.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:34.511 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:29:34.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:34.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:29:34.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:34.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:34.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:34.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:34.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:34.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:34.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:34.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:29:34.514 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:29:34.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:35.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:35.015 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:29:35.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:29:35.017 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:29:35.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:35.017 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:29:35.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:35.017 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:29:35.017 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:29:35.017 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:29:35.018 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:29:35.018 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:29:35.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:35.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:35.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:35.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:35.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:36.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:36.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:36.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:29:36.094 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:29:36.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:29:36.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:36.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:36.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:36.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:36.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:29:36.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:36.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:36.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:36.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:36.110 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Server AB(Test runtime)' 12:29:36.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:29:36.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:36.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:36.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:36.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:36.112 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:29:36.113 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Server AB' 12:29:36.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:36.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:36.113 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Server AB' was found 12:29:36.113 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Server AB' matched 'Server AB'! Selecting... 12:29:36.113 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:29:36.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:36.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:36.113 TRACE [main][WidgetHandler] Notify Table with event 13 12:29:36.113 TRACE [main][WidgetHandler] Wait for synchronization 12:29:36.113 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:29:36.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:36.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:36.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:36.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:36.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:36.117 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:29:36.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:36.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:36.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:36.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:36.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:29:39.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:29:39.156 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:29:39.157 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:29:39.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:29:39.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:39.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:39.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:39.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:39.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:39.160 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:29:39.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:39.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:39.160 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:39.160 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:39.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:29:39.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:39.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:39.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:39.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:29:39.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:29:39.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:39.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:39.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:29:39.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:29:39.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:29:39.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:39.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:39.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:39.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:39.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:39.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:39.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:29:39.296 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:29:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:39.296 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:29:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:39.296 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:29:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:29:39.296 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:29:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:39.296 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:29:39.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:39.296 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:29:39.297 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 12:29:39.297 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 12:29:39.297 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 12:29:39.298 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 12:29:39.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:29:39.299 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:29:39.299 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:29:39.799 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:29:39.799 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:29:40.299 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:29:40.299 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:29:40.800 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:29:40.800 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:29:41.300 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:29:41.300 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:29:41.800 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:29:41.800 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:29:42.300 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:29:42.301 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:29:42.801 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:29:42.801 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:29:43.301 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:29:43.301 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:29:43.801 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:29:43.802 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:29:44.302 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:29:44.302 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:29:44.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:29:44.802 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:29:44.802 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:29:44.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:29:44.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:44.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:44.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:44.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:44.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:44.812 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:29:44.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:44.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:44.813 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:44.813 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:44.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:29:45.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:29:45.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:45.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:45.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:45.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:45.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:45.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:45.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:45.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:45.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:45.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Edit...") 12:29:45.320 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:29:45.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:45.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:45.320 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:29:45.320 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:29:45.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:45.324 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:29:45.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:29:45.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:29:45.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:45.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:45.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:45.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:45.336 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 12:29:45.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:29:45.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:29:45.339 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 12:29:45.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:45.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:45.339 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 12:29:45.339 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 12:29:45.339 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:29:45.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:45.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:45.339 TRACE [main][WidgetHandler] Notify Table with event 13 12:29:45.339 TRACE [main][WidgetHandler] Wait for synchronization 12:29:45.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:29:45.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:45.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:45.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:45.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:45.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:45.343 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:29:45.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:45.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:45.343 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:45.343 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:45.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:29:48.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:29:48.353 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:29:48.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:29:48.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:48.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:48.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:48.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:48.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:48.361 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:29:48.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:48.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:48.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:48.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:48.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:29:48.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:29:48.421 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:48.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:48.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:48.422 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:29:48.422 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:29:48.422 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:29:48.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:48.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:48.423 INFO [WorkbenchTestable][RequirementsRunner] Finished test: editRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 12:29:48.423 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:29:48.423 INFO [WorkbenchTestable][RequirementsRunner] Started test: removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 12:29:48.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:29:48.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:29:48.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:29:48.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:29:48.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:29:48.424 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:29:48.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:48.454 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:29:48.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:48.454 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:29:48.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:48.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:48.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:48.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:48.455 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:48.455 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:29:48.455 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:48.458 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:29:48.458 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:29:48.458 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:29:48.458 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:29:48.458 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:29:48.458 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:29:48.458 DEBUG [main][MenuItemLookup] Item match:Window 12:29:48.459 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:29:48.459 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:29:48.459 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:29:48.459 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:48.459 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:29:48.459 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:29:48.459 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:48.459 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:29:48.459 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:48.459 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:29:48.459 DEBUG [main][MenuItemLookup] Item match:Preferences 12:29:48.459 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:29:48.459 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:29:48.459 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:29:48.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:29:48.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:29:48.597 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:29:48.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:48.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:48.599 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:29:48.599 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:48.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:29:48.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:48.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:48.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:48.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:48.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:48.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:48.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:48.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:29:48.616 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:29:48.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:48.616 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:29:48.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:48.616 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:29:48.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:29:48.617 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:29:48.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:48.617 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:29:48.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:48.617 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:29:48.617 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:29:48.617 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:29:48.623 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:29:48.624 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:29:48.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:48.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:48.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:49.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:49.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:49.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:29:49.633 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:29:49.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:29:49.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:29:49.643 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:29:49.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:29:49.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:49.646 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:29:49.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:49.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:49.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:49.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:49.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:29:49.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:49.739 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:49.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:29:49.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:29:49.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:49.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:49.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:29:49.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:29:49.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:29:49.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:49.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:49.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:49.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:49.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:49.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:49.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:49.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:29:49.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:29:49.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:49.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:29:49.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:49.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:29:49.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:29:49.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:29:49.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:49.762 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:29:49.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:49.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:29:49.762 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 12:29:49.762 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 12:29:49.774 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 12:29:49.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 12:29:49.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:29:49.774 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:29:49.774 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:29:50.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:29:50.275 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:29:50.275 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:29:50.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:29:50.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:50.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:50.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:50.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:50.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:50.282 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:29:50.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:50.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:50.282 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:50.282 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:50.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:29:50.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:29:50.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:50.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:50.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:50.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:50.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:50.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:50.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:50.787 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:50.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:50.787 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:29:50.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:29:50.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:50.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:50.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:50.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:50.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:50.790 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:29:50.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:50.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:50.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:50.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:50.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:29:50.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:50.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:50.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:29:50.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:29:50.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:50.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:50.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:29:50.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:29:50.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:29:50.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:50.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:50.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:50.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:50.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:50.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:50.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:50.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:29:50.898 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:29:50.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:50.899 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:29:50.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:50.899 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:29:50.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:29:50.899 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:29:50.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:50.909 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:29:50.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:50.909 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:29:50.909 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 12:29:50.909 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 12:29:50.909 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 12:29:50.910 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 12:29:50.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:29:50.910 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:29:50.910 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:29:51.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:29:51.411 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:29:51.411 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:29:51.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:29:51.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:51.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:51.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:51.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:51.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:51.418 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:29:51.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:51.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:51.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:51.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:51.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:29:51.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:29:51.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:29:51.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:29:51.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:29:51.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:29:51.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:29:51.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:29:51.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:29:51.923 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:29:51.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:29:51.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:29:51.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:51.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:51.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:51.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:29:51.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:51.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:51.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:51.941 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:29:51.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:29:51.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:51.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:51.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:51.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:51.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:29:51.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:51.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:51.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:51.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:51.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:51.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:51.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:51.945 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 12:29:51.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:29:51.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:51.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:51.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:51.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:51.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:29:51.947 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 12:29:51.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:51.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:51.948 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 12:29:51.948 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 12:29:51.948 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:29:51.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:51.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:51.948 TRACE [main][WidgetHandler] Notify Table with event 13 12:29:51.948 TRACE [main][WidgetHandler] Wait for synchronization 12:29:51.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:29:51.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:51.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:51.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:51.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:51.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:51.952 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:29:51.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:51.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:51.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:51.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:51.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:29:54.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:29:54.966 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:29:54.966 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime (2)(Test runtime)' 12:29:54.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:29:54.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:54.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:54.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:54.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:54.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:29:54.970 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime (2)' 12:29:54.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:54.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:54.975 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' was found 12:29:54.975 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' matched 'Test runtime (2)'! Selecting... 12:29:54.975 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:29:54.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:29:54.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:29:54.975 TRACE [main][WidgetHandler] Notify Table with event 13 12:29:54.975 TRACE [main][WidgetHandler] Wait for synchronization 12:29:54.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:29:54.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:54.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:54.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:54.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:54.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:54.981 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:29:54.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:54.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:54.981 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:54.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:54.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:29:57.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:29:57.989 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:29:57.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:29:57.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:57.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:57.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:57.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:57.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:29:57.998 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:29:57.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:29:57.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:57.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:58.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:58.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:58.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:29:58.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:29:58.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:58.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:58.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:58.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:58.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:58.004 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:29:58.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:58.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:58.005 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:58.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:58.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:29:58.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:29:58.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:58.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:58.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:58.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:29:58.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:29:58.052 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:29:58.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:29:58.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:29:58.053 INFO [WorkbenchTestable][RequirementsRunner] Finished test: removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 12:29:58.053 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:29:58.053 INFO [WorkbenchTestable][RequirementsRunner] Started test: addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 12:29:58.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:29:58.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:29:58.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:29:58.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:29:58.053 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:29:58.054 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:29:58.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:58.054 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:29:58.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:58.054 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:29:58.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:58.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:29:58.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:58.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:58.054 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:29:58.055 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:29:58.055 DEBUG [main][MenuItemLookup] Found menu:'File' 12:29:58.060 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:29:58.060 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:29:58.060 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:29:58.060 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:29:58.060 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:29:58.060 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:29:58.060 DEBUG [main][MenuItemLookup] Item match:Window 12:29:58.061 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:29:58.061 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:29:58.061 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:29:58.061 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:58.061 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:29:58.061 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:29:58.061 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:58.061 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:29:58.061 DEBUG [main][MenuItemLookup] Found menu:'' 12:29:58.061 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:29:58.061 DEBUG [main][MenuItemLookup] Item match:Preferences 12:29:58.085 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:29:58.085 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:29:58.085 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:29:58.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:29:58.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:29:58.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:29:58.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:58.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:58.216 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:29:58.216 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:58.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:29:58.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:58.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:58.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:58.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:58.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:58.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:58.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:58.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:29:58.218 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:29:58.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:58.219 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:29:58.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:58.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:29:58.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:29:58.219 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:29:58.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:58.219 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:29:58.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:58.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:29:58.219 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:29:58.219 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:29:58.220 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:29:58.220 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:29:58.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:58.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:58.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:58.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:58.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:59.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:59.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:29:59.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:29:59.248 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:29:59.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:29:59.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:59.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:59.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:59.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:59.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:29:59.259 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:29:59.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:29:59.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:59.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:59.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:59.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:59.262 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:29:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:59.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:59.263 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:59.263 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:59.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:29:59.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:59.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:29:59.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:29:59.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:29:59.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:29:59.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:29:59.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:29:59.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:29:59.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:29:59.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:59.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:59.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:59.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:59.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:29:59.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:29:59.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:29:59.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:29:59.396 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:29:59.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:59.396 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:29:59.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:59.396 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:29:59.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:29:59.396 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:29:59.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:29:59.396 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:29:59.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:29:59.396 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:29:59.397 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 12:29:59.397 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 12:29:59.397 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 12:29:59.398 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 12:29:59.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:29:59.398 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:29:59.398 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:29:59.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:29:59.899 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:29:59.899 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:29:59.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:29:59.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:29:59.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:29:59.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:29:59.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:29:59.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:29:59.907 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:29:59.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:29:59.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:29:59.907 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:29:59.907 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:29:59.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:00.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:00.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:00.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:00.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:00.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:00.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:00.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:00.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:00.412 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:00.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:00.412 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:30:00.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:30:00.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:00.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:00.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:00.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:00.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:00.414 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:30:00.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:00.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:00.415 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:00.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:00.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:30:00.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:00.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:00.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:30:00.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:30:00.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:00.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:00.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:30:00.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:30:00.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:30:00.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:00.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:00.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:00.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:00.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:00.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:00.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:00.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:30:00.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:00.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:00.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:00.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:00.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:00.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:30:00.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:00.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:00.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:00.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:00.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:00.542 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 12:30:00.542 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 12:30:00.543 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 12:30:00.543 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 12:30:00.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:30:00.543 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:00.543 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:01.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:30:01.044 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:30:01.044 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:30:01.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:30:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:01.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:01.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:01.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:01.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:01.053 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:01.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:01.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:01.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:01.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:01.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:01.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:01.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:01.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving profile preferences' is a system job, skipped 12:30:01.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:01.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:01.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:01.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:01.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:01.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:01.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:01.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:01.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:01.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:01.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:01.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:01.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:01.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:01.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:01.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:01.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:01.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:01.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:01.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:01.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:01.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:01.568 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime (2)(null)' 12:30:01.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:01.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:01.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:01.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:01.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:01.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:01.570 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime (2)' 12:30:01.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:01.571 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 12:30:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:01.571 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' was found 12:30:01.571 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime (2)' matched 'Test runtime (2)'! Selecting... 12:30:01.571 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:30:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:01.571 TRACE [main][WidgetHandler] Notify Table with event 13 12:30:01.571 TRACE [main][WidgetHandler] Wait for synchronization 12:30:01.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:30:01.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:01.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:01.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:01.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:01.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:01.575 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:30:01.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:01.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:01.575 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:01.575 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:30:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:30:04.583 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:30:04.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:04.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:04.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:04.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:04.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:04.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:04.591 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(null)' 12:30:04.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:04.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:04.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:04.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:04.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:04.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:04.593 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 12:30:04.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:04.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:04.593 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 12:30:04.593 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 12:30:04.593 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:30:04.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:04.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:04.594 TRACE [main][WidgetHandler] Notify Table with event 13 12:30:04.594 TRACE [main][WidgetHandler] Wait for synchronization 12:30:04.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:30:04.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:04.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:04.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:04.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:04.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:04.597 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:30:04.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:04.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:04.597 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:04.597 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:04.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:30:07.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:30:07.605 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:30:07.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:07.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:07.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:07.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:07.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:07.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:07.611 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:30:07.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:07.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:07.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:07.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:07.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:07.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:07.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:30:07.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:07.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:07.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:07.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:07.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:07.616 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:30:07.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:07.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:07.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:07.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:07.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:07.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:07.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:07.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:07.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:07.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:30:07.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:07.680 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:07.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:07.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:07.681 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 12:30:07.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:07.681 INFO [WorkbenchTestable][RequirementsRunner] Started test: getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 12:30:07.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:30:07.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:07.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:07.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:07.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:07.681 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:30:07.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:07.682 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:30:07.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:07.682 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:30:07.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:07.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:07.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:07.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:07.683 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:07.683 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:30:07.683 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:07.686 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:30:07.686 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:30:07.686 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:30:07.686 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:30:07.686 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:30:07.686 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:30:07.686 DEBUG [main][MenuItemLookup] Item match:Window 12:30:07.687 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:30:07.687 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:30:07.687 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:30:07.687 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:07.687 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:30:07.687 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:30:07.687 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:07.687 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:30:07.687 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:07.687 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:30:07.687 DEBUG [main][MenuItemLookup] Item match:Preferences 12:30:07.687 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:30:07.687 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:30:07.687 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:30:07.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:30:07.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:30:07.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:30:07.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:07.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:07.827 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:30:07.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:07.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:30:07.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:07.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:07.828 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:07.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:07.828 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:07.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:07.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:07.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:30:07.845 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:30:07.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:07.845 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:30:07.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:07.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:30:07.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:30:07.852 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:30:07.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:07.852 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:30:07.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:07.852 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:30:07.852 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:30:07.852 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:30:07.853 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:30:07.853 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:30:07.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:07.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:07.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:08.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:08.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:08.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:08.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:08.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:08.864 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:30:08.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:08.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:08.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:08.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:08.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:08.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:08.875 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:30:08.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:30:08.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:08.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:08.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:08.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:08.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:08.879 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:30:08.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:08.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:08.879 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:08.879 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:08.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:30:08.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:08.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:08.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:30:08.971 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:30:08.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:08.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:08.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:30:08.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:30:08.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:30:08.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:08.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:08.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:08.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:08.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:08.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:08.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:08.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:30:08.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:08.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:08.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:08.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:08.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:08.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:30:08.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:08.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:08.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:08.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:08.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:08.993 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 12:30:08.993 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 12:30:08.993 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 12:30:08.993 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 12:30:08.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:30:08.993 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:08.993 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:09.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:30:09.494 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:30:09.494 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:30:09.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:30:09.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:09.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:09.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:09.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:09.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:09.502 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:09.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:09.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:09.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:09.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:09.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:10.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:10.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:10.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:10.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:10.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:10.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:10.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:10.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:10.010 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:10.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:10.010 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:30:10.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:30:10.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:10.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:10.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:10.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:10.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:10.013 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:30:10.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:10.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:10.013 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:10.013 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:10.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:30:10.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:10.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:10.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:30:10.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:30:10.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:10.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:10.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:30:10.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:30:10.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:30:10.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:10.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:10.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:10.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:10.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:10.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:10.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:10.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:30:10.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:10.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:10.120 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:10.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:10.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:10.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:30:10.131 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:10.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:10.131 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:10.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:10.131 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:10.132 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 2 12:30:10.132 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 2 12:30:10.132 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime 2 about selection 12:30:10.149 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 2 12:30:10.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:30:10.150 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:10.150 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:10.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:30:10.650 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:30:10.650 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:30:10.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:30:10.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:10.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:10.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:10.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:10.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:10.658 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:10.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:10.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:10.659 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:10.659 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:10.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:11.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:11.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:11.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:11.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:11.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:11.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:11.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:11.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:11.167 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:11.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:11.168 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:30:11.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:30:11.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:11.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:11.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:11.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:11.170 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:30:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:11.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:11.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:11.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:30:11.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:11.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:11.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:30:11.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:30:11.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:11.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:11.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:30:11.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:30:11.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:30:11.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:11.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:11.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:11.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:11.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:11.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:11.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:11.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:30:11.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:11.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:11.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:11.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:11.279 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:11.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:30:11.279 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:11.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:11.289 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:11.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:11.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:11.289 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 2 12:30:11.289 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 2 12:30:11.290 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime 2 about selection 12:30:11.290 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 2 12:30:11.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:30:11.290 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:11.290 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:11.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:30:11.791 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:30:11.791 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:30:11.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:30:11.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:11.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:11.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:11.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:11.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:11.797 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:11.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:11.797 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:11.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:11.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:12.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:12.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:12.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:12.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:12.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:12.305 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:12.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:12.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:12.306 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:12.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:12.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:12.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:12.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:12.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:12.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:12.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:12.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:12.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:12.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:12.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:12.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:12.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:12.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:12.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:12.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:12.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:12.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:12.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:12.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:12.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:12.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:12.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.329 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:30:12.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:12.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:12.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:12.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:12.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.334 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 12:30:12.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:12.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:12.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:12.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:12.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:12.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:12.337 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 12:30:12.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.337 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 12:30:12.337 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 12:30:12.337 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:30:12.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:12.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:12.337 TRACE [main][WidgetHandler] Notify Table with event 13 12:30:12.337 TRACE [main][WidgetHandler] Wait for synchronization 12:30:12.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:30:12.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:12.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:12.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:12.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:12.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:12.341 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:30:12.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:12.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:12.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:12.341 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:12.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:30:15.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:30:15.350 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:30:15.350 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime 2(Test runtime 2)' 12:30:15.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:15.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:15.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:15.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:15.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:15.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:15.354 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime 2' 12:30:15.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:15.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:15.359 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2' was found 12:30:15.359 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2' matched 'Test runtime 2'! Selecting... 12:30:15.359 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:30:15.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:15.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:15.359 TRACE [main][WidgetHandler] Notify Table with event 13 12:30:15.359 TRACE [main][WidgetHandler] Wait for synchronization 12:30:15.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:30:15.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:15.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:15.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:15.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:15.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:15.363 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:30:15.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:15.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:15.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:15.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:15.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:30:18.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:30:18.373 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:30:18.373 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime 2 (2)(Test runtime 2)' 12:30:18.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:18.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:18.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:18.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:18.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:18.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:18.376 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime 2 (2)' 12:30:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:18.380 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2 (2)' was found 12:30:18.380 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime 2 (2)' matched 'Test runtime 2 (2)'! Selecting... 12:30:18.380 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:30:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:18.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:18.380 TRACE [main][WidgetHandler] Notify Table with event 13 12:30:18.380 TRACE [main][WidgetHandler] Wait for synchronization 12:30:18.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:30:18.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:18.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:18.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:18.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:18.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:18.383 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:30:18.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:18.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:18.383 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:18.383 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:18.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:30:21.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:30:21.389 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:30:21.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:30:21.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:21.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:21.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:21.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:21.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:21.394 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:30:21.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:21.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:21.394 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:21.394 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:21.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:21.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:21.455 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:21.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:21.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:21.455 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:30:21.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:21.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:21.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:21.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:21.456 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) 12:30:21.456 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest 12:30:21.456 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:21.456 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:21.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:21.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.808 s - in org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest editRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 14.771 s removeAllRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 9.63 s addAndRemoveRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 9.628 s getServerRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.RuntimePreferencePageTest) Time elapsed: 13.775 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:30:21.472 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:30:21.473 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:30:21.473 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:21.474 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:30:21.474 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:21.474 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:30:21.474 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:21.474 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:30:21.474 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:21.474 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:30:21.474 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:21.475 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:21.475 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 12:30:21.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:30:21.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:21.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:21.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:21.475 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:21.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:21.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:21.482 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:30:21.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:21.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:21.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:21.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:21.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:21.489 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:21.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:30:21.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:21.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:21.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:21.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:21.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:21.496 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:21.496 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:21.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:21.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:30:21.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:21.497 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:21.498 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:21.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:21.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:21.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:30:21.499 INFO [WorkbenchTestable][ServersView2] Create new server 12:30:21.499 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:30:21.499 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:21.501 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:21.505 DEBUG [main][MenuItemLookup] Item match:New 12:30:21.505 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:30:21.505 DEBUG [main][MenuItemLookup] Item match:Server 12:30:21.505 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:30:21.505 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:30:21.505 INFO [main][MenuItemHandler] Select menu item: Server 12:30:21.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:30:21.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:30:21.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:30:21.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:21.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:21.674 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:30:21.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:21.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:21.705 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:30:21.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:21.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:21.705 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:30:21.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:21.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:21.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:30:21.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:21.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:21.706 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:30:21.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:21.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:30:21.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:21.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:21.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:21.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:21.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:21.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:30:21.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:30:21.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:30:21.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:21.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:21.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:30:21.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:21.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:21.722 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:21.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:21.722 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:21.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:30:21.722 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:21.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:21.722 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:21.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:21.722 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:21.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:30:21.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:30:21.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:21.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:21.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:21.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:21.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:21.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:21.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:30:21.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:21.741 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:21.741 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:30:21.741 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:21.742 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:21.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:21.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:21.742 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:30:21.742 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:30:21.742 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:30:21.753 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:30:21.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:30:21.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:21.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:21.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:21.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:21.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:21.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:22.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:22.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:30:22.255 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:22.255 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:22.756 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:22.756 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:23.256 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:23.256 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:23.756 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:23.756 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:24.257 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:24.257 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:24.757 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:24.757 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:25.257 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:25.257 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:25.758 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:25.758 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:26.258 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:26.258 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:26.758 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:26.758 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:27.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:30:27.259 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:30:27.259 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 12:30:27.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:30:27.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:27.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:27.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:27.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:27.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:27.270 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:30:27.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:27.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:27.270 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:27.270 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:27.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:27.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving profile preferences' is a system job, skipped 12:30:27.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:27.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:27.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:27.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:27.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:27.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:27.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:27.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:27.349 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:27.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:27.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:27.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:30:27.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:30:27.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:27.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:27.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:27.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:27.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:28.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:28.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:28.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:30:28.355 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:30:28.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:30:28.355 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:28.355 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:28.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:28.356 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 12:30:28.356 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:28.356 INFO [WorkbenchTestable][RequirementsRunner] Started test: setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 12:30:28.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:30:28.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:28.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:28.356 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:28.357 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:28.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:28.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:28.367 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:30:28.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:28.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:28.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:28.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:28.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:30:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:28.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:28.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:28.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:28.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:28.408 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:28.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:28.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:28.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:30:28.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:28.410 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:28.411 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:28.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:28.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:28.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:30:28.412 INFO [WorkbenchTestable][ServersView2] Create new server 12:30:28.412 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:30:28.412 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:28.414 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:28.416 DEBUG [main][MenuItemLookup] Item match:New 12:30:28.417 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:30:28.417 DEBUG [main][MenuItemLookup] Item match:Server 12:30:28.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:30:28.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:30:28.436 INFO [main][MenuItemHandler] Select menu item: Server 12:30:28.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:30:28.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:30:28.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:30:28.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:28.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:28.615 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:30:28.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:28.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:28.616 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:30:28.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:28.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:28.616 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:30:28.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:28.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:28.616 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:30:28.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:28.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:28.616 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:30:28.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:28.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server's host name:") 12:30:28.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:28.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:28.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:28.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:28.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:30:28.630 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:30:28.631 INFO [WorkbenchTestable][AbstractText] Text set to: ABC 12:30:28.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:30:28.631 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:28.631 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:29.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:30:29.132 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:30:29.132 INFO [WorkbenchTestable][NewServerWizard] Cancel wizard 12:30:29.132 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:30:29.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:29.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:29.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:29.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:29.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:29.136 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:30:29.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:29.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:29.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:29.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:29.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:29.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:29.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:29.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving profile preferences' is a system job, skipped 12:30:29.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:29.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:29.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:29.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:29.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:29.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:29.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:29.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:29.202 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:29.202 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:29.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:29.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:30:29.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:30:29.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:29.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:29.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:29.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:29.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:30.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:30.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:30.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:30:30.207 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:30:30.207 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:30:30.207 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:30.207 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:30.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:30.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:30.207 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 12:30:30.207 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:30.208 INFO [WorkbenchTestable][RequirementsRunner] Started test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 12:30:30.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:30:30.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:30.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:30.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:30.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:30.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:30.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:30.213 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:30:30.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:30.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:30.219 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:30.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:30.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:30.219 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:30.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:30:30.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:30.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:30.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:30.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:30.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:30.246 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:30.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:30.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:30.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:30:30.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:30.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:30.248 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:30.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:30.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:30.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:30:30.249 INFO [WorkbenchTestable][ServersView2] Create new server 12:30:30.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Link with event 35 12:30:30.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:30.251 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:30.254 DEBUG [main][MenuItemLookup] Item match:New 12:30:30.254 DEBUG [main][MenuItemLookup] Found menu:'Server' 12:30:30.254 DEBUG [main][MenuItemLookup] Item match:Server 12:30:30.255 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Server" 12:30:30.255 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Server 12:30:30.255 INFO [main][MenuItemHandler] Select menu item: Server 12:30:30.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:30:30.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:30:30.414 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:30:30.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:30.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:30.447 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:30:30.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:30.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:30.453 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:30:30.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:30.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:30.453 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:30:30.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:30.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:30.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:30:30.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:30.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:30.454 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:30:30.454 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:30.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:30:30.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:30.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:30.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:30.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:30.458 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:30.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:30:30.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:30:30.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server]... 12:30:30.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:30.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:30.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:30:30.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:30.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:30.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:30.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:30.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:30.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:30:30.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:30.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:30.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:30.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:30.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:30.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Basic, Test server] finished successfully 12:30:30.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:30:30.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:30.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:30.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:30.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:30.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:30.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:30.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:30.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:30:30.464 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:30.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:30.464 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:30.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:30.464 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:30.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:30:30.464 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:30.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:30.464 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:30.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:30.465 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:30.465 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test server 12:30:30.465 DEBUG [main][TreeItemHandler] Selecting tree item: Test server 12:30:30.477 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test server about selection 12:30:30.479 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test server 12:30:30.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:30:30.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:30.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:30.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:30.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:30.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:30.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:30.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:30.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:30:30.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:30.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:31.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:31.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:31.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:30:31.000 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:30:31.001 INFO [WorkbenchTestable][AbstractText] Text set to: ABC server 12:30:31.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:30:31.001 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:31.001 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:31.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:30:31.502 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:30:31.502 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:30:31.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:30:31.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:31.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:31.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:31.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:31.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:31.509 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:31.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:31.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:31.509 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:31.509 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:31.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:32.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:32.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:32.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:32.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:32.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:32.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:32.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:32.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:32.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:32.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:32.018 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:32.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:32.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:32.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 12:30:32.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:32.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:32.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:30:32.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:32.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:32.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:32.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:32.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:32.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:32.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:32.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:30:32.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:32.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:32.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:32.049 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:32.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:32.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:32.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:30:32.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:32.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:32.074 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:32.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:32.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:32.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:32.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:30:32.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:32.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:32.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:32.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:32.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:32.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:32.106 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:32.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:30:32.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:32.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:32.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:32.137 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:32.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:32.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:32.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:30:32.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:32.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:32.140 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ABC server [Stopped] 12:30:32.140 DEBUG [main][TreeItemHandler] Selecting tree item: ABC server [Stopped] 12:30:32.140 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ABC server [Stopped] about selection 12:30:32.169 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ABC server [Stopped] 12:30:32.169 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:32.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:32.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:32.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:32.171 INFO [WorkbenchTestable][AbstractServer] Delete server 'ABC server'. Stop server first: false 12:30:32.171 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:32.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:32.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:32.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:32.172 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:30:32.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:32.203 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:32.203 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:30:32.203 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:30:32.203 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:32.203 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:30:32.203 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:30:32.203 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:30:32.203 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:30:32.203 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:30:32.203 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:30:32.203 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:30:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:30:32.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:30:32.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:30:32.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:32.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:32.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:30:32.244 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:32.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:32.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:32.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:30:32.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:32.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:32.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:32.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:32.245 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:30:32.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:32.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:32.245 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:32.245 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:32.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:30:32.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:30:32.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.305 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:30:32.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:32.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:32.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:32.317 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:32.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:30:32.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:32.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:32.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:32.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:32.347 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:32.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:32.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:32.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:30:32.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:32.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:32.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: ABC server... 12:30:32.349 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:32.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:32.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:32.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:30:32.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:30:32.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:32.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:32.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:32.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:33.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:33.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:33.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:30:33.355 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:30:33.355 INFO [WorkbenchTestable][ServersView2] Requested server 'ABC server' was not found on Servers view 12:30:33.356 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:30:33.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:30:33.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:33.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:30:33.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:30:33.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:33.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:33.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:33.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:33.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:34.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:34.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:34.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:30:34.361 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:30:34.361 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:30:34.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: ABC server finished successfully 12:30:34.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:34.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:34.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:34.361 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:34.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:34.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:34.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:34.362 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:34.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:34.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:30:34.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:34.362 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:34.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:34.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:34.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:30:34.363 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) 12:30:34.363 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest 12:30:34.363 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:34.363 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:34.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:34.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.893 s - in org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) Time elapsed: 6.881 s setHostName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) Time elapsed: 1.851 s setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewServerWizardPageTest) Time elapsed: 4.155 s Running org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 12:30:34.378 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 12:30:34.379 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:30:34.380 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:34.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 12:30:34.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:34.380 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:30:34.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:34.380 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:30:34.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:34.380 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:30:34.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:34.381 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:34.381 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest) 12:30:34.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 12:30:34.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:34.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:34.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:34.381 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:34.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:30:34.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:34.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:30:34.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:34.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:30:34.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:34.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:34.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:34.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:34.382 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:34.383 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:30:34.383 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:34.385 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:30:34.385 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:30:34.385 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:30:34.385 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:30:34.386 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:30:34.386 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:30:34.386 DEBUG [main][MenuItemLookup] Item match:Window 12:30:34.386 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:30:34.386 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:30:34.386 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:30:34.386 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:34.386 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:30:34.386 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:30:34.386 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:34.386 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:30:34.386 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:34.386 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:30:34.386 DEBUG [main][MenuItemLookup] Item match:Preferences 12:30:34.409 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:30:34.410 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:30:34.410 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:30:34.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:30:34.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:30:34.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:30:34.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:34.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:34.557 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:30:34.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:34.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:30:34.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:34.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:34.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:34.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:34.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:34.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:34.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:34.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:30:34.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:30:34.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:34.561 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:30:34.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:34.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:30:34.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:30:34.561 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:30:34.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:34.562 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:30:34.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:34.562 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:30:34.562 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:30:34.577 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:30:34.577 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:30:34.577 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:30:34.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:34.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:34.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:35.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:35.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:35.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:35.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:35.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:35.594 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:30:35.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:35.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:35.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:35.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:35.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:35.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:35.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:35.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:35.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:35.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:35.609 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server ABC server(Test runtime)' 12:30:35.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:35.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:35.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:35.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:35.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:35.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:35.611 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'ABC server' 12:30:35.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:35.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:35.611 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'ABC server' was found 12:30:35.611 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'ABC server' matched 'ABC server'! Selecting... 12:30:35.611 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:30:35.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:35.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:35.612 TRACE [main][WidgetHandler] Notify Table with event 13 12:30:35.612 TRACE [main][WidgetHandler] Wait for synchronization 12:30:35.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:30:35.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:35.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:35.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:35.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:35.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:35.616 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:30:35.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:35.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:35.616 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:35.616 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:35.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:30:38.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:30:38.631 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:30:38.631 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:30:38.632 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:30:38.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:38.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:38.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:38.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:38.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:38.634 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:30:38.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:38.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:38.634 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:38.634 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:38.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:30:38.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:38.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:38.732 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:38.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:30:38.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:30:38.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:38.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:38.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:30:38.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:30:38.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:30:38.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:38.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:38.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:38.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:38.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:30:38.753 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:38.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:38.754 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:38.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:38.754 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:38.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:30:38.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:30:38.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:38.764 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:30:38.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:38.764 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:30:38.764 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 12:30:38.764 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 12:30:38.765 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 12:30:38.765 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 12:30:38.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:30:38.765 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:30:38.765 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:30:39.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:30:39.266 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:30:39.266 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:30:39.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:30:39.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:39.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:39.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:39.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:39.269 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:39.274 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:39.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:39.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:39.275 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:39.275 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:39.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:39.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:39.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:39.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:39.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:39.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:39.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:39.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:39.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:39.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:39.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:39.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:39.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:39.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:39.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:39.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:39.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:39.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:39.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:39.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:39.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:39.793 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:30:39.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:39.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:39.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:39.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:39.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:39.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:39.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:39.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:39.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:39.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:39.796 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 12:30:39.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:30:39.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:39.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:39.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:39.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:39.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:30:39.798 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 12:30:39.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:39.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:39.799 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 12:30:39.799 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 12:30:39.799 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:30:39.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:30:39.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:30:39.799 TRACE [main][WidgetHandler] Notify Table with event 13 12:30:39.799 TRACE [main][WidgetHandler] Wait for synchronization 12:30:39.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:30:39.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:39.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:39.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:39.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:39.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:39.803 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:30:39.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:39.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:39.803 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:39.803 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:39.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:30:42.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:30:42.811 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:30:42.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:30:42.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:42.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:42.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:42.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:42.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:42.819 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:30:42.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:42.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:42.819 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:42.819 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:42.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:42.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:42.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:42.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:42.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:42.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 12:30:42.857 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:42.857 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:42.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:42.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:42.858 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest) 12:30:42.858 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest 12:30:42.858 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:42.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:42.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:42.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.481 s - in org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest selectType no-configuration(org.eclipse.reddeer.eclipse.test.wst.server.ui.wizard.NewRuntimeWizardPageTest) Time elapsed: 8.477 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:30:42.873 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:30:42.877 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:30:42.877 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:42.878 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:30:42.878 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:42.878 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:30:42.878 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:42.878 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:30:42.887 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:42.887 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:30:42.887 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:42.887 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:42.887 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:42.888 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:42.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:42.888 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:42.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:42.888 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:42.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:42.888 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:42.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:42.888 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:42.888 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:42.889 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:42.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:42.889 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:42.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:42.889 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:42.889 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:42.889 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:42.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:42.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:42.889 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:42.890 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:30:42.890 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:42.892 DEBUG [main][MenuItemLookup] Item match:File 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:42.893 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:30:42.893 DEBUG [main][MenuItemLookup] Item match:Import... 12:30:42.894 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:30:42.894 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:30:42.894 INFO [main][MenuItemHandler] Select menu item: &Import... 12:30:42.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:30:42.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:30:42.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:30:42.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:42.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:42.996 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:30:42.996 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:42.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:30:42.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:42.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:43.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:43.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:43.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:30:43.008 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:30:43.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:43.008 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:30:43.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:43.008 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:30:43.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:30:43.008 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:30:43.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:43.008 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:30:43.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:43.008 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:30:43.009 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:30:43.009 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:30:43.009 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:30:43.009 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:30:43.009 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:30:43.009 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:30:43.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:30:43.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:43.011 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:30:43.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:43.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:43.011 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:43.012 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:43.078 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:43.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:43.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:43.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:30:43.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:43.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:43.125 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:30:43.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:43.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:30:43.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:30:43.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:30:43.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:43.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:43.125 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:30:43.125 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:43.126 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip' 12:30:43.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:30:43.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:43.127 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:30:43.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:43.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:43.127 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:43.127 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:43.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:30:43.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:30:43.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:30:43.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:30:43.130 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip 12:30:43.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:30:43.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:43.171 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:30:43.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:43.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:43.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:43.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:43.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:30:43.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:43.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:30:43.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:30:43.205 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:30:43.205 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:30:43.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:30:43.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:43.208 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:30:43.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:43.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:43.208 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:43.208 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:43.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:30:43.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:43.210 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 12:30:43.210 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 12:30:43.211 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:30:43.211 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 12:30:43.211 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:30:43.211 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:30:43.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:30:43.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:43.226 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:43.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:43.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:43.226 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:43.226 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:43.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:43.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:43.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:43.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:30:43.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:43.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:43.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:43.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:43.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:43.761 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:43.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:43.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:43.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.764 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:30:43.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:43.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:43.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:43.765 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:43.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:30:43.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:43.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:43.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:43.767 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:43.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:43.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:43.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:43.806 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:43.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:43.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:43.807 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:43.807 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:43.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:43.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:43.808 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:43.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:43.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:43.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:44.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:44.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:44.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:44.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:44.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:44.810 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:44.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:44.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:44.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:44.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:44.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:44.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:44.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:44.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:44.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:44.814 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:30:44.815 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:30:44.815 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 12:30:44.815 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 12:30:44.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:45.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:45.316 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 12:30:45.325 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 12:30:45.325 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 12:30:45.325 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 12:30:45.333 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 12:30:45.333 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 12:30:45.333 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 12:30:45.333 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 12:30:45.333 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 12:30:45.335 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 12:30:45.335 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:30:45.335 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:30:45.607 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:30:45.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:30:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:30:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:45.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:45.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:45.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@661ac4e8 is found... 12:30:45.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@661ac4e8 is found finished successfully 12:30:45.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 12:30:45.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:45.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:45.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:45.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:45.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:45.637 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:45.637 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 12:30:45.638 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:45.638 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:30:45.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:30:45.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:45.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:45.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:45.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:45.639 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:45.639 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 12:30:45.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Design") 12:30:45.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:45.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:45.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:45.639 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:30:45.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:45.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:45.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:45.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:45.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:45.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:45.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 12:30:45.754 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:45.754 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:45.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Source") 12:30:45.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:45.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:45.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:45.765 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:30:45.765 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:45.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:45.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:45.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:45.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:45.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:45.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 12:30:45.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 12:30:45.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:45.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:45.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:45.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:45.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:45.869 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 12:30:45.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:30:45.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:45.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:45.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:45.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:45.870 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:30:45.870 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:45.871 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:30:45.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:30:45.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:45.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:45.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:45.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:45.871 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:45.871 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 12:30:45.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Source") 12:30:45.871 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:45.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:45.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:45.872 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:30:45.872 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:45.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:45.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:45.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:45.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:45.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:45.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 12:30:46.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:30:46.024 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:46.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:46.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:46.028 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:30:46.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:46.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:46.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:46.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:46.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:46.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:30:46.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:30:46.029 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:46.029 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:46.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:46.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:46.030 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:30:46.030 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:46.030 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:30:46.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:30:46.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:46.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:46.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:46.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:46.030 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:46.031 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 12:30:46.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Source") 12:30:46.031 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:46.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:46.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:46.031 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:30:46.032 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:46.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:46.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:46.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:46.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:46.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:46.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 12:30:46.135 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:46.135 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= content text TooltipText=null 12:30:46.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Design") 12:30:46.135 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:46.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:46.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:46.136 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:30:46.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:46.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:46.136 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:46.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:46.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:46.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:46.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 12:30:46.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:30:46.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:46.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:46.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:46.220 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:30:46.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:46.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:46.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:46.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:46.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:46.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:46.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:46.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:46.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 12:30:46.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:30:46.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:46.234 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:30:46.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:46.234 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:30:46.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 12:30:46.234 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:30:46.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:46.235 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:30:46.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:46.235 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:30:46.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:30:46.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:46.236 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:46.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:46.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:46.238 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:30:46.238 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:46.238 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:30:46.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:30:46.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:46.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:46.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:46.238 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:46.240 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:46.240 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:46.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Design") 12:30:46.240 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:46.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:46.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:46.248 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:30:46.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:46.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:46.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:46.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:46.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:46.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:46.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 12:30:46.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:30:46.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:46.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:46.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:46.254 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:30:46.254 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:46.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:46.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:46.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:46.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:46.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:46.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:46.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:46.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 12:30:46.256 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:30:46.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:46.257 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:30:46.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:46.257 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:30:46.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 12:30:46.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:30:46.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:46.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:30:46.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:46.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:30:46.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:30:46.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:46.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:46.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:46.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:46.266 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:30:46.267 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:46.267 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingingAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:30:46.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:30:46.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:46.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:46.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:46.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:46.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:30:46.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:46.271 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:46.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:46.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:46.272 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingingAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:30:46.272 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:46.272 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEvaluatingXPathOnAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:30:46.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:30:46.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:46.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:46.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:46.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:46.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:30:46.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:46.341 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:46.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:46.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:46.342 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEvaluatingXPathOnAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) 12:30:46.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:46.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:46.344 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:30:46.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:46.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:46.346 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 12:30:46.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:46.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:46.347 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 12:30:46.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:30:46.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:46.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:46.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:46.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:46.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:46.349 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:46.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:46.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:46.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:46.412 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:46.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:46.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:46.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:46.414 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:46.414 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:46.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:46.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:46.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:46.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:46.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:46.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:46.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:47.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:47.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:47.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:47.417 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:47.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:47.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:47.418 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:47.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:47.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:47.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:47.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:47.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:47.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:47.419 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:30:47.420 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 12:30:47.420 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 12:30:47.423 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 12:30:47.431 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 12:30:47.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:30:47.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:47.480 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:30:47.480 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:30:47.480 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:30:47.480 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:30:47.480 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:30:47.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:47.481 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:30:47.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:47.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:47.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:47.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:47.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:47.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:47.982 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:47.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:47.982 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 12:30:47.982 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 12:30:47.982 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 12:30:47.983 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 12:30:47.986 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 12:30:47.986 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:30:47.986 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:48.033 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:48.033 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:30:48.033 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:48.033 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:30:48.033 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:30:48.033 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:48.033 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:30:48.033 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:30:48.033 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:30:48.033 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:30:48.033 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:30:48.033 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:30:48.033 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:30:48.034 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:30:48.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:30:48.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:30:48.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:30:48.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:48.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:48.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:48.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:48.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:30:48.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:48.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:48.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:48.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:30:48.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:48.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:48.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:48.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:48.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:48.717 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:48.717 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:30:48.718 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:30:48.718 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:30:48.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:48.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:48.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:48.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:48.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:30:48.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:48.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:48.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:48.719 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:30:48.719 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:48.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:48.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:48.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:48.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:48.720 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:48.721 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:30:48.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:48.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:48.721 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:48.721 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:48.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:30:48.726 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:30:49.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:30:49.227 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:30:49.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:49.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:30:49.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:49.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:49.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:49.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:49.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:49.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:49.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:49.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:49.227 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest 12:30:49.227 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:49.227 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:49.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:49.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.356 s - in org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest getSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.232 s selectSourcePage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.159 s getDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.207 s selectDesignPage no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.028 s testGettingingAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.005 s testEvaluatingXPathOnAssociatedXMLEditorFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLMultiPageEditorTest) Time elapsed: 0.07 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:30:49.240 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:30:49.241 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:30:49.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:49.241 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:30:49.241 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:49.241 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:30:49.241 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:49.241 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:30:49.242 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:49.242 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:30:49.242 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:49.242 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:49.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:49.243 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:49.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:49.243 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:49.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:49.243 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:49.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:49.243 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:49.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:49.243 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:49.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:49.244 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:49.244 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:49.244 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:49.244 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:49.244 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:49.244 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:49.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:49.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:49.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:49.245 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:49.245 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:30:49.245 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:49.248 DEBUG [main][MenuItemLookup] Item match:File 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:49.249 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:30:49.249 DEBUG [main][MenuItemLookup] Item match:Import... 12:30:49.269 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:30:49.269 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:30:49.270 INFO [main][MenuItemHandler] Select menu item: &Import... 12:30:49.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:30:49.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:30:49.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:30:49.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:49.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:49.371 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:30:49.371 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:49.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:30:49.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:49.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:49.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:49.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:49.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:49.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:49.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:30:49.382 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:30:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:49.382 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:30:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:49.382 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:30:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:30:49.382 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:30:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:49.382 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:30:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:49.382 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:30:49.382 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:30:49.382 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:30:49.382 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:30:49.383 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:30:49.383 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:30:49.383 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:30:49.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:30:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:49.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:49.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:49.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:49.384 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:30:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:49.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:49.384 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:49.384 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:49.438 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:49.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:49.471 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:49.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:30:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:49.472 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:30:49.472 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:30:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:30:49.472 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:30:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:49.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:49.472 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:30:49.472 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:49.487 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip' 12:30:49.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:30:49.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:49.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:49.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:49.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:49.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:49.488 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:30:49.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:49.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:49.488 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:49.488 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:49.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:30:49.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:49.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:30:49.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:30:49.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:49.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:30:49.503 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip 12:30:49.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:30:49.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:49.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:49.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:49.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:49.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:49.505 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:30:49.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:49.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:49.505 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:49.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:49.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:30:49.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:49.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:49.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:49.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:49.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:49.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:30:49.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:30:49.605 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:30:49.605 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:30:49.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:30:49.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:49.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:49.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:49.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:49.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:49.619 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:30:49.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:49.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:49.619 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:49.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:49.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:30:49.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:49.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:49.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:49.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:49.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:49.639 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 12:30:49.639 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 12:30:49.640 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:30:49.640 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 12:30:49.641 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:30:49.641 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:30:49.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:30:49.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:49.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:49.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:49.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:49.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:49.645 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:49.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:49.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:49.645 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:49.645 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:49.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:50.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:50.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:50.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:30:50.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:30:50.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:50.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:50.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:50.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:50.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:50.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:50.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:50.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:50.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:50.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:50.156 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:30:50.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:50.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:50.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:50.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:50.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:50.158 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:50.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:30:50.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:50.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:50.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:50.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:50.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:50.160 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:50.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:50.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:50.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:30:50.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:50.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:50.164 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:50.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:50.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:50.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:50.165 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:50.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:50.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:50.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:50.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:50.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:50.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:50.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:50.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:51.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:51.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:51.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:51.168 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:51.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:51.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:51.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:51.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:51.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:51.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:51.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:51.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:51.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:51.170 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:30:51.171 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:30:51.171 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 12:30:51.171 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 12:30:51.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:51.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:51.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 12:30:51.673 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 12:30:51.673 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 12:30:51.674 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 12:30:51.684 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 12:30:51.684 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 12:30:51.684 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 12:30:51.684 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 12:30:51.684 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 12:30:51.688 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 12:30:51.688 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:30:51.688 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:30:51.934 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:30:51.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:51.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:30:51.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:30:51.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:51.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:51.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:51.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:51.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:51.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:51.934 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:51.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:51.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7cc8ffd8 is found... 12:30:51.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7cc8ffd8 is found finished successfully 12:30:51.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 12:30:51.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:51.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:51.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:51.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:51.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:51.948 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:51.948 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:51.949 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:51.949 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:51.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Design") 12:30:51.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:51.950 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:30:51.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:51.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:51.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:51.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:51.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:51.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:51.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Design 12:30:51.955 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:51.955 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNode_childNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 12:30:51.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:30:51.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:51.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:51.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:51.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:51.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:30:51.955 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:51.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:51.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:51.966 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:30:51.966 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:51.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:51.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:51.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:51.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:51.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:51.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:51.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:51.968 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:30:51.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:51.968 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:30:51.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:51.968 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:30:51.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 12:30:51.969 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:30:51.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:52.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:52.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:30:52.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 12:30:52.471 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:30:52.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:52.471 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 12:30:52.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:52.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:30:52.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 12:30:52.472 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:30:52.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:52.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:52.973 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:30:52.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 12:30:52.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:30:52.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:52.974 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 12:30:52.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:52.974 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:30:52.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:30:52.975 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:52.975 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:52.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:52.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:52.975 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNode_childNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 12:30:52.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:52.976 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 12:30:52.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:30:52.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:52.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:52.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:52.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:52.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:30:52.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:52.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:52.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:52.976 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:30:52.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:52.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:52.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:52.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:52.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:52.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:52.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:52.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:52.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 12:30:52.978 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:30:52.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:52.978 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:30:52.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:52.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:30:52.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 12:30:52.978 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:30:52.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:52.978 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:30:52.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:52.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:30:52.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:30:52.979 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:52.979 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:52.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:52.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:52.979 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 12:30:52.979 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:52.979 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 12:30:52.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:30:52.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:52.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:52.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:52.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:52.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:30:52.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:52.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:52.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:52.980 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:30:52.980 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:52.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:52.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:52.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:52.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:52.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:52.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:52.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:52.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 12:30:52.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:30:52.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:52.989 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:30:52.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:52.989 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:30:52.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 12:30:52.990 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:30:52.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:52.990 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:30:52.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:52.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:30:52.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:30:52.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:52.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 12:30:52.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:52.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:30:52.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:30:52.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:52.994 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:52.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:52.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:52.994 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 12:30:52.994 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:52.994 INFO [WorkbenchTestable][RequirementsRunner] Started test: getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 12:30:52.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:30:52.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:52.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:52.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:52.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:52.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:30:52.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:52.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:52.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:52.995 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:30:52.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:52.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:52.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:52.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:52.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:52.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children... 12:30:52.996 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:30:52.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:52.997 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:30:52.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:52.997 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:30:52.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem a has children finished successfully 12:30:52.997 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item a 12:30:52.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:52.997 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item a is already expanded. No action performed 12:30:52.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:52.997 INFO [WorkbenchTestable][TreeItemHandler] Expanded: a 12:30:52.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 12:30:52.998 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:30:52.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:52.998 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 12:30:52.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:52.998 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:30:52.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 12:30:52.998 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:30:52.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:52.998 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 12:30:52.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:52.998 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:30:52.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children... 12:30:52.999 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:30:52.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:52.999 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 12:30:52.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:52.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:30:52.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem b1 has children finished successfully 12:30:52.999 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item b1 12:30:52.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:52.999 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item b1 is already expanded. No action performed 12:30:52.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:52.999 INFO [WorkbenchTestable][TreeItemHandler] Expanded: b1 12:30:53.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:30:53.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:53.000 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:53.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:53.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:53.000 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) 12:30:53.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:53.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:53.003 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:30:53.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:53.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:53.005 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - xml-project/file.xml - Eclipse Platform 12:30:53.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:53.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:53.006 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - xml-project/file.xml - Eclipse Platform' 12:30:53.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:30:53.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:53.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:53.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:53.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:53.008 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:53.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:53.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:53.061 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:53.061 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:53.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:53.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:53.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:53.063 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:53.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:53.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:53.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:53.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:53.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:53.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:53.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:53.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:54.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:54.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:54.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:54.065 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:54.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:54.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:54.066 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:54.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:54.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:54.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:54.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:54.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:54.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:54.067 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:30:54.067 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 12:30:54.067 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 12:30:54.077 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 12:30:54.084 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 12:30:54.084 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:30:54.084 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:54.135 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:30:54.135 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:30:54.135 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:30:54.135 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:30:54.135 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:30:54.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:54.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:30:54.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:54.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:54.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:54.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:54.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:54.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:54.637 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:54.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:54.637 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 12:30:54.637 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 12:30:54.637 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 12:30:54.637 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 12:30:54.639 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 12:30:54.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:30:54.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:54.684 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:54.684 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:30:54.684 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:54.684 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:30:54.684 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:30:54.684 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:54.684 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:30:54.684 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:30:54.684 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:30:54.684 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:30:54.684 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:30:54.684 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:30:54.684 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:30:54.685 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:30:54.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:30:55.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:30:55.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:30:55.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:55.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:55.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:55.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:55.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:30:55.374 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:55.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:55.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:55.374 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:30:55.374 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:55.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:55.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:55.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:55.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:55.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:55.375 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:30:55.375 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:30:55.375 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:30:55.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:55.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:55.376 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:55.376 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:55.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:30:55.376 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:55.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:55.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:55.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:30:55.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:55.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:55.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:55.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:55.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:55.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:55.378 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:30:55.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:55.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:55.378 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:55.378 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:55.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:30:55.383 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:30:55.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:30:55.884 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:30:55.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:55.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:30:55.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:55.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:55.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:55.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:55.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:55.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:55.884 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:55.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:55.884 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest 12:30:55.884 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:55.884 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:55.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:55.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.644 s - in org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest getNode_childNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 1.02 s getNode no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 0.003 s getAttribute no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 0.015 s getValue no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLDesignPageTest) Time elapsed: 0.006 s Running org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:30:55.897 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:30:55.898 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:30:55.898 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:55.898 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:30:55.899 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:55.899 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:30:55.899 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:55.899 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:30:55.899 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:55.899 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:30:55.899 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:55.900 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:55.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:55.900 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:55.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:55.900 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:55.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:55.901 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:55.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:55.901 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:55.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:55.901 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:55.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:55.901 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:55.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:55.901 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:55.901 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:55.901 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:55.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:55.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:55.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:55.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:55.902 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:55.903 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:30:55.903 DEBUG [main][MenuItemLookup] Found menu:'File' 12:30:55.908 DEBUG [main][MenuItemLookup] Item match:File 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:55.909 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:30:55.909 DEBUG [main][MenuItemLookup] Item match:Import... 12:30:55.909 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:30:55.909 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:30:55.909 INFO [main][MenuItemHandler] Select menu item: &Import... 12:30:56.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:30:56.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:30:56.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:30:56.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:56.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:56.025 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:30:56.025 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:56.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:30:56.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:56.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:56.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:56.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:56.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:30:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:30:56.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:30:56.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:30:56.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:56.029 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:30:56.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:56.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:30:56.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:30:56.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:30:56.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:56.029 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:30:56.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:56.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:30:56.030 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:30:56.030 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:30:56.030 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:30:56.030 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:30:56.030 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:30:56.030 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:30:56.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:30:56.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:56.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:56.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:56.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:56.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:56.045 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:30:56.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:56.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:56.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:56.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:56.098 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:30:56.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:56.133 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:56.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:30:56.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:56.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:56.178 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:30:56.178 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:56.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:30:56.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:30:56.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:30:56.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:56.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:56.179 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:30:56.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:30:56.180 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip' 12:30:56.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:30:56.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:56.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:56.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:56.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:56.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:56.182 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:30:56.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:56.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:56.182 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:56.182 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:56.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:30:56.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:56.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:30:56.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:30:56.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:56.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:30:56.210 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip 12:30:56.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:30:56.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:56.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:56.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:56.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:56.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:56.214 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:30:56.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:56.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:56.214 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:56.214 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:56.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:30:56.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:56.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:56.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:56.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:56.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:56.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:30:56.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:30:56.330 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:30:56.330 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:30:56.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:30:56.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:56.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:56.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:56.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:56.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:56.332 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:30:56.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:56.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:56.332 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:56.332 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:56.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:30:56.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:56.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:56.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:56.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:56.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:56.348 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item xml-project (xml-project/) 12:30:56.348 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item xml-project (xml-project/): 12:30:56.349 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:30:56.350 INFO [WorkbenchTestable][TreeItemHandler] Checked: xml-project (xml-project/) 12:30:56.350 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:30:56.350 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:30:56.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:30:56.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:56.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:56.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:56.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:56.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:30:56.355 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:30:56.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:30:56.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:30:56.355 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:30:56.355 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:56.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:30:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:30:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:56.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:30:56.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:56.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:56.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:56.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:56.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:56.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:56.861 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:56.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:56.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:56.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:56.863 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:30:56.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:56.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:56.865 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:30:56.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:30:56.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:30:56.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:30:56.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:30:56.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:56.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:56.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:56.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:56.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:56.867 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:56.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:56.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:56.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:30:56.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:30:56.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:30:56.870 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:56.871 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPath no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 12:30:56.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:30:56.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:56.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:56.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:56.871 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:56.871 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:56.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:56.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:56.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:56.872 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:56.872 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:56.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:56.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:56.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:56.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:56.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:57.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:57.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:57.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:57.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:57.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:57.875 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:57.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:57.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:57.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:57.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:57.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:57.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:57.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:57.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:57.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:57.876 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:30:57.877 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:30:57.877 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item file.xml of tree item xml-project 12:30:57.877 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 12:30:57.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:58.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:58.378 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 12:30:58.379 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 12:30:58.379 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 12:30:58.380 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 12:30:58.383 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 12:30:58.384 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item file.xml 12:30:58.384 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item file.xml 12:30:58.384 DEBUG [main][TreeItemHandler] Selecting tree item: file.xml 12:30:58.384 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item file.xml about selection 12:30:58.386 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: file.xml 12:30:58.386 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:30:58.386 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:30:58.677 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:30:58.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:30:58.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:30:58.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:30:58.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:30:58.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:30:58.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:30:58.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:30:58.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:30:58.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:30:58.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:30:58.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:30:58.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9e5e663 is found... 12:30:58.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@9e5e663 is found finished successfully 12:30:58.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 12:30:58.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:58.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:58.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:58.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:58.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:58.692 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:58.692 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:58.693 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:58.693 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:58.693 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Source") 12:30:58.693 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:30:58.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:58.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:58.694 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "file.xml"as the parent 12:30:58.694 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:30:58.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:58.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:58.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:58.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:58.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:58.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 12:30:58.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qfile.xml\E') 12:30:58.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:58.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:58.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:58.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:58.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:30:58.787 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part file.xml 12:30:58.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:30:58.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:30:58.796 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:30:58.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:30:58.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:30:58.799 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPath no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 12:30:58.799 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:30:58.799 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 12:30:58.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:30:58.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:30:58.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:30:58.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:30:58.799 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:30:58.800 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:58.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:58.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:58.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:58.849 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:58.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:58.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:58.851 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:58.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:58.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:58.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:59.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:59.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:59.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:59.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:30:59.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:30:59.854 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:30:59.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:30:59.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:30:59.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:30:59.855 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:30:59.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:30:59.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:30:59.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:30:59.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:30:59.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:30:59.856 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:30:59.857 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:30:59.861 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TomcatServerRequirement.xml of tree item xml-project 12:30:59.861 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 12:30:59.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:30:59.862 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item xml-project is already expanded. No action performed 12:30:59.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:30:59.862 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 12:30:59.862 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TomcatServerRequirement.xml 12:30:59.862 DEBUG [main][TreeItemHandler] Selecting tree item: TomcatServerRequirement.xml 12:30:59.867 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TomcatServerRequirement.xml about selection 12:30:59.874 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TomcatServerRequirement.xml 12:30:59.875 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:30:59.875 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:30:59.957 DEBUG [main][MenuItemLookup] Found menu:'New' 12:30:59.957 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:59.957 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:30:59.957 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:30:59.957 DEBUG [main][MenuItemLookup] Item match:Open With 12:30:59.960 DEBUG [main][MenuItemLookup] Found menu:'JUnit View' 12:30:59.960 DEBUG [main][MenuItemLookup] Found menu:'Text Editor' 12:30:59.960 DEBUG [main][MenuItemLookup] Found menu:'XML Editor' 12:30:59.960 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:59.960 DEBUG [main][MenuItemLookup] Found menu:'System Editor' 12:30:59.960 DEBUG [main][MenuItemLookup] Found menu:'Default Editor' 12:30:59.960 DEBUG [main][MenuItemLookup] Found menu:'' 12:30:59.960 DEBUG [main][MenuItemLookup] Found menu:'Other...' 12:30:59.960 DEBUG [main][MenuItemLookup] Item match:Other... 12:30:59.960 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Other..." 12:30:59.960 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... 12:30:59.960 INFO [main][MenuItemHandler] Select menu item: Other... 12:31:00.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 12:31:00.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available. finished successfully 12:31:00.155 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 12:31:00.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:00.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:00.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:31:00.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:00.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:00.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:00.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 12:31:00.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:00.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:00.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:00.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:00.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:00.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:00.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:00.160 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Editor 12:31:00.160 DEBUG [main][TreeItemHandler] Selecting tree item: XML Editor 12:31:00.160 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Editor about selection 12:31:00.160 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Editor 12:31:00.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:00.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:00.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:00.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:00.161 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 12:31:00.161 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:00.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:00.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:00.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:00.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:00.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:00.163 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:00.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:00.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:00.163 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:00.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:00.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:31:00.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:31:00.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2b1b12f8 is found... 12:31:00.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2b1b12f8 is found finished successfully 12:31:00.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 12:31:00.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:00.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:00.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:00.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:00.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:00.402 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:00.402 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 12:31:00.403 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:00.403 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 12:31:00.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Source") 12:31:00.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:00.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:00.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:00.403 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TomcatServerRequirement.xml"as the parent 12:31:00.403 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:00.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:00.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:00.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:00.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:00.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:00.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 12:31:00.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 12:31:00.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:00.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:00.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:00.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:00.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:00.517 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part TomcatServerRequirement.xml 12:31:00.520 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:31:00.520 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:00.520 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:00.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:00.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:00.521 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 12:31:00.521 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:00.521 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 12:31:00.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:31:00.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:31:00.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:00.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:00.521 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:00.521 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:00.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:00.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:00.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:00.579 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:00.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:00.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:00.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:00.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:00.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:00.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:01.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:01.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:01.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:01.582 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:01.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:01.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:01.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:01.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:01.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:01.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:01.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:01.586 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:31:01.587 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:31:01.595 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TomcatServerRequirement.xml of tree item xml-project 12:31:01.595 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item xml-project 12:31:01.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:01.596 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item xml-project is already expanded. No action performed 12:31:01.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:01.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: xml-project 12:31:01.596 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TomcatServerRequirement.xml 12:31:01.596 DEBUG [main][TreeItemHandler] Selecting tree item: TomcatServerRequirement.xml 12:31:01.597 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TomcatServerRequirement.xml about selection 12:31:01.601 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TomcatServerRequirement.xml 12:31:01.602 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:01.602 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:01.663 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:01.663 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:01.663 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:31:01.663 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:31:01.663 DEBUG [main][MenuItemLookup] Item match:Open With 12:31:01.666 DEBUG [main][MenuItemLookup] Found menu:'JUnit View' 12:31:01.666 DEBUG [main][MenuItemLookup] Found menu:'Text Editor' 12:31:01.666 DEBUG [main][MenuItemLookup] Found menu:'XML Editor' 12:31:01.666 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:01.666 DEBUG [main][MenuItemLookup] Found menu:'System Editor' 12:31:01.666 DEBUG [main][MenuItemLookup] Found menu:'Default Editor' 12:31:01.666 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:01.666 DEBUG [main][MenuItemLookup] Found menu:'Other...' 12:31:01.666 DEBUG [main][MenuItemLookup] Item match:Other... 12:31:01.666 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Other..." 12:31:01.667 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... 12:31:01.667 INFO [main][MenuItemHandler] Select menu item: Other... 12:31:01.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available.... 12:31:01.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Editor Selection"] is available. finished successfully 12:31:01.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Editor Selection 12:31:01.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:01.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:01.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:31:01.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:01.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:01.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:01.789 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 12:31:01.789 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:01.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:01.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:01.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:01.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:01.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:01.793 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item XML Editor 12:31:01.793 DEBUG [main][TreeItemHandler] Selecting tree item: XML Editor 12:31:01.793 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item XML Editor about selection 12:31:01.793 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: XML Editor 12:31:01.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:01.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:01.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:01.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:01.794 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Editor Selection" as the parent 12:31:01.794 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:01.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:01.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:01.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:01.796 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:01.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:01.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:01.796 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:01.796 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:01.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:31:01.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:31:01.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3690b4e7 is found... 12:31:01.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3690b4e7 is found finished successfully 12:31:01.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 12:31:01.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:01.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:01.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:01.895 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:01.895 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 12:31:01.895 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:01.895 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= ${apache-tomcat-7.home} TooltipText=null 12:31:01.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Source") 12:31:01.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:01.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:01.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:01.896 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "TomcatServerRequirement.xml"as the parent 12:31:01.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:01.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:01.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:01.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:01.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:01.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:01.897 INFO [WorkbenchTestable][AbstractCTabItem] Activate Source 12:31:02.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTomcatServerRequirement.xml\E') 12:31:02.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:02.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:02.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:02.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:02.013 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part TomcatServerRequirement.xml 12:31:02.019 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:31:02.020 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:02.020 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:02.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:02.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:02.020 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) 12:31:02.020 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:31:02.021 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:02.021 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:02.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:02.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:02.085 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:02.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:02.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:02.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:02.086 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:02.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:02.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:02.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:02.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:02.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:02.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:02.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:03.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:03.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:03.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:03.090 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:03.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:03.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:03.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:03.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:03.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:03.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:03.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:03.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:03.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:03.092 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name xml-project 12:31:03.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 12:31:03.092 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 12:31:03.096 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 12:31:03.105 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 12:31:03.105 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:03.105 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:03.156 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:03.156 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:03.156 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:03.156 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:31:03.156 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:03.156 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:03.156 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:03.156 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:03.157 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:03.157 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:03.157 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:03.157 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:31:03.157 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:31:03.157 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:31:03.157 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:03.157 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:31:03.157 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:31:03.157 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:03.157 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:03.157 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:31:03.157 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:31:03.157 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:31:03.157 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:31:03.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:03.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:31:03.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:03.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:03.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:03.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:03.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:03.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:03.658 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:03.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:03.659 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'xml-project' via Explorer 12:31:03.659 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item xml-project 12:31:03.659 DEBUG [main][TreeItemHandler] Selecting tree item: xml-project 12:31:03.659 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item xml-project about selection 12:31:03.661 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: xml-project 12:31:03.661 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:03.661 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:03.708 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:03.708 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:03.708 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:03.708 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:31:03.708 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:03.708 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:03.708 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:03.708 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:03.708 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:03.708 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:03.708 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:31:03.709 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:31:03.709 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:31:03.709 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:31:03.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:31:04.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:31:04.404 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:31:04.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:04.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:04.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:04.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:04.410 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:31:04.410 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:04.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:04.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:04.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:31:04.411 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:04.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:04.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:04.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:04.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:04.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:04.412 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:31:04.412 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:31:04.412 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:31:04.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:04.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:04.413 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:04.413 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:04.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:04.413 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:04.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:04.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:04.413 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:31:04.413 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:04.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:04.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:04.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:04.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:04.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:04.415 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:04.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:04.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:04.415 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:04.415 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:04.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:31:04.420 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:31:04.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:31:04.922 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:31:04.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:04.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:31:04.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:04.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:04.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:04.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:04.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:04.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:04.922 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:04.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:04.922 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest 12:31:04.922 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:04.922 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:04.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:04.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.027 s - in org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest evaluateXPath no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) Time elapsed: 1.928 s evaluateXPathWithIgnoringNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) Time elapsed: 1.722 s evaluateXPathWithNamespace no-configuration(org.eclipse.reddeer.eclipse.test.wst.xml.ui.tabletree.XMLSourcePageTest) Time elapsed: 1.499 s Running org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 12:31:04.938 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 12:31:04.939 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:31:04.939 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:04.939 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 12:31:04.939 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:31:04.939 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:31:04.939 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:04.939 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:31:04.940 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:04.940 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:31:04.940 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:04.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:04.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:04.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:04.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:04.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:31:04.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:04.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:04.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:04.942 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:04.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:04.942 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:04.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:04.942 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:31:04.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:04.942 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:04.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:04.943 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:04.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:04.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:04.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:04.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:04.944 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:04.944 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:04.944 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:04.947 DEBUG [main][MenuItemLookup] Item match:File 12:31:04.948 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:04.948 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:04.954 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:31:04.954 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:31:04.976 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:31:04.976 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:31:04.976 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:31:05.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:31:05.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:31:05.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:31:05.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:05.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:05.105 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:31:05.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:05.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:31:05.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:05.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:05.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:05.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:05.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:05.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:05.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:05.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 12:31:05.108 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:31:05.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:05.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:05.610 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:31:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 12:31:05.611 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:31:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:05.611 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:31:05.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:05.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:31:05.612 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 12:31:05.612 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 12:31:05.613 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 12:31:05.616 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 12:31:05.616 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:31:05.616 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:31:05.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:31:05.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:05.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:05.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:05.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:05.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:05.626 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:31:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:05.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:05.626 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:05.626 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:06.004 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:06.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:06.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:06.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available.... 12:31:06.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available. finished successfully 12:31:06.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 12:31:06.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:06.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:06.017 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:31:06.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:06.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:31:06.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:06.064 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:06.065 INFO [WorkbenchTestable][AbstractText] Text set to: HTMLProjectTest 12:31:06.099 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:31:06.099 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 12:31:06.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:31:06.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:06.104 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:31:06.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:06.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:06.104 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:06.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:06.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:06.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:06.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:06.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:31:06.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:31:06.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:31:06.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 12:31:06.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:31:06.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:31:06.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:06.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:06.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:06.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:06.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:06.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:06.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:06.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:06.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:06.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:06.613 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:06.613 INFO [WorkbenchTestable][RequirementsRunner] Started test: createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) 12:31:06.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 12:31:06.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:31:06.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:06.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:06.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:06.614 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:06.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:06.615 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:06.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:06.615 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New HTML File"] 12:31:06.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:06.616 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:06.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:06.616 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:06.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:06.616 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:06.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:06.616 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New HTML File"] 12:31:06.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:06.617 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:06.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:06.617 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:06.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:06.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:06.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:06.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:06.617 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:06.618 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:06.618 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:06.618 DEBUG [main][MenuItemLookup] Item match:File 12:31:06.619 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:06.619 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:06.624 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:31:06.625 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:06.625 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:31:06.625 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:31:06.625 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:31:06.625 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:31:06.625 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:31:06.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:31:06.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:31:06.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:31:06.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:06.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:06.758 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:31:06.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:06.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:31:06.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:06.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:06.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:06.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 12:31:06.761 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:31:06.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:06.761 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:31:06.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:06.761 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:31:06.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 12:31:06.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:31:06.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:06.775 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:31:06.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:06.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:31:06.775 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HTML File 12:31:06.775 DEBUG [main][TreeItemHandler] Selecting tree item: HTML File 12:31:06.776 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HTML File about selection 12:31:06.788 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HTML File 12:31:06.788 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:31:06.788 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:31:06.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:31:06.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:06.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:06.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:06.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:06.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:06.789 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:31:06.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:06.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:06.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:06.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:07.278 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:07.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:07.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:07.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New HTML File"] is available.... 12:31:07.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New HTML File"] is available. finished successfully 12:31:07.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New HTML File 12:31:07.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:07.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:07.280 TRACE [WorkbenchTestable][NewHTMLWizard] Shell New HTML File is not null and is not disposed 12:31:07.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:07.284 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.html.ui.wizard.NewHTMLFileWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:31:07.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:07.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:07.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:07.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:07.303 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:07.304 INFO [WorkbenchTestable][AbstractText] Text set to: testHTML 12:31:07.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.html.ui.wizard.NewHTMLFileWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:31:07.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:07.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:07.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:07.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:07.347 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:07.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.html.ui.wizard.NewHTMLFileWizardPage, index 0 and no matchers specified 12:31:07.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:07.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:07.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:07.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:07.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.html.ui.wizard.NewHTMLFileWizardPage, index 0 and no matchers specified 12:31:07.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:07.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:07.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:07.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:07.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:07.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:07.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem HTMLProjectTest has children... 12:31:07.359 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item HTMLProjectTest 12:31:07.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:07.360 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item HTMLProjectTest is already expanded. No action performed 12:31:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:07.360 INFO [WorkbenchTestable][TreeItemHandler] Expanded: HTMLProjectTest 12:31:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem HTMLProjectTest has children finished successfully 12:31:07.360 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item HTMLProjectTest 12:31:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:07.360 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item HTMLProjectTest is already expanded. No action performed 12:31:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:07.360 INFO [WorkbenchTestable][TreeItemHandler] Expanded: HTMLProjectTest 12:31:07.360 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:31:07.360 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:31:07.361 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:31:07.496 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:31:07.553 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.html.ui.wizard.NewHTMLFileWizardPage, index 0 and no matchers specified 12:31:07.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:07.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:07.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:07.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:07.555 TRACE [WorkbenchTestable][NewHTMLWizard] Shell New HTML File is not null and is not disposed 12:31:07.555 INFO [WorkbenchTestable][NewHTMLWizard] Go to next wizard page 12:31:07.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.html.ui.wizard.NewHTMLWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:31:07.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:07.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:07.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:07.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:07.558 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:31:07.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:07.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:07.558 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:07.558 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:07.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.html.ui.wizard.NewHTMLTemplatesWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Use HTML Template") 12:31:07.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:07.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:07.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:07.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:07.647 INFO [WorkbenchTestable][CheckBox] Select checkbox &Use HTML Template 12:31:07.647 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Use HTML Template 12:31:07.647 INFO [WorkbenchTestable][AbstractButton] Click button &Use HTML Template 12:31:07.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:07.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:07.647 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:07.647 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:07.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.html.ui.wizard.NewHTMLTemplatesWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Use HTML Template") 12:31:07.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:07.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:07.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:07.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:07.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.html.ui.wizard.NewHTMLTemplatesWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Use HTML Template") 12:31:07.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:07.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:07.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:07.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:07.670 INFO [WorkbenchTestable][CheckBox] Select checkbox &Use HTML Template 12:31:07.670 INFO [WorkbenchTestable][CheckBox] Check checkbox &Use HTML Template 12:31:07.670 INFO [WorkbenchTestable][AbstractButton] Click button &Use HTML Template 12:31:07.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:07.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:07.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:07.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:07.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.html.ui.wizard.NewHTMLTemplatesWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Use HTML Template") 12:31:07.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:07.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:07.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:07.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.html.ui.wizard.NewHTMLTemplatesWizardPage, index 0 and no matchers specified 12:31:07.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:07.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:07.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:07.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:31:07.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:07.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:07.747 TRACE [WorkbenchTestable][NewHTMLWizard] Shell New HTML File is not null and is not disposed 12:31:07.747 INFO [WorkbenchTestable][NewHTMLWizard] Finish wizard 12:31:07.747 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.html.ui.wizard.NewHTMLWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:31:07.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:07.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:07.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:07.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:07.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:07.759 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:31:07.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:07.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:07.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:07.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:07.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:08.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:08.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:08.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:31:08.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:31:08.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating HTMLProjectTest' has no excuses, wait for it 12:31:08.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:31:08.555 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:31:08.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:31:08.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update script explorer' is a system job, skipped 12:31:08.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Sending problem marker updates...' is a system job, skipped 12:31:08.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'JavaScript indexing in progress' is a system job, skipped 12:31:08.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' has no excuses, wait for it 12:31:09.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:31:09.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' has no excuses, wait for it 12:31:09.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:31:09.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:31:09.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:31:09.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:31:09.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:09.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:09.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:09.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:09.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:09.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:09.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:31:09.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:09.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:09.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:09.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:09.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 12:31:09.614 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:09.614 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:09.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:09.616 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) 12:31:09.617 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:31:09.617 DEBUG [main][EditorHandler] 1 editor(s) found 12:31:09.621 DEBUG [WorkbenchTestable][EditorHandler] Closing editor testHTML.html 12:31:09.757 DEBUG [WorkbenchTestable][EditorHandler] Editor testHTML.html is closed 12:31:09.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:09.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:09.760 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:31:09.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:09.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:09.762 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:09.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:09.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:09.763 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:09.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:31:09.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:09.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:09.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:09.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:09.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:09.765 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:09.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:09.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:09.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:09.846 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:09.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:09.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:09.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:09.848 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:09.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:09.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:09.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:09.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:09.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:09.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:10.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:10.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:10.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:10.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:10.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:10.892 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:10.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:10.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:10.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:10.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:10.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:10.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:10.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:10.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:10.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:10.896 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name HTMLProjectTest 12:31:10.896 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:10.896 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:10.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:10.897 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:10.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:10.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:10.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:11.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:11.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:11.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:11.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:11.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:11.900 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:11.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:11.901 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:11.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:11.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:11.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:11.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:11.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:11.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:11.903 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name HTMLProjectTest 12:31:11.903 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:11.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:11.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:11.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:11.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:11.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:11.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:11.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:11.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:11.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:11.905 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:31:11.905 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:31:11.905 DEBUG [main][TreeItemHandler] Set Tree selection 12:31:11.906 DEBUG [main][TreeHandler] Notify Tree about selection event 12:31:11.929 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:31:11.939 DEBUG [WorkbenchTestable][TreeItemHandler] HTMLProjectTest 12:31:11.939 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:11.939 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'Import' 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'Export' 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:12.136 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:12.136 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:31:12.138 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:31:12.138 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:31:12.138 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:31:12.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:12.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 13 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/charsets.jar)' is a system job, skipped 12:31:12.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:31:12.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:31:12.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:12.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:12.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:12.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:12.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:12.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:12.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:31:12.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:12.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:12.639 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:12.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:12.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:12.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:12.697 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:12.697 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:12.697 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:12.697 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:12.697 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:12.697 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:12.697 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:12.698 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:12.698 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:12.698 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:31:12.698 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:31:12.698 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:31:12.698 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:31:12.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:31:13.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:31:13.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:31:13.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:13.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:13.430 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:31:13.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:13.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:13.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:13.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:31:13.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:13.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:13.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:13.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:13.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:13.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:13.432 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:31:13.432 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:31:13.432 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:31:13.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:13.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:13.432 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:13.432 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:13.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:31:13.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:13.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:13.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:13.433 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:31:13.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:13.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:13.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:13.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:13.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:13.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:13.435 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:13.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:13.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:13.435 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:13.435 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:13.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:31:13.440 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:31:13.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:31:13.941 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:31:13.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:13.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/sunpkcs11.jar)' is a system job, skipped 12:31:13.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:31:13.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:31:13.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:31:13.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:31:13.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:13.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:13.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:13.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:13.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:13.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:13.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:13.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:13.941 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:13.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:13.941 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:13.941 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:13.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:13.942 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:13.943 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest 12:31:13.943 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:13.943 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:13.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:13.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.007 s - in org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest createHTMLFile no-configuration(org.eclipse.reddeer.eclipse.test.wst.html.ui.wizard.HTMLWizardTest) Time elapsed: 3.003 s Running org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 12:31:13.967 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 12:31:13.968 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:31:13.969 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:13.969 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 12:31:13.969 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:31:13.969 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:31:13.969 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:13.969 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:31:13.970 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:13.970 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:31:13.970 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:13.970 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:13.970 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectFacet no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 12:31:13.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 12:31:13.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:31:13.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:13.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:13.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:13.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:13.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:13.971 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:13.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:13.971 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:13.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:13.971 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:13.971 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:13.972 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:13.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:13.972 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:13.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:13.972 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:13.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:13.972 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:13.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:13.972 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:13.972 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:13.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:13.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:13.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:13.974 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:13.974 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:13.974 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:13.977 DEBUG [main][MenuItemLookup] Item match:File 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:13.979 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:31:13.979 DEBUG [main][MenuItemLookup] Item match:Import... 12:31:14.002 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:31:14.003 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:31:14.003 INFO [main][MenuItemHandler] Select menu item: &Import... 12:31:14.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:31:14.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:31:14.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:31:14.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:14.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:14.121 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:31:14.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:14.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:31:14.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:14.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:14.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:14.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:14.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:14.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:31:14.124 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:14.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:14.124 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:14.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:14.124 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:14.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:31:14.125 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:14.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:14.125 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:14.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:14.125 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:14.125 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:31:14.125 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:31:14.125 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:31:14.126 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:31:14.126 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:31:14.126 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:31:14.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:31:14.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:14.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:14.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:14.128 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:31:14.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:14.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:14.128 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:14.128 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:14.185 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:14.238 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:14.238 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:14.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:31:14.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:14.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:14.239 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:31:14.239 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:14.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:31:14.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:31:14.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:31:14.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:14.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:14.254 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:31:14.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:14.255 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 12:31:14.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:31:14.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:14.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:14.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:14.265 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:31:14.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:14.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:14.265 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:14.265 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:14.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:31:14.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:14.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:14.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:14.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:14.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:31:14.268 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/ui/part/xml-project.zip to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 12:31:14.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:31:14.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:14.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:14.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:14.331 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:31:14.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:14.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:14.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:14.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:14.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:31:14.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:14.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:14.386 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:14.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:31:14.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:31:14.387 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:31:14.387 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:31:14.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:31:14.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:14.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:14.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:14.390 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:31:14.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:14.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:14.390 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:14.390 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:14.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:31:14.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:14.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:14.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:14.421 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 12:31:14.421 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 12:31:14.421 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:31:14.422 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 12:31:14.422 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:31:14.422 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:31:14.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:31:14.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:14.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:14.424 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:14.425 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:31:14.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:14.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:14.425 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:14.425 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:14.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:14.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:14.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:14.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:31:14.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:31:14.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:31:14.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:14.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:14.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:14.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:14.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:14.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:14.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:14.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:14.931 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:14.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:14.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.934 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:31:14.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:14.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:14.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:14.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:14.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:31:14.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:14.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:14.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:14.939 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:14.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:14.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:14.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:14.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:14.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:14.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:14.996 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:14.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:31:14.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:14.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:14.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:14.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:14.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:14.998 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:14.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:14.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:14.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:14.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:14.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:15.042 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:15.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:15.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:15.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:15.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:15.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:15.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:15.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:15.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:16.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:16.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:16.046 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:16.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:16.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:16.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:16.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:16.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:16.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:16.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:16.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:16.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:16.049 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:31:16.049 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:31:16.049 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:31:16.049 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:31:16.054 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:31:16.054 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:16.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:16.107 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:31:16.107 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:31:16.108 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:31:16.108 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:31:16.108 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:31:16.257 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:31:16.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:16.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:16.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 12:31:16.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:16.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:16.259 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 12:31:16.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:16.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:31:16.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:16.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:16.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:16.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:16.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:16.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:16.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:16.263 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 12:31:16.263 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 12:31:16.263 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 12:31:16.263 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 12:31:16.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:16.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:16.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:16.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:16.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.common.project.facet.ui.FacetsPropertyPage, index 1 and no matchers specified 12:31:16.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:16.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:16.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:16.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:16.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:31:16.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:16.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:16.504 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item Java 12:31:16.504 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item Java: 12:31:16.504 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:31:16.537 INFO [WorkbenchTestable][TreeItemHandler] Checked: Java 12:31:16.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:31:16.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:16.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:16.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:16.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:16.545 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:31:16.561 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:31:16.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:16.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:16.561 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:16.561 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:16.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 12:31:17.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. finished successfully 12:31:17.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:17.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:17.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:31:17.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:17.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:17.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:17.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:17.131 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:17.135 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:31:17.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:17.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:17.135 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:17.135 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:17.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:17.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:17.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:17.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:17.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:17.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:17.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:17.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:17.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:17.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:17.386 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:17.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:31:17.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:17.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:17.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:17.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:17.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:17.387 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:17.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:17.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:17.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:17.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:17.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:17.390 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:17.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:17.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:17.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:17.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:17.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:17.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:18.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:18.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:18.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:18.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:18.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:18.787 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:18.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:18.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:18.789 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:18.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:18.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:18.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:18.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:18.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:18.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:18.791 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:31:18.792 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:31:18.792 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:31:18.792 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:31:18.798 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:31:18.798 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:18.798 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:18.885 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:31:18.885 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:31:18.886 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:31:18.886 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:31:18.886 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:31:19.350 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:31:19.359 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:19.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:19.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 12:31:19.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:19.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:19.363 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 12:31:19.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:19.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:31:19.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:19.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:19.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:19.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:19.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:19.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:19.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:19.396 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 12:31:19.396 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 12:31:19.397 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 12:31:19.397 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 12:31:19.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:19.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:19.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:19.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:19.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.common.project.facet.ui.FacetsPropertyPage, index 1 and no matchers specified 12:31:19.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:19.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:19.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:19.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:19.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:31:19.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:19.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:19.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:31:19.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:19.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:19.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:19.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:19.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:19.464 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:31:19.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:19.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:19.464 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:19.464 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:19.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:19.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:19.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:19.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:19.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:19.707 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:31:19.707 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:19.707 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:31:19.707 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:19.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:19.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:19.709 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:31:19.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:19.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:19.711 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:19.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:19.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:19.711 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:19.711 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:31:19.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:19.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:19.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:19.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:19.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:19.713 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:19.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:19.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:19.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:19.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:19.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:19.758 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:19.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:19.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:19.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:19.759 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:19.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:19.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:19.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:19.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:19.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:20.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:20.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:20.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:20.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:20.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:20.782 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:20.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:20.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:20.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:20.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:20.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:20.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:20.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:20.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:20.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:20.785 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:31:20.786 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:31:20.786 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:31:20.787 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:31:20.798 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:31:20.798 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:20.798 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:20.869 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:20.869 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:31:20.869 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:31:20.869 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:31:20.870 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:31:20.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:20.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:31:20.871 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:31:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:31:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:31:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:21.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:21.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:21.372 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 12:31:21.372 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:31:21.372 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:31:21.373 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:31:21.388 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:31:21.388 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:21.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:21.461 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:21.461 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:21.461 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:21.461 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:31:21.461 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:31:21.461 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:21.461 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:21.461 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:21.461 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:21.461 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:21.461 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:21.461 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:31:21.461 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:31:21.461 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:31:21.461 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:31:21.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:31:22.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:31:22.300 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:31:22.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:22.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:22.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:22.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:22.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:31:22.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:22.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:22.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:22.307 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:31:22.307 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:22.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:22.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:22.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:22.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:22.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:22.309 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:31:22.309 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:31:22.309 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:31:22.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:22.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:22.309 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:22.309 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:22.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:22.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:22.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:22.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:22.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:31:22.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:22.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:22.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:22.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:22.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:22.312 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:22.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:22.312 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:22.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:22.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:31:22.328 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:31:22.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:31:22.829 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:31:22.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:22.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 7 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:31:22.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:31:22.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:31:22.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:31:22.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:22.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:22.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:22.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:22.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:22.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:22.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:22.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:22.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:22.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 12:31:22.830 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:22.830 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:22.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:22.831 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectFacet no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 12:31:22.831 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:22.832 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 12:31:22.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 12:31:22.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:31:22.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:22.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:22.832 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:22.832 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:22.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:22.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:22.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:22.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:22.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:22.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:22.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:22.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:22.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:22.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:22.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:22.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:22.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:22.833 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:22.833 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:22.834 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:22.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:22.834 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:22.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:22.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:22.835 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:22.835 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:22.836 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:22.839 DEBUG [main][MenuItemLookup] Item match:File 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:22.841 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:31:22.841 DEBUG [main][MenuItemLookup] Item match:Import... 12:31:22.841 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:31:22.841 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:31:22.842 INFO [main][MenuItemHandler] Select menu item: &Import... 12:31:23.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:31:23.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:31:23.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:31:23.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:23.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:23.054 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:31:23.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:23.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:31:23.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:23.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:23.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:23.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:23.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:23.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:23.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:23.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:31:23.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:23.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:23.070 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:23.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:23.070 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:23.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:31:23.070 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:23.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:23.071 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:23.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:23.071 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:23.071 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:31:23.071 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:31:23.072 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:31:23.072 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:31:23.072 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:31:23.072 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:31:23.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:31:23.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:23.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:23.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:23.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:23.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:23.081 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:31:23.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:23.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:23.081 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:23.081 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:23.178 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:23.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:23.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:23.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:31:23.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:23.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:23.264 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:31:23.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:23.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:31:23.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:31:23.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:31:23.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:23.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:23.264 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:31:23.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:23.264 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 12:31:23.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:31:23.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:23.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:23.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:23.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:23.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:23.266 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:31:23.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:23.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:23.266 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:23.266 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:23.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:31:23.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:23.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:23.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:23.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:23.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:31:23.288 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 12:31:23.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:31:23.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:23.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:23.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:23.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:23.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:23.291 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:31:23.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:23.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:23.291 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:23.291 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:23.380 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:31:23.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:23.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:23.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:23.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:23.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:23.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:31:23.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:31:23.394 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:31:23.394 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:31:23.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:31:23.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:23.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:23.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:23.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:23.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:23.396 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:31:23.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:23.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:23.397 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:23.397 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:23.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:31:23.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:23.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:23.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:23.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:23.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:23.413 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 12:31:23.413 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 12:31:23.414 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:31:23.414 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 12:31:23.414 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:31:23.414 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:31:23.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:31:23.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:23.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:23.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:23.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:23.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:23.499 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:31:23.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:23.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:23.499 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:23.499 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:23.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:23.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:23.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 7 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph Update' is a system job, skipped 12:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:23.667 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:23.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:23.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:23.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:23.673 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:31:23.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:23.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:23.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:23.675 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:23.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:31:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:23.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:23.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:23.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:23.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:23.676 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:23.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:23.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:23.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:23.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:23.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:23.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:23.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:23.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:23.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:23.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:23.682 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:23.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:31:23.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:23.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:23.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:23.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:23.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:23.684 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:23.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:23.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:23.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:23.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:23.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:23.686 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:23.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:23.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:23.709 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:23.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:23.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:23.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:24.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:24.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:24.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:24.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:24.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:24.711 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:24.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:24.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:24.712 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:24.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:24.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:24.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:24.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:24.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:24.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:24.713 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:31:24.713 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:31:24.713 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:31:24.714 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:31:24.718 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:31:24.718 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:24.718 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:31:24.767 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:31:24.768 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:31:24.768 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:31:24.768 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:31:24.768 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:31:24.768 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:31:24.768 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:31:24.768 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:24.768 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:31:24.768 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:31:24.768 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:31:24.768 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:31:24.768 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:31:24.949 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:31:24.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:24.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:24.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 12:31:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:24.951 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 12:31:24.951 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:24.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:31:24.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:24.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:24.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:24.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:24.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:24.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:25.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:25.029 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 12:31:25.029 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 12:31:25.030 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 12:31:25.030 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 12:31:25.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.common.project.facet.ui.FacetsPropertyPage, index 1 and no matchers specified 12:31:25.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:25.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:25.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.033 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:31:25.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:25.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:25.034 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item Java 12:31:25.034 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item Java: 12:31:25.034 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:31:25.070 INFO [WorkbenchTestable][TreeItemHandler] Checked: Java 12:31:25.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.common.project.facet.ui.FacetsPropertyPage, index 1 and no matchers specified 12:31:25.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:25.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:25.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:31:25.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:25.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:25.083 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 12:31:25.083 DEBUG [main][TreeItemHandler] Selecting tree item: Java 12:31:25.083 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 12:31:25.083 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 12:31:25.084 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:25.084 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:25.084 DEBUG [main][MenuItemLookup] Found menu:'Change Version...' 12:31:25.084 DEBUG [main][MenuItemLookup] Item match:Change Version... 12:31:25.084 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Change &Version..." 12:31:25.084 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Change Version... 12:31:25.085 INFO [main][MenuItemHandler] Select menu item: Change &Version... 12:31:25.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Change Version"] is available.... 12:31:25.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Change Version"] is available. finished successfully 12:31:25.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Change Version 12:31:25.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:25.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:25.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Version:") 12:31:25.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:31:25.177 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo 1.8 to selection: 1.7 12:31:25.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:25.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:25.178 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:25.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:25.178 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:25.178 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:31:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:31:25.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:31:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:25.243 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:31:25.243 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:31:25.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:25.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:25.244 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:25.244 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:25.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 12:31:25.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. finished successfully 12:31:25.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:31:25.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:25.800 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:31:25.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:25.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:25.800 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:25.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:25.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:25.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:25.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:25.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:25.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:25.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:25.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:25.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:25.988 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:25.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:31:25.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:25.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:25.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:25.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:25.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:25.990 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:25.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:26.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:26.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:26.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:26.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:26.087 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:26.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:26.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:26.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:26.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:26.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:26.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:26.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:26.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:27.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:27.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:27.091 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:27.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:27.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:27.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:27.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:27.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:27.095 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:31:27.095 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:31:27.095 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:31:27.096 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:31:27.101 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:31:27.101 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:27.101 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:27.236 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:27.237 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:31:27.237 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:31:27.237 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:31:27.237 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:31:27.237 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:31:27.698 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:31:27.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:27.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:27.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 12:31:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:27.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:27.700 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 12:31:27.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:27.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:31:27.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:27.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:27.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:27.744 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Facets 12:31:27.744 DEBUG [main][TreeItemHandler] Selecting tree item: Project Facets 12:31:27.744 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Facets about selection 12:31:27.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Facets 12:31:27.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.common.project.facet.ui.FacetsPropertyPage, index 1 and no matchers specified 12:31:27.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:27.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:27.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:31:27.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:27.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:27.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:31:27.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:27.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:27.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:27.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:27.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:27.778 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:31:27.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:27.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:27.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:27.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:28.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:28.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:28.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:28.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:28.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:28.010 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:31:28.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:28.010 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:31:28.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:28.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:28.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:28.012 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:31:28.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:28.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:28.012 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:28.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:28.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:28.013 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:28.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:31:28.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:28.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:28.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:28.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:28.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:28.014 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:28.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:28.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:28.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:28.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:28.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:28.017 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:28.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:28.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:28.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:28.017 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:28.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:28.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:28.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:28.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:28.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:28.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:28.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:28.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:29.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:29.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:29.027 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:29.027 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:29.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:29.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:29.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:29.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:29.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:29.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:29.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:29.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:29.030 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:31:29.031 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:31:29.031 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:31:29.031 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:31:29.036 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:31:29.036 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:29.036 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:29.095 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:29.096 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:29.096 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:31:29.096 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:31:29.096 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:31:29.096 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:31:29.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:29.097 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:31:29.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:31:29.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:29.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:29.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:29.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:29.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:29.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:29.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:31:29.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:29.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:29.598 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:29.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:29.598 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 12:31:29.598 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:31:29.598 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:31:29.599 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:31:29.611 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:31:29.611 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:29.611 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:29.661 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:29.661 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:29.661 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:29.661 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:31:29.661 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:31:29.661 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:29.661 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:29.661 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:29.661 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:29.661 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:29.661 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:29.661 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:31:29.661 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:31:29.661 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:31:29.662 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:31:29.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:31:30.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:31:30.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:31:30.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:30.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:30.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:31:30.576 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:30.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:30.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:30.576 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:31:30.576 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:30.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:30.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:30.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:30.577 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:31:30.577 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:31:30.578 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:31:30.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:30.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:30.578 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:30.578 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:30.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:30.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:30.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:30.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:30.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:31:30.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:30.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:30.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:30.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:30.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:30.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:30.593 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:30.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:30.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:30.594 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:30.594 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:30.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:31:30.600 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:31:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:31:31.101 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:31:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:31.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:31:31.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:31:31.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:31:31.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:31:31.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:31:31.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:31.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:31.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:31.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:31.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:31.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:31.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:31.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:31.101 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:31.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 12:31:31.102 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:31.102 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:31.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:31.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:31.102 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) 12:31:31.102 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest 12:31:31.102 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:31.102 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:31.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:31.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.136 s - in org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest selectFacet no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) Time elapsed: 8.861 s selectVersion no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.FacetsPropertyPageTest) Time elapsed: 8.27 s Running org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 12:31:31.118 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 12:31:31.119 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:31:31.119 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:31.119 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 12:31:31.119 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:31:31.119 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:31:31.119 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:31.119 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:31:31.120 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:31.120 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:31:31.120 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:31.120 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:31.120 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest) 12:31:31.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 12:31:31.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:31:31.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:31.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:31.121 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:31.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:31.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:31.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.121 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:31.121 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:31.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:31.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:31.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:31.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:31.122 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.122 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:31.123 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:31.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:31.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:31.124 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:31.124 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:31.124 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:31.127 DEBUG [main][MenuItemLookup] Item match:File 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'Revert' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:31.128 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:31:31.128 DEBUG [main][MenuItemLookup] Item match:Import... 12:31:31.152 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 12:31:31.152 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 12:31:31.152 INFO [main][MenuItemHandler] Select menu item: &Import... 12:31:31.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:31:31.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:31:31.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:31:31.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:31.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:31.258 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:31:31.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:31:31.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:31.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:31.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:31.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:31.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:31.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:31.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:31.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:31:31.272 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:31.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:31.272 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:31.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:31.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:31.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:31:31.272 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:31:31.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:31.272 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:31:31.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:31.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:31:31.272 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 12:31:31.272 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 12:31:31.273 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 12:31:31.273 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 12:31:31.273 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:31:31.273 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 12:31:31.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:31:31.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:31.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:31.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:31.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:31.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:31.275 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:31:31.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:31.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:31.275 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:31.275 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:31.328 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 12:31:31.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:31:31.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:31.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:31.365 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 12:31:31.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 12:31:31.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 12:31:31.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 12:31:31.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:31.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:31.365 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:31:31.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.366 INFO [WorkbenchTestable][WizardProjectsImportPage] Settig archive file to '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip' 12:31:31.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select archive file:") 12:31:31.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:31.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:31.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:31.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:31.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:31.367 INFO [WorkbenchTestable][AbstractButton] Click button Select &archive file: 12:31:31.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:31.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:31.367 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:31.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:31.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 1 and no matchers specified 12:31:31.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:31.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:31:31.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:31:31.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:31.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:31:31.369 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip to:/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/resources/org/eclipse/reddeer/eclipse/test/wst/server/ui/view/server-project.zip 12:31:31.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 12:31:31.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:31.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:31.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:31.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:31.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:31.371 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 12:31:31.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:31.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:31.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:31.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:31.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:31:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:31.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:31.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:31.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:31.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 12:31:31.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 12:31:31.464 INFO [WorkbenchTestable][WizardProjectsImportPage] Selecting projects 12:31:31.464 INFO [WorkbenchTestable][WizardProjectsImportPage] Deselecting all projects 12:31:31.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Deselect All") 12:31:31.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:31.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:31.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:31.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:31.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:31.465 INFO [WorkbenchTestable][AbstractButton] Click button &Deselect All 12:31:31.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:31.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:31.465 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:31.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:31.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 12:31:31.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:31.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:31.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:31.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:31.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:31.468 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item server-project (server-project/) 12:31:31.468 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item server-project (server-project/): 12:31:31.468 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 12:31:31.469 INFO [WorkbenchTestable][TreeItemHandler] Checked: server-project (server-project/) 12:31:31.469 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 12:31:31.469 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 12:31:31.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:31:31.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:31.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:31.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:31.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:31.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:31.471 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:31:31.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:31.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:31.472 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:31.472 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:31.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:31.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:31.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:31.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:31:31.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:31:31.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:31:31.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:31:31.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:31:31.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:31:31.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:31.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:31.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:31.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:31.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:31.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:31.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:31.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:31.629 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:31.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:31.629 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:31.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:31.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.630 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:31.630 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:31.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:31.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:31.630 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:31.630 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:31.631 DEBUG [main][MenuItemLookup] Item match:Window 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:31.631 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:31:31.631 DEBUG [main][MenuItemLookup] Item match:Preferences 12:31:31.631 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:31:31.631 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:31:31.632 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:31:31.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:31:31.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:31:31.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:31:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:31.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:31.811 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:31:31.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:31.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:31:31.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:31.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:31.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:31.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:31.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:31.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:31.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:31.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:31:31.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:31:31.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:31.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:31:31.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:31.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:31:31.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:31:31.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:31:31.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:31.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:31:31.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:31.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:31:31.839 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:31:31.839 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:31:31.839 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:31:31.840 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:31:31.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:31.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:31.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:32.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:32.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:32.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:32.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:32.853 INFO [WorkbenchTestable][RuntimePreferencePage] Adding new runtime 12:31:32.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:31:32.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:32.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:32.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:32.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:32.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:32.863 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:31:32.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:32.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:32.863 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:32.863 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:32.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available.... 12:31:32.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:32.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:32.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:32.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server Runtime Environment"] is available. finished successfully 12:31:32.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server Runtime Environment 12:31:32.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:32.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:32.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:31:32.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:31:32.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardPage, index 0 and no matchers specified 12:31:32.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:32.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:32.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:32.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:32.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:32.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:32.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:32.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children... 12:31:32.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:31:32.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:32.990 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:31:32.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:32.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:31:32.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Basic has children finished successfully 12:31:32.990 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Basic 12:31:32.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:32.990 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Basic is already expanded. No action performed 12:31:32.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:32.990 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Basic 12:31:32.991 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test runtime 12:31:32.991 DEBUG [main][TreeItemHandler] Selecting tree item: Test runtime 12:31:32.991 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test runtime about selection 12:31:32.991 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test runtime 12:31:32.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:31:32.992 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:31:32.992 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:31:33.492 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:31:33.492 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:31:33.992 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:31:33.992 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:31:34.492 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:31:34.492 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:31:34.993 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:31:34.993 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:31:35.493 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:31:35.493 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:31:35.993 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:31:35.993 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:31:36.494 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:31:36.494 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:31:36.994 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:31:36.994 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:31:37.494 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:31:37.494 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:31:37.995 INFO [WorkbenchTestable][JobIsKilled] Job 'Refreshing server adapter list' will be killed 12:31:37.995 INFO [WorkbenchTestable][JobIsKilled] The job 'Refreshing server adapter list' is still alive 12:31:38.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 12:31:38.495 TRACE [WorkbenchTestable][NewRuntimeWizardDialog] Shell New Server Runtime Environment is not null and is not disposed 12:31:38.495 INFO [WorkbenchTestable][NewRuntimeWizardDialog] Finish wizard 12:31:38.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewRuntimeWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:31:38.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:38.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:38.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:38.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:38.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:38.504 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:31:38.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:38.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:38.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:38.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:38.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:39.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:39.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:39.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:39.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:39.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:39.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:39.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:39.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:39.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:39.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:39.011 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:39.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:39.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:39.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:39.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:31:39.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:39.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:39.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:39.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:39.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:39.021 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:31:39.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:39.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:39.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:39.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:39.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:39.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:39.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:39.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:39.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:39.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:39.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:39.064 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:31:39.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:39.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:39.065 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:39.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:39.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:39.065 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:39.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:31:39.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:39.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:39.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:39.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:39.091 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:39.091 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:39.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:39.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:39.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:39.092 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:39.094 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:39.094 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:39.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:39.095 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:39.096 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:39.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:39.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:39.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:39.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:39.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:39.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:39.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:39.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:40.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:40.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:40.099 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:40.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:40.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:40.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:40.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:40.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:40.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:40.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:40.101 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name server-project 12:31:40.101 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:31:40.101 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:31:40.101 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:31:40.106 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:31:40.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:40.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:31:40.173 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:31:40.174 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:40.174 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:31:40.174 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:31:40.174 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:31:40.174 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:31:40.174 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:31:40.402 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:31:40.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:40.403 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:40.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 12:31:40.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:40.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:40.423 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 12:31:40.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:40.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:31:40.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:40.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:40.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:40.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:40.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:40.427 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Targeted Runtimes 12:31:40.427 DEBUG [main][TreeItemHandler] Selecting tree item: Targeted Runtimes 12:31:40.427 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Targeted Runtimes about selection 12:31:40.427 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Targeted Runtimes 12:31:40.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:40.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:40.500 INFO [WorkbenchTestable][RuntimesPropertyPage] Select runtime 'Test runtime' 12:31:40.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.eclipse.wst.common.project.facet.ui.RuntimesPropertyPage, index 0 and following matchers specified (Matcher matching widget which text matches: "Test runtime") 12:31:40.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:40.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:40.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:31:40.503 INFO [WorkbenchTestable][AbstractTableItem] Check table Item Test runtime: 12:31:40.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:31:40.504 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:31:40.504 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:40.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:31:40.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.common.project.facet.ui.RuntimesPropertyPage, index 0 and no matchers specified 12:31:40.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:40.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:40.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:31:40.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:40.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:40.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:31:40.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:40.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:40.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:40.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:40.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:40.571 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:31:40.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:40.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:40.571 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:40.571 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:40.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:41.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:41.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:41.281 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:31:41.281 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:31:41.322 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:31:41.329 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:31:41.330 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:41.330 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:41.381 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:41.381 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:41.381 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:41.381 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:31:41.381 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:41.381 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:41.381 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:41.381 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:41.382 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:31:41.382 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:31:41.382 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:31:41.382 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:31:41.382 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:31:41.532 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for server-project"] 12:31:41.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:41.532 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:41.533 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 12:31:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:41.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:41.534 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for server-project is not null and is not disposed 12:31:41.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:41.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:31:41.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:41.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:41.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:41.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:41.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:41.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:41.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:41.537 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Targeted Runtimes 12:31:41.537 DEBUG [main][TreeItemHandler] Selecting tree item: Targeted Runtimes 12:31:41.537 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Targeted Runtimes about selection 12:31:41.537 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Targeted Runtimes 12:31:41.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:41.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:41.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:41.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:41.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.common.project.facet.ui.RuntimesPropertyPage, index 0 and no matchers specified 12:31:41.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:41.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:41.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:41.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:41.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:31:41.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:41.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:41.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for server-project 12:31:41.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:41.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:41.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:31:41.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:41.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:41.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:41.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:41.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:41.568 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:31:41.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:41.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:41.568 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:41.568 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:41.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:41.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:41.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:41.662 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:31:41.662 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:31:41.664 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:31:41.666 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:31:41.667 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:41.667 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:41.745 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:41.745 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:31:41.745 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:31:41.746 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:31:41.746 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:31:41.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:41.746 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:31:42.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:42.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:42.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:42.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:42.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:42.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:42.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:31:42.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:42.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:42.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:42.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:42.247 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'server-project' via Explorer 12:31:42.247 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item server-project 12:31:42.247 DEBUG [main][TreeItemHandler] Selecting tree item: server-project 12:31:42.248 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item server-project about selection 12:31:42.251 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: server-project 12:31:42.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:42.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:42.303 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:42.303 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:31:42.303 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:42.303 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:31:42.303 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:42.303 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:42.303 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:42.303 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:42.303 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:42.303 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:42.303 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:31:42.304 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:31:42.304 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:31:42.304 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:31:42.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:31:42.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:31:42.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:31:42.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:42.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:42.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:42.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:42.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:31:42.968 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:42.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:42.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:42.968 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:31:42.968 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:42.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:42.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:42.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:42.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:42.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:42.969 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:31:42.969 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:31:42.970 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:31:42.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:42.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:42.970 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:42.970 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:42.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:31:42.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:42.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:42.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:42.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:31:42.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:42.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:42.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:42.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:42.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:42.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:42.972 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:42.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:42.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:42.972 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:42.972 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:42.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:31:42.977 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:31:43.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:31:43.478 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:31:43.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:43.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:31:43.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:31:43.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:43.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:43.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:43.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:43.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:43.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:43.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:43.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:43.478 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:43.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:43.478 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:43.478 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:43.478 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:43.478 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:43.478 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:31:43.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:43.479 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:43.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:43.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:43.479 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:43.479 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:43.480 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:43.480 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:43.480 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:31:43.480 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:31:43.480 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:43.480 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:43.480 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:43.480 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:43.480 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:43.480 DEBUG [main][MenuItemLookup] Item match:Window 12:31:43.481 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:43.481 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:43.481 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:43.481 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:43.481 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:43.481 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:31:43.481 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:43.481 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:31:43.481 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:43.481 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:31:43.481 DEBUG [main][MenuItemLookup] Item match:Preferences 12:31:43.481 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:31:43.481 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:31:43.481 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:31:43.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:31:43.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:31:43.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:31:43.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:43.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:43.645 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:31:43.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:43.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:31:43.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:43.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:43.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:43.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:43.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:43.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:43.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:43.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:31:43.648 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:31:43.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:43.662 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:31:43.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:43.662 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:31:43.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:31:43.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:31:43.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:43.663 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:31:43.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:43.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:31:43.663 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:31:43.663 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:31:43.663 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:31:43.664 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:31:43.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:43.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:43.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:44.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:44.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:44.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:44.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:44.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:44.680 INFO [WorkbenchTestable][RuntimePreferencePage] Removing all runtimes 12:31:44.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:31:44.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:44.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:44.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:44.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:44.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:31:44.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:44.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:44.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:44.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:44.692 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Test runtime(Test runtime)' 12:31:44.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:31:44.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:44.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:44.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:44.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:31:44.694 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Test runtime' 12:31:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:44.694 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' was found 12:31:44.694 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Test runtime' matched 'Test runtime'! Selecting... 12:31:44.694 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:31:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:44.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:44.694 TRACE [main][WidgetHandler] Notify Table with event 13 12:31:44.694 TRACE [main][WidgetHandler] Wait for synchronization 12:31:44.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:31:44.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:44.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:44.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:44.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:44.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:44.698 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:31:44.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:44.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:44.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:44.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:44.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:31:47.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:31:47.706 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:31:47.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:31:47.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:47.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:47.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:47.714 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:31:47.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:47.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:47.714 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:47.714 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:47.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:47.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:47.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:47.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:47.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:47.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 12:31:47.777 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:47.777 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:47.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:47.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:47.778 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest) 12:31:47.778 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest 12:31:47.778 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:47.778 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:47.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:47.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.661 s - in org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest selectRuntime no-configuration(org.eclipse.reddeer.eclipse.test.wst.common.project.facet.ui.RuntimesPropertyPageTest) Time elapsed: 16.658 s Running org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 12:31:47.792 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 12:31:47.792 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:31:47.792 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:47.793 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 12:31:47.793 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:31:47.793 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:31:47.793 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:47.793 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:31:47.793 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:47.793 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:31:47.793 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:47.793 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:31:47.794 DEBUG [main][EditorHandler] 0 editor(s) found 12:31:47.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.800 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:31:47.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:47.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:47.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:47.803 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:47.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:31:47.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:47.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:47.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:47.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:47.805 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:47.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:47.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:47.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:47.857 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:47.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:47.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:47.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:47.859 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:47.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:47.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:47.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:47.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:47.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:47.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:48.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:48.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:48.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:48.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:48.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:48.863 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:48.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:48.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:48.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:48.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:48.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:48.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:48.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:48.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:48.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:48.866 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:48.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:48.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:48.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:48.868 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:48.869 INFO [WorkbenchTestable][RequirementsRunner] Started test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest) 12:31:48.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 12:31:48.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:31:48.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:48.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:48.869 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:48.873 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:48.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:48.874 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:48.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:48.874 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New JavaScript Project"] 12:31:48.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:48.874 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:48.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:48.874 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:48.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:48.875 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:48.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:48.875 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New JavaScript Project"] 12:31:48.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:48.875 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:48.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:48.875 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:48.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:48.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:48.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:48.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:48.877 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:48.877 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:48.877 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:48.877 DEBUG [main][MenuItemLookup] Item match:File 12:31:48.879 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:48.879 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:48.885 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:31:48.885 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:31:48.909 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:31:48.909 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:31:48.909 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:31:49.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:31:49.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:31:49.040 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:31:49.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:49.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:49.041 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:31:49.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:49.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:31:49.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:49.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:49.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:49.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JavaScript has children... 12:31:49.043 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JavaScript 12:31:49.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:49.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:49.544 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JavaScript 12:31:49.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem JavaScript has children finished successfully 12:31:49.545 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item JavaScript 12:31:49.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:49.545 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item JavaScript is already expanded. No action performed 12:31:49.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:49.545 INFO [WorkbenchTestable][TreeItemHandler] Expanded: JavaScript 12:31:49.546 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaScript Project 12:31:49.546 DEBUG [main][TreeItemHandler] Selecting tree item: JavaScript Project 12:31:49.546 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaScript Project about selection 12:31:49.549 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaScript Project 12:31:49.549 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:31:49.549 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:31:49.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:31:49.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:49.552 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:31:49.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:49.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:49.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:49.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:49.834 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:49.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:49.834 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:49.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New JavaScript Project"] is available.... 12:31:49.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New JavaScript Project"] is available. finished successfully 12:31:49.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New JavaScript Project 12:31:49.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:49.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:49.849 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New JavaScript Project is not null and is not disposed 12:31:49.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:49.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.jsdt.ui.wizards.JavaProjectWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:31:49.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:49.866 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:49.867 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 12:31:49.879 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New JavaScript Project is not null and is not disposed 12:31:49.879 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:31:49.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.jsdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:31:49.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:49.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:49.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:49.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:49.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:49.884 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:31:49.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:49.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:49.884 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:49.884 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:49.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:31:50.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:31:50.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:50.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:31:50.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:31:50.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:31:50.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:31:50.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:31:50.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:50.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:31:50.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:50.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:50.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:50.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:50.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:50.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:50.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:50.087 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:50.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:50.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:50.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:50.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:50.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:50.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:50.141 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:50.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:31:50.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:50.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:50.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:50.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:50.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:50.143 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:50.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:50.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:50.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:50.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:50.146 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:50.148 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:50.148 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:50.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:50.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:50.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:50.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:50.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:50.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:50.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:51.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:51.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:51.152 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:31:51.152 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:31:51.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:51.153 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:51.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:51.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:51.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:51.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:51.154 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:31:51.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 12:31:51.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:51.154 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:51.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:51.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:51.154 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest) 12:31:51.154 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest 12:31:51.155 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:51.155 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.364 s - in org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest setName no-configuration(org.eclipse.reddeer.eclipse.test.wst.jsdt.ui.wizards.JavaProjectWizardFirstPageTest) Time elapsed: 2.285 s Running org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:31:51.170 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:31:51.170 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:31:51.170 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:51.170 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:31:51.170 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:31:51.170 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:31:51.170 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:51.170 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:31:51.171 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:51.171 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:31:51.171 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:51.174 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:51.174 INFO [WorkbenchTestable][RequirementsRunner] Started test: openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 12:31:51.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:31:51.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:31:51.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:51.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:51.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:51.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.176 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:31:51.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:51.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:51.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:51.179 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:51.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:31:51.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:51.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:51.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:51.181 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:51.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:51.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:51.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:51.226 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:31:51.226 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:31:51.226 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:51.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:51.226 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:51.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:51.227 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:31:51.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:51.227 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:51.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:51.227 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:51.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:51.227 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:51.227 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:51.227 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:31:51.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:51.228 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:51.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:51.228 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:51.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:51.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:51.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:51.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:51.229 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:51.229 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:51.229 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:51.231 DEBUG [main][MenuItemLookup] Item match:File 12:31:51.233 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:51.233 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:51.237 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:31:51.237 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:31:51.238 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:31:51.238 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:31:51.238 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:31:51.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:31:51.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:31:51.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:31:51.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:51.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:51.372 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:31:51.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:51.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:31:51.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:51.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:51.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:51.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:51.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:51.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 12:31:51.387 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:31:51.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:51.387 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:31:51.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:51.387 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:31:51.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 12:31:51.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:31:51.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:51.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:31:51.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:51.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:31:51.388 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 12:31:51.388 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 12:31:51.389 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 12:31:51.400 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 12:31:51.400 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:31:51.400 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:31:51.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:31:51.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:51.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:51.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:51.403 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:31:51.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:51.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:51.403 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:51.403 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:51.522 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:51.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:51.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:51.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available.... 12:31:51.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available. finished successfully 12:31:51.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 12:31:51.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:51.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:51.537 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:31:51.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:51.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:31:51.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:51.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:51.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:51.541 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:51.542 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 12:31:51.546 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:31:51.546 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 12:31:51.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:31:51.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:51.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:51.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:51.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:51.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:51.549 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:31:51.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:51.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:51.549 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:51.549 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:51.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 12:31:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:31:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:51.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:51.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:51.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Associated Perspective?"] is available.... 12:31:52.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Associated Perspective?"] is available. finished successfully 12:31:52.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open Perspective") 12:31:52.181 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:52.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:52.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:52.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Associated Perspective?" as the parent 12:31:52.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:52.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:52.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:52.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:52.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:52.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:52.182 INFO [WorkbenchTestable][AbstractButton] Click button &Open Perspective 12:31:52.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:52.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:52.182 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:52.182 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:52.664 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:52.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:52.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:52.665 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:52.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:52.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:52.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:52.666 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:31:52.666 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:31:52.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:52.667 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:31:52.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:52.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:52.735 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:31:52.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:52.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:52.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:52.736 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:52.736 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:52.737 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:52.737 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:31:52.737 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:31:52.737 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:31:52.737 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:31:52.737 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:31:52.737 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:31:52.737 DEBUG [main][MenuItemLookup] Item match:Window 12:31:52.738 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:31:52.738 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:31:52.738 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:31:52.738 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:52.738 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:31:52.738 DEBUG [main][MenuItemLookup] Item match:Show View 12:31:52.746 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:31:52.746 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:31:52.746 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 12:31:52.746 DEBUG [main][MenuItemLookup] Found menu:'Markers' 12:31:52.746 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:31:52.746 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:31:52.746 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:31:52.746 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:31:52.746 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:31:52.746 DEBUG [main][MenuItemLookup] Found menu:'Servers' 12:31:52.746 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 12:31:52.746 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:31:52.746 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:52.746 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:31:52.746 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:31:52.747 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:31:52.747 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:31:52.747 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:31:52.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:31:52.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:31:52.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:31:52.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:52.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:52.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:31:52.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:52.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:52.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:52.870 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:31:52.870 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:52.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:52.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:52.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:52.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:52.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:52.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:52.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:52.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:31:52.872 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:31:52.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:54.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:54.432 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:31:54.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:31:54.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:31:54.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:54.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:31:54.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:54.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:31:54.434 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:31:54.434 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:31:54.435 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:31:54.435 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:31:54.435 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:54.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:54.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:54.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:31:54.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:54.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:54.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:54.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:31:54.437 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:54.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:54.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:54.437 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:31:54.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:54.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:54.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:54.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:54.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:54.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:54.439 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:31:54.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:54.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:54.439 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:54.440 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:54.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:31:54.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:31:54.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:31:54.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:54.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:54.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:31:54.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:54.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:54.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:54.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:54.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:54.655 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:54.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:31:54.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:54.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:54.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:54.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:54.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:54.680 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:54.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:54.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:54.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:54.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:54.682 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:54.684 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:54.684 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:54.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:54.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:54.685 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:54.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:54.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:54.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:54.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:54.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:54.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:55.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:55.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:55.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:55.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:55.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:55.689 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:55.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:55.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:55.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:55.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:55.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:55.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:55.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:55.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:55.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:55.692 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:31:55.692 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 12:31:55.692 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:55.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:55.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:55.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:55.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:55.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:55.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:56.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:56.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:56.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:56.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:31:56.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:31:56.700 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:56.700 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:56.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:56.702 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:56.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:56.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:56.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:56.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:56.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:56.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:56.703 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 12:31:56.704 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 12:31:56.704 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:56.704 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:56.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:56.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:31:56.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:31:56.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:56.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:56.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:56.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:56.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:56.706 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:31:56.706 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:31:56.706 DEBUG [main][TreeItemHandler] Set Tree selection 12:31:56.707 DEBUG [main][TreeHandler] Notify Tree about selection event 12:31:56.715 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:31:56.721 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 12:31:56.722 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 12:31:56.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:56.722 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:56.818 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:31:56.818 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:31:56.818 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:31:56.818 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:31:56.819 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:31:56.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:56.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:31:56.820 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:31:57.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:31:57.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:57.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:57.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:57.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:57.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:57.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:57.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:57.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:31:57.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:57.321 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:57.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:57.321 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:31:57.321 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:57.362 DEBUG [main][MenuItemLookup] Found menu:'New' 12:31:57.362 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:57.362 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:31:57.362 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:31:57.362 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:31:57.362 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:57.362 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:31:57.362 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:31:57.362 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:31:57.362 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:31:57.362 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:31:57.362 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:31:57.362 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:31:57.362 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:31:57.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:31:57.470: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:31:58.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:31:58.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:31:58.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:58.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:58.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:31:58.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:58.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:58.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:58.084 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:31:58.084 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:58.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:58.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:58.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:58.085 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:31:58.085 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:31:58.085 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:31:58.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:58.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:58.085 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:58.085 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:58.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:31:58.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:58.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:58.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:58.086 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:31:58.086 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:58.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:58.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:58.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:58.087 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:31:58.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:58.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:58.088 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:58.088 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:58.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:31:58.093 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:31:58.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:31:58.593 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:31:58.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:58.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 7 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:31:58.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:31:58.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:31:58.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:31:58.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:31:58.593 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:58.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:58.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:58.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:58.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:58.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:58.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:58.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:58.594 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:58.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:58.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:31:58.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:31:58.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:31:58.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:58.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:58.595 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 12:31:58.595 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:31:58.595 INFO [WorkbenchTestable][RequirementsRunner] Started test: doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 12:31:58.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:31:58.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:31:58.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:31:58.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:31:58.595 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:31:58.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.600 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:31:58.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:58.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:58.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:58.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:58.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:31:58.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:58.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:58.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:31:58.610 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:31:58.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:31:58.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:31:58.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:31:58.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:31:58.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:31:58.612 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:31:58.612 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 12:31:58.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:58.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:58.612 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:58.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:58.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:58.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:31:58.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:58.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:58.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:31:58.640 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:31:58.640 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:31:58.640 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:58.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:31:58.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:31:58.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:31:58.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:58.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:58.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:31:58.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:58.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:58.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:58.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:31:58.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:58.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:58.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:58.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:31:58.717 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 12:31:58.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:58.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:58.717 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 12:31:58.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:31:58.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:31:58.718 TRACE [main][WidgetHandler] Notify Table with event 13 12:31:58.723 TRACE [main][WidgetHandler] Wait for synchronization 12:31:58.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:58.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:58.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:58.737 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:31:58.737 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:58.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:31:58.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:58.743 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:31:58.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:58.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:58.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:58.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:58.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:58.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:58.746 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:31:58.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:58.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:58.746 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:58.746 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:58.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:31:58.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:31:58.898 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:58.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:58.898 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:58.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:58.898 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:31:58.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:58.898 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:58.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:58.899 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:58.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:58.899 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:58.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:58.899 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:31:58.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:58.899 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:58.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:58.900 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:58.900 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:58.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:31:58.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:58.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:58.901 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:31:58.901 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:31:58.901 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:58.901 DEBUG [main][MenuItemLookup] Item match:File 12:31:58.903 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:31:58.903 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'File' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'' 12:31:58.910 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:31:58.910 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:31:58.911 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:31:58.911 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:31:58.911 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:31:59.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:31:59.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:31:59.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:31:59.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:59.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:59.093 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:31:59.093 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:59.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:31:59.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:59.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:59.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:31:59.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:31:59.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:31:59.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 12:31:59.097 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:31:59.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:59.109 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:31:59.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:59.109 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:31:59.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 12:31:59.110 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:31:59.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:31:59.110 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:31:59.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:31:59.110 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:31:59.110 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 12:31:59.111 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 12:31:59.111 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 12:31:59.111 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 12:31:59.111 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:31:59.111 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:31:59.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:31:59.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:59.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:59.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:59.124 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:31:59.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:59.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:59.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:59.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:59.338 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:31:59.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:59.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:59.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available.... 12:31:59.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available. finished successfully 12:31:59.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 12:31:59.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:31:59.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:31:59.341 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:31:59.341 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:31:59.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:31:59.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:59.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:59.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:31:59.373 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:31:59.374 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 12:31:59.378 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:31:59.378 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 12:31:59.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:31:59.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:59.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:59.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:59.383 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:31:59.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:59.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:59.383 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:59.383 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:31:59.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:31:59.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 12:31:59.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:31:59.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:31:59.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:31:59.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:31:59.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:31:59.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:31:59.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:31:59.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:31:59.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:31:59.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:31:59.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:31:59.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:31:59.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:31:59.463 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:31:59.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:31:59.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Associated Perspective?"] is available.... 12:31:59.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Associated Perspective?"] is available. finished successfully 12:31:59.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "No", Widget matcher matching widgets with style: 8) 12:31:59.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:31:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:31:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:31:59.966 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Associated Perspective?" as the parent 12:31:59.966 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:31:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:31:59.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:31:59.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:31:59.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:31:59.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:31:59.971 INFO [WorkbenchTestable][AbstractButton] Click button &No 12:31:59.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:31:59.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:31:59.971 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:31:59.971 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:00.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:00.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:00.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:00.177 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:00.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:00.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:00.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:00.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:00.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:00.204 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:32:00.204 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:32:00.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:00.205 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:32:00.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:00.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:00.267 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:32:00.267 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:00.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:00.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:00.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:00.268 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:00.268 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:00.268 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:00.268 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:00.268 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:00.268 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:00.268 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:00.268 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:00.268 DEBUG [main][MenuItemLookup] Item match:Window 12:32:00.269 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:00.269 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:00.269 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:00.269 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:00.269 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:00.269 DEBUG [main][MenuItemLookup] Item match:Show View 12:32:00.277 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:00.278 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:32:00.278 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:32:00.300 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:32:00.300 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:32:00.301 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:32:00.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:32:00.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:32:00.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:32:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:00.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:32:00.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:00.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:00.480 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:00.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:00.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:00.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:00.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:00.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:00.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:00.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:00.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:00.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:32:00.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:00.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:00.493 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:00.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:00.493 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:00.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:32:00.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:00.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:00.670 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:00.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:00.670 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:00.670 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:32:00.670 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:32:00.671 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:32:00.671 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:32:00.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:00.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:00.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:00.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:00.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:00.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:00.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:00.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:32:00.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:00.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:00.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:00.673 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:00.673 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:00.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:00.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:00.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:00.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:00.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:00.678 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:32:00.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:00.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:00.678 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:00.678 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:00.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:00.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:00.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:32:00.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:00.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:00.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:32:00.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:00.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:00.885 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:00.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:00.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:00.887 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:00.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:32:00.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:00.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:00.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:00.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:00.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:00.889 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:00.889 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:00.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:00.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:00.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:00.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:00.971 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:00.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:00.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:00.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:00.973 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:00.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:00.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:00.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:00.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:00.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:00.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:01.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:01.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:02.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:02.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:02.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:02.032 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:02.032 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:02.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:02.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:02.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:02.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:02.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:02.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:02.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:02.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:02.035 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 12:32:02.035 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:02.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:02.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:02.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:02.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:02.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:02.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:02.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:02.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:03.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:03.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:03.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:03.038 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:03.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:03.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:03.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:03.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:03.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:03.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:03.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:03.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:03.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:03.041 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 12:32:03.041 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:03.041 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:03.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:03.043 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:03.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:03.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:03.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:03.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:03.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:03.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:03.046 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:32:03.046 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:32:03.046 DEBUG [main][TreeItemHandler] Set Tree selection 12:32:03.046 DEBUG [main][TreeHandler] Notify Tree about selection event 12:32:03.052 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:32:03.052 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 12:32:03.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:03.053 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:03.154 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:03.154 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:32:03.154 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:32:03.154 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:32:03.154 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:32:03.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:03.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:32:03.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:03.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:32:03.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:32:03.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:03.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:32:03.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:32:03.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:03.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:03.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:03.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:03.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:03.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:03.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:03.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:03.656 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:03.656 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:03.712 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:03.712 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:03.712 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:03.712 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:03.712 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:32:03.712 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:32:03.712 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:03.712 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:32:03.712 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:32:03.712 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:32:03.712 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:32:03.712 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:32:03.712 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:32:03.712 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:32:03.712 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:32:03.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:32:04.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:32:04.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:32:04.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:04.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:04.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:32:04.407 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:04.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:04.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:04.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:32:04.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:04.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:04.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:04.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:04.409 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:32:04.409 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:32:04.409 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:32:04.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:04.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:04.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:04.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:04.410 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:32:04.410 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:04.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:04.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:04.410 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:32:04.410 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:04.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:04.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:04.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:04.413 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:32:04.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:04.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:04.413 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:04.413 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:04.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:32:04.428 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:32:04.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:32:04.929 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:32:04.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:04.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:32:04.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:32:04.929 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:32:04.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:04.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:32:04.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:32:04.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:04.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:04.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:04.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:04.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:04.930 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:04.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:04.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:32:04.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:04.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:04.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:04.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:04.930 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 12:32:04.931 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:04.931 INFO [WorkbenchTestable][RequirementsRunner] Started test: testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 12:32:04.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:32:04.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:04.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:04.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:04.931 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:04.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.933 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:32:04.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:04.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:04.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:04.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:04.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:32:04.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:04.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:04.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:04.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:04.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:04.937 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:04.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:04.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:04.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:04.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:04.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:04.939 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:32:04.939 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:32:04.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:04.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:04.941 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:04.941 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:04.942 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:32:04.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:04.942 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:04.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:04.942 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:04.942 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:04.943 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:04.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:04.943 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:32:04.966 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:04.967 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:04.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:04.967 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:04.967 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:04.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:04.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:04.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:04.969 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:04.969 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:04.969 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:04.971 DEBUG [main][MenuItemLookup] Item match:File 12:32:04.972 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:32:04.972 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:04.978 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:32:04.978 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:32:05.004 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:32:05.004 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:32:05.005 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:32:05.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:32:05.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:32:05.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:32:05.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:05.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:05.140 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:32:05.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:05.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:32:05.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:05.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:05.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:05.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:05.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:05.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:05.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:05.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 12:32:05.144 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:32:05.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:05.144 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:32:05.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:05.144 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:32:05.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 12:32:05.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:32:05.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:05.145 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:32:05.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:05.145 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:32:05.145 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 12:32:05.145 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 12:32:05.146 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 12:32:05.146 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 12:32:05.146 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:32:05.146 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:32:05.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:05.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:05.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:05.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:05.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:05.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:05.149 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:05.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:05.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:05.149 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:05.149 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:05.281 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:05.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:05.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:05.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available.... 12:32:05.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available. finished successfully 12:32:05.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 12:32:05.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:05.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:05.295 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:32:05.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:05.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:32:05.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:05.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:05.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:05.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:05.299 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:05.299 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:05.300 INFO [WorkbenchTestable][AbstractText] Text set to: webProject 12:32:05.303 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:32:05.303 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 12:32:05.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:05.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:05.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:05.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:05.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:05.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:05.337 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:05.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:05.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:05.337 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:05.337 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:05.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:05.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update script explorer' is a system job, skipped 12:32:05.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Sending problem marker updates...' is a system job, skipped 12:32:05.517 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' has no excuses, wait for it 12:32:06.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 17 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/resources.jar)' is a system job, skipped 12:32:06.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:32:06.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:06.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:06.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:32:06.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:32:06.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 12:32:06.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:32:06.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:32:06.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:32:06.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:06.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:06.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:06.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:06.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:06.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:06.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:06.019 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:06.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:06.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:06.020 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:06.020 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:06.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:06.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:06.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:06.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:06.026 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:32:06.026 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:32:06.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:06.027 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:32:06.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:06.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:06.162 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:32:06.162 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:06.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:06.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:06.163 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:06.163 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:06.163 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:06.163 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:06.163 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:06.163 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:06.163 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:06.163 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:06.163 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:06.163 DEBUG [main][MenuItemLookup] Item match:Window 12:32:06.164 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:06.164 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:06.164 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:06.164 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:06.164 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:06.164 DEBUG [main][MenuItemLookup] Item match:Show View 12:32:06.173 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:06.174 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:32:06.174 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:32:06.174 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:32:06.174 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:32:06.174 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:32:06.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:32:06.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:32:06.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:32:06.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:06.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:06.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:32:06.297 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:06.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:06.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:06.298 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:06.298 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:06.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:06.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:06.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:06.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:06.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:06.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:06.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:06.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:32:06.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:06.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:06.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:06.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:06.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:06.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:32:06.311 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:06.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:06.311 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:06.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:06.311 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:06.312 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:32:06.312 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:32:06.312 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:32:06.312 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:32:06.312 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:06.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:06.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:06.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:06.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:06.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:06.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:06.314 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:32:06.314 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:06.314 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:06.314 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:06.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:06.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:06.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:06.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:06.315 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:32:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:06.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:06.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:06.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:06.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:06.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:06.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:32:06.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:06.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:06.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:32:06.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:06.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:06.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:06.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:06.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:06.396 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:06.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:32:06.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:06.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:06.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:06.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:06.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:06.398 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:06.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:06.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:06.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:06.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:06.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:06.401 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:06.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:06.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:06.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:06.402 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:06.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:06.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:06.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:06.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:06.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:06.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:06.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:06.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:07.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:07.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:07.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:07.408 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:07.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:07.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:07.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:07.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:07.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:07.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:07.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:07.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:07.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:07.434 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 12:32:07.434 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:07.434 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:07.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:07.435 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:07.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:07.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:07.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:08.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:08.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:08.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:08.695 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:08.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:08.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:08.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:08.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:08.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:08.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:08.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:08.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:08.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:08.698 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name webProject 12:32:08.698 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:08.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:08.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:08.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:08.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:08.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:08.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:08.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:08.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:08.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:08.700 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:32:08.700 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:32:08.700 DEBUG [main][TreeItemHandler] Set Tree selection 12:32:08.700 DEBUG [main][TreeHandler] Notify Tree about selection event 12:32:08.703 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:32:08.703 DEBUG [WorkbenchTestable][TreeItemHandler] webProject 12:32:08.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:08.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:08.761 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:08.761 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:32:08.761 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:32:08.761 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:32:08.762 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:32:08.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:08.762 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:32:09.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:32:09.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:09.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:09.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:09.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:09.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:09.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:09.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:09.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:09.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:09.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:09.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:09.309 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:09.309 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:09.309 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:09.309 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:09.309 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:32:09.309 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:32:09.309 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:09.309 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:32:09.309 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:32:09.309 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:32:09.309 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:32:09.309 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:32:09.309 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:32:09.309 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:32:09.309 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:32:09.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:32:09.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:32:09.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:32:09.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:09.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:09.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:32:09.991 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:09.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:09.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:09.992 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:32:09.992 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:09.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:09.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:09.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:09.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:09.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:09.993 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:32:09.993 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:32:09.993 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:32:09.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:09.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:09.994 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:09.994 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:09.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:32:09.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:09.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:09.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:09.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:32:09.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:09.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:09.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:09.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:09.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:09.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:09.996 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:32:09.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:09.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:09.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:09.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:10.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:32:10.001 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:32:10.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:32:10.502 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:32:10.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:10.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 15 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:32:10.502 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:32:10.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:32:10.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:32:10.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:10.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:10.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:10.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:10.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:10.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:10.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:10.503 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:10.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:10.503 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:32:10.503 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:10.503 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:10.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:10.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:10.504 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) 12:32:10.504 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest 12:32:10.504 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:10.504 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:10.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:10.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.336 s - in org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest openPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 7.42 s doNotOpenPerspective no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 6.335 s testThrowException no-configuration(org.eclipse.reddeer.eclipse.test.selectionwizard.NewMenuWizardTest) Time elapsed: 5.572 s Running org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:32:10.564 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:32:10.569 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:32:10.570 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:10.570 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:32:10.570 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:10.570 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:32:10.570 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:10.570 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:32:10.570 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:10.570 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:32:10.570 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:10.571 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:10.572 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem_notFound no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:32:10.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:32:10.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:10.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:10.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:10.572 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:10.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:10.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:10.587 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' view via menu. 12:32:10.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:10.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:10.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:10.589 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:10.589 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:10.590 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:10.592 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:10.592 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:32:10.592 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:32:10.592 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:10.592 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:10.593 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:10.593 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:10.593 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:10.593 DEBUG [main][MenuItemLookup] Item match:Window 12:32:10.593 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:10.593 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:10.593 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:10.593 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:10.593 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:10.593 DEBUG [main][MenuItemLookup] Item match:Show View 12:32:10.603 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:32:10.603 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:32:10.603 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:32:10.603 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:32:10.603 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:32:10.603 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:32:10.603 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:32:10.603 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:32:10.603 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:32:10.603 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:32:10.603 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:32:10.604 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:32:10.604 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:32:10.604 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:32:10.604 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:32:10.604 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:32:10.604 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:10.604 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:32:10.604 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:32:10.627 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:32:10.627 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:32:10.627 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:32:10.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:32:10.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:32:10.735 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:32:10.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:10.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:10.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:32:10.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:10.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:10.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:10.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:10.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:10.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:10.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:10.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:10.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:10.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:10.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:10.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:10.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Remote Systems has children... 12:32:10.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Remote Systems 12:32:10.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:11.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:11.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Remote Systems 12:32:11.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Remote Systems has children finished successfully 12:32:11.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Remote Systems 12:32:11.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:11.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Remote Systems is already expanded. No action performed 12:32:11.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:11.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Remote Systems 12:32:11.249 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Remote Systems 12:32:11.249 DEBUG [main][TreeItemHandler] Selecting tree item: Remote Systems 12:32:11.249 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Remote Systems about selection 12:32:11.250 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Remote Systems 12:32:11.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:11.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:11.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:11.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:11.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:11.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:32:11.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:11.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:11.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:11.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:11.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:11.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:11.253 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:32:11.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:11.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:11.254 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:11.254 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:11.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:11.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:11.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.rse.ui.view.SystemViewPart' view is open... 12:32:11.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.rse.ui.view.SystemViewPart' view is open finished successfully 12:32:11.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:11.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:11.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:11.508 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:11.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:11.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:11.544 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:11.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:11.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:11.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:11.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:11.547 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:32:11.547 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:11.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:11.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:11.549 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:11.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:11.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:11.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:11.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:11.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:11.575 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:32:11.576 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:32:11.576 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:32:11.580 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:32:11.580 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:11.580 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:11.710 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:11.710 DEBUG [main][MenuItemLookup] Item match:New 12:32:11.711 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:32:11.711 DEBUG [main][MenuItemLookup] Item match:Connection... 12:32:11.711 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:32:11.711 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:32:11.711 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:32:11.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:32:11.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:32:11.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:11.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:11.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:11.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:11.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:11.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:11.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:11.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:11.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:11.881 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:32:11.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:11.881 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:11.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:11.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:11.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:11.882 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:11.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:11.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:32:11.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:11.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:11.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:11.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:32:11.886 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:11.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:11.886 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:11.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:11.886 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:11.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:32:11.886 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:11.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:11.886 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:11.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:11.886 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:11.887 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:32:11.887 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:32:11.887 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:32:11.910 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:32:11.911 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:11.911 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:32:11.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:11.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:11.914 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:11.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:11.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:11.914 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:11.914 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:11.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:32:11.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:32:11.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:32:11.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:32:11.964 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 12:32:11.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:32:11.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:11.970 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:11.971 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 12:32:11.971 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:11.972 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:32:11.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:11.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:11.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:11.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:11.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:11.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:11.975 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:11.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:11.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:11.975 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:11.975 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:11.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:12.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:12.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:12.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:12.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:32:12.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:12.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:12.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:12.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:12.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:12.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:12.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:12.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:12.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:12.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:12.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 12:32:12.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:12.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:12.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:12.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:12.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:12.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:12.155 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:12.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:12.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:12.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:12.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:12.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:12.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:12.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 12:32:12.183 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:12.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:12.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:12.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:12.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:12.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:12.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:12.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:12.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:12.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:12.187 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:12.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:12.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:12.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:12.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:12.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:12.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:12.214 INFO [WorkbenchTestable][System] Deleting system Local 12:32:12.214 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:32:12.214 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 12:32:12.214 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 12:32:12.214 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 12:32:12.214 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 12:32:12.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 12:32:12.218 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 12:32:12.218 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 12:32:12.218 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 12:32:12.221 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 12:32:12.221 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:12.221 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:12.278 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:12.278 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:12.278 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:12.278 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:12.278 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:12.278 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:12.278 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:12.278 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:12.278 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:12.279 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:12.279 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:12.279 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:12.279 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:32:12.279 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:32:12.279 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:12.279 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:12.279 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:12.279 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:32:12.279 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:32:12.279 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:12.279 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:32:12.279 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:32:12.279 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:12.279 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:12.279 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:12.279 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:12.317 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:12.317 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:12.317 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:12.317 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:12.317 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:12.317 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:12.317 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:12.317 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:12.317 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:12.317 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:12.317 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:12.317 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:12.317 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:32:12.318 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:32:12.318 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:32:12.318 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1812): Gtk-CRITICAL **: 12:32:12.370: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:32:12.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:32:12.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:32:12.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:32:12.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:12.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:12.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:32:12.420 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:12.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:12.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:12.420 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:32:12.420 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:12.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:12.422 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:32:12.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:12.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:12.422 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:12.423 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:12.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:12.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:12.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 12:32:12.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:12.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:12.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:12.506 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:12.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:12.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:12.536 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:12.536 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:12.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:12.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:12.537 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:12.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:12.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.539 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:12.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 12:32:12.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:12.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:12.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:12.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:12.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:12.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:12.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:12.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:12.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:12.540 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:12.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:12.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:32:12.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:12.540 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:12.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:12.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:12.540 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:32:12.541 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem_notFound no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:32:12.542 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:12.542 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:32:12.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:32:12.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:12.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:12.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:12.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:12.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.572 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:32:12.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:12.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:12.581 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:12.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:12.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:12.590 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:12.590 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:12.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:12.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:12.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:12.616 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:32:12.617 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:12.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:12.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:12.618 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:12.619 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:12.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.620 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:12.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:12.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:12.621 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:32:12.621 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:32:12.646 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:32:12.650 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:32:12.650 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:12.650 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:12.682 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:12.682 DEBUG [main][MenuItemLookup] Item match:New 12:32:12.683 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:32:12.683 DEBUG [main][MenuItemLookup] Item match:Connection... 12:32:12.683 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:32:12.684 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:32:12.684 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:32:12.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:32:12.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:32:12.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:12.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:12.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:12.774 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:12.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:12.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:12.774 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:12.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:12.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:12.775 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:32:12.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:12.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:12.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:12.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:12.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:12.775 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:12.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:12.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:32:12.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:32:12.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:12.778 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:12.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:12.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:32:12.778 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:12.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:12.779 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:12.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:12.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:12.779 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:32:12.779 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:32:12.779 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:32:12.781 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:32:12.782 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:12.782 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:32:12.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:12.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.783 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:12.783 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:12.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:12.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:12.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:12.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:12.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:32:12.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:32:12.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:32:12.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:32:12.836 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 12:32:12.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:32:12.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:12.848 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:12.848 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 12:32:12.849 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:12.849 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:32:12.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:12.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:12.851 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:12.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:12.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:12.852 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:12.852 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:12.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:12.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:12.911 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:12.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:12.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 12:32:12.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:12.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:12.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:12.948 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:12.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:12.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:12.954 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:12.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:12.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:12.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:12.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:12.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:12.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:12.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 12:32:12.980 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:32:12.980 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:12.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:12.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:12.981 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:32:12.982 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:12.982 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:12.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.982 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:12.983 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:12.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:12.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:12.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:12.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:12.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:12.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:12.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:12.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:12.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:12.984 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:32:12.984 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:32:12.984 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:32:12.988 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:32:12.988 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:12.988 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:13.028 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:13.029 DEBUG [main][MenuItemLookup] Item match:New 12:32:13.029 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:32:13.029 DEBUG [main][MenuItemLookup] Item match:Connection... 12:32:13.029 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:32:13.029 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:32:13.029 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:32:13.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:32:13.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:32:13.115 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:13.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:13.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:13.116 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:13.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:13.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:13.117 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:13.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:13.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:13.117 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:32:13.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:13.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:13.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:13.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:13.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:13.117 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:13.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:13.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:32:13.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:32:13.120 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:13.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:13.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:13.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:13.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:13.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:32:13.121 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:13.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:13.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:13.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:13.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:13.122 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:32:13.122 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:32:13.122 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:32:13.124 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:32:13.124 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:13.124 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:32:13.124 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:13.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:13.126 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:13.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:13.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:13.126 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:13.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:13.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:32:13.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:32:13.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:32:13.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:32:13.167 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 12:32:13.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:32:13.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:13.171 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:13.172 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System B 12:32:13.172 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:13.172 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:32:13.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:13.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:13.176 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:13.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:13.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:13.176 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:13.176 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:13.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:13.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:13.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:13.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:13.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:32:13.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:13.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:13.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:13.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:13.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:13.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:13.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:13.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:13.260 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:13.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:13.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B... 12:32:13.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.289 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:13.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:13.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:13.290 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:13.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:13.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:13.325 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:13.325 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:13.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:13.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:13.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:13.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:13.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:13.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:13.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B finished successfully 12:32:13.330 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:13.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:13.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:13.332 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:13.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:13.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.332 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:13.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:13.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:13.333 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:13.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:13.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:13.333 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:13.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:13.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:13.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:13.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:13.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:13.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:13.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:13.360 INFO [WorkbenchTestable][System] Deleting system Local 12:32:13.360 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:32:13.360 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 12:32:13.360 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 12:32:13.360 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 12:32:13.360 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 12:32:13.363 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 12:32:13.363 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 12:32:13.363 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 12:32:13.363 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 12:32:13.366 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 12:32:13.366 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:13.366 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.425 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:13.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:13.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:13.459 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:13.459 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:13.459 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:13.459 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.459 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:13.459 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:13.459 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:13.459 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.459 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:13.459 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.459 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:13.459 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:13.459 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:32:13.459 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:32:13.459 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:32:13.459 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1812): Gtk-CRITICAL **: 12:32:13.482: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:32:13.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:32:13.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:32:13.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:32:13.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:13.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:13.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:32:13.527 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:13.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:13.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:13.528 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:32:13.528 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:13.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:13.535 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:32:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:13.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:13.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:13.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:13.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 12:32:13.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:13.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:13.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:13.590 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:13.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:13.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:13.621 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:13.621 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:13.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:13.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:13.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:13.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:13.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:13.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:13.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 12:32:13.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:13.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:32:13.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:13.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:13.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:13.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:13.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:13.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:13.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:13.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:13.627 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:13.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:13.627 INFO [WorkbenchTestable][System] Deleting system Test Remote System B 12:32:13.627 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 12:32:13.627 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 12:32:13.627 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 12:32:13.653 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 12:32:13.653 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 12:32:13.653 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 12:32:13.653 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 12:32:13.656 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 12:32:13.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:13.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.695 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:13.696 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:13.696 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:13.728 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:13.728 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:13.728 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:13.728 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.728 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:13.728 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:13.728 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:13.728 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.728 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:13.728 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:13.728 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:13.728 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:13.728 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:32:13.729 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:32:13.729 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:32:13.729 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1812): Gtk-CRITICAL **: 12:32:13.754: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:32:13.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:32:13.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:32:13.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:32:13.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:13.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:13.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:32:13.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:13.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:13.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:13.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:32:13.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:13.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:13.794 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:32:13.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:13.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:13.794 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:13.794 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:13.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:13.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:13.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B... 12:32:13.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:13.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:13.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:13.849 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:13.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:13.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:13.856 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:13.879 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:13.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:13.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:13.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:13.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:13.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:13.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:13.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B finished successfully 12:32:13.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:13.882 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:13.882 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:13.882 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:13.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:13.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:13.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:13.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:13.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:13.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:13.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:13.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:32:13.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:13.883 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:13.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:13.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:13.883 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:32:13.884 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:13.884 INFO [WorkbenchTestable][RequirementsRunner] Started test: newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:32:13.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:32:13.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:13.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:13.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:13.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:13.884 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:32:13.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:13.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:13.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:13.913 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:13.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:13.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:13.921 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:13.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:13.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:13.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:13.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:13.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:13.945 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:13.946 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:13.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:13.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:13.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:13.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:13.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:13.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:13.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:13.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:13.948 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:32:13.948 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:32:13.953 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:32:13.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:32:13.961 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:13.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:13.990 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:13.990 DEBUG [main][MenuItemLookup] Item match:New 12:32:13.991 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:32:13.991 DEBUG [main][MenuItemLookup] Item match:Connection... 12:32:13.991 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:32:13.991 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:32:13.991 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:32:14.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:32:14.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:32:14.080 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:14.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.082 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:14.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.082 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:14.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.082 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:32:14.082 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:14.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.083 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:14.083 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:14.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:14.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:14.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:14.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:14.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:14.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.084 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:14.084 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Cancel wizard 12:32:14.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:32:14.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:14.092 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:32:14.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:14.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:14.092 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:14.092 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:14.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:14.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:14.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:14.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:14.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:14.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:14.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:14.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:14.131 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:14.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:14.132 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:14.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:14.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:14.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:14.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:14.134 INFO [WorkbenchTestable][System] Deleting system Local 12:32:14.134 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:32:14.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:32:14.134 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:14.134 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:14.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:14.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:14.150 INFO [WorkbenchTestable][RequirementsRunner] Finished test: newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:32:14.151 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:14.151 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:32:14.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:32:14.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:14.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:14.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:14.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:14.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:14.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.159 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:14.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:14.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:14.167 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:14.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:14.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:14.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:14.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:14.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:14.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:14.193 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:14.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:14.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:14.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:14.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:14.195 INFO [WorkbenchTestable][System] Deleting system Local 12:32:14.195 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:32:14.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:32:14.195 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:14.195 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:14.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:14.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:14.196 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:32:14.196 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:14.196 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:32:14.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:32:14.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:14.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:14.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:14.196 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:14.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.226 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:32:14.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:14.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.234 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:14.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:14.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:14.264 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:14.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:14.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:14.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:14.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:14.267 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:32:14.267 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:14.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:14.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:14.290 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:14.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:14.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:14.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:14.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:14.292 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:32:14.292 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:32:14.295 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:32:14.299 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:32:14.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:14.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:14.334 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:14.334 DEBUG [main][MenuItemLookup] Item match:New 12:32:14.335 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:32:14.335 DEBUG [main][MenuItemLookup] Item match:Connection... 12:32:14.335 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:32:14.335 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:32:14.335 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:32:14.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:32:14.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:32:14.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:14.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.426 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:14.426 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.426 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.426 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:14.426 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.426 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.427 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:32:14.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:14.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.427 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:14.427 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:32:14.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:14.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:14.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:14.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:32:14.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:14.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:14.430 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:14.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:14.430 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:14.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:32:14.430 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:14.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:14.430 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:14.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:14.431 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:14.431 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:32:14.431 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:32:14.431 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:32:14.433 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:32:14.434 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:14.434 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:32:14.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:14.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:14.436 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:14.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:14.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:14.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:14.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:14.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:32:14.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:32:14.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:32:14.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:32:14.478 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 12:32:14.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:32:14.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:14.484 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:14.484 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System A 12:32:14.485 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:14.485 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:32:14.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:14.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:14.487 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:14.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:14.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:14.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:14.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:14.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:14.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:14.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:14.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:32:14.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:14.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:14.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:14.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:14.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:14.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:14.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:14.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:14.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:14.547 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:14.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:14.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A... 12:32:14.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:14.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.583 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:14.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:14.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:14.616 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:14.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:14.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:14.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:14.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:14.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:14.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:14.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System A finished successfully 12:32:14.643 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:32:14.643 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:14.643 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:14.644 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:14.645 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:32:14.645 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:14.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:14.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.646 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:14.646 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:14.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:14.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:14.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:14.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:14.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:14.648 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:32:14.648 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:32:14.649 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:32:14.660 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:32:14.660 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:14.660 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:14.695 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:14.695 DEBUG [main][MenuItemLookup] Item match:New 12:32:14.695 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:32:14.696 DEBUG [main][MenuItemLookup] Item match:Connection... 12:32:14.696 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:32:14.696 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:32:14.696 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:32:14.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:32:14.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:32:14.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:14.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.801 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:14.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.802 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:14.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.802 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:32:14.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:14.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:14.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:14.802 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:14.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:14.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:32:14.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:14.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:14.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:14.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:32:14.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:14.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:14.847 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:14.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:14.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:14.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:32:14.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:14.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:14.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:14.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:14.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:14.849 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:32:14.849 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:32:14.849 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:32:14.851 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:32:14.851 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:14.851 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:32:14.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:14.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:14.862 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:14.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:14.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:14.862 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:14.862 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:14.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:32:14.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:32:14.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:32:14.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:32:14.908 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 12:32:14.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:32:14.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:14.914 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:14.915 INFO [WorkbenchTestable][AbstractText] Text set to: Test Remote System B 12:32:14.915 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:14.915 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:32:14.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:14.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:14.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:14.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:14.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:14.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:14.950 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:14.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:14.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:14.951 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:14.951 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:14.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:15.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:15.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:15.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:32:15.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:15.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:15.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:15.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:15.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:15.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:15.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:15.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:15.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:15.017 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:15.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:15.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B... 12:32:15.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.058 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:15.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:15.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:15.059 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:15.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:15.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:15.070 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:15.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:15.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:15.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:15.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:15.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:15.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:15.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:15.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: Test Remote System B finished successfully 12:32:15.074 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:15.074 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:15.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:15.097 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:15.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:15.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:15.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:15.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:15.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:15.099 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:15.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:15.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:15.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:15.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:15.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:15.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:15.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:15.103 INFO [WorkbenchTestable][System] Deleting system Local 12:32:15.103 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:32:15.103 INFO [WorkbenchTestable][System] Deleting system Test Remote System A 12:32:15.103 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 12:32:15.103 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 12:32:15.103 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 12:32:15.106 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 12:32:15.106 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System A 12:32:15.106 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System A 12:32:15.106 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System A about selection 12:32:15.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System A 12:32:15.136 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:15.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:15.177 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:15.177 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:15.214 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:15.214 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:15.214 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:15.214 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.214 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:15.214 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:15.214 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:15.214 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.214 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:15.215 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.215 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:15.215 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:15.215 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:32:15.215 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:32:15.215 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:32:15.215 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1812): Gtk-CRITICAL **: 12:32:15.237: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:32:15.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:32:15.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:32:15.282 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:32:15.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:15.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:15.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:32:15.282 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:15.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:15.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:15.282 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:32:15.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:15.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:15.290 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:32:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:15.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:15.290 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:15.290 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:15.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:15.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:15.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A... 12:32:15.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:15.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:15.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:15.379 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:15.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:15.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:15.385 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:15.385 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:15.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:15.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:15.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:15.386 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:15.388 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:15.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:15.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System A finished successfully 12:32:15.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:15.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:32:15.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:15.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:15.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:15.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:15.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:15.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:15.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:15.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:15.389 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:15.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:15.389 INFO [WorkbenchTestable][System] Deleting system Test Remote System B 12:32:15.389 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 12:32:15.389 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 12:32:15.390 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 12:32:15.393 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 12:32:15.393 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Test Remote System B 12:32:15.393 DEBUG [main][TreeItemHandler] Selecting tree item: Test Remote System B 12:32:15.393 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Test Remote System B about selection 12:32:15.396 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Test Remote System B 12:32:15.396 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:15.396 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.453 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:15.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:15.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:15.487 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:15.487 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:15.487 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:15.487 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.487 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:15.487 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:15.487 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:15.487 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.487 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:15.487 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.487 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:15.487 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:15.487 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:32:15.487 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:32:15.487 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:32:15.487 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1812): Gtk-CRITICAL **: 12:32:15.511: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:32:15.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:32:15.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:32:15.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:32:15.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:15.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:15.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:32:15.549 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:15.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:15.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:15.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:32:15.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:15.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:15.551 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:32:15.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:15.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:15.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:15.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:15.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:15.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:15.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B... 12:32:15.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:15.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:15.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:15.611 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:15.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:15.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:15.644 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:15.644 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:15.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:15.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:15.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:15.645 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:15.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:15.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:15.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: Test Remote System B finished successfully 12:32:15.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:15.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:32:15.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:15.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:15.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:15.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:15.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:15.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:15.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:15.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:15.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:15.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:15.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:32:15.670 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:15.670 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:15.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:15.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:15.671 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:32:15.671 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:15.671 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:32:15.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:32:15.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:15.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:15.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:15.672 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:15.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:15.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:15.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:15.682 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:15.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:15.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:15.693 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:15.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:15.694 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:15.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:15.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:15.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:15.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:15.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:15.719 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:15.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:15.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:15.720 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:15.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:15.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.721 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:15.721 INFO [WorkbenchTestable][System] Deleting system Local 12:32:15.721 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:32:15.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:32:15.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:15.721 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:15.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:15.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:15.721 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) 12:32:15.721 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest 12:32:15.721 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:15.722 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:15.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:15.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.159 s - in org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest getSystem_notFound no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 1.969 s getSystems no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 1.341 s newConnection no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.266 s getSystems_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.045 s getSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 1.475 s getSystem_noRemoteSystem no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemViewTest) Time elapsed: 0.05 s Running org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:32:15.784 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:32:15.786 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:32:15.786 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:15.786 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:32:15.786 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:15.786 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:32:15.786 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:15.786 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:32:15.787 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:15.787 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:32:15.787 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:15.787 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:32:15.787 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:32:15.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:32:15.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:15.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:15.788 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:15.790 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:15.790 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:15.791 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:15.791 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:15.791 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:15.791 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:15.791 DEBUG [main][MenuItemLookup] Item match:Window 12:32:15.791 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:15.791 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:15.791 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:15.791 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.791 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:15.791 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:15.791 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.791 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:32:15.791 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.791 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:32:15.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:15.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:15.792 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:15.792 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:15.792 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:15.792 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:15.792 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:15.792 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:15.792 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:15.792 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:15.792 DEBUG [main][MenuItemLookup] Item match:Window 12:32:15.792 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:15.792 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:15.792 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:15.792 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.792 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:15.792 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:15.792 DEBUG [main][MenuItemLookup] Item match:Perspective 12:32:15.793 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:32:15.793 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.793 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:32:15.793 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:32:15.793 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:32:15.793 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:32:15.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:32:15.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:15.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:15.794 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:15.794 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:15.794 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:15.794 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:15.794 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:15.794 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:15.794 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:15.794 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:15.794 DEBUG [main][MenuItemLookup] Item match:Window 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:32:15.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:15.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:15.795 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:15.795 DEBUG [main][MenuItemLookup] Item match:Window 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:15.795 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:15.795 DEBUG [main][MenuItemLookup] Item match:Perspective 12:32:15.796 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:32:15.796 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.796 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:32:15.796 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:32:15.796 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:32:15.796 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:32:15.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:15.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:15.796 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:15.796 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:15.796 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:15.796 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:15.796 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:15.796 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:15.796 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:15.796 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:15.796 DEBUG [main][MenuItemLookup] Item match:Window 12:32:15.796 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:15.796 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:32:15.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:15.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:15.797 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:15.797 DEBUG [main][MenuItemLookup] Item match:Window 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:15.797 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:15.797 DEBUG [main][MenuItemLookup] Item match:Perspective 12:32:15.798 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:32:15.798 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:15.798 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:32:15.798 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:32:15.798 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:32:15.798 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:32:15.798 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:32:15.798 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:32:15.798 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:32:15.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:32:15.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:32:15.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:32:15.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:15.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:15.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:15.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:15.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:15.842 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:32:15.842 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:15.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:32:15.843 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:15.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:15.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:15.843 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:32:15.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:15.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:15.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:15.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:15.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:15.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:15.845 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:32:15.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:15.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:15.845 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:15.845 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:16.127 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:16.128 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 12:32:16.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:32:16.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:16.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:16.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:16.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:16.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:16.151 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' view via menu. 12:32:16.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:16.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:16.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:16.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:16.152 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:16.152 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:16.152 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:16.152 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:32:16.152 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:32:16.152 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:16.152 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:16.152 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:16.152 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:16.152 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:16.152 DEBUG [main][MenuItemLookup] Item match:Window 12:32:16.153 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:16.153 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:16.153 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:16.153 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:16.153 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:16.153 DEBUG [main][MenuItemLookup] Item match:Show View 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:16.160 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:32:16.160 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:32:16.181 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:32:16.182 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:32:16.182 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:32:16.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:32:16.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:32:16.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:32:16.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:16.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:16.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:32:16.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:16.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:16.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:16.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:16.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:16.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:16.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:16.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:16.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Remote Systems has children... 12:32:16.314 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Remote Systems 12:32:16.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:16.314 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Remote Systems is already expanded. No action performed 12:32:16.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:16.314 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Remote Systems 12:32:16.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Remote Systems has children finished successfully 12:32:16.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Remote Systems 12:32:16.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:16.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Remote Systems is already expanded. No action performed 12:32:16.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:16.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Remote Systems 12:32:16.315 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Remote Systems 12:32:16.315 DEBUG [main][TreeItemHandler] Selecting tree item: Remote Systems 12:32:16.315 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Remote Systems about selection 12:32:16.316 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Remote Systems 12:32:16.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:16.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:16.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:16.316 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:16.316 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:16.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:32:16.317 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:16.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:16.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:16.317 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:16.317 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:16.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.318 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:16.318 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:32:16.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:16.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:16.318 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:16.318 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:16.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:16.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:16.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.rse.ui.view.SystemViewPart' view is open... 12:32:16.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.rse.ui.view.SystemViewPart' view is open finished successfully 12:32:16.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:16.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:16.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:16.474 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:16.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:16.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:16.509 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:16.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:16.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:16.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:16.515 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:16.517 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:32:16.517 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:16.517 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:16.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.518 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:16.518 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:16.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:16.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.519 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:16.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:16.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:16.520 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:32:16.520 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:32:16.520 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:32:16.523 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:32:16.523 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:16.523 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:16.584 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:16.585 DEBUG [main][MenuItemLookup] Item match:New 12:32:16.585 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:32:16.585 DEBUG [main][MenuItemLookup] Item match:Connection... 12:32:16.585 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:32:16.585 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:32:16.586 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:32:16.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:32:16.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:32:16.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:16.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:16.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:16.684 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:16.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:16.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:16.684 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:16.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:16.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:16.684 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:32:16.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:16.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:16.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:16.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:16.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:16.684 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:16.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:16.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:32:16.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:16.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:16.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:16.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:32:16.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:16.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:16.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:16.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:16.687 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:16.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:32:16.687 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:16.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:16.687 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:16.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:16.687 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:16.688 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:32:16.688 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:32:16.688 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:32:16.706 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:32:16.706 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:16.706 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:32:16.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:16.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.707 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:16.707 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:16.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:16.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:16.708 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:16.708 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:16.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:32:16.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:32:16.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:32:16.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:32:16.751 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 12:32:16.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:32:16.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:16.756 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:16.756 INFO [WorkbenchTestable][AbstractText] Text set to: system1 12:32:16.757 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:16.757 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:32:16.757 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:16.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:16.759 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:16.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:16.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:16.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:16.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:16.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:16.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:16.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:16.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:16.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:32:16.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:16.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:16.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:16.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:16.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:16.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:16.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:16.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:16.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:16.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:16.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 12:32:16.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:16.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:16.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:16.851 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:16.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:16.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:16.856 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:16.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:16.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:16.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:16.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:16.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:16.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:16.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 12:32:16.859 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:32:16.859 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:16.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:16.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:16.860 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:32:16.861 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:16.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:16.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.861 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:16.861 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:16.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:16.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:16.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:16.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:16.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:16.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:16.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:16.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:16.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:16.863 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:32:16.863 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:32:16.863 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:32:16.894 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:32:16.895 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:16.895 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:16.927 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:16.927 DEBUG [main][MenuItemLookup] Item match:New 12:32:16.928 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:32:16.928 DEBUG [main][MenuItemLookup] Item match:Connection... 12:32:16.928 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:32:16.928 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:32:16.928 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:32:17.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:32:17.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:32:17.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:17.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:17.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:17.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:17.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:17.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:17.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:17.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:17.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:17.021 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:32:17.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:17.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:17.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:17.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:17.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:17.021 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:17.021 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:17.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:32:17.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:17.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:17.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:17.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:32:17.024 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:17.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:17.024 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:17.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:17.024 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:17.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:32:17.024 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:17.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:17.025 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:17.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:17.025 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:17.025 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:32:17.025 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:32:17.025 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:32:17.052 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:32:17.053 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:17.053 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:32:17.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:17.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:17.055 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:17.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:17.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:17.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:17.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:17.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:32:17.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:32:17.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:32:17.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:32:17.104 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 12:32:17.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:32:17.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:17.119 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:17.120 INFO [WorkbenchTestable][AbstractText] Text set to: system2 12:32:17.120 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:17.120 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:32:17.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:17.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:17.123 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:17.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:17.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:17.123 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:17.123 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:17.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:17.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:17.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:17.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:17.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:17.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:17.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:17.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:17.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:17.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:17.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:17.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:17.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:17.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 12:32:17.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:17.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:17.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:17.242 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:17.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:17.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:17.250 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:17.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:17.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:17.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:17.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:17.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:17.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:17.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:17.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 12:32:17.254 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:32:17.254 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:17.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:17.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:17.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:17.278 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:17.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:17.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:17.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:17.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:17.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:17.280 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:17.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:17.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:17.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:17.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:17.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:17.282 INFO [WorkbenchTestable][System] Deleting system system1 12:32:17.282 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 12:32:17.282 DEBUG [main][TreeItemHandler] Selecting tree item: system1 12:32:17.283 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 12:32:17.286 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 12:32:17.286 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 12:32:17.286 DEBUG [main][TreeItemHandler] Selecting tree item: system1 12:32:17.286 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 12:32:17.289 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 12:32:17.295 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:17.295 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:17.339 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:17.339 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:17.339 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:17.339 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.339 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:17.339 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:17.339 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:17.339 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.339 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:17.339 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.340 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:17.340 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:17.340 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:32:17.340 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:32:17.340 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:17.340 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:17.340 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.340 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:32:17.340 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:32:17.340 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.340 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:32:17.340 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:32:17.340 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.340 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:17.340 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:17.340 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:17.376 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:17.376 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:17.376 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:17.376 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.376 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:17.376 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:17.376 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:17.376 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.376 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:17.376 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.376 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:17.377 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:17.377 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:32:17.377 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:32:17.377 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:32:17.377 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1812): Gtk-CRITICAL **: 12:32:17.399: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:32:17.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:32:17.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:32:17.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:32:17.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:17.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:17.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:32:17.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:17.441 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:32:17.441 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:17.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:17.442 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:32:17.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:17.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:17.442 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:17.442 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:17.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:17.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:17.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 12:32:17.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:17.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:17.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:17.500 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:17.500 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:17.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:17.534 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:17.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:17.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:17.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:17.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:17.535 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:17.537 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:17.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.537 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:17.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 12:32:17.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:17.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:17.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:17.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:17.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:17.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:17.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:17.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:17.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:17.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:17.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:17.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:17.538 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:17.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:17.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:17.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:17.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:17.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:17.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:17.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:17.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:17.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:17.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:17.564 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:17.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:17.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:17.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:17.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:17.565 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:17.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:17.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:17.568 INFO [WorkbenchTestable][System] Deleting system Local 12:32:17.568 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:32:17.568 INFO [WorkbenchTestable][System] Deleting system system2 12:32:17.568 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 12:32:17.568 DEBUG [main][TreeItemHandler] Selecting tree item: system2 12:32:17.568 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 12:32:17.571 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 12:32:17.572 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 12:32:17.572 DEBUG [main][TreeItemHandler] Selecting tree item: system2 12:32:17.603 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 12:32:17.607 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 12:32:17.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:17.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:17.641 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:17.641 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:17.641 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:17.641 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.641 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:17.641 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.642 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:17.642 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:17.642 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:17.672 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:17.672 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:17.672 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:17.672 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.672 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:17.672 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:17.672 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:17.672 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.672 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:17.672 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:17.672 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:17.672 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:17.672 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:32:17.672 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:32:17.672 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:32:17.673 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1812): Gtk-CRITICAL **: 12:32:17.695: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:32:17.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:32:17.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:32:17.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:32:17.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:17.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:17.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:32:17.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:17.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:17.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:17.733 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:32:17.733 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:17.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:17.735 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:32:17.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:17.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:17.735 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:17.735 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:17.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:17.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:17.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 12:32:17.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:17.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:17.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:17.791 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:17.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:17.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:17.821 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:17.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:17.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:17.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:17.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:17.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:17.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:17.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:17.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 12:32:17.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:17.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:32:17.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:17.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:17.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:17.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:17.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:17.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:17.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:17.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:17.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:17.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:17.825 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:32:17.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:17.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:17.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:17.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:17.826 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 12:32:17.827 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:17.827 INFO [WorkbenchTestable][RequirementsRunner] Started test: disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 12:32:17.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:32:17.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:17.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:17.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:17.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:17.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.856 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:32:17.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:17.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:17.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:17.887 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:17.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:17.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:17.895 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:17.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:17.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:17.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:17.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:17.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:17.898 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:32:17.920 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:17.920 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:17.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:17.921 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:17.921 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:17.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:17.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:17.922 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:17.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:17.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:17.923 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:17.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:17.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:17.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:17.923 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:32:17.923 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:32:17.926 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:32:17.929 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:32:17.930 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:17.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:17.967 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:17.967 DEBUG [main][MenuItemLookup] Item match:New 12:32:17.967 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:32:17.967 DEBUG [main][MenuItemLookup] Item match:Connection... 12:32:17.967 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:32:17.967 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:32:17.967 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:32:18.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:32:18.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:32:18.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:18.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:18.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:18.055 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:18.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:18.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:18.055 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:18.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:18.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:18.055 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:32:18.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:18.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:18.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:18.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:18.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:18.056 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:18.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:18.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:32:18.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:18.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:18.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:18.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:32:18.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:18.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:18.058 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:18.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:18.058 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:18.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:32:18.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:18.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:18.058 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:18.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:18.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:18.059 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:32:18.059 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:32:18.059 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:32:18.061 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:32:18.061 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:18.061 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:32:18.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:18.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:18.063 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:18.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:18.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:18.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:18.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:18.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:32:18.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:32:18.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:32:18.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:32:18.103 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 12:32:18.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:32:18.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:18.107 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:18.108 INFO [WorkbenchTestable][AbstractText] Text set to: system1 12:32:18.108 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:18.108 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:32:18.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:18.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:18.111 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:18.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:18.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:18.111 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:18.111 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:18.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:18.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:18.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:18.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:18.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:18.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:18.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:18.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:18.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:18.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:18.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:18.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:18.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:18.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:18.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 12:32:18.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:18.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:18.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:18.212 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:18.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:18.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:18.219 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:18.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:18.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:18.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:18.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:18.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:18.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:18.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:18.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 12:32:18.246 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:32:18.246 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:18.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:18.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:18.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:18.247 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:32:18.247 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:18.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:18.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:18.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:18.248 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:18.249 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:18.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:18.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:18.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:18.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:18.250 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:32:18.250 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:32:18.251 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:32:18.254 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:32:18.254 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:18.254 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:18.291 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:18.291 DEBUG [main][MenuItemLookup] Item match:New 12:32:18.292 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:32:18.292 DEBUG [main][MenuItemLookup] Item match:Connection... 12:32:18.292 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:32:18.292 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:32:18.292 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:32:18.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:32:18.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:32:18.389 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:18.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:18.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:18.390 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:18.391 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:18.391 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:18.391 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:18.391 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:18.391 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:18.391 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:32:18.391 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:18.391 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:18.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:18.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:18.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:18.392 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:18.392 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:18.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:32:18.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:18.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:18.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:18.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:32:18.409 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:18.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:18.409 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:18.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:18.409 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:18.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:32:18.409 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:18.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:18.410 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:18.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:18.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:18.410 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:32:18.410 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:32:18.415 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:32:18.417 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:32:18.418 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:18.418 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:32:18.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:18.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:18.420 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:18.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:18.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:18.420 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:18.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:18.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:32:18.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:32:18.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:32:18.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:32:18.459 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 12:32:18.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:32:18.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:18.464 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:18.464 INFO [WorkbenchTestable][AbstractText] Text set to: system2 12:32:18.465 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:18.465 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:32:18.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:18.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:18.476 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:18.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:18.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:18.476 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:18.476 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:18.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:18.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:18.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:18.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:32:18.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:18.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:18.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:18.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:18.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:18.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:18.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:18.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:18.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:18.551 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:18.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:18.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 12:32:18.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:18.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:18.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:18.574 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:18.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:18.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:18.613 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:18.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:18.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:18.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:18.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:18.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:18.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:18.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:18.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 12:32:18.640 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:32:18.640 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:18.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:18.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:18.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:18.642 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:18.642 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:18.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:18.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:18.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:18.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.643 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:18.643 INFO [WorkbenchTestable][System] Disconnecting from remote system system1 12:32:18.643 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 12:32:18.643 DEBUG [main][TreeItemHandler] Selecting tree item: system1 12:32:18.644 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 12:32:18.648 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 12:32:18.648 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:18.648 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:18.687 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:32:18.688 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:32:18.688 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:18.688 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:18.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:18.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:18.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:18.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:18.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:18.689 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:18.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:18.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:18.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:18.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:18.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:18.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:18.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:18.693 INFO [WorkbenchTestable][System] Deleting system Local 12:32:18.693 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:32:18.693 INFO [WorkbenchTestable][System] Deleting system system1 12:32:18.693 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 12:32:18.693 DEBUG [main][TreeItemHandler] Selecting tree item: system1 12:32:18.693 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 12:32:18.723 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 12:32:18.726 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 12:32:18.726 DEBUG [main][TreeItemHandler] Selecting tree item: system1 12:32:18.727 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 12:32:18.735 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 12:32:18.735 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:18.735 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:18.764 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:18.764 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:18.764 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:18.764 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:18.764 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:18.765 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:18.765 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:18.765 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:18.796 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:18.796 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:18.796 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:18.796 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:18.796 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:18.796 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:18.796 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:18.796 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:18.796 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:18.796 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:18.796 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:18.796 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:18.796 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:32:18.796 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:32:18.796 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:32:18.797 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1812): Gtk-CRITICAL **: 12:32:18.820: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:32:18.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:32:18.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:32:18.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:32:18.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:18.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:18.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:32:18.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:18.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:18.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:18.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:32:18.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:18.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:18.858 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:32:18.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:18.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:18.858 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:18.858 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:18.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:18.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:18.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 12:32:18.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:18.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:18.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:18.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:18.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:18.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:18.952 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:18.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:18.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:18.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:18.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:18.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:18.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:18.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:18.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:18.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:18.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:18.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:18.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 12:32:18.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:18.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:32:18.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:18.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:18.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:18.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:18.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:18.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:18.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:18.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:18.956 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:18.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:18.956 INFO [WorkbenchTestable][System] Deleting system system2 12:32:18.978 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 12:32:18.978 DEBUG [main][TreeItemHandler] Selecting tree item: system2 12:32:18.978 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 12:32:18.981 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 12:32:18.981 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 12:32:18.981 DEBUG [main][TreeItemHandler] Selecting tree item: system2 12:32:18.982 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 12:32:18.984 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 12:32:18.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:18.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:19.022 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:19.022 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:19.022 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:19.023 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:19.023 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:19.023 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:19.052 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:19.052 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:19.052 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:19.052 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:19.052 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:19.052 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:19.052 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:19.052 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:19.052 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:19.052 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:19.052 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:19.052 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:19.052 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:32:19.052 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:32:19.052 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:32:19.053 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1812): Gtk-CRITICAL **: 12:32:19.076: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:32:19.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:32:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:32:19.117 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:32:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:19.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:32:19.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:19.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:19.118 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:32:19.118 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:19.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:19.119 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:32:19.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:19.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:19.119 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:19.119 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:19.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:19.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:19.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 12:32:19.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:19.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:19.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:19.177 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:19.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:19.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:19.208 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:19.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:19.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:19.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:19.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:19.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:19.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:19.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:19.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 12:32:19.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:19.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:19.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:19.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:19.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:19.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:19.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:19.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:19.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:19.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:19.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:19.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:32:19.213 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:19.213 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:19.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:19.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:19.213 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 12:32:19.214 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:19.214 INFO [WorkbenchTestable][RequirementsRunner] Started test: isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 12:32:19.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:32:19.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:19.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:19.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:19.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:19.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.244 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:32:19.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:19.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:19.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:19.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:19.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:19.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:19.264 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:19.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:19.265 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:19.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:19.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:19.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:19.289 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:32:19.289 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:19.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:19.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:19.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:19.290 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:19.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:19.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:19.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:19.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:19.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:19.292 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:32:19.292 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:32:19.295 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:32:19.320 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:32:19.321 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:19.321 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:19.349 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:19.349 DEBUG [main][MenuItemLookup] Item match:New 12:32:19.349 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:32:19.349 DEBUG [main][MenuItemLookup] Item match:Connection... 12:32:19.349 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:32:19.350 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:32:19.350 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:32:19.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:32:19.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:32:19.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:19.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:19.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:19.445 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:19.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:19.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:19.445 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:19.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:19.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:19.446 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:32:19.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:19.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:19.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:19.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:19.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:19.446 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:19.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:19.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:32:19.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:19.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:19.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:19.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:32:19.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:19.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:19.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:19.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:19.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:19.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:32:19.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:19.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:19.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:19.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:19.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:19.450 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:32:19.450 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:32:19.450 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:32:19.452 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:32:19.452 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:19.452 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:32:19.452 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:19.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:19.454 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:19.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:19.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:19.454 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:19.454 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:19.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:32:19.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:32:19.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:32:19.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:32:19.498 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:127.0.0.1 12:32:19.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:32:19.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:19.503 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:19.503 INFO [WorkbenchTestable][AbstractText] Text set to: system1 12:32:19.504 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:19.504 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:32:19.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:19.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:19.506 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:19.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:19.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:19.506 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:19.506 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:19.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:19.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:19.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:19.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:19.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:19.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:19.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:19.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:19.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:19.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:19.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:19.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:19.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1... 12:32:19.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:19.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:19.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:19.605 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:19.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:19.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:19.635 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:19.635 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:19.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:19.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:19.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:19.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:19.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:19.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:19.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system1 finished successfully 12:32:19.640 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:32:19.640 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:19.640 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:19.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:19.641 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:19.641 INFO [WorkbenchTestable][SystemViewPart] Creating new connection 12:32:19.662 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:19.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:19.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:19.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:19.664 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:19.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:19.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:19.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:19.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:19.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:19.666 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:32:19.666 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:32:19.666 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:32:19.670 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:32:19.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:19.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:19.711 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:19.711 DEBUG [main][MenuItemLookup] Item match:New 12:32:19.712 DEBUG [main][MenuItemLookup] Found menu:'Connection...' 12:32:19.712 DEBUG [main][MenuItemLookup] Item match:Connection... 12:32:19.712 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Connection..." 12:32:19.712 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Connection... 12:32:19.712 INFO [main][MenuItemHandler] Select menu item: &Connection... 12:32:19.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available.... 12:32:19.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection"] is available. finished successfully 12:32:19.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:19.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:19.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:19.800 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:19.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:19.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:19.800 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:19.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:19.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:19.800 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection"] 12:32:19.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:19.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:19.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection 12:32:19.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:19.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:19.801 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:19.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:19.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSENewConnectionWizardSelectionPage, index 0 and no matchers specified 12:32:19.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:19.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:19.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:19.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:32:19.804 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:19.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:19.804 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:19.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:19.804 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:19.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:32:19.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:19.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:19.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:19.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:19.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:19.805 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item SSH Only 12:32:19.805 DEBUG [main][TreeItemHandler] Selecting tree item: SSH Only 12:32:19.805 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item SSH Only about selection 12:32:19.807 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: SSH Only 12:32:19.808 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:19.808 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Go to next wizard page 12:32:19.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:19.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:19.810 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:19.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:19.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:19.810 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:19.810 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:19.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 1 and no matchers specified 12:32:19.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:32:19.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:32:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:32:19.864 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo LOCALHOST to:localhost 12:32:19.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizardMainPage, index 0 and no matchers specified 12:32:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:19.869 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:19.870 INFO [WorkbenchTestable][AbstractText] Text set to: system2 12:32:19.870 TRACE [WorkbenchTestable][RSEMainNewConnectionWizard] Shell New Connection is not null and is not disposed 12:32:19.870 INFO [WorkbenchTestable][RSEMainNewConnectionWizard] Finish wizard 12:32:19.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.rse.ui.wizards.newconnection.RSEMainNewConnectionWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:19.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:19.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:19.873 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:19.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:19.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:19.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:19.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:19.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:19.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:19.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:19.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:32:19.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:19.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:19.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:19.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:19.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:19.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:19.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:19.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:19.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:19.969 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:19.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:19.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2... 12:32:19.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:19.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:19.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:19.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:19.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:19.996 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:19.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:19.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:19.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:20.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:20.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:20.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:20.028 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:20.028 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:20.029 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:20.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:20.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:20.030 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:20.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:20.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:20.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:20.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:20.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:20.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:20.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until there is remote system with name: system2 finished successfully 12:32:20.032 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E'' is already open. Activate. 12:32:20.032 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:20.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:20.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:20.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:20.034 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:20.034 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:20.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:20.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:20.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:20.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:20.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:20.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:20.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:20.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:20.036 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 12:32:20.036 DEBUG [main][TreeItemHandler] Selecting tree item: system1 12:32:20.036 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 12:32:20.063 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 12:32:20.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:20.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.102 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:20.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:20.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:20.103 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:20.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:20.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:20.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:20.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:20.105 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:20.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:20.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:20.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:20.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:20.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:20.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:20.107 INFO [WorkbenchTestable][System] Deleting system Local 12:32:20.107 INFO [WorkbenchTestable][System] Local System cannot be deleted, skipping 12:32:20.107 INFO [WorkbenchTestable][System] Deleting system system1 12:32:20.107 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 12:32:20.107 DEBUG [main][TreeItemHandler] Selecting tree item: system1 12:32:20.107 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 12:32:20.133 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 12:32:20.133 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system1 12:32:20.133 DEBUG [main][TreeItemHandler] Selecting tree item: system1 12:32:20.134 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system1 about selection 12:32:20.136 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system1 12:32:20.137 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:20.137 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.211 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:20.212 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:20.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:20.242 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:20.242 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:20.242 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:20.242 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.242 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:20.242 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:20.242 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:20.242 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.242 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:20.242 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.242 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:20.242 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:20.242 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:32:20.243 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:32:20.243 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:32:20.243 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1812): Gtk-CRITICAL **: 12:32:20.266: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:32:20.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:32:20.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:32:20.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:32:20.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:20.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:20.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:32:20.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:20.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:20.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:20.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:32:20.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:20.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:20.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:20.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:20.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:20.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:20.304 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:32:20.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:20.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:20.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:20.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:20.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:20.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1... 12:32:20.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:20.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:20.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:20.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:20.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:20.351 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:20.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:20.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:20.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:20.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:20.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:20.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:20.380 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:20.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:20.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:20.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:20.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:20.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:20.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:20.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:20.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:20.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:20.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:20.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:20.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system1 finished successfully 12:32:20.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:20.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:20.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:20.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:20.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:20.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:20.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:20.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:20.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:20.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:20.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:20.384 INFO [WorkbenchTestable][System] Deleting system system2 12:32:20.384 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 12:32:20.384 DEBUG [main][TreeItemHandler] Selecting tree item: system2 12:32:20.384 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 12:32:20.409 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 12:32:20.409 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item system2 12:32:20.409 DEBUG [main][TreeItemHandler] Selecting tree item: system2 12:32:20.410 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item system2 about selection 12:32:20.412 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: system2 12:32:20.412 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:20.413 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'Copy...' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'Move Up' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'Move Down' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.442 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:32:20.443 DEBUG [main][MenuItemLookup] Found menu:'Clear Passwords' 12:32:20.443 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.443 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:20.443 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:20.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:20.478 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:20.478 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:20.478 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:32:20.478 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.478 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:20.478 DEBUG [main][MenuItemLookup] Found menu:'Show in Table' 12:32:20.478 DEBUG [main][MenuItemLookup] Found menu:'Monitor' 12:32:20.478 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.478 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:20.478 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.478 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:32:20.478 DEBUG [main][MenuItemLookup] Found menu:'Delete... Delete' 12:32:20.478 DEBUG [main][MenuItemLookup] Item match:Delete... Delete 12:32:20.478 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete... Delete" 12:32:20.478 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete... Delete 12:32:20.478 INFO [main][MenuItemHandler] Select menu item: &Delete... Delete (Eclipse:1812): Gtk-CRITICAL **: 12:32:20.505: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:32:20.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available.... 12:32:20.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Confirmation"] is available. finished successfully 12:32:20.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Confirmation 12:32:20.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:20.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:20.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete") 12:32:20.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:20.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:20.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:20.545 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Confirmation" as the parent 12:32:20.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:20.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:20.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:20.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:20.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:20.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:20.546 INFO [WorkbenchTestable][AbstractButton] Click button &Delete 12:32:20.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:20.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:20.547 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:20.547 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:20.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:20.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:20.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2... 12:32:20.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:20.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:20.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:20.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:20.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:20.604 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:20.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRemote Systems\E') 12:32:20.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:20.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:20.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:20.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:20.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:20.610 INFO [WorkbenchTestable][AbstractView] Activate view Remote Systems 12:32:20.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Remote Systems 12:32:20.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:20.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:20.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:20.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:20.635 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:20.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:20.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:20.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:20.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:20.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:20.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is remote system with name: system2 finished successfully 12:32:20.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:20.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Saving RSE Profile ui-test-agent-v4w8v' is not running, skipped 12:32:20.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:20.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:20.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:20.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:20.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:20.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:20.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:20.636 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:20.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:20.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:32:20.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:20.636 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:20.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:20.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:20.637 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) 12:32:20.637 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest 12:32:20.637 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:20.637 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:20.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:20.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.854 s - in org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest delete no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) Time elapsed: 1.698 s disconnect_disconnected no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) Time elapsed: 1.386 s isConnected_false no-configuration(org.eclipse.reddeer.eclipse.test.rse.ui.view.SystemTest) Time elapsed: 1.423 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:32:20.659 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:32:20.660 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:32:20.660 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:20.660 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:32:20.660 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:20.660 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:32:20.660 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:20.660 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:32:20.661 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:20.661 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:32:20.661 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:20.661 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:32:20.661 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:32:20.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:32:20.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:20.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:20.661 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:20.661 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:20.667 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:20.667 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:20.667 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:20.667 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:20.667 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:20.667 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:20.667 DEBUG [main][MenuItemLookup] Item match:Window 12:32:20.667 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:20.667 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:20.667 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:20.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.667 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:20.667 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:20.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.667 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:32:20.667 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.667 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:32:20.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:20.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:20.668 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:20.668 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:20.668 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:20.668 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:20.668 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:20.668 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:20.668 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:20.668 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:20.668 DEBUG [main][MenuItemLookup] Item match:Window 12:32:20.668 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:20.668 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:20.668 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:20.668 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.668 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:20.668 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:20.668 DEBUG [main][MenuItemLookup] Item match:Perspective 12:32:20.669 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:32:20.669 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.669 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:32:20.669 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:32:20.669 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:32:20.669 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:32:20.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:32:20.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:20.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:20.669 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:20.669 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:20.669 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:20.669 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:20.669 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:20.669 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:20.669 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:20.669 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:20.669 DEBUG [main][MenuItemLookup] Item match:Window 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:32:20.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:20.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:20.670 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:20.670 DEBUG [main][MenuItemLookup] Item match:Window 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:20.670 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:20.671 DEBUG [main][MenuItemLookup] Item match:Perspective 12:32:20.671 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:32:20.671 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.671 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:32:20.671 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:32:20.671 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:32:20.671 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:32:20.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:20.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:20.671 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:20.671 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:20.671 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:20.671 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:20.671 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:20.671 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:20.671 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:20.671 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:20.671 DEBUG [main][MenuItemLookup] Item match:Window 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:32:20.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:20.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:20.672 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:20.672 DEBUG [main][MenuItemLookup] Item match:Window 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.672 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:20.673 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:20.673 DEBUG [main][MenuItemLookup] Item match:Perspective 12:32:20.673 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:32:20.673 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:20.673 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:32:20.673 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:32:20.673 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:32:20.673 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:32:20.673 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:32:20.673 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:32:20.673 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:32:20.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:32:20.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:32:20.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:32:20.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:20.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:20.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:20.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:20.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:20.735 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:32:20.735 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:20.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:20.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:20.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:32:20.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:20.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:20.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:20.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:32:20.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:20.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:20.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:20.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:20.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:20.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:20.736 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:32:20.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:20.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:20.737 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:20.737 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:21.022 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:21.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:21.022 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:21.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:21.023 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:32:21.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:21.023 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:21.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:21.023 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:21.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:21.023 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:21.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:21.023 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:32:21.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:21.023 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:21.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:21.023 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:21.023 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:21.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:21.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:21.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:21.033 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:21.033 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:21.033 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:21.033 DEBUG [main][MenuItemLookup] Item match:File 12:32:21.034 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:32:21.034 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:21.039 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:32:21.039 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:32:21.067 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:32:21.068 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:32:21.068 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:32:21.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:32:21.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:32:21.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:32:21.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:21.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:21.196 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:32:21.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:21.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:32:21.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:21.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:21.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:21.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:21.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:21.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:21.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:21.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:32:21.199 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:21.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:21.199 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:21.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:21.199 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:21.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:32:21.199 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:21.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:21.199 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:21.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:21.199 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:21.200 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:32:21.200 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:32:21.200 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:32:21.214 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:32:21.214 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:32:21.214 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:32:21.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:21.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:21.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:21.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:21.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:21.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:21.216 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:21.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:21.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:21.216 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:21.216 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:21.464 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:21.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:21.464 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:21.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:32:21.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:32:21.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:32:21.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:21.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:21.466 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:32:21.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:21.466 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'buildpathspropertypagetest' 12:32:21.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:32:21.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:21.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:21.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:21.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:21.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:21.468 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:21.469 INFO [WorkbenchTestable][AbstractText] Text set to: buildpathspropertypagetest 12:32:21.511 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:32:21.511 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:32:21.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:21.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:21.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:21.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:21.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:21.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:21.514 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:21.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:21.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:21.514 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:21.514 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:21.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:32:24.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:32:24.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:24.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:24.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:24.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:32:24.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:24.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:24.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:24.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:24.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:24.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:24.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:24.608 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:24.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:24.609 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:24.609 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTabs no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:32:24.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:32:24.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:24.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:24.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:24.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:24.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:24.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:24.612 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:32:24.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:24.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:24.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:24.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:24.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:24.613 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:24.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:32:24.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:24.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:24.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:24.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:24.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:24.615 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:24.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:24.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:24.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:24.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:24.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:24.651 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:24.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:24.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:24.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:24.652 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:24.652 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:24.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:24.653 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:24.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:24.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:24.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:25.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:25.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:25.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:25.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:25.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:25.655 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:25.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:25.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:25.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:25.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:25.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:25.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:25.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:25.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:25.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:25.658 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 12:32:25.659 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 12:32:25.659 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 12:32:25.659 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 12:32:25.665 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 12:32:25.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:25.665 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:32:25.736 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:32:25.737 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:32:25.737 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:32:25.737 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:25.737 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:25.737 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:32:25.737 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:32:25.737 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:32:25.737 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:32:25.897 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for buildpathspropertypagetest"] 12:32:25.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:25.898 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:25.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 12:32:25.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:25.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:25.899 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 12:32:25.899 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:25.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:32:25.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:25.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:25.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:25.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:25.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:25.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:25.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:25.904 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 12:32:25.904 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 12:32:25.904 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 12:32:25.904 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 12:32:26.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:26.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:26.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:26.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:26.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:32:26.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:26.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:26.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:26.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:26.175 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:32:26.175 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 12:32:26.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:26.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:32:26.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:26.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:26.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:26.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:26.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:26.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:26.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:26.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:26.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:26.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Source") 12:32:26.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:26.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:26.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:26.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:26.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:32:26.245 INFO [WorkbenchTestable][AbstractTabItem] Activate &Source 12:32:26.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:26.250 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:32:26.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:26.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:26.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:26.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:26.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:26.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:26.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:26.251 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:26.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Order and Export") 12:32:26.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:26.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:26.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:26.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:26.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:32:26.255 INFO [WorkbenchTestable][AbstractTabItem] Activate &Order and Export 12:32:26.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:26.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:32:26.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:26.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:26.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:26.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:26.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:26.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:26.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:26.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:26.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:26.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Projects") 12:32:26.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:26.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:26.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:26.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:26.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:32:26.267 INFO [WorkbenchTestable][AbstractTabItem] Activate &Projects 12:32:26.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:26.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:32:26.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:26.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:26.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:26.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:26.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:26.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:26.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:26.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:26.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:26.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 12:32:26.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:26.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:26.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:32:26.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:26.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:26.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:26.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:26.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:26.339 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:32:26.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:26.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:26.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:26.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:26.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:26.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:32:26.426 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:26.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:26.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:26.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:26.427 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTabs no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:32:26.428 INFO [WorkbenchTestable][RequirementsRunner] Test method addRemoveModulePathVariable is ignored because shouldRun method of RunIf conditional run is not met. 12:32:26.430 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:32:26.430 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:26.430 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:32:26.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:32:26.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:26.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:26.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:26.430 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:26.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:26.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:26.432 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:32:26.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:26.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:26.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:26.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:26.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:26.518 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:26.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:32:26.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:26.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:26.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:26.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:26.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:26.520 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:26.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:26.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:26.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:26.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:26.533 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:26.557 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:26.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:26.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:26.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:26.558 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:26.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:26.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:26.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:26.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:26.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:26.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:27.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:27.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:27.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:27.561 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:27.561 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:27.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:27.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:27.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:27.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:27.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:27.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:27.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:27.562 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 12:32:27.562 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 12:32:27.562 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 12:32:27.570 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 12:32:27.571 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 12:32:27.571 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:27.571 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:27.616 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:27.616 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:32:27.616 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:32:27.616 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:32:27.616 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:32:27.849 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for buildpathspropertypagetest"] 12:32:27.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:27.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:27.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 12:32:27.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:27.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:27.851 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 12:32:27.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:27.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:32:27.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:27.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:27.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:27.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:27.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:27.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:27.853 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 12:32:27.853 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 12:32:27.853 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 12:32:27.853 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 12:32:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:27.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:27.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:27.856 INFO [WorkbenchTestable][BuildPathsPropertyPage] Adding variable: VN=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar 12:32:27.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:32:27.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:27.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:27.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:27.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:32:27.859 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 12:32:27.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:27.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 5 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/zipfs.jar)' is a system job, skipped 12:32:27.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:32:27.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:27.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:27.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:27.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:27.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:27.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:27.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:27.885 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:27.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:27.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Variable...") 12:32:27.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:27.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:27.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:27.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:27.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:27.889 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 12:32:27.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:27.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:27.889 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:27.889 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:28.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Classpath Entry"] is available.... 12:32:28.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Classpath Entry"] is available. finished successfully 12:32:28.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 12:32:28.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:28.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:28.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Configure Variables...") 12:32:28.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:28.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:28.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:28.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:28.036 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 12:32:28.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:28.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:28.043 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:28.044 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:28.196 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:28.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:28.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:28.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:28.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 12:32:28.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:28.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:28.197 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 12:32:28.197 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:28.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 12:32:28.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:28.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:28.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:32:28.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:28.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:28.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:28.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:32:28.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:32:28.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:32:28.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "New...") 12:32:28.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:28.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:28.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:28.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:28.234 INFO [WorkbenchTestable][AbstractButton] Click button &New... 12:32:28.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:28.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:28.234 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:28.234 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:28.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 12:32:28.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available. finished successfully 12:32:28.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 12:32:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:28.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:32:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:28.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:28.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:28.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:28.301 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:28.302 INFO [WorkbenchTestable][AbstractText] Text set to: VN 12:32:28.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Path:") 12:32:28.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:28.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:28.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:28.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:28.304 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:28.305 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar 12:32:28.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:32:28.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:28.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:28.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:28.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:28.316 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:32:28.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:28.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:28.316 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:28.316 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:28.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:28.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:28.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:32:28.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:28.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:28.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:28.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:32:28.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:32:28.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:32:28.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:28.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:32:28.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:28.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:28.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:28.378 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:32:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:28.378 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:28.378 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:28.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:28.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:28.466 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 12:32:28.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:28.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:28.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:32:28.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:28.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:28.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:28.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:28.468 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:32:28.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:28.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:28.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:28.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:28.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:28.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:28.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:28.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:32:28.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:28.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:28.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:28.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:28.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:28.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:28.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:28.519 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:28.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:28.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:32:28.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:28.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:28.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:28.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:28.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:28.522 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:32:28.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:28.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:28.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:28.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:28.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:28.523 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 12:32:29.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:32:29.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:29.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:32:29.023 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:32:29.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:32:29.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:29.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:29.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:29.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:29.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:29.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:29.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:29.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:29.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:29.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:29.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:32:29.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:32:29.026 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 12:32:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:29.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:32:29.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:29.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:32:29.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:32:29.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:32:29.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:29.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:29.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:29.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:29.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:29.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:29.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:29.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:29.028 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:29.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:29.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 12:32:29.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:32:29.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:32:29.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:32:29.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:32:29.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:29.046 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:32:29.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:29.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:29.046 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:29.046 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:29.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:29.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:29.129 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:29.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:29.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:29.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar)' is a system job, skipped 12:32:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:32:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:32:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:32:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:32:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:32:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:32:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:29.130 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:29.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:29.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.131 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:32:29.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:29.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:29.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:29.133 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:29.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:32:29.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:29.135 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:29.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:29.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:29.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:29.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:29.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:29.137 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 12:32:29.138 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 12:32:29.138 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 12:32:29.140 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 12:32:29.140 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:29.140 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:29.203 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:29.203 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:32:29.203 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:32:29.204 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:32:29.204 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:32:29.420 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for buildpathspropertypagetest"] 12:32:29.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:29.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:29.420 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 12:32:29.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:29.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:29.421 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 12:32:29.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:29.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:32:29.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:29.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:29.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:29.469 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 12:32:29.469 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 12:32:29.470 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 12:32:29.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 12:32:29.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.471 INFO [WorkbenchTestable][BuildPathsPropertyPage] Removing variable: VN - /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar 12:32:29.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:32:29.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:32:29.474 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 12:32:29.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:29.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar)' is a system job, skipped 12:32:29.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:32:29.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:32:29.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh Filter' is a system job, skipped 12:32:29.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:29.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:29.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:29.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:29.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:29.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:29.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:29.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:29.474 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:29.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:29.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 12:32:29.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:32:29.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:32:29.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:32:29.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:29.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:29.486 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item VN - /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar 12:32:29.486 DEBUG [main][TreeItemHandler] Selecting tree item: VN - /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar 12:32:29.486 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item VN - /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar about selection 12:32:29.488 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: VN - /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar 12:32:29.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:32:29.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:29.492 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:32:29.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:29.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:29.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:29.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:29.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Variable...") 12:32:29.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:29.511 INFO [WorkbenchTestable][AbstractButton] Click button Add &Variable... 12:32:29.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:29.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:29.512 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:29.512 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:29.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Classpath Entry"] is available.... 12:32:29.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Classpath Entry"] is available. finished successfully 12:32:29.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Classpath Entry 12:32:29.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:29.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:29.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which text matches: "VN - /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar") 12:32:29.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:32:29.657 TRACE [main][WidgetHandler] Notify Table with event 13 12:32:29.657 TRACE [main][WidgetHandler] Wait for synchronization 12:32:29.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Configure Variables...") 12:32:29.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:29.666 INFO [WorkbenchTestable][AbstractButton] Click button Configur&e Variables... 12:32:29.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:29.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:29.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:29.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:29.872 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:29.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:29.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:29.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:29.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:29.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 12:32:29.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:29.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:29.873 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences (Filtered) is not null and is not disposed 12:32:29.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:29.873 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences (Filtered) 12:32:29.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:29.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:29.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:32:29.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:32:29.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "VN - /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar") 12:32:29.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:32:29.885 TRACE [main][WidgetHandler] Notify Table with event 13 12:32:29.885 TRACE [main][WidgetHandler] Wait for synchronization 12:32:29.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:32:29.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:29.944 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:32:29.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:29.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:29.944 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:29.944 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:29.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:29.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:29.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:29.946 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 12:32:29.946 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:29.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:32:29.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:29.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:29.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:29.949 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences (Filtered)" as the parent 12:32:29.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:29.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:29.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:29.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:29.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:29.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:29.953 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:32:29.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:29.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:29.953 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:29.953 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:30.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Classpath Variables Changed"] is available.... 12:32:30.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Classpath Variables Changed"] is available. finished successfully 12:32:30.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Classpath Variables Changed 12:32:30.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:30.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:30.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 12:32:30.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:30.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:30.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:30.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:30.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:30.045 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 12:32:30.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:30.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:30.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:30.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:30.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:30.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:30.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:32:30.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:30.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:30.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:30.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:30.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:30.257 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:32:30.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:30.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:30.257 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:30.257 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:30.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:30.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:30.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:30.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' has no excuses, wait for it 12:32:30.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:32:30.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:32:30.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:32:30.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:30.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:32:30.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:30.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:30.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:30.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:30.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:30.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:30.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:30.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:30.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:30.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:32:30.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:30.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:30.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:30.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:30.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:30.800 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:32:30.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:30.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:30.800 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:30.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:30.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:30.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Setting build path' has no excuses, wait for it 12:32:31.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:32:31.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:32:31.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:31.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:32:31.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:32:31.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:31.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:31.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:31.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:31.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:31.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:31.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:31.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:31.301 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:31.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:31.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:32:31.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:31.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:31.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:31.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:31.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:32:31.304 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 12:32:31.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:31.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:32:31.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:32:31.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:31.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:32:31.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:32:31.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:31.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:31.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:31.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:31.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:31.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:31.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:31.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:31.304 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:31.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:31.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 12:32:31.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:31.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:32:31.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:32:31.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:31.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:32:31.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:31.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:31.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:32:31.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:31.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:31.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:31.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:31.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:31.324 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:32:31.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:31.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:31.324 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:31.324 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:31.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:31.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:31.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:31.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:31.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:31.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:32:31.406 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:31.406 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:31.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:31.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:31.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:32:31.408 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:32:31.408 INFO [WorkbenchTestable][RequirementsRunner] Test method addRemoveClassPathVariable is ignored because shouldRun method of RunIf conditional run is not met. 12:32:31.408 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: addRemoveClassPathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:32:31.408 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:31.408 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:32:31.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:32:31.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:31.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:31.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:31.408 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:31.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:31.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:31.410 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:32:31.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:31.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:31.411 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:31.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:31.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:31.412 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:31.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:32:31.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:31.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:31.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:31.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:31.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:31.413 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:31.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:31.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:31.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:31.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:31.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:31.416 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:31.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:31.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:31.416 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:31.417 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:31.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:31.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:31.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:31.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:31.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:31.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:31.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:31.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:32.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:32.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:32.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:32.420 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:32:32.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:32:32.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:32.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:32.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:32.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:32.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:32.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:32.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:32.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:32.421 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 12:32:32.421 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 12:32:32.421 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 12:32:32.426 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 12:32:32.428 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 12:32:32.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:32.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:32.472 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Configure' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Validate' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:32.473 DEBUG [main][MenuItemLookup] Found menu:'Properties Alt+Enter' 12:32:32.473 DEBUG [main][MenuItemLookup] Item match:Properties Alt+Enter 12:32:32.473 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"P&roperties Alt+Enter" 12:32:32.473 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Properties Alt+Enter 12:32:32.473 INFO [main][MenuItemHandler] Select menu item: P&roperties Alt+Enter 12:32:32.681 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.PropertyDialog, Matcher matching widget which text matches: "Properties for buildpathspropertypagetest"] 12:32:32.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:32.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:32.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 12:32:32.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:32.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:32.682 TRACE [WorkbenchTestable][PropertyDialog] Shell Properties for buildpathspropertypagetest is not null and is not disposed 12:32:32.682 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:32.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and no matchers specified 12:32:32.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:32.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:32.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:32.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:32.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:32.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:32.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:32.684 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Build Path 12:32:32.684 DEBUG [main][TreeItemHandler] Selecting tree item: Java Build Path 12:32:32.684 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Build Path about selection 12:32:32.684 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Build Path 12:32:32.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:32.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:32.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:32.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:32.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Libraries") 12:32:32.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:32.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:32.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:32.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:32.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:32:32.688 INFO [WorkbenchTestable][AbstractTabItem] Activate &Libraries 12:32:32.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:32.688 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' has no excuses, wait for it 12:32:33.188 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:33.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:33.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:33.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:33.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:33.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:33.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:33.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:33.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:33.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:33.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.BuildPathsPropertyPage, index 1 and no matchers specified 12:32:33.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:33.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:32:33.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:32:33.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:33.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 1 was found 12:32:33.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Properties for buildpathspropertypagetest 12:32:33.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:33.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:33.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.PropertyDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:32:33.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:33.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:33.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:33.205 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:32:33.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:33.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:33.205 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:33.205 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:33.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:33.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:33.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:33.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:33.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:33.302 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:32:33.302 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:33.302 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:33.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:33.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:33.302 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) 12:32:33.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:33.310 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:32:33.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:33.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:33.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:33.311 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:33.311 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:33.311 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:33.315 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:33.315 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:32:33.315 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:32:33.315 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:33.315 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:33.315 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:33.315 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:33.315 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:33.315 DEBUG [main][MenuItemLookup] Item match:Window 12:32:33.316 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:33.316 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:33.316 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:33.316 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:33.316 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:33.316 DEBUG [main][MenuItemLookup] Item match:Show View 12:32:33.324 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:32:33.324 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:32:33.324 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:32:33.325 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:32:33.325 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:32:33.325 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:32:33.325 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:32:33.325 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:32:33.325 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:32:33.325 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:32:33.325 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:32:33.325 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:32:33.325 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:32:33.325 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:32:33.325 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:32:33.325 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:32:33.325 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:33.325 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:32:33.325 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:32:33.349 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:32:33.349 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:32:33.349 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:32:33.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:32:33.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:32:33.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:32:33.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:33.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:33.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:32:33.487 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:33.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:33.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:33.487 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:33.487 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:33.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:33.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:33.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:33.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:33.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:33.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:32:33.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:33.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:33.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:33.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:33.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:33.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:32:33.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:32:33.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:33.490 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:32:33.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:33.490 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:32:33.490 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:32:33.490 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:32:33.490 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:32:33.490 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:32:33.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:33.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:33.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:33.491 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:33.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:33.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:32:33.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:33.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:33.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:33.491 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:32:33.491 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:33.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:33.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:33.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:33.492 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:32:33.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:33.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:33.492 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:33.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:33.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:33.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:33.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:32:33.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:32:33.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:33.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:33.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:33.553 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:33.553 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:32:33.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:33.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:33.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:33.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:33.555 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:32:33.555 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:32:33.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:33.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:33.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:33.557 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:32:33.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:32:33.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:33.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:33.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:33.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:33.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:34.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:34.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:34.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:34.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:34.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:34.559 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:32:34.559 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:32:34.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:34.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:34.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:34.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:34.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:34.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:34.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:34.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:34.561 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name buildpathspropertypagetest 12:32:34.561 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 12:32:34.561 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 12:32:34.561 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 12:32:34.575 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 12:32:34.575 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:34.575 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:34.622 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:32:34.622 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:32:34.622 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:32:34.622 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:32:34.622 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:32:34.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:34.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:34.622 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:32:35.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:35.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:35.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:35.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:35.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:35.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:35.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:35.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:35.123 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:35.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:35.123 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'buildpathspropertypagetest' via Explorer 12:32:35.123 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item buildpathspropertypagetest 12:32:35.123 DEBUG [main][TreeItemHandler] Selecting tree item: buildpathspropertypagetest 12:32:35.123 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item buildpathspropertypagetest about selection 12:32:35.131 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: buildpathspropertypagetest 12:32:35.131 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:32:35.131 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:35.174 DEBUG [main][MenuItemLookup] Found menu:'New' 12:32:35.174 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:32:35.174 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:35.174 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:32:35.174 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:35.174 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:32:35.174 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:32:35.174 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:32:35.174 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:32:35.174 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:32:35.174 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:32:35.174 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:32:35.174 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:32:35.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.310: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.334: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.338: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.341: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.357: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.374: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.392: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.408: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.424: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.442: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.458: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.475: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.491: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.508: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.524: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.558: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:32:35.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:32:35.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:32:35.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:35.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:35.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:35.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:35.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:32:35.844 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:35.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:35.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:35.844 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:32:35.844 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:35.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:35.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:35.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:35.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:35.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:35.845 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:32:35.845 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:32:35.845 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:32:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:35.846 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:35.846 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:35.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:32:35.846 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:35.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:35.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:35.847 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:32:35.847 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:35.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:35.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:35.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:35.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:35.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:35.848 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:32:35.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:35.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:35.849 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:35.849 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.852: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.854: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:32:35.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:32:35.856 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:32:35.900: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:32:36.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:32:36.357 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:32:36.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:36.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:32:36.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:32:36.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:32:36.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:36.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:36.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:36.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:36.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:36.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:36.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:36.357 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:36.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:36.357 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest 12:32:36.357 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:36.357 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:36.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:36.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 15.708 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest selectTabs no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) Time elapsed: 1.818 s addRemoveModulePathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) skipped addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) Time elapsed: 4.978 s addRemoveClassPathVariable no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) skipped getLibraries no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.preferences.BuildPathsPropertyPageTest) Time elapsed: 1.894 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:32:36.373 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:32:36.374 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:32:36.374 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:36.374 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:32:36.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:36.375 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:32:36.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:36.375 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:32:36.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:36.375 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:32:36.375 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:36.375 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:36.376 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:32:36.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:32:36.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:36.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:36.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:36.376 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:36.376 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:36.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:36.377 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:36.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:36.378 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:36.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:36.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:36.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:36.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:36.379 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:36.379 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:36.380 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:36.384 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:36.384 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:36.384 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:36.384 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:36.384 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:36.384 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:36.384 DEBUG [main][MenuItemLookup] Item match:Window 12:32:36.385 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:36.385 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:36.385 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:36.385 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:36.385 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:36.385 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:36.385 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:36.385 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:32:36.385 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:36.385 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:32:36.385 DEBUG [main][MenuItemLookup] Item match:Preferences 12:32:36.385 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:32:36.385 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:32:36.410 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:32:36.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:32:36.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:32:36.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:32:36.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:36.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:36.571 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:32:36.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:36.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:32:36.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:36.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:36.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:36.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:36.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:36.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:36.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:36.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 12:32:36.589 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:32:36.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:37.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:37.090 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:32:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 12:32:37.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:32:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:37.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:32:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:37.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:32:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 12:32:37.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:32:37.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:37.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:37.592 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:32:37.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 12:32:37.593 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:32:37.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:37.593 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:32:37.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:37.594 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:32:37.594 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 12:32:37.594 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 12:32:37.594 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 12:32:37.595 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 12:32:37.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:37.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:37.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:37.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:37.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:32:37.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:37.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:37.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:37.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:37.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:37.621 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:32:37.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:37.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:37.621 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:37.622 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:37.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:37.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:37.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:37.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:37.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:37.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:37.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:37.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:37.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:37.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:37.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:32:37.665 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:37.665 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:37.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:37.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:37.666 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:32:37.666 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:37.666 INFO [WorkbenchTestable][RequirementsRunner] Started test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:32:37.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:32:37.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:37.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:37.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:37.666 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:37.666 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:37.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:37.666 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:37.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:37.667 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:37.667 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:37.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:37.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:37.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:37.667 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:37.667 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:37.667 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:37.676 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:37.676 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:37.676 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:37.676 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:37.676 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:37.676 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:37.676 DEBUG [main][MenuItemLookup] Item match:Window 12:32:37.677 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:37.677 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:37.677 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:37.677 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:37.677 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:37.677 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:37.677 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:37.677 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:32:37.677 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:37.677 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:32:37.677 DEBUG [main][MenuItemLookup] Item match:Preferences 12:32:37.707 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:32:37.707 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:32:37.708 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:32:37.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:32:37.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:32:37.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:32:37.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:37.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:37.827 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:32:37.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:37.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:32:37.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:37.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:37.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:37.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:37.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:37.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:37.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:37.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 12:32:37.829 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:32:37.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:37.830 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:32:37.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:37.830 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:32:37.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 12:32:37.830 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:32:37.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:37.830 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:32:37.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:37.830 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:32:37.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 12:32:37.830 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:32:37.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:37.830 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:32:37.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:37.831 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:32:37.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 12:32:37.831 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:32:37.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:37.831 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:32:37.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:37.831 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:32:37.831 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 12:32:37.831 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 12:32:37.831 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 12:32:37.831 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 12:32:37.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:37.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:37.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:37.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:37.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:32:37.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:37.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:37.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:37.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:37.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:37.835 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:32:37.847 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:32:37.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:37.848 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:37.848 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:37.848 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:32:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:37.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:37.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:32:37.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:37.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:37.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:37.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:37.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:32:37.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:32:37.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:37.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:37.850 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 12:32:37.851 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 12:32:37.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:37.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:37.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:32:37.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:37.916 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:37.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:37.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:37.916 INFO [WorkbenchTestable][RequirementsRunner] Finished test: restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:32:37.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:37.917 INFO [WorkbenchTestable][RequirementsRunner] Started test: ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:32:37.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:32:37.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:37.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:37.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:37.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:37.917 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:37.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:37.917 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:37.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:37.917 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:37.918 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:37.918 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:37.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:37.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:37.918 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:37.919 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:37.919 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:37.922 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:37.922 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:37.922 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:37.922 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:37.922 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:37.922 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:37.922 DEBUG [main][MenuItemLookup] Item match:Window 12:32:37.923 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:37.923 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:37.923 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:37.923 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:37.923 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:37.923 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:37.923 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:37.923 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:32:37.923 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:37.923 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:32:37.923 DEBUG [main][MenuItemLookup] Item match:Preferences 12:32:37.923 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:32:37.925 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:32:37.926 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:32:38.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:32:38.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:32:38.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:32:38.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:38.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:38.048 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:32:38.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:38.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:32:38.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:38.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:38.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:38.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:38.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:38.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 12:32:38.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:32:38.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:38.051 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:32:38.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:38.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:32:38.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 12:32:38.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:32:38.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:38.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:32:38.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:38.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:32:38.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 12:32:38.052 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:32:38.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:38.052 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:32:38.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:38.052 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:32:38.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 12:32:38.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:32:38.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:38.053 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:32:38.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:38.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:32:38.053 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 12:32:38.053 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 12:32:38.053 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 12:32:38.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 12:32:38.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:38.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:38.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:32:38.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:38.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:38.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:38.062 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:32:38.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:38.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:38.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:38.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:38.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:38.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:38.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:38.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:38.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:38.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:38.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:38.125 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:38.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:38.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:38.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:32:38.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:38.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:38.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:38.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:38.126 INFO [WorkbenchTestable][RequirementsRunner] Finished test: ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:32:38.126 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:38.126 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:32:38.126 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:32:38.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:38.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:38.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:38.127 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:38.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:38.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:38.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:38.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:38.127 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:38.127 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:38.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:38.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:38.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:38.128 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:38.128 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:38.128 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:38.131 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:38.131 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:38.131 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:38.131 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:38.131 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:38.131 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:38.131 DEBUG [main][MenuItemLookup] Item match:Window 12:32:38.131 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:38.131 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:38.131 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:38.131 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:38.131 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:38.131 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:38.131 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:38.131 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:32:38.131 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:38.131 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:32:38.131 DEBUG [main][MenuItemLookup] Item match:Preferences 12:32:38.132 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:32:38.132 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:32:38.132 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:32:38.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:32:38.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:32:38.238 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:32:38.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:38.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:38.240 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:32:38.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:38.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:38.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:38.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:32:38.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:38.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:38.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:32:38.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:38.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:38.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:38.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:38.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:38.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 12:32:38.251 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:32:38.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:38.251 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:32:38.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:38.251 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:32:38.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 12:32:38.251 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:32:38.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:38.252 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:32:38.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:38.252 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:32:38.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 12:32:38.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:32:38.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:38.252 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:32:38.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:38.252 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:32:38.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 12:32:38.252 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:32:38.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:38.252 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:32:38.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:38.253 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:32:38.253 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 12:32:38.253 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 12:32:38.253 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 12:32:38.253 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 12:32:38.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:38.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:38.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:32:38.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:38.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:38.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:32:38.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:32:38.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:38.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:38.257 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 12:32:38.257 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 12:32:38.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:38.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:38.294 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:32:38.294 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:38.294 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:38.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:38.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:38.295 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:32:38.295 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:38.295 INFO [WorkbenchTestable][RequirementsRunner] Started test: apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:32:38.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:32:38.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:38.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:38.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:38.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:38.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:38.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:38.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:38.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:38.296 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:38.296 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:38.296 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:38.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:38.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:38.296 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:38.296 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:38.296 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:38.299 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:38.299 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:38.299 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:38.299 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:38.299 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:38.299 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:38.299 DEBUG [main][MenuItemLookup] Item match:Window 12:32:38.299 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:38.299 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:38.299 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:38.299 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:38.299 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:38.299 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:38.299 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:38.299 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:32:38.299 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:38.299 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:32:38.299 DEBUG [main][MenuItemLookup] Item match:Preferences 12:32:38.300 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:32:38.300 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:32:38.326 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:32:38.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:32:38.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:32:38.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:32:38.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:38.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:38.459 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:32:38.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:38.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:32:38.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:38.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:38.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:38.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:38.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:38.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 12:32:38.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:32:38.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:38.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:32:38.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:38.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:32:38.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 12:32:38.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:32:38.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:38.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:32:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:38.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:32:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 12:32:38.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:32:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:38.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:32:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:38.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:32:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 12:32:38.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:32:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:38.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:32:38.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:38.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:32:38.464 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 12:32:38.464 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 12:32:38.464 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 12:32:38.464 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 12:32:38.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:38.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:38.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:32:38.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:38.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:38.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:38.469 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:32:38.469 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:32:38.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:38.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:38.469 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:38.469 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:38.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:38.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:38.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:32:38.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:38.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:38.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:32:38.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:38.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:38.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:32:38.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:32:38.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:38.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:38.485 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 12:32:38.485 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 12:32:38.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:38.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:38.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:32:38.553 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:38.553 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:38.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:38.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:38.554 INFO [WorkbenchTestable][RequirementsRunner] Finished test: apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:32:38.554 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:38.554 INFO [WorkbenchTestable][RequirementsRunner] Started test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:32:38.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:32:38.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:38.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:38.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:38.554 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:38.554 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:38.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:38.555 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:38.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:38.555 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:32:38.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:38.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:38.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:38.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:38.555 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:38.555 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:38.556 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:38.558 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:38.558 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:38.558 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:38.558 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:38.558 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:38.558 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:38.558 DEBUG [main][MenuItemLookup] Item match:Window 12:32:38.559 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:38.559 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:38.559 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:38.559 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:38.559 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:38.559 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:38.559 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:38.559 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:32:38.559 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:38.559 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:32:38.559 DEBUG [main][MenuItemLookup] Item match:Preferences 12:32:38.559 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:32:38.559 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:32:38.559 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:32:38.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:32:38.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:32:38.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:32:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:38.681 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:32:38.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:38.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:32:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:38.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:38.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:32:38.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:38.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:38.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:38.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:38.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:38.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children... 12:32:38.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:32:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:38.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:32:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:38.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:32:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing top category has children finished successfully 12:32:38.685 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing top category 12:32:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:38.685 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing top category is already expanded. No action performed 12:32:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:38.685 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing top category 12:32:38.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children... 12:32:38.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:32:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:38.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:32:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:38.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:32:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing category has children finished successfully 12:32:38.686 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing category 12:32:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:38.686 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing category is already expanded. No action performed 12:32:38.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:38.686 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing category 12:32:38.686 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing preference page 12:32:38.686 DEBUG [main][TreeItemHandler] Selecting tree item: Testing preference page 12:32:38.687 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing preference page about selection 12:32:38.687 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing preference page 12:32:38.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:38.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:38.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:32:38.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:38.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:38.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:32:38.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:32:38.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:38.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:38.703 INFO [WorkbenchTestable][AbstractShell] Close shell Preferences 12:32:38.703 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Preferences' 12:32:38.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:32:38.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:32:38.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:32:38.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:38.766 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:38.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:38.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:38.767 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) 12:32:38.767 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest 12:32:38.767 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:38.767 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:38.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:38.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.396 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest cancel no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 1.29 s restoreDefaults no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.25 s ok no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.209 s openAndSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.169 s apply no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.259 s openAndSelectByPath no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.WorkbenchPreferenceDialogTest) Time elapsed: 0.213 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 12:32:38.782 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 12:32:38.783 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:32:38.783 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:38.783 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 12:32:38.783 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:38.783 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:32:38.783 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:38.783 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:32:38.784 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:38.784 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:32:38.784 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:38.784 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:32:38.784 DEBUG [main][EditorHandler] 0 editor(s) found 12:32:38.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.792 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:32:38.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.794 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:38.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:38.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:38.795 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:38.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:32:38.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:38.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:38.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:38.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:38.798 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:32:38.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:32:38.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:38.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:32:38.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:32:38.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:32:38.800 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:32:38.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:32:38.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:38.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:38.802 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:32:38.802 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:32:38.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:38.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:38.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:38.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:38.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:39.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:39.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:39.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:39.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:32:39.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:32:39.810 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:32:39.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:32:39.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:39.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:39.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:32:39.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:39.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:39.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:39.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:39.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:39.813 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:32:39.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:32:39.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:39.813 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:32:39.814 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:39.815 INFO [WorkbenchTestable][RequirementsRunner] Started test: createEnumClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest) 12:32:39.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 12:32:39.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:39.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:39.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:39.815 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:39.815 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:39.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:39.815 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:39.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:39.815 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:32:39.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:39.816 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:39.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:39.816 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:39.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:39.816 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:39.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:39.816 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:32:39.816 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:39.817 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:39.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:39.817 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:39.817 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:39.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:39.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:39.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:39.819 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:39.819 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:39.819 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:39.820 DEBUG [main][MenuItemLookup] Item match:File 12:32:39.821 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:32:39.821 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:39.828 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:32:39.828 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:32:39.854 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:32:39.854 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:32:39.854 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:32:39.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:32:40.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:32:40.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:32:40.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:40.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:40.013 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:32:40.013 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:40.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:32:40.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:40.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:40.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:40.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:40.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:40.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:32:40.016 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:40.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:40.017 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:40.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:40.017 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:40.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:32:40.017 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:40.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:40.017 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:40.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:40.017 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:40.018 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:32:40.018 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:32:40.018 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:32:40.018 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:32:40.019 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:32:40.019 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:32:40.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:40.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:40.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:40.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:40.021 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:40.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:40.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:40.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:40.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:40.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:40.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:40.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:40.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:32:40.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:32:40.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:32:40.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:40.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:40.293 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:32:40.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:40.294 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'EnumProject' 12:32:40.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:32:40.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:40.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:40.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:40.321 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:40.322 INFO [WorkbenchTestable][AbstractText] Text set to: EnumProject 12:32:40.366 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:32:40.366 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:32:40.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:40.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:40.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:40.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:40.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:40.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:40.371 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:40.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:40.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:40.371 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:40.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:40.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:32:44.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:32:44.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:44.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:44.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:44.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:32:44.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:44.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:44.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:44.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:44.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:44.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:44.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:44.365 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:44.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:44.368 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:44.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:44.368 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:44.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:44.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Enum Type"] 12:32:44.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:44.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:44.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:44.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:44.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:44.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:44.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:44.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Enum Type"] 12:32:44.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:44.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:44.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:44.369 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:44.370 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:44.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:44.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:44.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:44.370 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:44.370 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:44.370 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:44.370 DEBUG [main][MenuItemLookup] Item match:File 12:32:44.372 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:32:44.372 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:44.378 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:32:44.378 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:32:44.378 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:32:44.378 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:32:44.379 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:32:44.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:32:44.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:32:44.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:32:44.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:44.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:44.516 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:32:44.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:44.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:32:44.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:44.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:44.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:44.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:44.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:44.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:44.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:44.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:32:44.520 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:44.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:44.520 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:44.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:44.520 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:44.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:32:44.520 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:44.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:44.520 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:44.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:44.520 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:44.547 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enum 12:32:44.547 DEBUG [main][TreeItemHandler] Selecting tree item: Enum 12:32:44.547 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enum about selection 12:32:44.550 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enum 12:32:44.550 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:32:44.550 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:32:44.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:44.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:44.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:44.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:44.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:44.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:44.553 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:44.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:44.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:44.553 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:44.553 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:44.688 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:44.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:44.688 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:44.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Enum Type"] is available.... 12:32:44.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Enum Type"] is available. finished successfully 12:32:44.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Enum Type 12:32:44.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:44.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:44.690 TRACE [WorkbenchTestable][NewEnumCreationWizard] Shell New Enum Type is not null and is not disposed 12:32:44.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:44.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewEnumWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:32:44.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:44.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:44.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:44.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:44.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:44.734 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:44.741 INFO [WorkbenchTestable][AbstractText] Text set to: MyEnum 12:32:44.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewEnumWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:32:44.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:44.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:44.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:44.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:44.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:44.784 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:44.791 INFO [WorkbenchTestable][AbstractText] Text set to: enumPackage 12:32:44.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewEnumWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:32:44.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:44.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:44.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:44.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:44.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:44.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewEnumWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 12:32:44.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:44.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:44.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:44.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:44.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:44.813 TRACE [WorkbenchTestable][NewEnumCreationWizard] Shell New Enum Type is not null and is not disposed 12:32:44.813 INFO [WorkbenchTestable][NewEnumCreationWizard] Finish wizard 12:32:44.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewEnumCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:44.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:44.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:44.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:44.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:44.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:44.846 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:44.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:44.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:44.846 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:44.846 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:44.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:45.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:45.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:45.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:32:45.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:32:45.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 18 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:32:45.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:32:45.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:45.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:45.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:32:45.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:45.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:45.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:45.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:45.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:45.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:45.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:45.765 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:45.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:45.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@436c6279 is found... 12:32:45.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@436c6279 is found finished successfully 12:32:45.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMyEnum.java\E') 12:32:45.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:45.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:45.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:45.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:45.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:45.799 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:45.799 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package enumPackage; public enum MyEnum { } TooltipText=null 12:32:45.800 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:45.800 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package enumPackage; public enum MyEnum { } TooltipText=null 12:32:45.800 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:32:45.800 DEBUG [WorkbenchTestable][EditorHandler] Closing editor MyEnum.java 12:32:45.942 DEBUG [WorkbenchTestable][EditorHandler] Editor MyEnum.java is closed 12:32:45.942 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 12:32:45.942 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:45.942 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:45.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:45.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:45.944 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createEnumClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest) 12:32:45.944 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest 12:32:45.944 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:45.944 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:45.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:45.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.163 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest createEnumClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.EnumWizardTest) Time elapsed: 6.13 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 12:32:45.958 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 12:32:45.959 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:32:45.959 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:45.959 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 12:32:45.959 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:45.959 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:32:45.959 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:45.959 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:32:45.960 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:45.960 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:32:45.960 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:45.960 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:32:45.960 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:32:45.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:32:45.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:45.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:45.961 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:45.961 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:45.974 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:45.974 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:45.974 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:45.975 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:45.975 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:45.975 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:45.975 DEBUG [main][MenuItemLookup] Item match:Window 12:32:45.975 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:45.975 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:45.975 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:45.975 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.975 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:45.975 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:45.975 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.975 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:32:45.976 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.976 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:32:45.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:45.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:45.977 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:45.977 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:45.977 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:45.977 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:45.977 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:45.977 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:45.977 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:45.977 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:45.977 DEBUG [main][MenuItemLookup] Item match:Window 12:32:45.977 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:45.977 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:45.977 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:45.977 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.977 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:45.977 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:45.977 DEBUG [main][MenuItemLookup] Item match:Perspective 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:32:45.978 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:32:45.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:32:45.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:45.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:45.978 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:45.978 DEBUG [main][MenuItemLookup] Item match:Window 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:45.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.979 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:32:45.979 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.979 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:32:45.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:45.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:45.979 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:45.979 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:45.979 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:45.979 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:45.979 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:45.979 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:45.979 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:45.979 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:45.979 DEBUG [main][MenuItemLookup] Item match:Window 12:32:45.979 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:45.979 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:45.979 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:45.979 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.979 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:45.979 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:45.979 DEBUG [main][MenuItemLookup] Item match:Perspective 12:32:45.980 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:32:45.980 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.980 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:32:45.980 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:32:45.980 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:32:45.980 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:32:45.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:45.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:45.980 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:45.980 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:45.980 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:45.980 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:45.980 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:45.980 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:45.980 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:45.980 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:45.980 DEBUG [main][MenuItemLookup] Item match:Window 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:32:45.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:45.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:45.981 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:32:45.981 DEBUG [main][MenuItemLookup] Item match:Window 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:32:45.981 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:32:45.982 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:32:45.982 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.982 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:32:45.982 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:32:45.982 DEBUG [main][MenuItemLookup] Item match:Perspective 12:32:45.982 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:32:45.982 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:45.982 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:32:45.982 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:32:45.982 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:32:45.982 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:32:45.982 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:32:45.982 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:32:45.982 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:32:46.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:32:46.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:32:46.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:32:46.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:46.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:46.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:46.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:46.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:46.057 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:32:46.057 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:46.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:46.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:46.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:32:46.058 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:46.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:46.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:46.058 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:32:46.058 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:46.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:46.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:46.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:46.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:46.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:46.059 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:32:46.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:46.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:46.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:46.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:46.299 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:46.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:46.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:46.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:46.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:32:46.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:46.300 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:46.300 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:46.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:46.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:46.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:46.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:46.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:32:46.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:46.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:46.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:46.301 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:46.301 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:46.301 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:46.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:46.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:46.302 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:46.302 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:46.302 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:46.303 DEBUG [main][MenuItemLookup] Item match:File 12:32:46.304 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:32:46.304 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:46.309 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:32:46.309 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:32:46.309 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:32:46.309 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:32:46.309 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:32:46.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:32:46.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:32:46.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:32:46.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:46.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:46.549 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:32:46.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:46.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:32:46.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:46.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:46.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:46.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:46.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:46.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:46.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:46.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:32:46.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:46.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:46.552 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:46.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:46.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:46.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:32:46.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:46.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:46.552 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:46.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:46.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:46.553 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:32:46.553 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:32:46.553 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:32:46.567 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:32:46.567 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:32:46.567 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:32:46.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:46.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:46.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:46.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:46.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:46.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:46.569 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:46.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:46.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:46.569 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:46.569 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:46.964 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:46.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:46.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:46.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:32:46.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:32:46.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:32:46.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:46.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:46.965 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:32:46.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:46.966 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'testproject' 12:32:46.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:32:46.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:46.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:46.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:46.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:46.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:46.971 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:46.972 INFO [WorkbenchTestable][AbstractText] Text set to: testproject 12:32:47.009 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:32:47.009 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:32:47.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:47.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:47.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:47.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:47.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:47.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:47.014 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:47.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:47.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:47.014 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:47.014 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:47.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:32:50.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:32:50.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:50.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:50.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:50.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:50.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:50.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:50.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:50.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:50.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:50.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:50.493 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:50.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:50.494 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:50.494 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewClassWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 12:32:50.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 12:32:50.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:50.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:50.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:50.494 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:50.494 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:50.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:50.495 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:50.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:50.495 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:32:50.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:50.495 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:50.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:50.495 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:50.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:50.495 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:50.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:50.495 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:32:50.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:50.496 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:50.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:50.496 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:50.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:50.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:50.496 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:50.496 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:50.497 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:50.497 DEBUG [main][MenuItemLookup] Item match:File 12:32:50.498 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:32:50.498 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:50.503 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:32:50.503 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:32:50.503 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:32:50.503 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:32:50.503 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:32:50.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:32:50.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:32:50.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:32:50.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:50.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:50.651 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:32:50.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:50.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:32:50.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:50.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:50.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:50.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:50.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:50.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:50.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:50.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:32:50.654 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:50.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:50.655 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:50.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:50.655 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:50.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:32:50.655 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:50.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:50.655 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:50.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:50.655 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:50.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:32:50.656 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:32:50.656 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:32:50.661 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:32:50.671 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:32:50.671 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:32:50.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:50.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:50.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:50.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:50.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:50.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:50.673 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:50.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:50.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:50.673 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:50.673 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:50.782 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:50.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:50.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:50.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:32:50.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:32:50.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:32:50.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:50.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:50.783 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:32:50.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:50.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:32:50.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:50.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:50.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:50.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:50.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:50.804 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:50.805 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test2 12:32:50.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:32:50.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:50.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:50.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:50.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:50.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:50.866 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:50.867 INFO [WorkbenchTestable][AbstractText] Text set to: ClassName2 12:32:50.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 12:32:50.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:50.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:50.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:50.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:50.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:50.885 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 12:32:50.885 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 12:32:50.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:50.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:50.886 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:50.886 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:50.886 TRACE [main][WidgetHandler] Notify Button with event 27 12:32:50.886 TRACE [main][WidgetHandler] Wait for synchronization 12:32:50.886 TRACE [main][WidgetHandler] Notify Button with event 13 12:32:50.886 TRACE [main][WidgetHandler] Wait for synchronization 12:32:50.886 TRACE [main][WidgetHandler] Notify Button with event 26 12:32:50.886 TRACE [main][WidgetHandler] Wait for synchronization 12:32:50.886 TRACE [main][WidgetHandler] Notify Button with event 3 12:32:50.886 TRACE [main][WidgetHandler] Wait for synchronization 12:32:50.886 TRACE [main][WidgetHandler] Notify Button with event 4 12:32:50.886 TRACE [main][WidgetHandler] Wait for synchronization 12:32:50.886 TRACE [main][WidgetHandler] Notify Button with event 13 12:32:50.886 TRACE [main][WidgetHandler] Wait for synchronization 12:32:50.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "abstract") 12:32:50.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:50.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:50.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:50.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:50.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:50.889 INFO [WorkbenchTestable][CheckBox] Select checkbox abs&tract 12:32:50.889 INFO [WorkbenchTestable][CheckBox] Check checkbox abs&tract 12:32:50.889 INFO [WorkbenchTestable][AbstractButton] Click button abs&tract 12:32:50.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:50.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:50.889 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:50.889 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:50.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Superclass:") 12:32:50.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:50.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:50.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:50.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:50.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:50.940 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:50.941 INFO [WorkbenchTestable][AbstractText] Text set to: java.lang.Exception 12:32:50.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:32:50.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:50.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:32:50.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:50.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:50.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:50.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:50.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:50.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:50.955 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:32:50.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:50.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:50.955 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:50.955 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:51.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:32:51.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:32:51.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 12:32:51.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:51.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:51.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:32:51.069 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:51.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:51.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:51.069 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:32:51.069 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:51.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:51.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:51.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:51.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:51.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:51.070 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:51.071 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 12:32:51.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:32:51.074 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:51.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:51.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:51.104 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:32:51.104 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:51.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:51.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:51.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:51.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:51.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:32:51.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:32:51.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:32:51.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:32:51.609 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:51.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:51.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:51.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:32:51.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:51.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:51.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:51.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:51.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:51.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:32:51.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:32:51.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:32:51.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:32:51.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:51.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:51.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:51.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:32:51.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:51.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:51.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:51.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:51.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:51.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:51.617 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:32:51.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:51.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:51.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:51.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:51.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:32:51.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:51.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:51.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:51.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:51.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:51.753 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:32:51.753 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 12:32:51.753 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 12:32:51.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:51.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:51.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:51.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:51.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 12:32:51.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:51.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:51.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:51.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:51.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:51.758 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 12:32:51.759 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 12:32:51.759 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 12:32:51.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:51.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:51.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:51.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:51.759 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:32:51.759 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:32:51.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:32:51.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:51.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:51.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:51.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:51.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:51.765 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:32:51.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:51.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:51.765 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:51.765 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:51.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:52.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:52.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:52.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:52.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName2.java... 12:32:52.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QClassName2.java\E') 12:32:52.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:52.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:52.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:52.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:52.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:52.511 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:52.511 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/** package org.example.test2; import javax.accessibility.AccessibleAction; /** * @author default * */ abstract class ClassName2 extends Exception implements AccessibleAction { @Override public int getAccessibleActionCount() { // TODO Auto-generated method stub return 0; } @Override public String getAccessibleActionDescription(int i) { // TODO Auto-generated method stub return null; } @Override public boolean doAccessibleAction(int i) { // TODO Auto-generated method stub return false; } /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub } } TooltipText=null 12:32:52.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName2.java finished successfully 12:32:52.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@79e33b60 is found... 12:32:52.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@79e33b60 is found finished successfully 12:32:52.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QClassName2.java\E') 12:32:52.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:52.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:52.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:52.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:52.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:32:52.548 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:32:52.548 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/** package org.example.test2; import javax.accessibility.AccessibleAction; /** * @author default * */ abstract class ClassName2 extends Exception implements AccessibleAction { @Override public int getAccessibleActionCount() { // TODO Auto-generated method stub return 0; } @Override public String getAccessibleActionDescription(int i) { // TODO Auto-generated method stub return null; } @Override public boolean doAccessibleAction(int i) { // TODO Auto-generated method stub return false; } /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub } } TooltipText=null 12:32:52.550 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:32:52.550 DEBUG [main][EditorHandler] 1 editor(s) found 12:32:52.551 DEBUG [WorkbenchTestable][EditorHandler] Closing editor ClassName2.java 12:32:52.775 DEBUG [WorkbenchTestable][EditorHandler] Editor ClassName2.java is closed 12:32:52.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 12:32:52.775 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:52.775 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:52.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:52.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:52.776 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewClassWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 12:32:52.776 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:52.776 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 12:32:52.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 12:32:52.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:52.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:52.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:52.776 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:52.777 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:52.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:52.777 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:52.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:52.777 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:32:52.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:52.777 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:52.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:52.777 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:52.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:52.777 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:52.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:52.778 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:32:52.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:52.778 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:52.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:52.778 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:52.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:52.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:52.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:52.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:52.779 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:52.779 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:52.780 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:52.783 DEBUG [main][MenuItemLookup] Item match:File 12:32:52.784 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:32:52.784 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:52.789 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:32:52.789 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:32:52.838 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:32:52.838 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:32:52.839 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:32:52.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:32:53.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:32:53.042 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:32:53.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:53.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:53.044 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:32:53.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:53.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:32:53.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:53.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:53.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:53.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:32:53.058 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:53.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:53.059 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:53.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:53.059 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:53.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:32:53.059 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:53.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:53.059 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:53.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:53.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:53.060 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:32:53.060 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:32:53.060 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:32:53.061 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:32:53.061 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:32:53.061 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:32:53.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:53.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.064 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:53.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:53.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:53.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:53.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:53.175 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:53.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:53.175 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:53.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:32:53.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:32:53.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:32:53.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:53.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:53.176 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:32:53.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:53.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Source folder:") 12:32:53.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:53.180 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:53.181 INFO [WorkbenchTestable][AbstractText] Text set to: testproject/src 12:32:53.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:32:53.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:53.217 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:53.247 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 12:32:53.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:32:53.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:53.316 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:53.317 INFO [WorkbenchTestable][AbstractText] Text set to: ClassName 12:32:53.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Source folder:") 12:32:53.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:53.339 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:53.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:32:53.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:53.356 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:53.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:32:53.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:53.389 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:53.390 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Enclosing type:") 12:32:53.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.392 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 12:32:53.392 INFO [WorkbenchTestable][CheckBox] Check checkbox Enclosing t&ype: 12:32:53.392 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 12:32:53.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:53.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:53.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:53.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:53.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 2 and no matchers specified 12:32:53.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:53.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:53.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:53.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:32:53.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:53.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:32:53.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:32:53.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.406 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 12:32:53.406 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:53.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 2 and no matchers specified 12:32:53.407 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:53.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:53.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:53.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:32:53.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:53.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:32:53.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:32:53.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 12:32:53.409 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:53.409 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test.ClassName 12:32:53.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 2 and no matchers specified 12:32:53.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:53.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:53.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:53.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:32:53.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:53.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:32:53.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:32:53.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 12:32:53.433 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:53.433 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 2 and no matchers specified 12:32:53.433 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:53.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:53.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:53.433 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:32:53.433 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:53.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.433 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:32:53.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:32:53.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 12:32:53.435 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:53.435 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test2.ClassName2 12:32:53.440 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:32:53.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:32:53.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.445 DEBUG [WorkbenchTestable][RadioButton] Radio Button &public already checked, no action performed 12:32:53.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:32:53.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.460 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:32:53.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 12:32:53.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.463 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 12:32:53.463 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 12:32:53.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:53.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:53.463 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:53.463 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:53.463 TRACE [main][WidgetHandler] Notify Button with event 27 12:32:53.463 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.463 TRACE [main][WidgetHandler] Notify Button with event 13 12:32:53.463 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.463 TRACE [main][WidgetHandler] Notify Button with event 26 12:32:53.463 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.463 TRACE [main][WidgetHandler] Notify Button with event 3 12:32:53.463 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.463 TRACE [main][WidgetHandler] Notify Button with event 4 12:32:53.463 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.463 TRACE [main][WidgetHandler] Notify Button with event 13 12:32:53.463 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:32:53.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.472 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 12:32:53.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:32:53.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 12:32:53.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "private") 12:32:53.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.477 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.478 INFO [WorkbenchTestable][RadioButton] Select radio button pri&vate 12:32:53.478 INFO [WorkbenchTestable][AbstractButton] Click button pri&vate 12:32:53.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:53.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:53.478 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:53.478 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:53.478 TRACE [main][WidgetHandler] Notify Button with event 27 12:32:53.478 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.478 TRACE [main][WidgetHandler] Notify Button with event 13 12:32:53.478 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.478 TRACE [main][WidgetHandler] Notify Button with event 26 12:32:53.478 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.478 TRACE [main][WidgetHandler] Notify Button with event 3 12:32:53.478 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.478 TRACE [main][WidgetHandler] Notify Button with event 4 12:32:53.478 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.478 TRACE [main][WidgetHandler] Notify Button with event 13 12:32:53.478 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:32:53.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 12:32:53.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "private") 12:32:53.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:32:53.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 12:32:53.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "private") 12:32:53.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "protected") 12:32:53.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.505 INFO [WorkbenchTestable][RadioButton] Select radio button pro&tected 12:32:53.505 INFO [WorkbenchTestable][AbstractButton] Click button pro&tected 12:32:53.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:53.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:53.505 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:53.505 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:53.505 TRACE [main][WidgetHandler] Notify Button with event 27 12:32:53.505 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.505 TRACE [main][WidgetHandler] Notify Button with event 13 12:32:53.505 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.505 TRACE [main][WidgetHandler] Notify Button with event 26 12:32:53.505 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.505 TRACE [main][WidgetHandler] Notify Button with event 3 12:32:53.505 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.505 TRACE [main][WidgetHandler] Notify Button with event 4 12:32:53.505 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.505 TRACE [main][WidgetHandler] Notify Button with event 13 12:32:53.505 TRACE [main][WidgetHandler] Wait for synchronization 12:32:53.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:32:53.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 12:32:53.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.508 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "private") 12:32:53.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "protected") 12:32:53.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Enclosing type:") 12:32:53.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.512 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 12:32:53.512 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Enclosing t&ype: 12:32:53.512 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 12:32:53.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:53.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:53.512 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:53.512 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:53.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "abstract") 12:32:53.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.525 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.539 INFO [WorkbenchTestable][CheckBox] Select checkbox abs&tract 12:32:53.540 INFO [WorkbenchTestable][CheckBox] Check checkbox abs&tract 12:32:53.540 INFO [WorkbenchTestable][AbstractButton] Click button abs&tract 12:32:53.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:53.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:53.540 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:53.540 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:53.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "abstract") 12:32:53.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "abstract") 12:32:53.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.544 INFO [WorkbenchTestable][CheckBox] Select checkbox abs&tract 12:32:53.544 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox abs&tract 12:32:53.544 INFO [WorkbenchTestable][AbstractButton] Click button abs&tract 12:32:53.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:53.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:53.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:53.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:53.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "abstract") 12:32:53.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "final") 12:32:53.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.557 INFO [WorkbenchTestable][CheckBox] Select checkbox fina&l 12:32:53.557 INFO [WorkbenchTestable][CheckBox] Check checkbox fina&l 12:32:53.557 INFO [WorkbenchTestable][AbstractButton] Click button fina&l 12:32:53.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:53.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:53.557 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:53.557 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:53.557 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "final") 12:32:53.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.560 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "final") 12:32:53.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.563 INFO [WorkbenchTestable][CheckBox] Select checkbox fina&l 12:32:53.563 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox fina&l 12:32:53.563 INFO [WorkbenchTestable][AbstractButton] Click button fina&l 12:32:53.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:53.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:53.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:53.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:53.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "final") 12:32:53.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:32:53.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.576 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:32:53.576 DEBUG [WorkbenchTestable][CheckBox] Checkbox public static &void main(String[] args) not checked, no action performed 12:32:53.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:32:53.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.586 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:32:53.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.590 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:32:53.590 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 12:32:53.590 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 12:32:53.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:53.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:53.590 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:53.590 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:53.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:32:53.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 12:32:53.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 12:32:53.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.645 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 12:32:53.645 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 12:32:53.646 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 12:32:53.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:53.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:53.646 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:53.646 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:53.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 12:32:53.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 12:32:53.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.660 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 12:32:53.660 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Generate comments 12:32:53.660 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 12:32:53.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:53.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:53.660 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:53.660 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:53.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 12:32:53.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.676 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:32:53.676 INFO [WorkbenchTestable][NewClassCreationWizard] Cancel wizard 12:32:53.676 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:32:53.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.681 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:32:53.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:53.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:53.682 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:53.682 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:53.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:32:53.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:32:53.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:32:53.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:32:53.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:32:53.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:32:53.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:32:53.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:32:53.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:32:53.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:32:53.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:32:53.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:32:53.803 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:32:53.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:32:53.803 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:32:53.804 DEBUG [main][EditorHandler] 0 editor(s) found 12:32:53.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 12:32:53.804 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:32:53.804 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:32:53.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:53.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:53.804 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 12:32:53.805 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:32:53.805 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 12:32:53.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 12:32:53.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:32:53.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:32:53.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:32:53.805 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:32:53.805 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:53.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:53.805 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:53.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:53.805 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:32:53.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:53.805 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:53.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:53.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:53.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:53.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:53.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:53.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:32:53.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:53.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:53.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:53.806 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:53.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:53.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:32:53.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:53.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:53.807 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:32:53.807 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:32:53.807 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:53.810 DEBUG [main][MenuItemLookup] Item match:File 12:32:53.811 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:32:53.811 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'File' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'' 12:32:53.816 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:32:53.816 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:32:53.816 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:32:53.816 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:32:53.816 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:32:53.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:32:53.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:32:53.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:32:53.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:53.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:53.940 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:32:53.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:53.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:32:53.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:32:53.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:32:53.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:32:53.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:32:53.943 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:53.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:53.944 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:53.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:53.944 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:53.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:32:53.944 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:32:53.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:32:53.944 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:32:53.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:32:53.944 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:32:53.945 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:32:53.945 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:32:53.945 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:32:53.945 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:32:53.945 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:32:53.945 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:32:53.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:32:53.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:53.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:53.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:53.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:53.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:53.947 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:32:53.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:53.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:53.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:53.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:54.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:32:54.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:54.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:54.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:32:54.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:32:54.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:32:54.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:54.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:54.052 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:32:54.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:32:54.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:32:54.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:54.053 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:32:54.053 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:54.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:54.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:54.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:54.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:54.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:32:54.070 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:32:54.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:32:54.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:32:54.070 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:32:54.070 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:32:54.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:32:54.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:32:54.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 12:32:54.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:32:54.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:32:54.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:32:54.217 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:54.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:54.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:54.231 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:32:54.231 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:54.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:54.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:54.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:54.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:54.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:32:54.231 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:32:54.232 INFO [WorkbenchTestable][AbstractText] Text set to: nonexisting.interface.name 12:32:54.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:32:54.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:32:54.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:32:54.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:32:54.247 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:32:54.247 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:32:54.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:32:54.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:32:54.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:32:54.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:32:54.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:32:54.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:04.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 12:33:04.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:04.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:04.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:04.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:04.256 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:04.256 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:04.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:04.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:04.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:04.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:04.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:04.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:05.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 12:33:05.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:33:05.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:05.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:05.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:05.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:05.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:05.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:05.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:05.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:05.765 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:33:05.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:05.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:05.765 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:05.765 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:05.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:33:05.830 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:05.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:05.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:05.831 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:05.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:05.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:05.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:05.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:05.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:05.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:05.834 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:33:05.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:05.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:05.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:05.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:05.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:33:05.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:33:05.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 12:33:05.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:05.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:05.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:33:05.914 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:05.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:05.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:05.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:05.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:05.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:05.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:05.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:05.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:05.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:33:05.915 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:33:05.915 INFO [WorkbenchTestable][AbstractText] Text set to: Acl 12:33:05.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:05.916 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:05.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:05.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:05.916 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:05.916 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:05.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:05.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:05.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:05.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:05.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:05.947 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:05.948 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:05.948 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:05.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:05.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:05.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:05.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:05.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:05.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:05.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:33:05.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:05.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:05.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:05.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:05.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:05.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:05.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:05.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:05.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:05.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:05.953 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:33:05.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:05.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:05.953 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:05.953 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:06.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:06.002 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:06.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:06.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:06.003 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:06.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:06.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:06.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:06.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:06.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:06.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:06.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:07.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 12:33:07.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:33:07.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.008 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:07.008 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:07.020 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:33:07.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:07.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:07.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:07.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:07.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:33:07.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:33:07.089 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 12:33:07.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:07.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:07.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:33:07.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:07.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:33:07.091 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:33:07.091 INFO [WorkbenchTestable][AbstractText] Text set to: org.w3c.dom.views.AbstractView 12:33:07.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:07.092 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.092 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:07.092 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:07.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:07.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:07.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:07.110 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.110 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:07.110 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.111 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:07.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:07.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:07.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:33:07.112 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.112 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:07.112 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:07.114 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:33:07.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:07.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:07.114 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:07.114 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:07.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:07.171 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.172 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:07.172 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:07.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:07.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:07.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:07.175 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.175 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:07.175 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:07.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:07.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:07.178 TRACE [main][WidgetHandler] Notify Table with event 13 12:33:07.178 TRACE [main][WidgetHandler] Wait for synchronization 12:33:07.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:33:07.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.178 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:07.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:07.188 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:33:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:07.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:07.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:07.189 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:33:07.189 INFO [WorkbenchTestable][NewClassCreationWizard] Cancel wizard 12:33:07.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:33:07.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:07.196 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:33:07.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:07.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:07.196 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:07.196 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:07.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:33:07.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:33:07.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:07.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:07.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:07.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:07.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:33:07.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:07.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:07.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:33:07.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:07.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:07.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:07.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:07.257 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:33:07.257 DEBUG [main][EditorHandler] 0 editor(s) found 12:33:07.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 12:33:07.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:33:07.257 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:33:07.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.258 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 12:33:07.258 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:33:07.258 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 12:33:07.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 12:33:07.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:33:07.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:33:07.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:33:07.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:33:07.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:07.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:07.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:07.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:07.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:33:07.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:07.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:07.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:07.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:07.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:07.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:07.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:07.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:33:07.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:07.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:07.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:07.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:07.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:07.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:07.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:07.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:07.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:07.260 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:33:07.261 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:07.264 DEBUG [main][MenuItemLookup] Item match:File 12:33:07.265 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:33:07.265 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:07.270 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:33:07.270 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:33:07.306 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:33:07.306 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:33:07.306 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:33:07.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:33:07.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:33:07.429 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:33:07.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:07.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:07.431 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:33:07.431 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:07.431 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:33:07.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:07.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:07.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:07.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:33:07.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:33:07.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:07.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:33:07.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:07.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:33:07.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:33:07.435 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:33:07.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:07.435 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:33:07.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:07.435 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:33:07.435 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:33:07.436 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:33:07.436 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:33:07.436 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:33:07.436 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:33:07.436 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:33:07.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:33:07.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:07.438 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:33:07.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:07.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:07.438 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:07.438 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:07.560 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:07.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:07.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:07.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:33:07.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:33:07.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:33:07.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:07.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:07.561 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:33:07.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:07.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:33:07.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:07.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:07.588 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:33:07.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:07.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:07.588 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:07.588 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:07.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:33:07.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:33:07.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 12:33:07.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:07.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:07.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:33:07.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.739 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:07.739 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:33:07.740 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:33:07.740 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 12:33:07.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:07.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:07.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:07.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:07.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:07.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:07.788 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:07.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:07.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:07.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:07.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:33:07.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:07.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:07.801 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:33:07.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:07.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:07.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:07.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:07.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:33:07.868 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.868 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:07.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:07.879 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:33:07.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:07.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:07.879 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:07.879 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:07.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:33:07.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:33:07.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 12:33:07.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:07.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:07.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:33:07.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.951 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:07.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:33:07.952 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:33:07.953 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleEditableText 12:33:07.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:07.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.954 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:07.954 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:07.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:07.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:07.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:07.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:07.988 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:07.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:07.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:07.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:33:07.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:07.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:07.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:07.989 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:07.989 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:07.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:07.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:07.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:07.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:07.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:07.996 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:33:07.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:07.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:07.997 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:07.997 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:08.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:33:08.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:08.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:08.074 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:33:08.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:08.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:08.074 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:08.074 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:08.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:33:08.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:33:08.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 12:33:08.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:08.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:08.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:33:08.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:08.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:33:08.143 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:33:08.143 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleExtendedTable 12:33:08.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:08.144 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.144 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:08.144 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:08.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:08.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:08.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:08.163 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.163 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:08.163 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:08.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:08.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:08.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:33:08.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:08.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:08.171 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:33:08.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:08.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:08.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:08.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:08.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:33:08.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.226 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:08.226 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:08.232 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:33:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:08.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:08.233 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:08.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:08.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:33:08.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:33:08.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 12:33:08.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:08.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:08.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:33:08.299 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.300 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:08.300 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:33:08.300 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:33:08.301 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleStreamable 12:33:08.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:08.301 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.302 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:08.302 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:08.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:08.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:08.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:08.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.320 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:08.320 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.320 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:08.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:08.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:08.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:33:08.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.321 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:08.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:08.328 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:33:08.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:08.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:08.328 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:08.328 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:08.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:33:08.387 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:08.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:08.394 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:33:08.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:08.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:08.398 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:08.398 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:08.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:33:08.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:33:08.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Implemented Interfaces Selection 12:33:08.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:08.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:08.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:33:08.463 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.463 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:08.463 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:33:08.464 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:33:08.464 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleText 12:33:08.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:08.465 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.467 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:08.467 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:08.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:08.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:08.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:08.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.484 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:08.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:08.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:08.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:08.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:33:08.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Implemented Interfaces Selection" as the parent 12:33:08.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:08.493 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:33:08.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:08.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:08.493 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:08.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:08.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:08.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:08.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:08.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:08.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:08.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:08.568 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.568 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:08.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:08.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:08.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:08.571 TRACE [main][WidgetHandler] Notify Table with event 13 12:33:08.571 TRACE [main][WidgetHandler] Wait for synchronization 12:33:08.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:33:08.571 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.571 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:08.571 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:08.585 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:33:08.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:08.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:08.585 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:08.585 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:08.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:08.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:08.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:08.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:08.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:08.596 TRACE [main][WidgetHandler] Notify Table with event 13 12:33:08.597 TRACE [main][WidgetHandler] Wait for synchronization 12:33:08.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:33:08.597 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:08.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:08.601 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:33:08.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:08.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:08.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:08.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:08.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:08.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:08.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:08.612 TRACE [main][WidgetHandler] Notify Table with event 13 12:33:08.612 TRACE [main][WidgetHandler] Wait for synchronization 12:33:08.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:33:08.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.612 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:08.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:08.616 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:33:08.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:08.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:08.616 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:08.616 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:08.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:08.618 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.618 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:08.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:08.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:08.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:08.622 TRACE [main][WidgetHandler] Notify Table with event 13 12:33:08.622 TRACE [main][WidgetHandler] Wait for synchronization 12:33:08.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:33:08.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.627 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:08.627 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:08.631 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:33:08.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:08.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:08.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:08.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:08.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:33:08.633 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.633 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:08.633 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:33:08.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:33:08.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:33:08.636 TRACE [main][WidgetHandler] Notify Table with event 13 12:33:08.636 TRACE [main][WidgetHandler] Wait for synchronization 12:33:08.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:33:08.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:08.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.637 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Class" as the parent 12:33:08.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:08.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.645 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:08.645 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:33:08.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:08.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:08.645 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:08.645 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:08.646 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:33:08.646 INFO [WorkbenchTestable][NewClassCreationWizard] Cancel wizard 12:33:08.646 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:33:08.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:08.652 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:33:08.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:08.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:08.652 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:08.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:08.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:33:08.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:33:08.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:08.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:08.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:08.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:08.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:33:08.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:08.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:08.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:33:08.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:08.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:08.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:08.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:08.748 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:33:08.749 DEBUG [main][EditorHandler] 0 editor(s) found 12:33:08.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 12:33:08.749 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:33:08.749 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:33:08.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:08.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:08.750 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 12:33:08.750 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:33:08.750 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 12:33:08.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 12:33:08.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:33:08.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:33:08.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:33:08.750 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:33:08.750 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:08.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:08.751 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:08.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:08.751 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:33:08.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:08.751 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:08.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:08.751 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:08.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:08.751 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:08.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:08.751 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:33:08.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:08.751 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:08.751 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:08.752 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:08.752 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:08.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:08.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:08.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:08.752 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:08.752 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:33:08.752 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:08.755 DEBUG [main][MenuItemLookup] Item match:File 12:33:08.757 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:33:08.757 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:08.761 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:33:08.761 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:33:08.762 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:33:08.762 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:33:08.762 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:33:08.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:33:08.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:33:08.884 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:33:08.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:08.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:08.885 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:33:08.885 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:08.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:33:08.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:08.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:08.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:08.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:33:08.888 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:33:08.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:08.889 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:33:08.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:08.889 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:33:08.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:33:08.889 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:33:08.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:08.889 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:33:08.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:08.889 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:33:08.890 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:33:08.890 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:33:08.890 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:33:08.890 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:33:08.890 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:33:08.890 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:33:08.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:33:08.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:08.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:08.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:08.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:08.892 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:08.892 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:33:08.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:08.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:08.904 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:08.904 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:09.020 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:09.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:09.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:09.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:33:09.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:33:09.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:33:09.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:09.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:09.022 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:33:09.022 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:09.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:33:09.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:09.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:09.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:09.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:09.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:33:09.085 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:33:09.087 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 12:33:09.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:33:09.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:09.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:09.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:09.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:09.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:33:09.172 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:33:09.173 INFO [WorkbenchTestable][AbstractText] Text set to: ClassName 12:33:09.188 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:33:09.188 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:33:09.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:33:09.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:09.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:09.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:09.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:09.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:09.194 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:33:09.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:09.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:09.195 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:09.195 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:09.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:33:09.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:33:09.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:09.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:33:09.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:09.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:33:09.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:33:09.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:33:09.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:09.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:09.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:33:09.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:09.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:09.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:33:09.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:09.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:09.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:09.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:09.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName.java... 12:33:09.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QClassName.java\E') 12:33:09.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:09.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:09.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:09.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:09.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:09.733 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:09.734 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public class ClassName { } TooltipText=null 12:33:09.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is ClassName.java finished successfully 12:33:09.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@553d5230 is found... 12:33:09.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@553d5230 is found finished successfully 12:33:09.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QClassName.java\E') 12:33:09.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:09.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:09.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:09.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:09.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:09.740 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:09.740 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public class ClassName { } TooltipText=null 12:33:09.740 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:33:09.740 DEBUG [main][EditorHandler] 1 editor(s) found 12:33:09.740 DEBUG [WorkbenchTestable][EditorHandler] Closing editor ClassName.java 12:33:09.836 DEBUG [WorkbenchTestable][EditorHandler] Editor ClassName.java is closed 12:33:09.836 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 12:33:09.836 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:33:09.836 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:33:09.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:09.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:09.837 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) 12:33:09.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:09.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:09.855 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:33:09.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:09.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:09.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:09.856 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:09.856 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:33:09.856 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:09.859 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:33:09.859 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:33:09.859 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:33:09.859 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:33:09.859 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:33:09.859 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:33:09.859 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:33:09.859 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:33:09.859 DEBUG [main][MenuItemLookup] Item match:Window 12:33:09.860 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:33:09.860 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:33:09.860 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:33:09.860 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:09.860 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:33:09.860 DEBUG [main][MenuItemLookup] Item match:Show View 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:09.868 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:33:09.868 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:33:09.898 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:33:09.898 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:33:09.898 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:33:10.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:33:10.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:33:10.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:33:10.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:10.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:10.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:33:10.007 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:10.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:10.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:10.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:33:10.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:10.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:10.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:10.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:10.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:10.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:10.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:10.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:10.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:33:10.009 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:33:10.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:10.010 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:33:10.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:10.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:33:10.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:33:10.010 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:33:10.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:10.010 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:33:10.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:10.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:33:10.011 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:33:10.011 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:33:10.011 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:33:10.012 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:33:10.012 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:10.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:10.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:10.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:33:10.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:10.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:10.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:10.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:33:10.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:10.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:10.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:10.013 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:33:10.013 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:10.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:10.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:10.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:10.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:10.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:10.014 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:33:10.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:10.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:10.014 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:10.014 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:10.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:33:10.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:33:10.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:33:10.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:10.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:10.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:33:10.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:10.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:10.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:10.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:10.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:10.097 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:10.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:33:10.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:10.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:10.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:10.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:10.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:10.099 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:10.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:10.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:10.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:10.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:10.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:10.102 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:10.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:10.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:10.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:10.129 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:10.129 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:10.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:10.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:10.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:10.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:10.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:10.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:10.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:11.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:11.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:11.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:11.133 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:11.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:11.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:11.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:11.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:11.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:11.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:11.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:11.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:11.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:11.136 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EnumProject 12:33:11.136 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 12:33:11.137 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:11.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:11.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:11.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:11.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:11.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:11.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:11.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:11.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:12.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:12.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:12.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:12.141 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:12.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:12.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:12.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:12.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:12.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:12.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:12.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:12.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:12.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:12.143 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EnumProject 12:33:12.143 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 12:33:12.143 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:12.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:12.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:12.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:12.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:12.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:12.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:12.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:12.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:12.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:12.146 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:33:12.146 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:33:12.146 DEBUG [main][TreeItemHandler] Set Tree selection 12:33:12.146 DEBUG [main][TreeHandler] Notify Tree about selection event 12:33:12.157 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:33:12.169 DEBUG [WorkbenchTestable][TreeItemHandler] EnumProject 12:33:12.169 DEBUG [WorkbenchTestable][TreeItemHandler] testproject 12:33:12.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:12.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:12.215 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:12.215 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:33:12.215 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:12.215 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:12.215 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:12.215 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:12.215 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:33:12.215 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:12.215 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:12.215 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:33:12.215 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:33:12.215 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:12.215 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:33:12.215 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:33:12.215 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:12.215 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:33:12.215 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:33:12.215 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:33:12.215 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:33:12.216 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:33:12.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:12.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:33:12.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:33:12.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:12.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:12.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:12.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:33:12.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:12.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:12.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:33:12.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:12.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:12.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:12.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:12.716 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:12.716 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:12.758 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:12.758 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:33:12.758 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:12.758 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:12.758 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:12.758 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:12.758 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:33:12.758 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:12.758 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:12.758 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:33:12.758 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:33:12.758 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:33:12.758 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:33:12.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:33:12.856: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:33:13.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:33:13.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:33:13.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:13.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:13.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:33:13.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:13.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:13.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:13.445 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:33:13.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:13.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:13.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:13.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:13.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:13.447 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:33:13.447 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:33:13.447 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:33:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:13.447 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:13.447 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:13.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:33:13.447 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:13.447 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:33:13.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:13.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:13.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:13.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:13.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:13.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:13.449 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:33:13.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:13.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:13.449 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:13.449 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:13.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:33:13.454 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:33:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:33:13.955 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:33:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:13.955 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:13.955 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest 12:33:13.956 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:33:13.956 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:33:13.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:13.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.999 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest testCreateNewClassWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 2.282 s testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 1.028 s testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 13.453 s testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 1.492 s testCreateNewClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewClassCreationWizardTest) Time elapsed: 1.087 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 12:33:13.970 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 12:33:13.970 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:33:13.970 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:33:13.971 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 12:33:13.971 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:33:13.971 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:33:13.971 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:33:13.971 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:33:13.971 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:33:13.971 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:33:13.971 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:33:13.971 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:33:13.972 DEBUG [main][EditorHandler] 0 editor(s) found 12:33:13.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:13.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:13.977 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:33:13.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:13.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:13.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:13.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:13.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:13.979 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:14.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:33:14.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:14.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:14.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:14.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:14.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:14.004 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:14.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:14.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:14.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:14.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:14.006 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:14.007 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:14.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:14.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:14.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:14.008 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:14.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:14.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:14.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:14.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:14.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:14.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:14.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:14.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:15.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:15.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:15.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:15.011 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:15.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:15.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:15.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:15.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:15.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:15.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:15.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:15.014 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:15.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:15.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:15.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:15.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:15.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.016 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:15.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.016 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:33:15.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.016 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:15.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.016 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:15.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.016 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:15.016 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.016 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:33:15.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.017 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:15.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.017 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:15.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:15.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:15.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:15.018 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:15.018 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:33:15.018 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:15.018 DEBUG [main][MenuItemLookup] Item match:File 12:33:15.019 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:33:15.019 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:33:15.025 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:33:15.025 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:33:15.025 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:15.025 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:33:15.025 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:33:15.025 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:33:15.025 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:33:15.025 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:33:15.025 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:33:15.025 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:33:15.025 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:33:15.025 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:15.025 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:33:15.025 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:33:15.025 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:33:15.025 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:15.026 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:33:15.026 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:15.026 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:33:15.026 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:33:15.026 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:33:15.026 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:33:15.026 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:33:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:33:15.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:33:15.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:33:15.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:15.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:15.158 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:33:15.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:33:15.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:15.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:15.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:15.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:15.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:15.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:15.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:15.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:33:15.174 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:33:15.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:15.174 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:33:15.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:15.174 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:33:15.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:33:15.174 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:33:15.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:15.175 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:33:15.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:15.175 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:33:15.175 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:33:15.175 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:33:15.186 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:33:15.189 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:33:15.189 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:33:15.189 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:33:15.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:33:15.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:15.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:15.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:15.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:15.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:15.191 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:33:15.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:15.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:15.192 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:15.192 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:15.456 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:15.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:33:15.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:33:15.456 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:33:15.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:15.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:15.457 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:33:15.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Use an execution environment JRE:") 12:33:15.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:15.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:15.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:15.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:15.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:15.460 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 12:33:15.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and no matchers specified 12:33:15.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:15.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:15.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:15.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:15.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:33:15.463 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:33:15.463 INFO [WorkbenchTestable][JavaProjectWizard] Cancel wizard 12:33:15.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:33:15.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:15.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:15.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:15.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:15.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:15.467 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:33:15.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:15.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:15.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:15.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:15.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:33:15.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:33:15.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:15.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:15.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:15.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:15.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:33:15.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:15.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:15.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:15.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:15.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:15.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:15.560 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:33:15.560 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizardCreateInfoModule no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 12:33:15.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 12:33:15.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:33:15.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:33:15.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:33:15.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:33:15.560 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:15.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.560 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:15.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:33:15.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:15.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:15.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:15.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:33:15.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.561 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:15.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.562 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:15.562 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.562 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:15.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:15.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:15.562 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:15.562 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:33:15.563 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:15.563 DEBUG [main][MenuItemLookup] Item match:File 12:33:15.564 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:33:15.564 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:33:15.568 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:15.569 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:33:15.569 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:33:15.608 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:33:15.608 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:33:15.608 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:33:15.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:33:15.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:33:15.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:33:15.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:15.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:15.734 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:33:15.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:15.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:33:15.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:15.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:15.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:15.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:15.736 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:15.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:15.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:33:15.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:33:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:15.738 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:33:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:15.738 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:33:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:33:15.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:33:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:15.738 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:33:15.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:15.738 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:33:15.739 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:33:15.739 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:33:15.739 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:33:15.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:33:15.744 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:33:15.744 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:33:15.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:33:15.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:15.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:15.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:15.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:15.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:15.756 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:33:15.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:15.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:15.757 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:15.757 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:16.008 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:16.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:16.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:16.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:33:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:33:16.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:33:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:16.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:16.010 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:33:16.010 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:16.010 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 12:33:16.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:33:16.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:16.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:16.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:16.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:16.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:33:16.015 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:33:16.016 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 12:33:16.047 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 12:33:16.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Use an execution environment JRE:") 12:33:16.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:16.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:16.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:16.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:16.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:16.062 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 12:33:16.062 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-9' 12:33:16.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and no matchers specified 12:33:16.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:16.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:16.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:16.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:16.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:33:16.064 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-1.8 to selection: JavaSE-9 12:33:16.066 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:33:16.066 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 12:33:16.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:33:16.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:16.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:16.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:16.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:16.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:16.070 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:33:16.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:16.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:16.070 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:16.070 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:16.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageTwo, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:33:16.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:16.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:16.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:16.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:16.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:16.274 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Create module-info.java file' to true 12:33:16.274 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:33:16.274 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file already selected, no action performed 12:33:16.274 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:33:16.274 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:33:16.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:33:16.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:16.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:16.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:16.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:16.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:16.292 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:33:16.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:16.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:16.292 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:16.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:16.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:33:16.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 12:33:16.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 12:33:16.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:16.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:16.532 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Setting module name to 'simplejavaproject' 12:33:16.532 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Module name:") 12:33:16.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:16.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:16.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:16.532 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 12:33:16.532 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:16.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:16.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:16.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:16.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:16.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:33:16.544 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:33:16.545 INFO [WorkbenchTestable][AbstractText] Text set to: simplejavaproject 12:33:16.550 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Creating module-info.java file 12:33:16.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Create") 12:33:16.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:16.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:16.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:16.560 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 12:33:16.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:16.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:16.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:16.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:16.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:16.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:16.562 INFO [WorkbenchTestable][AbstractButton] Click button &Create 12:33:16.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:16.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:16.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:16.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:17.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:33:17.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 12:33:17.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:33:17.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:33:17.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/SimpleJavaProject)' is a system job, skipped 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:17.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:17.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:17.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:17.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:17.160 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:33:17.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:17.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:17.162 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - SimpleJavaProject/src/module-info.java - Eclipse Platform 12:33:17.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:17.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:17.163 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - SimpleJavaProject/src/module-info.java - Eclipse Platform' 12:33:17.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:33:17.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:17.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:17.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:17.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:17.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:17.198 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:17.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:17.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:17.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:17.253 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:17.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:17.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:17.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:17.254 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:17.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:17.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:17.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:17.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:17.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:17.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:17.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:17.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:18.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:18.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:18.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:18.258 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:18.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:18.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:18.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:18.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:18.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:18.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:18.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:18.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:18.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:18.260 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 12:33:18.261 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:18.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:18.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:18.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:18.263 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:18.263 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:18.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:18.264 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:18.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:18.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:18.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:18.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:18.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:19.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:19.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:19.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:19.266 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:19.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:19.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:19.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:19.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:19.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:19.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:19.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:19.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:19.268 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:19.269 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 12:33:19.269 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:33:19.270 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:33:19.271 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item SimpleJavaProject 12:33:19.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item SimpleJavaProject 12:33:19.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:19.271 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item SimpleJavaProject is already expanded. No action performed 12:33:19.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:19.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: SimpleJavaProject 12:33:19.271 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item module-info.java of tree item src 12:33:19.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:33:19.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:19.271 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:33:19.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:19.272 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:33:19.272 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item simplejavaproject of tree item module-info.java 12:33:19.272 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item module-info.java 12:33:19.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:19.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:19.773 INFO [WorkbenchTestable][TreeItemHandler] Expanded: module-info.java 12:33:19.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:19.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:19.776 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:33:19.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:19.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:19.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - SimpleJavaProject/src/module-info.java - Eclipse Platform 12:33:19.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:19.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:19.778 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - SimpleJavaProject/src/module-info.java - Eclipse Platform' 12:33:19.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:33:19.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:19.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:19.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:19.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:19.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:19.780 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:19.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:19.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:19.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - SimpleJavaProject/src/module-info.java - Eclipse Platform TooltipText=null 12:33:19.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:19.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:19.783 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:19.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:19.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:19.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:19.785 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:19.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:19.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:19.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:19.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:19.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:19.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:20.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:20.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:20.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:20.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:20.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:20.826 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:20.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:20.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:20.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:20.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:20.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:20.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:20.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:20.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:20.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:20.829 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 12:33:20.830 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:20.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:20.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:20.831 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:20.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:20.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:20.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:21.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:21.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:21.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:21.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:21.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:21.833 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:21.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:21.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:21.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:21.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:21.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:21.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:21.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:21.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:21.835 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:21.835 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 12:33:21.835 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:21.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:21.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:21.836 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:21.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:21.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:21.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:21.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:21.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:21.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:21.837 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:33:21.837 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:33:21.837 DEBUG [main][TreeItemHandler] Set Tree selection 12:33:21.838 DEBUG [main][TreeHandler] Notify Tree about selection event 12:33:21.849 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:33:21.852 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 12:33:21.852 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:21.852 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:21.908 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:21.908 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:33:21.908 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:21.908 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:21.908 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:21.908 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:21.909 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:33:21.909 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:21.909 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:21.909 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:33:21.909 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:33:21.909 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:33:21.909 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:21.909 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:33:21.909 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:33:21.909 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:21.909 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:33:21.909 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:33:21.909 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:33:21.909 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:33:21.909 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:33:21.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:21.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:33:21.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:33:22.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:33:22.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:22.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:22.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:22.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:33:22.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:22.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:22.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:33:22.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:22.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:22.410 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:22.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:22.410 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:22.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:22.454 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:22.454 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:33:22.454 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:22.454 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:22.454 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:22.454 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:22.454 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:33:22.454 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:22.454 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:22.454 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:33:22.454 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:33:22.454 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:33:22.454 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:33:22.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:33:22.638: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:22.670: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:22.675: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:22.676: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:22.686: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:22.702: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:22.719: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:22.735: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:22.752: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:22.770: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:22.785: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:22.802: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:22.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:22.835: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:22.852: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:22.868: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:33:23.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:33:23.177 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:33:23.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:23.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:23.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:33:23.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:23.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:23.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:23.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:33:23.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:23.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:23.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:23.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:23.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:23.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:23.183 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:33:23.183 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:33:23.183 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:33:23.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:23.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:23.184 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:23.184 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:23.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:33:23.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:23.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:23.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:23.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:33:23.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:23.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:23.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:23.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:23.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:23.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:23.186 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:33:23.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:23.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:23.186 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:23.186 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:33:23.188: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:23.190: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:33:23.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:33:23.192 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:33:23.289: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:33:23.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:33:23.693 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:33:23.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:33:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:33:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:33:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:33:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:33:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:33:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:33:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:23.693 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:23.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:23.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 12:33:23.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:33:23.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:33:23.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:23.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:23.694 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizardCreateInfoModule no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 12:33:23.694 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:33:23.695 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizardDisabledModuleInfoCheckbox no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 12:33:23.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 12:33:23.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:33:23.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:33:23.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:33:23.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:33:23.695 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:23.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:23.695 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:23.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:23.696 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:33:23.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:23.696 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:23.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:23.696 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:23.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:23.696 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:23.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:23.696 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:33:23.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:23.697 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:23.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:23.697 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:23.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:23.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:23.698 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:23.698 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:33:23.698 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:23.700 DEBUG [main][MenuItemLookup] Item match:File 12:33:23.701 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:33:23.702 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:23.707 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:33:23.707 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:33:23.730 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:33:23.730 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:33:23.730 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:33:23.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:33:23.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:33:23.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:33:23.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:23.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:23.863 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:33:23.863 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:23.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:33:23.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:23.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:23.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:23.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:23.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:23.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:23.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:23.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:33:23.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:33:23.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:23.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:33:23.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:23.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:33:23.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:33:23.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:33:23.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:23.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:33:23.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:23.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:33:23.880 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:33:23.880 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:33:23.880 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:33:23.880 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:33:23.880 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:33:23.880 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:33:23.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:33:23.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:23.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:23.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:23.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:23.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:23.894 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:33:23.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:23.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:23.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:23.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:24.172 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:24.173 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:24.173 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:24.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:33:24.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:33:24.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:33:24.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:24.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:24.174 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:33:24.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:24.174 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 12:33:24.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:33:24.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:24.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:24.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:24.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:24.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:33:24.204 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:33:24.205 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 12:33:24.227 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 12:33:24.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Use an execution environment JRE:") 12:33:24.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:24.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:24.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:24.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:24.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:24.242 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 12:33:24.242 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-1.8' 12:33:24.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and no matchers specified 12:33:24.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:24.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:24.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:24.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:24.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:33:24.244 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-9 to selection: JavaSE-1.8 12:33:24.245 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:33:24.245 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 12:33:24.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:33:24.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:24.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:24.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:24.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:24.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:24.259 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:33:24.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:24.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:24.259 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:24.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:24.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageTwo, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:33:24.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:24.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:24.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:24.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:24.471 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:24.471 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Create module-info.java file' to true 12:33:24.471 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:33:24.471 INFO [WorkbenchTestable][CheckBox] Check checkbox Create &module-info.java file 12:33:24.471 INFO [WorkbenchTestable][AbstractButton] Click button Create &module-info.java file 12:33:24.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:34.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled failed, an exception will be thrown 12:33:34.485 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:33:34.485 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:33:34.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:33:34.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:34.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:34.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:34.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:34.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:34.499 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:33:34.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:34.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:34.499 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:34.500 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:34.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:33:37.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:33:37.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:33:37.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:33:37.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:37.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:37.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:33:37.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:37.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:37.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:37.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:37.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:33:37.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:37.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:37.799 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:37.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:37.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:37.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:37.800 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:33:37.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:37.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:37.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:37.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:37.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:37.803 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:37.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:33:37.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:37.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:37.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:37.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:37.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:37.805 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:37.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:37.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:37.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:37.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:37.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:37.808 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:37.808 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:37.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:37.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:37.833 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:37.833 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:37.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:37.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:37.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:37.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:37.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:38.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:38.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:38.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:38.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:38.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:38.837 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:38.837 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:38.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:38.838 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:38.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:38.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:38.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:38.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:38.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:38.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:38.839 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 12:33:38.839 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:38.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:38.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:38.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:38.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:38.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:38.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:39.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:39.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:39.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:39.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:39.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:39.843 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:39.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:39.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:39.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:39.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:39.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:39.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:39.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:39.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:39.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:39.846 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 12:33:39.846 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:39.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:39.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:39.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:39.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:39.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:39.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:39.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:39.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:39.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:39.848 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:33:39.848 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:33:39.849 DEBUG [main][TreeItemHandler] Set Tree selection 12:33:39.849 DEBUG [main][TreeHandler] Notify Tree about selection event 12:33:39.857 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:33:39.863 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 12:33:39.863 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:39.863 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:39.916 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:33:39.916 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:33:39.916 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:33:39.916 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:33:39.917 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:33:39.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:39.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:33:39.917 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:33:40.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:40.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:40.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:40.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:40.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:40.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:33:40.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:40.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:40.418 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:40.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:40.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:40.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:40.466 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:40.466 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:33:40.466 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:40.466 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:40.466 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:40.466 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:40.466 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:33:40.466 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:40.466 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:40.466 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:33:40.466 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:33:40.466 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:33:40.466 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:33:40.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:33:40.665: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:40.697: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:40.702: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:40.703: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:40.712: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:40.730: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:40.746: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:40.762: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:40.779: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:40.796: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:40.812: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:40.829: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:40.845: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:40.862: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:40.879: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:40.895: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:33:41.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:33:41.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:33:41.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:41.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:41.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:33:41.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:41.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:41.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:41.209 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:33:41.210 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:41.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:41.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:41.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:41.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:41.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:41.211 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:33:41.211 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:33:41.211 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:33:41.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:41.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:41.211 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:41.211 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:41.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:33:41.212 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:41.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:41.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:41.212 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:33:41.212 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:41.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:41.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:41.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:41.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:41.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:41.214 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:33:41.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:41.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:41.214 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:41.214 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:33:41.217: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:41.219: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:33:41.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:33:41.231 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:33:41.346: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:33:41.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:33:41.733 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:33:41.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:41.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:33:41.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:33:41.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:41.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:33:41.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:33:41.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:41.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:41.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:41.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:41.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:41.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:41.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:41.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:41.733 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 12:33:41.733 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:33:41.733 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:33:41.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:41.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:41.734 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizardDisabledModuleInfoCheckbox no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 12:33:41.734 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:33:41.734 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizard no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 12:33:41.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 12:33:41.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:33:41.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:33:41.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:33:41.734 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:33:41.735 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:41.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:41.735 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:41.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:41.735 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:33:41.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:41.736 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:41.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:41.736 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:41.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:41.736 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:41.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:41.736 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:33:41.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:41.736 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:41.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:41.737 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:41.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:41.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:41.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:41.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:41.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:41.760 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:33:41.760 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:41.763 DEBUG [main][MenuItemLookup] Item match:File 12:33:41.764 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:33:41.764 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:41.769 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:33:41.769 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:33:41.769 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:33:41.769 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:33:41.769 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:33:41.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:33:41.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:33:41.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:33:41.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:41.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:41.894 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:33:41.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:41.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:33:41.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:41.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:41.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:41.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:41.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:41.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:41.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:33:41.897 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:33:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:41.897 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:33:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:41.897 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:33:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:33:41.897 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:33:41.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:41.898 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:33:41.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:41.898 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:33:41.898 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:33:41.898 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:33:41.898 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:33:41.898 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:33:41.899 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:33:41.899 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:33:41.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:33:41.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:41.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:41.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:41.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:41.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:41.912 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:33:41.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:41.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:41.912 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:41.912 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:42.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:42.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:42.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:42.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:33:42.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:33:42.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:33:42.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:42.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:42.168 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:33:42.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:42.168 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 12:33:42.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:33:42.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:42.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:42.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:33:42.186 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:33:42.186 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 12:33:42.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Use default location") 12:33:42.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:42.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:42.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:42.229 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting default location to true 12:33:42.229 INFO [WorkbenchTestable][CheckBox] Select checkbox Use &default location 12:33:42.229 DEBUG [WorkbenchTestable][CheckBox] Checkbox Use &default location already selected, no action performed 12:33:42.230 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:33:42.230 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 12:33:42.230 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:33:42.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:42.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:42.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:42.233 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:33:42.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:42.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:42.233 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:42.233 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:42.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageTwo, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Allow output folders for source folders") 12:33:42.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:42.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:42.452 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:42.452 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Allow output folders for source folders' to true 12:33:42.452 INFO [WorkbenchTestable][CheckBox] Select checkbox Allow output folders for sour&ce folders 12:33:42.452 INFO [WorkbenchTestable][CheckBox] Check checkbox Allow output folders for sour&ce folders 12:33:42.452 INFO [WorkbenchTestable][AbstractButton] Click button Allow output folders for sour&ce folders 12:33:42.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:42.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:42.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:42.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:42.453 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:33:42.453 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:33:42.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:33:42.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:42.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:42.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:42.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:42.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:42.470 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:33:42.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:42.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:42.470 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:42.470 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:42.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:33:45.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:33:45.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:33:45.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:33:45.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:45.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:33:45.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:45.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:45.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:45.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:45.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:45.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:33:45.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:45.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:45.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:45.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:45.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:45.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:45.955 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:33:45.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:45.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:45.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:45.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:45.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:45.957 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:45.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:33:45.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:45.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:45.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:45.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:45.958 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:45.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:45.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:45.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:45.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:45.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:45.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:45.964 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:45.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:45.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:45.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:45.995 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:45.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:45.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:45.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:45.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:45.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:45.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:46.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:46.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:46.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:46.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:46.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:47.000 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:47.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:47.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:47.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:47.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:47.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:47.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:47.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:47.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:47.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:47.003 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 12:33:47.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:47.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:47.006 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:33:47.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:47.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:47.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:47.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:47.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:47.010 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:47.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:33:47.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:47.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:47.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:47.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:47.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:47.012 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:47.012 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:47.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:47.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:47.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:47.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:47.048 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:47.048 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:47.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:47.049 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:47.050 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:47.050 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:47.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:47.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:47.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:47.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:47.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:47.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:47.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:48.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:48.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:48.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:48.102 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:48.102 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:48.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:48.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:48.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:48.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:48.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:48.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:48.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:48.107 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:48.107 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 12:33:48.108 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:48.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:48.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:48.109 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:48.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:48.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:48.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:48.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:48.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:49.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:49.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:49.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:49.112 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:49.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:49.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:49.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:49.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:49.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:49.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:49.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:49.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:49.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:49.114 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 12:33:49.115 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:49.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:49.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:49.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:49.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:49.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:49.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:49.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:49.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:49.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:49.117 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:33:49.117 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:33:49.118 DEBUG [main][TreeItemHandler] Set Tree selection 12:33:49.118 DEBUG [main][TreeHandler] Notify Tree about selection event 12:33:49.137 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:33:49.146 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 12:33:49.146 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:49.146 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:49.202 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:33:49.202 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:33:49.203 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:33:49.203 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:33:49.203 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:33:49.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:49.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:33:49.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:33:49.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:49.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:49.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:49.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:49.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:49.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:33:49.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:49.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:49.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:49.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:49.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:49.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:49.747 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:49.747 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:33:49.747 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:49.747 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:49.747 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:49.747 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:49.747 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:33:49.747 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:49.747 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:49.747 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:33:49.748 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:33:49.748 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:33:49.748 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:33:49.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:33:49.916: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:49.943: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:49.948: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:49.950: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:49.965: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:49.981: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:49.999: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:50.015: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:50.031: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:50.048: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:50.064: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:50.081: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:50.098: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:50.114: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:50.131: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:50.147: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:50.164: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:33:50.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:33:50.451 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:33:50.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:50.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:50.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:33:50.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:50.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:50.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:50.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:33:50.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:50.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:50.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:50.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:50.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:50.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:50.456 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:33:50.457 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:33:50.457 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:33:50.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:50.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:50.457 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:50.457 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:50.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:33:50.457 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:50.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:50.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:50.457 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:33:50.457 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:50.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:50.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:50.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:50.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:50.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:50.459 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:33:50.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:50.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:50.459 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:50.460 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:33:50.462: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:33:50.464: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:33:50.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:33:50.466 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:33:50.514: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:33:50.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:33:50.966 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:33:50.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:50.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:33:50.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:50.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:33:50.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:33:50.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:50.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:50.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:50.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:50.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:50.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:50.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:50.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:50.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 12:33:50.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:33:50.967 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:33:50.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:50.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:50.968 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizard no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 12:33:50.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:33:50.968 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJavaProjectWizardCreateInfoModuleDefaultName no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 12:33:50.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 12:33:50.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:33:50.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:33:50.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:33:50.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:33:50.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:50.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:50.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:50.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:50.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:33:50.969 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:50.969 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:50.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:50.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:50.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:50.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:50.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:50.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:33:50.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:50.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:50.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:50.970 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:50.970 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:50.970 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:50.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:50.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:50.971 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:50.971 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:33:50.972 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:50.975 DEBUG [main][MenuItemLookup] Item match:File 12:33:50.976 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:33:50.976 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:33:50.982 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:33:50.982 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:33:50.982 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:50.982 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:33:50.983 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:33:50.983 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:33:50.983 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:33:50.983 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:33:50.983 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:33:50.983 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:33:50.983 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:33:50.983 DEBUG [main][MenuItemLookup] Found menu:'File' 12:33:50.983 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:33:50.983 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:33:50.983 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:33:50.983 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:50.983 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:33:50.983 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:50.983 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:33:50.983 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:33:51.008 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:33:51.008 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:33:51.008 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:33:51.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:33:51.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:33:51.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:33:51.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:51.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:51.152 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:33:51.152 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:51.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:33:51.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:51.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:51.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:51.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:51.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:33:51.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:33:51.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:33:51.156 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:33:51.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:51.156 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:33:51.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:51.156 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:33:51.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:33:51.156 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:33:51.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:51.156 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:33:51.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:51.156 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:33:51.157 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:33:51.157 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:33:51.157 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:33:51.157 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:33:51.157 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:33:51.157 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:33:51.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:33:51.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:51.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:51.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:51.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:51.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:51.171 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:33:51.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:51.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:51.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:51.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:51.409 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:33:51.423 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:51.424 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:51.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:33:51.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:33:51.425 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:33:51.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:51.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:51.426 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:33:51.426 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:33:51.426 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'SimpleJavaProject' 12:33:51.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:33:51.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:51.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:51.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:51.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:51.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:33:51.429 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:33:51.430 INFO [WorkbenchTestable][AbstractText] Text set to: SimpleJavaProject 12:33:51.453 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 12:33:51.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Use an execution environment JRE:") 12:33:51.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:51.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:51.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:51.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:51.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:51.468 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 12:33:51.468 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-10' 12:33:51.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and no matchers specified 12:33:51.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:51.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:51.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:51.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:51.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:33:51.469 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-1.8 to selection: JavaSE-10 12:33:51.470 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:33:51.470 INFO [WorkbenchTestable][JavaProjectWizard] Go to next wizard page 12:33:51.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:33:51.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:51.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:51.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:51.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:51.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:51.485 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:33:51.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:51.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:51.485 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:51.485 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:51.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageTwo, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create module-info.java file") 12:33:51.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:51.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:51.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:51.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:51.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:51.673 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageTwo] Setting 'Create module-info.java file' to true 12:33:51.673 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &module-info.java file 12:33:51.721 DEBUG [WorkbenchTestable][CheckBox] Checkbox Create &module-info.java file already selected, no action performed 12:33:51.722 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:33:51.722 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:33:51.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:33:51.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:51.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:51.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:51.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:51.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:51.738 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:33:51.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:51.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:51.738 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:51.738 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:51.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:33:51.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 12:33:51.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New module-info.java 12:33:51.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:51.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:51.922 DEBUG [WorkbenchTestable][NewModuleInfoDialog] Don't create module-info.java file 12:33:51.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Don't Create") 12:33:51.922 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:33:51.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:33:51.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:33:51.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New module-info.java" as the parent 12:33:51.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:33:51.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:51.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:51.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:51.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:51.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:33:51.937 INFO [WorkbenchTestable][AbstractButton] Click button &Don't Create 12:33:51.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:33:51.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:33:51.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:33:51.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:52.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:33:52.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. finished successfully 12:33:52.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:33:52.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:33:52.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/SimpleJavaProject)' is a system job, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:52.146 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:52.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:52.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:52.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:52.148 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:33:52.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:52.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:52.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:52.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:52.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:52.149 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:52.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:33:52.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:52.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:52.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:52.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:52.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:52.150 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:52.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:52.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:52.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:52.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:52.151 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:52.176 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:52.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:52.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:52.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:52.177 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:52.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:52.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:52.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:52.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:52.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:52.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:52.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:52.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:53.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:53.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:53.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:53.180 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:53.180 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:53.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:53.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:53.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:53.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:53.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:53.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:53.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:53.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:53.182 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 12:33:53.182 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:53.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:53.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:53.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:53.183 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:53.183 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:53.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:53.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:53.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:53.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:53.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:53.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:53.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:54.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:54.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:54.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:54.186 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:54.186 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:54.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:54.187 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:54.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:54.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:54.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:54.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:54.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:54.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:54.187 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 12:33:54.188 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:33:54.188 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 12:33:54.189 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item SimpleJavaProject 12:33:54.189 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item SimpleJavaProject 12:33:54.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:54.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:54.689 INFO [WorkbenchTestable][TreeItemHandler] Expanded: SimpleJavaProject 12:33:54.691 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item module-info.java of tree item src 12:33:54.691 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:33:54.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:55.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:55.192 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:33:55.192 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:33:55.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:33:55.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:55.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:55.693 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:33:55.693 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:33:55.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:56.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:56.194 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:33:56.194 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 12:33:56.194 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:33:56.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:33:56.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:56.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:56.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:33:56.695 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:33:56.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:33:57.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:33:57.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:33:57.196 DEBUG [WorkbenchTestable][AbstractResource] Item "module-info.java" was not found. Available items on the current level: 12:33:57.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:57.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:57.198 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:33:57.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:57.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:57.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:33:57.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:33:57.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:33:57.201 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:33:57.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:33:57.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:57.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:57.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:57.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:57.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:33:57.203 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:57.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:57.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:57.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:33:57.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:33:57.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:33:57.207 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:57.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:57.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:57.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:57.208 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:57.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:57.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:57.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:57.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:57.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:57.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:57.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:57.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:58.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:58.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:58.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:58.211 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:58.211 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:58.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:58.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:58.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:58.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:58.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:58.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:58.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:58.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:58.213 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 12:33:58.213 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:58.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:58.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:58.214 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:58.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:58.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:58.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:58.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:58.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:59.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:33:59.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:33:59.217 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:59.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:59.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:59.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:59.218 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:59.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:59.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:59.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:59.218 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name SimpleJavaProject 12:33:59.219 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:33:59.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:33:59.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:33:59.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:33:59.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:33:59.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:33:59.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:33:59.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:33:59.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:33:59.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:33:59.220 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:33:59.220 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:33:59.220 DEBUG [main][TreeItemHandler] Set Tree selection 12:33:59.221 DEBUG [main][TreeHandler] Notify Tree about selection event 12:33:59.236 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:33:59.242 DEBUG [WorkbenchTestable][TreeItemHandler] SimpleJavaProject 12:33:59.242 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:59.242 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:59.299 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:33:59.299 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:33:59.300 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:33:59.300 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:33:59.300 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:33:59.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:33:59.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:33:59.300 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:33:59.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:33:59.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:33:59.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:33:59.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:33:59.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:33:59.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:33:59.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:33:59.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:33:59.801 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:33:59.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:33:59.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:33:59.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:33:59.843 DEBUG [main][MenuItemLookup] Found menu:'New' 12:33:59.843 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:33:59.843 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:59.843 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:33:59.843 DEBUG [main][MenuItemLookup] Found menu:'' 12:33:59.843 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:33:59.843 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:33:59.843 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:33:59.843 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:33:59.843 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:33:59.843 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:33:59.843 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:33:59.843 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:33:59.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.001: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.028: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.033: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.035: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.050: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.066: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.082: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.099: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.116: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.132: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.148: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.165: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.182: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.199: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.216: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.232: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.249: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:34:00.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:34:00.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:34:00.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:00.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:00.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:34:00.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:00.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:00.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:00.540 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:34:00.540 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:00.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:00.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:00.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:00.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:00.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:00.541 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:34:00.541 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:34:00.541 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:34:00.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:00.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:00.541 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:00.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:00.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:34:00.542 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:00.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:00.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:00.542 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:34:00.542 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:00.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:00.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:00.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:00.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:00.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:00.544 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:00.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:00.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:00.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:00.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.546: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.548: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:34:00.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:34:00.550 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:34:00.604: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:34:01.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:34:01.051 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:34:01.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:01.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:34:01.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:34:01.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:34:01.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:01.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:34:01.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:34:01.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:34:01.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:01.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:01.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:01.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:01.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:01.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:01.051 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:01.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:01.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 12:34:01.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:01.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:01.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:01.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:01.052 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJavaProjectWizardCreateInfoModuleDefaultName no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) 12:34:01.053 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:01.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:01.054 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:01.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:01.054 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:34:01.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:01.054 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:01.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:01.054 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:01.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:01.054 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:01.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:01.054 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:34:01.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:01.054 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:01.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:01.054 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:01.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:01.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:01.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:01.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:01.055 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:01.055 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:01.056 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:01.059 DEBUG [main][MenuItemLookup] Item match:File 12:34:01.059 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:34:01.059 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.065 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:34:01.065 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:34:01.088 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:34:01.088 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:34:01.088 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:34:01.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:34:01.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:34:01.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:34:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:01.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:01.213 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:01.214 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:01.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:34:01.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:01.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:01.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:01.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:01.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:01.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:01.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:01.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:34:01.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:01.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:01.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:01.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:01.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:01.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:34:01.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:01.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:01.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:01.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:01.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:01.217 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:34:01.217 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:34:01.217 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:34:01.217 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:34:01.217 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:01.217 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:34:01.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:34:01.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:01.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:01.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:01.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:01.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:01.219 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:34:01.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:01.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:01.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:01.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:01.515 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:01.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:01.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:01.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:34:01.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:34:01.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:34:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:01.516 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:34:01.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:01.516 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Setting active button 'Use an execution environment JRE' 12:34:01.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Use an execution environment JRE:") 12:34:01.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:01.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:01.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:01.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:01.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:01.518 DEBUG [WorkbenchTestable][RadioButton] Radio Button Use an execution en&vironment JRE: already checked, no action performed 12:34:01.518 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Selecting 'JavaSE-1.8' 12:34:01.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and no matchers specified 12:34:01.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:01.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:01.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:01.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:01.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:34:01.519 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo JavaSE-10 to selection: JavaSE-1.8 12:34:01.519 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:34:01.519 INFO [WorkbenchTestable][JavaProjectWizard] Cancel wizard 12:34:01.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:34:01.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:01.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:01.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:01.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:01.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:01.522 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:34:01.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:01.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:01.522 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:01.522 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:01.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:01.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:01.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:01.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:34:01.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:34:01.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:34:01.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:01.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:01.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:01.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:01.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:01.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:01.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:01.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:01.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:01.675 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest 12:34:01.675 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:01.675 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:01.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:01.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.706 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest testJavaProjectWizardCreateInfoModule no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) Time elapsed: 8.134 s testJavaProjectWizardDisabledModuleInfoCheckbox no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) Time elapsed: 18.039 s testJavaProjectWizard no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) Time elapsed: 9.234 s testJavaProjectWizardCreateInfoModuleDefaultName no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.JavaProjectWizardTest) Time elapsed: 10.084 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 12:34:01.689 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 12:34:01.690 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:34:01.690 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:01.690 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 12:34:01.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:34:01.691 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:34:01.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:01.691 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:34:01.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:01.691 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:34:01.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:01.691 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:34:01.692 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:34:01.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:34:01.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:01.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:01.692 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:01.692 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:01.695 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:34:01.695 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:34:01.695 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:34:01.695 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:34:01.695 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:34:01.695 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:34:01.695 DEBUG [main][MenuItemLookup] Item match:Window 12:34:01.696 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:34:01.696 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:34:01.696 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:34:01.696 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.696 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:34:01.696 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:34:01.696 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.696 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:34:01.696 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.696 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:34:01.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:01.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:01.696 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:34:01.697 DEBUG [main][MenuItemLookup] Item match:Window 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:34:01.697 DEBUG [main][MenuItemLookup] Item match:Perspective 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:34:01.697 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:34:01.697 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:34:01.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:34:01.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:01.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:01.698 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:34:01.698 DEBUG [main][MenuItemLookup] Item match:Window 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.698 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:34:01.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:01.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:01.699 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:01.699 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:01.699 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:34:01.699 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:34:01.699 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:34:01.699 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:34:01.699 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:34:01.699 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:34:01.699 DEBUG [main][MenuItemLookup] Item match:Window 12:34:01.699 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:34:01.699 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:34:01.699 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:34:01.699 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.699 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:34:01.699 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:34:01.699 DEBUG [main][MenuItemLookup] Item match:Perspective 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:34:01.700 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:34:01.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:01.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:01.700 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:34:01.700 DEBUG [main][MenuItemLookup] Item match:Window 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.700 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:34:01.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:01.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:01.701 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:34:01.701 DEBUG [main][MenuItemLookup] Item match:Window 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:34:01.701 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:34:01.701 DEBUG [main][MenuItemLookup] Item match:Perspective 12:34:01.702 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:34:01.702 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:01.702 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:34:01.702 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:34:01.702 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:34:01.702 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:34:01.702 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:34:01.702 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:34:01.702 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:34:01.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:34:01.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:34:01.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:34:01.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:01.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:01.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:01.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:01.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:01.757 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:34:01.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:01.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:01.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:01.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:34:01.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:01.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:01.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:01.758 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:34:01.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:01.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:01.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:01.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:01.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:01.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:01.759 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:34:01.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:01.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:01.759 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:01.759 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:01.999 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:01.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:02.000 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:02.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:02.000 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:34:02.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:02.000 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:02.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:02.000 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:02.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:02.000 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:02.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:02.001 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:34:02.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:02.001 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:02.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:02.001 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:02.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:02.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:02.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:02.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:02.002 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:02.002 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:02.002 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:02.002 DEBUG [main][MenuItemLookup] Item match:File 12:34:02.004 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:34:02.004 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:34:02.008 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:34:02.008 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:34:02.008 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:02.008 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:34:02.008 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:34:02.008 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:34:02.008 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:34:02.008 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:34:02.008 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:34:02.008 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:34:02.008 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:34:02.009 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:02.009 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:34:02.009 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:34:02.009 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:34:02.009 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:02.009 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:34:02.009 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:02.009 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:34:02.009 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:34:02.009 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:34:02.009 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:34:02.009 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:34:02.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:34:02.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:34:02.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:34:02.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:02.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:02.147 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:02.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:02.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:34:02.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:02.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:02.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:02.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:02.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:02.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:02.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:02.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:34:02.163 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:02.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:02.163 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:02.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:02.164 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:02.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:34:02.164 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:02.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:02.164 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:02.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:02.164 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:02.165 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:34:02.165 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:34:02.165 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:34:02.165 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:34:02.165 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:02.165 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:34:02.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:34:02.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:02.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:02.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:02.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:02.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:02.168 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:34:02.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:02.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:02.168 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:02.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:02.443 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:02.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:02.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:02.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:34:02.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:34:02.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:34:02.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:02.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:02.445 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:34:02.445 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:02.445 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'testproject' 12:34:02.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:34:02.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:02.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:02.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:02.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:02.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:02.450 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:02.451 INFO [WorkbenchTestable][AbstractText] Text set to: testproject 12:34:02.486 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:34:02.486 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:34:02.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:02.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:02.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:02.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:02.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:02.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:02.490 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:02.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:02.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:02.491 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:02.491 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:02.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:34:05.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:34:05.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:05.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:05.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:05.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:34:05.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:05.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:05.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:05.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:05.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:05.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:05.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:05.970 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:05.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:05.970 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:05.970 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 12:34:05.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 12:34:05.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:34:05.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:05.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:05.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:05.974 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:05.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:05.975 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:05.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:05.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 12:34:05.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:05.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:05.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:05.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:05.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:05.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:05.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:05.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 12:34:05.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:05.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:05.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:05.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:05.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:05.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:05.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:05.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:05.977 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:05.978 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:05.978 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:05.978 DEBUG [main][MenuItemLookup] Item match:File 12:34:05.980 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:34:05.980 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:34:05.987 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:34:05.987 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:34:05.987 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:05.987 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:34:05.987 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:34:05.987 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:34:05.987 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:34:05.987 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:34:05.987 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:34:05.987 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:34:05.987 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:34:05.988 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:05.988 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:34:05.988 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:34:05.988 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:34:05.988 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:05.988 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:34:05.988 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:05.988 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:34:05.988 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:34:05.988 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:34:05.988 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:34:05.988 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:34:06.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:34:06.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:34:06.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:34:06.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:06.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:06.254 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:06.254 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:06.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:34:06.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:06.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:06.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:06.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:34:06.257 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:06.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:06.257 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:06.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:06.257 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:06.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:34:06.258 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:06.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:06.258 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:06.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:06.258 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:06.258 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 12:34:06.258 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 12:34:06.258 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 12:34:06.273 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 12:34:06.273 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:06.273 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:34:06.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:34:06.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.278 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:34:06.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:06.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:06.278 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:06.278 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:06.448 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:06.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:06.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:06.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 12:34:06.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available. finished successfully 12:34:06.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 12:34:06.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:06.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:06.449 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 12:34:06.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:06.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Source folder:") 12:34:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:06.453 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:06.454 INFO [WorkbenchTestable][AbstractText] Text set to: testproject/src 12:34:06.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:34:06.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:06.481 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:06.482 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 12:34:06.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:34:06.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:06.561 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:06.562 INFO [WorkbenchTestable][AbstractText] Text set to: InterfaceName 12:34:06.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Source folder:") 12:34:06.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:06.581 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:06.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:34:06.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:06.588 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:06.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:34:06.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.649 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:06.649 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:06.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Enclosing type:") 12:34:06.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.662 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 12:34:06.662 INFO [WorkbenchTestable][CheckBox] Check checkbox Enclosing t&ype: 12:34:06.662 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 12:34:06.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:06.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:06.662 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:06.662 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:06.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 2 and no matchers specified 12:34:06.679 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:06.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:06.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:06.679 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:06.679 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:06.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:34:06.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:34:06.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 12:34:06.680 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:06.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 2 and no matchers specified 12:34:06.681 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:06.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:06.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:06.681 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:06.681 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:06.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:34:06.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:34:06.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 12:34:06.682 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:06.682 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test.InterfaceName 12:34:06.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 2 and no matchers specified 12:34:06.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:06.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:06.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:06.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:34:06.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:34:06.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 12:34:06.799 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:06.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 2 and no matchers specified 12:34:06.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:06.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:06.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:06.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:06.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:06.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:34:06.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:34:06.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 12:34:06.800 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:06.800 INFO [WorkbenchTestable][AbstractText] Text set to: 12:34:06.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:34:06.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:34:06.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.806 DEBUG [WorkbenchTestable][RadioButton] Radio Button &public already checked, no action performed 12:34:06.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:34:06.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:34:06.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 12:34:06.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.810 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 12:34:06.811 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 12:34:06.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:06.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:06.811 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:06.811 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:06.811 TRACE [main][WidgetHandler] Notify Button with event 27 12:34:06.811 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.811 TRACE [main][WidgetHandler] Notify Button with event 13 12:34:06.811 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.811 TRACE [main][WidgetHandler] Notify Button with event 26 12:34:06.811 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.811 TRACE [main][WidgetHandler] Notify Button with event 3 12:34:06.811 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.811 TRACE [main][WidgetHandler] Notify Button with event 4 12:34:06.811 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.811 TRACE [main][WidgetHandler] Notify Button with event 13 12:34:06.811 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:34:06.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 12:34:06.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:34:06.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 12:34:06.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "private") 12:34:06.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.858 INFO [WorkbenchTestable][RadioButton] Select radio button pri&vate 12:34:06.858 INFO [WorkbenchTestable][AbstractButton] Click button pri&vate 12:34:06.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:06.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:06.859 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:06.859 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:06.859 TRACE [main][WidgetHandler] Notify Button with event 27 12:34:06.859 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.859 TRACE [main][WidgetHandler] Notify Button with event 13 12:34:06.859 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.859 TRACE [main][WidgetHandler] Notify Button with event 26 12:34:06.859 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.859 TRACE [main][WidgetHandler] Notify Button with event 3 12:34:06.859 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.859 TRACE [main][WidgetHandler] Notify Button with event 4 12:34:06.859 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.859 TRACE [main][WidgetHandler] Notify Button with event 13 12:34:06.859 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:34:06.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 12:34:06.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "private") 12:34:06.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:34:06.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 12:34:06.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "private") 12:34:06.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "protected") 12:34:06.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.878 INFO [WorkbenchTestable][RadioButton] Select radio button pro&tected 12:34:06.878 INFO [WorkbenchTestable][AbstractButton] Click button pro&tected 12:34:06.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:06.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:06.879 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:06.879 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:06.879 TRACE [main][WidgetHandler] Notify Button with event 27 12:34:06.879 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.879 TRACE [main][WidgetHandler] Notify Button with event 13 12:34:06.879 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.879 TRACE [main][WidgetHandler] Notify Button with event 26 12:34:06.879 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.879 TRACE [main][WidgetHandler] Notify Button with event 3 12:34:06.879 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.879 TRACE [main][WidgetHandler] Notify Button with event 4 12:34:06.879 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.879 TRACE [main][WidgetHandler] Notify Button with event 13 12:34:06.879 TRACE [main][WidgetHandler] Wait for synchronization 12:34:06.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "public") 12:34:06.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 12:34:06.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "private") 12:34:06.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "protected") 12:34:06.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Enclosing type:") 12:34:06.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.942 INFO [WorkbenchTestable][CheckBox] Select checkbox Enclosing t&ype: 12:34:06.942 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Enclosing t&ype: 12:34:06.942 INFO [WorkbenchTestable][AbstractButton] Click button Enclosing t&ype: 12:34:06.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:06.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:06.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:06.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:06.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 12:34:06.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 12:34:06.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.964 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 12:34:06.964 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 12:34:06.964 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 12:34:06.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:06.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:06.965 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:06.965 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:06.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 12:34:06.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 12:34:06.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.978 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 12:34:06.978 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Generate comments 12:34:06.978 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 12:34:06.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:06.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:06.978 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:06.978 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:06.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 12:34:06.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:06.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:06.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:06.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:06.981 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 12:34:06.981 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Cancel wizard 12:34:06.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:34:06.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:06.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:07.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:07.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:07.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:07.043 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:34:07.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:07.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:07.043 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:07.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:07.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:07.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:07.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:07.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:34:07.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:07.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:07.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:07.180 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:07.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:07.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:07.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:07.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:07.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:07.181 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:34:07.181 DEBUG [main][EditorHandler] 0 editor(s) found 12:34:07.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 12:34:07.181 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:07.181 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:07.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:07.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:07.182 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 12:34:07.182 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:07.182 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 12:34:07.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 12:34:07.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:34:07.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:07.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:07.182 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:07.182 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:07.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:07.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:07.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:07.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 12:34:07.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:07.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:07.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:07.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:07.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:07.183 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:07.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:07.184 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 12:34:07.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:07.184 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:07.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:07.184 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:07.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:07.184 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:07.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:07.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:07.184 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:07.184 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:07.185 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:07.190 DEBUG [main][MenuItemLookup] Item match:File 12:34:07.190 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:34:07.190 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:34:07.234 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:34:07.234 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:34:07.234 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:07.234 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:34:07.234 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:34:07.234 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:34:07.234 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:34:07.235 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:34:07.235 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:34:07.235 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:34:07.235 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:34:07.235 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:07.235 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:34:07.235 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:34:07.235 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:34:07.235 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:07.235 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:34:07.235 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:07.235 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:34:07.235 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:34:07.235 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:34:07.235 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:34:07.235 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:34:07.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:34:07.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:34:07.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:34:07.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:07.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:07.386 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:07.386 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:07.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:34:07.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:07.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:07.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:07.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:07.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:07.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:07.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:07.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:34:07.389 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:07.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:07.390 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:07.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:07.390 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:07.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:34:07.390 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:07.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:07.390 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:07.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:07.390 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:07.391 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 12:34:07.391 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 12:34:07.391 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 12:34:07.406 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 12:34:07.406 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:07.406 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:34:07.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:34:07.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:07.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:07.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:07.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:07.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:07.408 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:34:07.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:07.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:07.408 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:07.408 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:07.496 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:07.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:07.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:07.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 12:34:07.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available. finished successfully 12:34:07.496 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 12:34:07.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:07.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:07.497 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 12:34:07.497 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:07.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:34:07.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:07.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:07.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:07.497 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:07.497 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:07.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:07.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:07.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:07.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:07.499 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:07.512 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:34:07.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:07.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:07.512 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:07.512 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:07.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:34:07.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:34:07.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 12:34:07.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:07.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:07.585 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:34:07.585 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:07.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:07.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:07.585 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:07.585 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:07.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:07.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:07.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:07.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:07.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:07.586 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:07.586 INFO [WorkbenchTestable][AbstractText] Text set to: nonexisting.interface.name 12:34:07.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:07.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:07.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:07.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:07.647 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:07.647 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:07.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:07.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:07.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:07.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:07.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:07.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:17.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 12:34:17.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:17.657 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:17.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:17.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:17.657 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:17.657 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:17.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:17.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:17.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:17.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:17.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:17.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:18.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 12:34:18.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:34:18.660 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:18.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:18.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:18.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:18.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:18.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:18.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:18.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:18.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:18.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:18.666 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:34:18.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:18.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:18.667 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:18.667 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:18.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:34:18.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:18.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:18.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:18.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:18.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:18.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:18.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:18.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:18.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:18.739 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:18.739 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:34:18.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:18.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:18.739 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:18.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:18.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:34:18.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:34:18.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 12:34:18.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:18.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:18.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:34:18.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:18.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:18.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:18.797 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:18.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:18.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:18.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:18.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:18.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:18.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:18.798 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:18.798 INFO [WorkbenchTestable][AbstractText] Text set to: Acl 12:34:18.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:18.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:18.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:18.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:18.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:18.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:18.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:18.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:18.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:18.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:18.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:18.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:19.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:19.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:19.304 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:19.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:19.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:19.304 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:19.304 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:19.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:19.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:19.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:19.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:19.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:19.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:19.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:19.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:34:19.305 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:19.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:19.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:19.306 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:19.306 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:19.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:19.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:19.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:19.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:19.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:19.314 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:34:19.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:19.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:19.314 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:19.314 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:19.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:19.350 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:19.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:19.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:19.350 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:19.350 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:19.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:19.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:19.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:19.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:19.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:19.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:20.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems failed, NO exception will be thrown 12:34:20.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:34:20.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:20.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:20.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:20.354 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:20.354 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:20.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:20.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:20.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:20.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:20.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:20.360 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:34:20.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:20.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:20.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:20.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:20.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:34:20.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:34:20.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 12:34:20.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:20.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:20.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:34:20.418 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:20.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:20.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:20.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:20.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:20.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:20.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:20.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:20.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:20.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:20.419 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:20.420 INFO [WorkbenchTestable][AbstractText] Text set to: org.w3c.dom.views.AbstractView 12:34:20.420 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:20.420 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:20.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:20.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:20.425 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:20.425 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:20.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:20.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:20.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:20.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:20.426 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:20.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:20.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:20.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:20.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:20.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:20.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:20.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:20.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:20.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:20.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:20.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:20.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:20.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:20.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:20.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:20.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:34:20.929 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:20.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:20.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:20.929 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:20.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:20.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:20.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:20.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:20.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:20.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:20.934 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:20.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:20.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:20.935 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:20.935 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:21.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:21.095 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.095 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:21.095 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:21.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:21.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:21.096 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:21.096 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.096 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:21.096 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:21.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:21.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:21.098 TRACE [main][WidgetHandler] Notify Table with event 13 12:34:21.098 TRACE [main][WidgetHandler] Wait for synchronization 12:34:21.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:34:21.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.098 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:21.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:21.102 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:34:21.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:21.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:21.102 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:21.102 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:21.103 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 12:34:21.103 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Cancel wizard 12:34:21.103 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:34:21.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:21.108 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:34:21.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:21.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:21.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:21.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:21.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:21.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:21.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:21.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:21.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:21.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:21.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:21.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:21.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:21.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:21.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:21.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:21.194 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:34:21.194 DEBUG [main][EditorHandler] 0 editor(s) found 12:34:21.194 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 12:34:21.194 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:21.194 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:21.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.195 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 12:34:21.195 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:21.195 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 12:34:21.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 12:34:21.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:34:21.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:21.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:21.195 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:21.195 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:21.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:21.195 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:21.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:21.195 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 12:34:21.195 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:21.196 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:21.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:21.196 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:21.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:21.196 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:21.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:21.196 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 12:34:21.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:21.196 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:21.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:21.196 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:21.196 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:21.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:21.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:21.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:21.197 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:21.197 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:21.197 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:21.200 DEBUG [main][MenuItemLookup] Item match:File 12:34:21.201 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:34:21.201 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:21.205 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:34:21.205 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:34:21.206 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:34:21.206 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:34:21.206 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:34:21.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:34:21.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:34:21.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:34:21.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:21.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:21.333 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:21.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:21.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:34:21.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:21.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:21.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:21.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:34:21.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:21.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:21.335 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:21.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:21.336 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:21.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:34:21.336 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:21.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:21.336 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:21.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:21.336 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:21.336 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 12:34:21.336 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 12:34:21.336 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 12:34:21.341 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 12:34:21.341 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:21.341 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:34:21.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:34:21.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:21.342 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:34:21.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:21.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:21.342 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:21.342 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:21.412 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:21.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:21.412 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:21.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 12:34:21.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available. finished successfully 12:34:21.413 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 12:34:21.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:21.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:21.414 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 12:34:21.414 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:21.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:34:21.414 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.415 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:21.415 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:21.418 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:34:21.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:21.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:21.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:21.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:21.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:34:21.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:34:21.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 12:34:21.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:21.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:21.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:34:21.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.494 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:21.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:21.494 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:21.495 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 12:34:21.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:21.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.496 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:21.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.527 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.527 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:21.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:21.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:21.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:21.528 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.528 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:21.528 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:21.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:21.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:21.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:34:21.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:21.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:21.560 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:21.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:21.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:21.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:21.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:21.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:34:21.620 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:21.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:21.625 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:34:21.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:21.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:21.625 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:21.625 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:21.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:34:21.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:34:21.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 12:34:21.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:21.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:21.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:34:21.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.689 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:21.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:21.690 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:21.690 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleEditableText 12:34:21.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:21.691 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.692 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:21.692 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:21.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:21.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:21.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:21.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:21.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.712 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:21.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:21.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:21.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:34:21.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.717 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:21.717 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:21.722 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:21.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:21.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:21.723 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:21.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:21.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:34:21.773 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.773 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:21.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:21.777 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:34:21.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:21.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:21.777 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:21.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:21.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:34:21.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:34:21.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 12:34:21.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:21.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:21.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:34:21.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.839 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:21.839 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.840 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:21.840 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:21.840 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleExtendedTable 12:34:21.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:21.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.841 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:21.841 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:21.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:21.859 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.859 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:21.859 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:21.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:21.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:34:21.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.860 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:21.860 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:21.864 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:21.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:21.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:21.864 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:21.864 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:21.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:34:21.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.915 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:21.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:21.920 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:34:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:21.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:21.921 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:21.921 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:21.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:34:21.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:34:21.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 12:34:21.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:21.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:21.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:34:21.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:21.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:21.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:21.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:21.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:21.983 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:21.984 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleStreamable 12:34:21.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:21.984 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:21.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:21.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:21.985 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:21.985 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:21.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:21.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:22.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:22.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:22.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.013 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:22.013 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:22.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:22.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:22.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:34:22.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:22.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:22.017 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:22.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:22.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:22.017 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:22.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:22.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:34:22.071 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.071 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:22.071 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:22.077 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:34:22.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:22.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:22.077 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:22.077 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:22.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:34:22.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:34:22.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 12:34:22.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:22.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:22.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:34:22.142 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:22.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:22.144 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:22.145 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleText 12:34:22.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:22.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:22.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:22.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:22.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:22.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:22.161 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.162 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:22.162 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:22.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:22.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:22.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:34:22.163 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.163 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:22.163 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:22.171 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:22.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:22.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:22.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:22.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:22.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:22.223 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:22.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:22.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:22.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:22.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:22.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.226 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:22.226 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:22.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:22.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:22.228 TRACE [main][WidgetHandler] Notify Table with event 13 12:34:22.228 TRACE [main][WidgetHandler] Wait for synchronization 12:34:22.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:34:22.228 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:22.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:22.239 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:34:22.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:22.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:22.239 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:22.239 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:22.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:22.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:22.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:22.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:22.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:22.245 TRACE [main][WidgetHandler] Notify Table with event 13 12:34:22.245 TRACE [main][WidgetHandler] Wait for synchronization 12:34:22.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:34:22.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:22.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:22.249 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:34:22.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:22.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:22.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:22.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:22.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:22.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.251 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:22.251 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:22.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:22.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:22.258 TRACE [main][WidgetHandler] Notify Table with event 13 12:34:22.258 TRACE [main][WidgetHandler] Wait for synchronization 12:34:22.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:34:22.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:22.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:22.262 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:34:22.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:22.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:22.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:22.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:22.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:22.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.264 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:22.264 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:22.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:22.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:22.267 TRACE [main][WidgetHandler] Notify Table with event 13 12:34:22.267 TRACE [main][WidgetHandler] Wait for synchronization 12:34:22.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:34:22.267 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.267 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:22.267 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:22.274 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:34:22.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:22.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:22.275 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:22.275 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:22.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:22.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:22.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:22.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:22.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:22.279 TRACE [main][WidgetHandler] Notify Table with event 13 12:34:22.279 TRACE [main][WidgetHandler] Wait for synchronization 12:34:22.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:34:22.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:22.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.279 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:22.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:22.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.282 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.282 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:22.282 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:34:22.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:22.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:22.282 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:22.283 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:22.283 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 12:34:22.283 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Cancel wizard 12:34:22.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:34:22.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:22.291 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:34:22.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:22.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:22.291 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:22.291 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:22.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:22.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:22.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:22.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:22.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:22.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:22.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:22.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:22.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:22.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:22.399 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:22.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:22.399 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:34:22.399 DEBUG [main][EditorHandler] 0 editor(s) found 12:34:22.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 12:34:22.399 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:22.399 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:22.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:22.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:22.400 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 12:34:22.400 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:22.400 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewInterface no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 12:34:22.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 12:34:22.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:34:22.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:22.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:22.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:22.401 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:22.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:22.401 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:22.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:22.401 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 12:34:22.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:22.401 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:22.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:22.401 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:22.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:22.401 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:22.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:22.402 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 12:34:22.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:22.402 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:22.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:22.402 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:22.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:22.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:22.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:22.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:22.402 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:22.402 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:22.402 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:22.405 DEBUG [main][MenuItemLookup] Item match:File 12:34:22.406 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:34:22.406 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:22.411 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:34:22.411 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:34:22.411 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:34:22.411 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:34:22.411 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:34:22.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:34:22.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:34:22.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:34:22.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:22.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:22.539 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:22.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:22.540 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:34:22.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.541 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:22.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:22.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:22.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:34:22.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:22.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:22.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:22.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:22.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:22.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:34:22.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:22.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:22.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:22.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:22.544 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:22.544 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 12:34:22.544 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 12:34:22.544 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 12:34:22.549 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 12:34:22.549 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:22.549 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:34:22.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:34:22.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:22.551 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:34:22.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:22.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:22.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:22.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:22.623 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:22.623 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:22.623 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:22.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 12:34:22.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available. finished successfully 12:34:22.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 12:34:22.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:22.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:22.624 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 12:34:22.624 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:22.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:34:22.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:22.634 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:22.635 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 12:34:22.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:34:22.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.681 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:22.681 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:22.682 INFO [WorkbenchTestable][AbstractText] Text set to: InterfaceName 12:34:22.687 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 12:34:22.687 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Finish wizard 12:34:22.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:22.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:22.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:22.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:22.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:22.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:22.701 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:22.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:22.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:22.701 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:22.701 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:22.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:23.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:23.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:23.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:34:23.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:34:23.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:34:23.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:23.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:34:23.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:23.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:23.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:23.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:23.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:23.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:34:23.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:23.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:23.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:23.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:23.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName.java... 12:34:23.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInterfaceName.java\E') 12:34:23.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:23.228 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:23.228 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public interface InterfaceName { } TooltipText=null 12:34:23.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName.java finished successfully 12:34:23.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@43949664 is found... 12:34:23.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@43949664 is found finished successfully 12:34:23.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInterfaceName.java\E') 12:34:23.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:23.233 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:23.233 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package org.example.test; public interface InterfaceName { } TooltipText=null 12:34:23.233 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:34:23.233 DEBUG [main][EditorHandler] 1 editor(s) found 12:34:23.233 DEBUG [WorkbenchTestable][EditorHandler] Closing editor InterfaceName.java 12:34:23.311 DEBUG [WorkbenchTestable][EditorHandler] Editor InterfaceName.java is closed 12:34:23.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 12:34:23.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:23.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:23.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:23.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:23.311 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewInterface no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 12:34:23.311 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:23.312 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreateNewInterfaceWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 12:34:23.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 12:34:23.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:34:23.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:23.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:23.312 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:23.312 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:23.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.312 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:23.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.312 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 12:34:23.312 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.313 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:23.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.313 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:23.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.313 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:23.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.313 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Interface"] 12:34:23.313 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.313 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:23.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.314 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:23.314 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.314 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:23.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:23.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:23.314 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:23.315 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:23.315 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:23.318 DEBUG [main][MenuItemLookup] Item match:File 12:34:23.318 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:34:23.318 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:34:23.322 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:34:23.322 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:34:23.322 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:23.322 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:34:23.322 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:34:23.322 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:34:23.322 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:34:23.322 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:34:23.322 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:34:23.323 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:34:23.323 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:34:23.323 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:23.323 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:34:23.323 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:34:23.323 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:34:23.323 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:23.323 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:34:23.323 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:23.323 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:34:23.323 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:34:23.323 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:34:23.323 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:34:23.323 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:34:23.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:34:23.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:34:23.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:34:23.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:23.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:23.477 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:23.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:34:23.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:23.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:23.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:23.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:34:23.480 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:23.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:23.480 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:23.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:23.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:23.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:34:23.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:23.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:23.481 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:23.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:23.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:23.481 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Interface 12:34:23.481 DEBUG [main][TreeItemHandler] Selecting tree item: Interface 12:34:23.481 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Interface about selection 12:34:23.482 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Interface 12:34:23.482 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:23.482 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:34:23.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:34:23.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:23.495 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:34:23.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:23.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:23.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:23.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:23.617 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:23.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.617 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available.... 12:34:23.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Interface"] is available. finished successfully 12:34:23.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Interface 12:34:23.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:23.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:23.618 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 12:34:23.618 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:23.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:34:23.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:23.626 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:23.627 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test2 12:34:23.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:34:23.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:23.679 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:23.680 INFO [WorkbenchTestable][AbstractText] Text set to: InterfaceName2 12:34:23.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "package") 12:34:23.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:23.698 INFO [WorkbenchTestable][RadioButton] Select radio button pa&ckage 12:34:23.698 INFO [WorkbenchTestable][AbstractButton] Click button pa&ckage 12:34:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:23.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:23.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:23.698 TRACE [main][WidgetHandler] Notify Button with event 27 12:34:23.698 TRACE [main][WidgetHandler] Wait for synchronization 12:34:23.698 TRACE [main][WidgetHandler] Notify Button with event 13 12:34:23.698 TRACE [main][WidgetHandler] Wait for synchronization 12:34:23.698 TRACE [main][WidgetHandler] Notify Button with event 26 12:34:23.698 TRACE [main][WidgetHandler] Wait for synchronization 12:34:23.698 TRACE [main][WidgetHandler] Notify Button with event 3 12:34:23.698 TRACE [main][WidgetHandler] Wait for synchronization 12:34:23.698 TRACE [main][WidgetHandler] Notify Button with event 4 12:34:23.698 TRACE [main][WidgetHandler] Wait for synchronization 12:34:23.698 TRACE [main][WidgetHandler] Notify Button with event 13 12:34:23.698 TRACE [main][WidgetHandler] Wait for synchronization 12:34:23.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:34:23.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:23.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:23.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:23.699 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Java Interface" as the parent 12:34:23.699 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:23.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:23.703 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:34:23.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:23.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:23.703 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:23.703 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:23.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available.... 12:34:23.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression '[Extended|Implemented].*Interfaces Selection'] is available. finished successfully 12:34:23.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Extended Interfaces Selection 12:34:23.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:23.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:23.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:34:23.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:23.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:23.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:23.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:23.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:23.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:23.802 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:23.803 INFO [WorkbenchTestable][AbstractText] Text set to: javax.accessibility.AccessibleAction 12:34:23.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:23.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:23.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:23.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:23.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:23.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:23.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:23.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:23.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:23.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:34:23.834 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:23.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:23.835 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:23.835 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:34:23.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:34:23.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:34:23.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:34:23.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:23.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:23.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:23.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Extended Interfaces Selection" as the parent 12:34:23.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:23.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:23.842 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:23.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:23.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:23.842 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:23.843 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:23.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 12:34:23.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:23.952 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 12:34:23.952 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 12:34:23.952 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 12:34:23.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:23.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:23.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:23.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:23.952 TRACE [WorkbenchTestable][NewInterfaceCreationWizard] Shell New Java Interface is not null and is not disposed 12:34:23.952 INFO [WorkbenchTestable][NewInterfaceCreationWizard] Finish wizard 12:34:23.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:23.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:23.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:23.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:23.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:23.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:23.962 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:23.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:23.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:23.962 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:23.962 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:23.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:24.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:24.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:24.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:34:24.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:34:24.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:34:24.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:34:24.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:24.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:34:24.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:24.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:24.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:24.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:24.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:24.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:34:24.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:24.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:24.471 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:24.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:24.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName2.java... 12:34:24.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInterfaceName2.java\E') 12:34:24.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:24.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:24.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:24.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:24.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:24.476 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:24.476 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/** package org.example.test2; import javax.accessibility.AccessibleAction; /** * @author default * */ interface InterfaceName2 extends AccessibleAction { } TooltipText=null 12:34:24.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is InterfaceName2.java finished successfully 12:34:24.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5a08928d is found... 12:34:24.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5a08928d is found finished successfully 12:34:24.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInterfaceName2.java\E') 12:34:24.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:24.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:24.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:24.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:24.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:24.482 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:24.482 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/** package org.example.test2; import javax.accessibility.AccessibleAction; /** * @author default * */ interface InterfaceName2 extends AccessibleAction { } TooltipText=null 12:34:24.483 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:34:24.483 DEBUG [main][EditorHandler] 1 editor(s) found 12:34:24.483 DEBUG [WorkbenchTestable][EditorHandler] Closing editor InterfaceName2.java 12:34:24.562 DEBUG [WorkbenchTestable][EditorHandler] Editor InterfaceName2.java is closed 12:34:24.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 12:34:24.562 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:24.562 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:24.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:24.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:24.563 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreateNewInterfaceWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) 12:34:24.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:24.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:24.580 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:34:24.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:24.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:24.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:24.581 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:24.581 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:24.581 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:24.583 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:34:24.583 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:34:24.583 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:34:24.583 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:34:24.583 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:34:24.583 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:34:24.584 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:34:24.584 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:34:24.584 DEBUG [main][MenuItemLookup] Item match:Window 12:34:24.584 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:34:24.584 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:34:24.584 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:34:24.584 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:24.584 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:34:24.584 DEBUG [main][MenuItemLookup] Item match:Show View 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:24.592 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:34:24.592 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:34:24.592 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:34:24.592 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:34:24.592 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:34:24.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:34:24.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:34:24.721 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:34:24.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:24.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:24.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:34:24.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:24.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:24.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:24.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:34:24.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:24.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:24.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:24.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:24.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:24.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:24.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:24.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:24.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:34:24.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:34:24.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:24.750 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:34:24.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:24.750 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:34:24.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:34:24.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:34:24.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:24.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:34:24.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:24.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:34:24.752 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:34:24.752 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:34:24.752 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:34:24.752 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:34:24.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:24.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:24.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:24.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:34:24.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:24.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:24.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:24.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:34:24.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:24.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:24.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:24.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:34:24.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:24.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:24.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:24.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:24.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:24.754 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:24.755 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:34:24.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:24.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:24.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:24.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:24.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:34:24.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:34:24.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:34:24.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:24.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:24.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:34:24.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:24.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:24.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:24.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:24.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:24.833 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:24.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:34:24.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:24.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:24.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:24.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:24.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:24.859 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:24.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:24.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:24.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:24.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:24.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:24.863 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:24.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:24.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:24.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:24.864 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:24.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:24.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:24.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:24.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:24.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:25.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:25.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:25.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:25.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:25.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:34:25.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:25.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:25.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:25.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:25.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:34:25.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:25.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:25.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:25.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:25.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:25.869 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 12:34:25.870 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:25.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:25.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:25.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:25.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:25.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:25.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:26.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:26.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:26.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:26.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:26.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:34:26.873 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:26.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:26.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:26.874 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:26.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:34:26.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:26.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:26.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:26.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:26.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:26.875 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 12:34:26.875 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:26.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:26.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:26.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:26.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:34:26.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:26.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:26.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:26.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:26.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:26.877 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:34:26.877 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:34:26.877 DEBUG [main][TreeItemHandler] Set Tree selection 12:34:26.877 DEBUG [main][TreeHandler] Notify Tree about selection event 12:34:26.885 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:34:26.890 DEBUG [WorkbenchTestable][TreeItemHandler] testproject 12:34:26.890 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:26.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:26.935 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:34:26.935 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:34:26.935 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:34:26.935 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:34:26.935 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:34:26.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:26.936 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:34:27.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:27.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:34:27.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:27.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:27.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:27.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:27.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:27.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:34:27.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:27.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:27.436 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:27.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:27.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:27.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:27.474 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:27.474 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:34:27.474 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:27.474 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:27.474 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:27.474 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:27.474 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:34:27.474 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:27.474 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:27.474 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:34:27.475 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:34:27.475 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:34:27.475 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:34:27.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:34:27.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:34:27.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:34:27.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:27.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:27.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:34:27.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:27.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:27.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:27.635 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:34:27.635 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:27.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:27.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:27.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:27.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:27.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:27.636 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:34:27.636 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:34:27.636 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:34:27.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:27.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:27.636 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:27.636 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:27.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:34:27.636 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:27.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:27.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:27.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:34:27.636 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:27.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:27.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:27.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:27.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:27.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:27.638 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:27.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:27.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:27.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:27.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:27.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:34:27.650 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:34:28.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:34:28.150 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:34:28.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:28.151 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:28.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:28.151 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest 12:34:28.151 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:28.151 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:28.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:28.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.464 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest testSettingAndGettingInputAndCheckboxValues no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 1.212 s testAddingAndRemovingNonexistingAndNotFullySpecifiedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 14.013 s testAddingAndRemovingExtendedInterfaces no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 1.205 s testCreateNewInterface no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 0.911 s testCreateNewInterfaceWithCustomSettings no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.wizards.NewInterfaceCreationWizardTest) Time elapsed: 1.251 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:34:28.163 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:34:28.163 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:34:28.163 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:28.163 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:34:28.163 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:34:28.163 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:34:28.163 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:28.164 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:34:28.164 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:28.164 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:34:28.164 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:28.164 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:34:28.164 DEBUG [main][EditorHandler] 0 editor(s) found 12:34:28.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:28.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:28.169 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:34:28.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:28.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:28.171 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:28.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:28.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:28.172 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:28.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:34:28.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:28.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:28.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:28.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:28.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:28.174 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:28.174 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:28.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:28.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:28.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:28.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:28.176 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:28.176 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:28.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:28.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:28.177 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:28.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:28.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:28.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:28.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:28.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:28.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:28.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:28.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:29.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:29.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:29.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:34:29.203 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:29.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:29.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:29.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:29.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:34:29.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:29.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:29.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:29.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:29.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:29.206 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:29.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:29.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:29.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:29.207 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:29.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:29.207 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:29.207 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:29.208 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:34:29.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:29.208 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:29.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:29.208 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:29.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:29.208 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:29.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:29.208 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:34:29.208 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:29.209 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:29.209 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:29.209 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:29.209 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:29.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:29.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:29.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:29.209 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:29.209 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:29.210 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:29.210 DEBUG [main][MenuItemLookup] Item match:File 12:34:29.211 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:34:29.211 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:29.215 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:34:29.215 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:34:29.237 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:34:29.237 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:34:29.237 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:34:29.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:34:29.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:34:29.356 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:34:29.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:29.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:29.357 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:29.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:29.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:34:29.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:29.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:29.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:29.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:29.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:29.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:29.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:29.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:34:29.360 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:29.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:29.360 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:29.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:29.360 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:29.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:34:29.360 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:29.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:29.361 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:29.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:29.361 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:29.361 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:34:29.361 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:34:29.361 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:34:29.366 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:34:29.366 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:29.366 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:34:29.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:34:29.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:29.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:29.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:29.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:29.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:29.368 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:34:29.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:29.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:29.368 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:29.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:29.589 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:29.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:29.604 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:29.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:34:29.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:34:29.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:34:29.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:29.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:29.605 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:34:29.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:29.605 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'java_project' 12:34:29.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:34:29.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:29.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:29.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:29.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:29.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:29.622 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:29.623 INFO [WorkbenchTestable][AbstractText] Text set to: java_project 12:34:29.657 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:34:29.657 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:34:29.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:29.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:29.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:29.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:29.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:29.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:29.662 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:29.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:29.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:29.662 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:29.662 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:29.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:34:32.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:34:32.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:32.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:32.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:32.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:34:32.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:32.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:32.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:32.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:32.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:32.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:32.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:32.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:32.670 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:32.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:32.670 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:32.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:32.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:32.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:32.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:34:32.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:32.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:32.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:32.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:32.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:32.672 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:32.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:32.672 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:34:32.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:32.672 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:32.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:32.672 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:32.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:32.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:32.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:32.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:32.673 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:32.673 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:32.673 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:32.673 DEBUG [main][MenuItemLookup] Item match:File 12:34:32.674 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:34:32.674 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:34:32.678 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:32.679 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:34:32.679 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:34:32.679 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:34:32.679 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:34:32.679 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:34:32.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:34:32.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:34:32.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:34:32.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:32.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:32.802 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:32.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:32.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:34:32.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:32.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:32.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:32.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:32.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:32.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:32.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:32.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:34:32.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:32.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:32.806 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:32.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:32.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:32.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:34:32.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:32.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:32.806 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:32.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:32.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:32.807 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:34:32.807 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:34:32.807 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:34:32.812 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:34:32.812 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:32.812 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:34:32.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:34:32.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:32.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:32.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:32.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:32.814 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:34:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:32.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:32.814 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:32.814 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:32.925 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:32.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:32.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:34:32.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:34:32.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:34:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:32.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:32.933 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:34:32.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:32.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:34:32.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:32.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:32.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:32.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:32.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:32.982 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:32.984 INFO [WorkbenchTestable][AbstractText] Text set to: Demo 12:34:32.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "public static void main(String[] args)") 12:34:32.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:32.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:33.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:33.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:33.009 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:33.010 INFO [WorkbenchTestable][CheckBox] Select checkbox public static &void main(String[] args) 12:34:33.010 INFO [WorkbenchTestable][CheckBox] Check checkbox public static &void main(String[] args) 12:34:33.010 INFO [WorkbenchTestable][AbstractButton] Click button public static &void main(String[] args) 12:34:33.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:33.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:33.010 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:33.010 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:33.010 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:34:33.011 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:34:33.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:33.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:33.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:33.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:33.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:33.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:33.015 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:33.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:33.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:33.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:33.015 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:33.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:33.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:33.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 18 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:33.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:33.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a3c23ae is found... 12:34:33.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6a3c23ae is found finished successfully 12:34:33.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 12:34:33.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:33.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:33.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:33.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:33.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:33.855 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:33.855 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub } } TooltipText=null 12:34:33.856 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 6 12:34:33.856 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 6, offser 0 12:34:33.881 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:33.881 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:34:33.881 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:34:33.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:34:33.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:33.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:33.882 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:33.882 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:33.882 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:33.882 DEBUG [main][MenuItemLookup] Item match:File 12:34:33.883 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:34:33.883 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:34:33.883 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:34:33.883 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:34:33.883 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:33.883 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:34:33.883 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:34:33.883 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:33.883 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:34:33.883 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:34:33.884 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:34:33.884 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:34:33.884 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:34:33.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:34:33.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:34:33.953 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:33.953 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:34:33.954 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:33.954 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRemovingBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 12:34:33.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:34:33.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:34:33.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:33.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:33.954 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:33.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:34.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:34.003 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' view via menu. 12:34:34.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:34:34.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:34.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:34.004 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:34.004 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:34.004 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:34.004 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:34:34.004 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:34:34.004 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:34:34.004 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:34:34.004 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:34:34.004 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:34:34.004 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:34:34.004 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:34:34.004 DEBUG [main][MenuItemLookup] Item match:Window 12:34:34.007 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:34:34.007 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:34:34.007 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:34:34.007 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:34.007 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:34:34.007 DEBUG [main][MenuItemLookup] Item match:Show View 12:34:34.014 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:34:34.014 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:34:34.015 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:34:34.015 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:34:34.015 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:34:34.015 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:34:34.015 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:34:34.015 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:34:34.015 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:34:34.015 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:34:34.015 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:34:34.015 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:34:34.015 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:34:34.015 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:34:34.015 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:34:34.015 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:34:34.015 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:34.015 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:34:34.015 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:34:34.044 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:34:34.044 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:34:34.044 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:34:34.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:34:34.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:34:34.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:34:34.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:34.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:34.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:34:34.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:34.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:34.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:34.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:34:34.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:34.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:34.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:34.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:34.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:34.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:34.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:34.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:34.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Debug has children... 12:34:34.188 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Debug 12:34:34.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:34.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:34.709 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Debug 12:34:34.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Debug has children finished successfully 12:34:34.710 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Debug 12:34:34.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:34.711 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Debug is already expanded. No action performed 12:34:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:34.711 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Debug 12:34:34.711 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Breakpoints 12:34:34.711 DEBUG [main][TreeItemHandler] Selecting tree item: Breakpoints 12:34:34.712 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Breakpoints about selection 12:34:34.712 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Breakpoints 12:34:34.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:34.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:34.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:34.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:34:34.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:34.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:34.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:34.713 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:34:34.713 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:34.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:34.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:34.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:34:34.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:34.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:34.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:34.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:34.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:34.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:34.715 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:34:34.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:34.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:34.715 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:34.715 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:34.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:34:34.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:34:34.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView' view is open... 12:34:34.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:34.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:34.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView' view is open finished successfully 12:34:34.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:34.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:34.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:34:34.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:34.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:34.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:34.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:34:34.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:34.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:34.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:34.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:34.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:34.881 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:34.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:34.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:34.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:34:34.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:34.883 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:34.886 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:34:34.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:34.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:34.938 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:34:34.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:34.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:34.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:34:34.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:34.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:34.985 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:34.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:34:34.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:34.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:34.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:34.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:34.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:34.999 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:34.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:35.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:35.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:34:35.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:35.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:35.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:34:35.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:35.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:35.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:35.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:35.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:34:35.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2d5645b0 is found... 12:34:35.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2d5645b0 is found finished successfully 12:34:35.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 12:34:35.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:35.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:35.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:35.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:35.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:35.052 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 12:34:35.099 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:35.100 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:34:35.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 12:34:35.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 12:34:35.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 12:34:36.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 12:34:36.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 12:34:36.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 12:34:36.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 12:34:36.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 12:34:36.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:34:36.701 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:36.701 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:36.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:36.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:36.702 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRemovingBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 12:34:36.702 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:36.702 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 12:34:36.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:34:36.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:34:36.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:36.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:36.702 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:36.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:36.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:36.728 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:34:36.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:36.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:36.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:34:36.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:36.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:36.743 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:36.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:34:36.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:36.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:36.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:36.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:36.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:36.757 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:36.757 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:36.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:36.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:36.817 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:34:36.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:36.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:36.830 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:34:36.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:36.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:36.845 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:34:36.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:36.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:36.877 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:36.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:34:36.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:36.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:36.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:36.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:36.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:36.891 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:36.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:36.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:36.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:34:36.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:36.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:36.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:34:36.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:36.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:36.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:36.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:36.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:34:36.930 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 12:34:36.931 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:34:36.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:36.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 12:34:36.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available. finished successfully 12:34:36.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 12:34:36.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:36.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:36.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:36.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:36.983 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:34:36.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:36.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:36.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:36.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:37.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:34:37.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:34:37.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4cc485e4 is found... 12:34:37.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4cc485e4 is found finished successfully 12:34:37.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 12:34:37.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:37.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:37.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:37.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:37.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:37.065 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 12:34:37.114 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:37.114 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:34:37.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 12:34:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 12:34:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e6ba4f5 is found... 12:34:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e6ba4f5 is found finished successfully 12:34:37.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 12:34:37.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:37.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:37.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:37.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:37.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:37.622 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:37.623 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:34:37.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:37.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:37.637 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:34:37.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:37.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:37.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:34:37.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:37.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:37.650 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:37.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:34:37.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:37.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:37.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:37.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:37.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:37.664 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:37.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:37.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:37.716 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:37.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:37.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:37.730 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:34:37.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:37.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:37.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:34:37.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:37.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:37.785 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:37.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:34:37.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:37.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:37.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:37.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:37.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:37.799 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:37.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:37.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:37.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:34:37.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:37.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:37.805 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:34:37.830 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:34:37.830 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:37.830 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:37.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:37.832 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:37.832 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:34:38.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:34:38.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:38.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:38.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:38.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:38.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:38.834 DEBUG [WorkbenchTestable][AbstractView] found: Demo 12:34:38.834 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:34:38.834 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:38.834 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:38.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:38.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:38.834 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 12:34:38.835 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:38.835 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 12:34:38.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:34:38.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:34:38.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:38.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:38.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:38.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:38.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:38.848 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:34:38.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:38.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:38.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:34:38.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:38.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:38.866 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:38.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:34:38.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:38.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:38.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:38.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:38.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:38.906 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:38.906 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:38.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:38.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:34:38.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:38.908 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:38.912 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:34:38.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:38.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:38.951 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:34:38.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:38.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:38.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:34:38.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:38.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:38.969 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:38.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:34:38.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:38.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:39.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:39.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:39.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:39.009 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:39.009 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:39.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:39.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:34:39.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:39.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:39.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:34:39.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:39.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:39.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:39.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:39.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:34:39.016 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 12:34:39.016 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:34:39.016 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:39.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 12:34:39.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available. finished successfully 12:34:39.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 12:34:39.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:39.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:39.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:39.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:39.091 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:34:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:39.091 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:39.092 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:39.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:34:39.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:34:39.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@71a18a52 is found... 12:34:39.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@71a18a52 is found finished successfully 12:34:39.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 12:34:39.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:39.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:39.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:39.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:39.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:39.182 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 12:34:39.232 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:39.233 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:34:39.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 12:34:39.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 12:34:39.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a1ed955 is found... 12:34:39.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2a1ed955 is found finished successfully 12:34:39.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 12:34:39.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:39.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:39.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:39.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:39.748 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:39.748 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:39.748 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:34:39.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:39.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:39.767 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:34:39.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:39.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:39.781 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:34:39.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:39.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:39.783 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:39.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:34:39.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:39.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:39.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:39.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:39.826 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:39.826 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:39.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:39.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:39.880 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:39.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:39.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:39.888 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:34:39.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:39.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:39.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:34:39.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:39.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:39.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:39.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:34:39.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:39.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:39.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:39.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:39.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:39.932 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:39.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:39.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:39.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:34:39.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:39.934 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:39.937 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:34:39.939 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:34:39.939 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:39.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:39.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:39.940 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:39.940 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:34:40.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:34:40.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:40.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:40.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:40.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:40.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:40.942 DEBUG [WorkbenchTestable][AbstractView] found: Demo [line: 7] - main(String[]) 12:34:40.942 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:34:40.942 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:40.942 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:40.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:40.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:40.943 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 12:34:40.943 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:40.944 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 12:34:40.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:34:40.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:34:40.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:40.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:40.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:40.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:40.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:40.958 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:34:40.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:40.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:40.976 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:34:40.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:41.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:41.008 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:41.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:34:41.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:41.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:41.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:41.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:41.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:41.022 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:41.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:41.024 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:41.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:34:41.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:41.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:41.029 INFO [WorkbenchTestable][AbstractView] Removing all breakpoints from Breakpoints view 12:34:41.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:41.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:41.069 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:34:41.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:41.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:41.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:34:41.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:41.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:41.087 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:41.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:34:41.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:41.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:41.127 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:41.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:41.127 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:41.127 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:41.127 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:41.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:41.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:34:41.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:41.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:41.135 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Breakpoints") 12:34:41.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:41.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:41.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:41.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:41.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:34:41.136 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Breakpoints 12:34:41.136 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:34:41.136 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:41.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available.... 12:34:41.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Remove All Breakpoints"] is available. finished successfully 12:34:41.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Remove All Breakpoints 12:34:41.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:41.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:41.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:41.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:41.209 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:34:41.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:41.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:41.209 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:41.209 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:41.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:34:41.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:34:41.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@421d9257 is found... 12:34:41.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@421d9257 is found finished successfully 12:34:41.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 12:34:41.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:41.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:41.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:41.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:41.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:41.302 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part Demo.java 12:34:41.353 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:41.354 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:34:41.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints... 12:34:41.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.eclipse.jdt.ui.javaeditor.NumberOfBreakpoints finished successfully 12:34:41.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@61f2caed is found... 12:34:41.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@61f2caed is found finished successfully 12:34:41.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QDemo.java\E') 12:34:41.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:41.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:41.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:41.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:41.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:41.867 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:41.867 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package java_project; public class Demo { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } TooltipText=null 12:34:41.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:41.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:41.887 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:34:41.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:41.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:41.901 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:34:41.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:41.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:41.902 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:41.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:34:41.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:41.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:41.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:41.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:41.947 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:41.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:41.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:41.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:41.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:42.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:42.013 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:34:42.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:42.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:42.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - java_project/src/java_project/Demo.java - Eclipse Platform 12:34:42.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:42.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:42.032 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - java_project/src/java_project/Demo.java - Eclipse Platform' 12:34:42.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E') 12:34:42.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:42.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:42.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:42.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:42.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:42.079 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:42.079 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:42.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:42.080 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - java_project/src/java_project/Demo.java - Eclipse Platform TooltipText=null 12:34:42.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:42.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:42.084 INFO [WorkbenchTestable][AbstractView] Accessing breakpoints in Breakpoints view 12:34:42.086 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QBreakpoints\E'' is already open. Activate. 12:34:42.086 INFO [WorkbenchTestable][AbstractView] Activate view Breakpoints 12:34:42.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Breakpoints 12:34:42.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:42.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:42.116 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 12:34:43.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.views.breakpoints.BreakpointsView, index 0 and no matchers specified 12:34:43.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:43.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:43.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:43.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:43.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:43.118 DEBUG [WorkbenchTestable][AbstractView] found: Demo [entry] - main(String[]) 12:34:43.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:34:43.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:43.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:43.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:43.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:43.119 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) 12:34:43.119 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:34:43.119 DEBUG [main][EditorHandler] 1 editor(s) found 12:34:43.122 DEBUG [WorkbenchTestable][EditorHandler] Closing editor Demo.java 12:34:43.216 DEBUG [WorkbenchTestable][EditorHandler] Editor Demo.java is closed 12:34:43.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:43.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:43.218 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:34:43.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:43.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:43.221 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:43.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:43.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:43.252 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:43.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:34:43.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:43.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:43.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:43.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:43.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:43.254 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:43.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:43.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:43.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:43.298 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:43.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:43.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:43.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:43.299 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:43.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:43.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:43.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:43.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:43.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:43.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:43.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:43.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:44.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:44.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:44.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:34:44.302 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:44.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:44.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:44.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:44.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:34:44.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:44.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:44.304 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:44.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:44.304 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:44.304 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name java_project 12:34:44.305 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:44.305 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:44.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:44.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:44.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:44.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:44.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:44.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:44.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:45.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:45.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:45.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:34:45.307 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:45.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:45.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:45.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:45.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:34:45.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:45.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:45.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:45.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:45.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:45.309 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name java_project 12:34:45.309 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:45.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:45.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:45.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:45.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:34:45.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:45.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:45.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:45.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:45.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:45.310 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:34:45.310 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:34:45.311 DEBUG [main][TreeItemHandler] Set Tree selection 12:34:45.311 DEBUG [main][TreeHandler] Notify Tree about selection event 12:34:45.321 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:34:45.333 DEBUG [WorkbenchTestable][TreeItemHandler] java_project 12:34:45.333 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:45.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:45.387 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:34:45.388 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:34:45.388 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:34:45.388 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:34:45.388 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:34:45.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:45.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:34:45.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:34:45.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:34:45.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:45.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:45.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:45.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:45.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:45.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:45.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:34:45.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:45.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:45.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:45.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:45.889 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:45.889 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:45.936 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:45.936 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:34:45.936 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:45.936 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:45.936 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:45.936 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:45.936 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:34:45.936 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:45.936 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:45.936 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:34:45.937 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:34:45.937 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:34:45.937 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:34:45.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:34:46.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:34:46.620 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:34:46.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:46.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:46.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:34:46.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:46.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:46.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:46.626 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:34:46.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:46.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:46.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:46.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:46.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:46.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:46.627 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:34:46.627 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:34:46.627 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:34:46.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:46.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:46.627 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:46.627 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:46.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:34:46.628 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:46.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:46.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:46.628 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:34:46.628 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:46.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:46.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:46.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:46.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:46.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:46.630 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:34:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:46.630 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:46.630 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:46.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:34:46.635 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:34:47.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:34:47.136 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:34:47.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:47.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:34:47.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:34:47.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:34:47.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:47.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:34:47.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:34:47.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:34:47.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:47.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:47.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:47.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:47.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:47.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:47.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:47.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:47.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:47.136 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:47.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:47.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:47.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:47.138 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest 12:34:47.138 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:34:47.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:34:47.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:47.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.977 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest testRemovingBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 2.748 s testAddingClassBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 2.132 s testAddingLineBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 2.108 s testAddingMethodBreakpoint no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.javaeditor.JavaEditorTest) Time elapsed: 2.175 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 12:34:47.711 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 12:34:47.712 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:34:47.712 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:47.712 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 12:34:47.712 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:34:47.712 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:34:47.712 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:47.712 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:34:47.740 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:47.740 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:34:47.740 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:47.740 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:34:47.740 DEBUG [main][EditorHandler] 0 editor(s) found 12:34:47.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:47.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:47.746 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:34:47.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:47.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:47.747 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:47.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:47.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:47.748 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:47.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:34:47.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:47.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:47.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:47.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:47.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:47.750 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:47.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:47.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:47.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:47.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:47.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:47.752 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:47.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:47.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:47.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:47.753 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:47.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:47.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:47.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:47.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:47.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:47.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:48.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:48.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:48.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:48.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:48.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:34:48.782 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:48.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:48.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:48.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:48.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:34:48.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:48.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:48.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:48.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:48.784 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:48.784 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:34:48.784 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:34:48.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:48.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:48.786 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:48.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:48.786 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:48.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:48.786 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:34:48.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:48.786 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:48.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:48.786 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:48.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:48.787 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:48.787 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:48.787 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:34:48.787 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:48.787 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:48.787 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:48.787 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:48.787 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:48.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:48.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:48.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:48.788 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:48.788 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:48.788 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:48.788 DEBUG [main][MenuItemLookup] Item match:File 12:34:48.789 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:34:48.789 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:48.794 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:34:48.794 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:34:48.795 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:34:48.795 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:34:48.795 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:34:48.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:34:48.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:34:48.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:34:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:48.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:48.925 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:48.925 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:48.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:34:48.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:48.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:48.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:48.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:48.939 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:48.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:48.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:48.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:34:48.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:48.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:48.941 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:48.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:48.941 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:48.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:34:48.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:48.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:48.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:48.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:48.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:48.953 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:34:48.953 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:34:48.953 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:34:48.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:34:48.956 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:48.957 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:34:48.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:34:48.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:48.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:48.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:48.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:48.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:48.968 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:34:48.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:48.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:48.968 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:48.968 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:49.199 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:49.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:49.199 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:49.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:34:49.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:34:49.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:34:49.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:49.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:49.200 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:34:49.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:49.201 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'hellotest' 12:34:49.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:34:49.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:49.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:49.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:49.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:49.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:49.205 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:49.206 INFO [WorkbenchTestable][AbstractText] Text set to: hellotest 12:34:49.243 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:34:49.243 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:34:49.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:49.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:49.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:49.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:49.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:49.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:49.256 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:49.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:49.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:49.256 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:49.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:49.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:34:52.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:34:52.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:52.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:52.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:52.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:34:52.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:52.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:52.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:52.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:52.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:52.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:52.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:52.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:52.265 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:52.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:52.266 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:52.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:52.266 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:52.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:52.266 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:34:52.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:52.266 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:52.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:52.266 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:52.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:52.266 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:52.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:52.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:34:52.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:52.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:52.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:52.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:52.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:52.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:52.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:52.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:52.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:52.268 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:34:52.268 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:52.269 DEBUG [main][MenuItemLookup] Item match:File 12:34:52.271 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:34:52.271 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:52.279 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:34:52.279 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:34:52.279 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:34:52.279 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:34:52.280 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:34:52.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:34:52.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:34:52.494 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:34:52.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:52.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:52.496 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:52.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:52.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:34:52.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:52.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:52.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:52.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:52.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:52.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:34:52.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:34:52.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:34:52.559 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:52.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:52.559 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:52.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:52.559 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:52.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:34:52.559 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:34:52.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:52.560 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:34:52.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:52.560 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:34:52.560 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:34:52.560 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:34:52.561 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:34:52.576 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:34:52.576 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:34:52.576 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:34:52.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:34:52.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:52.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:52.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:52.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:52.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:52.578 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:34:52.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:52.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:52.578 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:52.578 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:52.708 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:34:52.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:52.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:52.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:34:52.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:34:52.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:34:52.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:52.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:52.709 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:34:52.709 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:34:52.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:34:52.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:52.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:52.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:52.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:52.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:34:52.771 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:34:52.772 INFO [WorkbenchTestable][AbstractText] Text set to: HelloTest 12:34:52.773 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:34:52.774 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:34:52.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:52.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:52.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:52.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:52.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:52.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:52.800 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:52.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:52.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:52.800 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:52.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:52.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:34:53.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:34:53.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 18 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:53.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:53.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.637 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:34:53.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.639 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform 12:34:53.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:53.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:53.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 12:34:53.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:34:53.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:53.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:53.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:53.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:53.676 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:34:53.676 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:34:53.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:53.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:53.737 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:34:53.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:34:53.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:53.738 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:53.738 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:34:53.738 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:34:53.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:53.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:53.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:53.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:53.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:54.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:54.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:54.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:34:54.770 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:34:54.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:34:54.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:54.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:54.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:34:54.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:54.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:54.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:54.773 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 12:34:54.773 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 12:34:54.773 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 12:34:54.773 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 12:34:54.778 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 12:34:54.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:34:54.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:54.840 DEBUG [main][MenuItemLookup] Found menu:'New' 12:34:54.840 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:34:54.840 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:54.840 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:34:54.840 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:34:54.840 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:34:54.840 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:54.840 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:34:54.840 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:34:54.840 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:34:54.840 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:34:54.840 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:54.840 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:34:54.840 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:34:54.840 DEBUG [main][MenuItemLookup] Item match:Build Path 12:34:54.844 DEBUG [main][MenuItemLookup] Found menu:'Link Source...' 12:34:54.844 DEBUG [main][MenuItemLookup] Found menu:'New Source Folder...' 12:34:54.844 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:54.844 DEBUG [main][MenuItemLookup] Found menu:'Use as Source Folder' 12:34:54.844 DEBUG [main][MenuItemLookup] Found menu:'Add External Archives...' 12:34:54.844 DEBUG [main][MenuItemLookup] Found menu:'Add Libraries...' 12:34:54.844 DEBUG [main][MenuItemLookup] Item match:Add Libraries... 12:34:54.844 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Add &Libraries..." 12:34:54.844 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Add Libraries... 12:34:54.844 INFO [main][MenuItemHandler] Select menu item: Add &Libraries... 12:34:54.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Library"] is available.... 12:34:54.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Library"] is available. finished successfully 12:34:54.978 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add Library 12:34:54.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:54.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:54.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:34:54.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:54.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:54.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:54.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 12:34:54.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:54.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:54.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:54.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:34:54.993 TRACE [main][WidgetHandler] Notify List with event 13 12:34:54.993 TRACE [main][WidgetHandler] Wait for synchronization 12:34:54.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:34:54.994 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:54.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:54.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:54.994 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 12:34:54.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:54.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:54.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:54.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:54.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:54.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:54.995 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:34:54.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:54.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:54.995 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:54.995 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:55.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:34:55.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:34:55.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:34:55.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:34:55.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Add Library" as the parent 12:34:55.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:34:55.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:55.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:55.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:55.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:55.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:34:55.194 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:34:55.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:34:55.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:34:55.194 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:34:55.194 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:34:56.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Library"] is available.... 12:34:56.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Library"] is available. finished successfully 12:34:56.725 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:34:56.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:34:56.726 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:56.727 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:56.727 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:34:56.727 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:34:56.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:56.728 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:56.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:56.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:56.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:57.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:57.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:57.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:57.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:57.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:34:57.735 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:34:57.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:34:57.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:57.736 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:57.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:34:57.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:57.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:57.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:57.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:57.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:34:57.737 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 12:34:57.738 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:34:57.739 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item hellotest 12:34:57.739 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 12:34:57.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:57.739 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 12:34:57.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:57.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 12:34:57.739 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item hellotest of tree item src 12:34:57.739 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:34:57.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:57.739 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:34:57.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:57.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:34:57.739 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item HelloTest.java of tree item hellotest 12:34:57.739 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 12:34:57.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:34:58.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:34:58.240 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 12:34:58.241 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 12:34:58.241 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 12:34:58.242 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 12:34:58.248 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 12:34:58.248 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item HelloTest.java 12:34:58.249 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 12:34:58.249 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 12:34:58.249 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 12:34:58.250 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 12:34:58.250 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:34:58.251 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:34:58.358 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:34:58.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:34:58.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:34:58.359 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' has no excuses, wait for it 12:34:58.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:34:58.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:34:58.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:34:58.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:34:58.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:34:58.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:34:58.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:34:58.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:34:58.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:34:58.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:34:58.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:34:58.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:34:58.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@34271067 is found... 12:34:58.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@34271067 is found finished successfully 12:34:58.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QHelloTest.java\E') 12:34:58.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:58.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:58.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:58.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:58.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:58.864 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:58.864 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package hellotest; public class HelloTest { } TooltipText=null 12:34:58.864 INFO [WorkbenchTestable][TextEditor] Set text to editor 12:34:58.894 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:58.894 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package hellotest; import org.junit.After; import org.junit.Assert; import org.junit.Test; public class HelloTest { @Test public void badTest() { Assert.assertEquals(5, 2 + 2); } @Test public void veryBadTest() { throw new RuntimeException(); } @After public void waitAfter() throws Exception { Thread.sleep(5000); } } TooltipText=null 12:34:58.894 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:34:58.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform 12:34:58.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:58.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:58.896 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 12:34:58.896 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - hellotest/src/hellotest/HelloTest.java - Eclipse Platform' 12:34:58.896 DEBUG [main][MenuItemLookup] Found menu:'File' 12:34:58.896 DEBUG [main][MenuItemLookup] Item match:File 12:34:58.898 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:34:58.898 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:34:58.898 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:34:58.898 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:34:58.898 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:58.898 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:34:58.898 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:34:58.898 DEBUG [main][MenuItemLookup] Found menu:'' 12:34:58.898 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:34:58.898 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:34:58.898 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:34:58.898 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:34:58.898 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:34:59.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:34:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:34:59.040 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:59.040 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package hellotest; import org.junit.After; import org.junit.Assert; import org.junit.Test; public class HelloTest { @Test public void badTest() { Assert.assertEquals(5, 2 + 2); } @Test public void veryBadTest() { throw new RuntimeException(); } @After public void waitAfter() throws Exception { Thread.sleep(5000); } } TooltipText=null 12:34:59.040 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:59.041 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package hellotest; import org.junit.After; import org.junit.Assert; import org.junit.Test; public class HelloTest { @Test public void badTest() { Assert.assertEquals(5, 2 + 2); } @Test public void veryBadTest() { throw new RuntimeException(); } @After public void waitAfter() throws Exception { Thread.sleep(5000); } } TooltipText=null 12:34:59.041 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:34:59.041 DEBUG [WorkbenchTestable][EditorHandler] Closing editor HelloTest.java 12:34:59.236 DEBUG [WorkbenchTestable][EditorHandler] Editor HelloTest.java is closed 12:34:59.236 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:34:59.236 INFO [WorkbenchTestable][RequirementsRunner] Started test: junitRunTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest) 12:34:59.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 12:34:59.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:34:59.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:34:59.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:34:59.236 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:34:59.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:59.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:59.238 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:34:59.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:59.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:59.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:34:59.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:34:59.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:34:59.239 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:34:59.239 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:34:59.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:59.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:59.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:34:59.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:34:59.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:34:59.240 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:34:59.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:34:59.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:59.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:34:59.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:34:59.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:34:59.242 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:34:59.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:34:59.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:59.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:59.243 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:34:59.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:34:59.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:34:59.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:34:59.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:34:59.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:59.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:34:59.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:34:59.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:00.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:00.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:35:00.246 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:00.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:00.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:00.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:35:00.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:00.248 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 12:35:00.248 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:35:00.249 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item hellotest 12:35:00.249 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 12:35:00.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:00.249 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 12:35:00.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:00.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 12:35:00.249 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item hellotest of tree item src 12:35:00.249 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:35:00.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:00.249 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:35:00.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:00.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:35:00.249 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item HelloTest.java of tree item hellotest 12:35:00.249 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hellotest 12:35:00.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:00.250 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item hellotest is already expanded. No action performed 12:35:00.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:00.250 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hellotest 12:35:00.253 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HelloTest.java 12:35:00.253 DEBUG [main][TreeItemHandler] Selecting tree item: HelloTest.java 12:35:00.253 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HelloTest.java about selection 12:35:00.261 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HelloTest.java 12:35:00.261 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:00.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'References' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:00.328 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:35:00.329 DEBUG [main][MenuItemLookup] Item match:Run As 12:35:00.422 DEBUG [main][MenuItemLookup] Found menu:'1 Run on Server Shift+Alt+X R' 12:35:00.422 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+X T' 12:35:00.422 DEBUG [main][MenuItemLookup] Item match:2 JUnit Test Shift+Alt+X T 12:35:00.422 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&2 JUnit Test Shift+Alt+X T" 12:35:00.422 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text 2 JUnit Test Shift+Alt+X T 12:35:00.422 INFO [main][MenuItemHandler] Select menu item: &2 JUnit Test Shift+Alt+X T 12:35:00.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while JUnit test has not finished yet... 12:35:00.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:00.439 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' view via menu. 12:35:00.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:00.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:00.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:00.484 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:00.484 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:00.484 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:00.484 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:00.484 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:35:00.484 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:35:00.484 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:00.484 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:00.484 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:00.484 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:00.484 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:00.484 DEBUG [main][MenuItemLookup] Item match:Window 12:35:00.486 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:00.486 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:00.486 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:00.486 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:00.486 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:00.486 DEBUG [main][MenuItemLookup] Item match:Show View 12:35:00.536 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:35:00.536 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:35:00.536 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:35:00.536 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:35:00.536 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:35:00.536 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:35:00.536 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:35:00.536 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:35:00.536 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:35:00.536 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:35:00.536 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:35:00.536 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:35:00.537 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:35:00.537 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:35:00.537 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:35:00.537 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:35:00.537 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:00.537 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:35:00.537 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:35:00.537 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:35:00.537 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:35:00.537 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:35:00.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:35:00.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:35:00.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:35:00.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:00.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:00.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:35:00.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:00.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:00.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:00.756 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:35:00.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:00.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:00.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:00.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:00.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:35:00.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:00.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:00.758 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:00.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:00.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:00.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:35:00.758 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:00.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:00.758 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:00.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:00.758 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:00.758 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 12:35:00.758 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 12:35:00.759 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 12:35:00.759 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 12:35:00.759 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:00.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:00.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:00.759 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:35:00.759 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:00.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:35:00.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:00.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:00.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:00.760 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:35:00.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:00.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:00.761 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:35:00.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:00.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:00.761 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:00.761 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:00.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:35:00.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:35:00.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.junit.ui.TestRunnerViewPart' view is open... 12:35:00.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.junit.ui.TestRunnerViewPart' view is open finished successfully 12:35:00.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:00.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:00.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:00.901 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:00.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E') 12:35:00.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:00.959 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:00.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:00.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:00.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:00.962 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:00.962 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:00.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:00.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:00.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:00.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:00.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:00.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:00.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:00.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:00.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:00.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:00.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:00.968 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:01.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating console state' is not listed in considered jobs, ignore it 12:35:01.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Delayed model change job' is not listed in considered jobs, ignore it 12:35:01.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is not listed in considered jobs, ignore it 12:35:01.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is not listed in considered jobs, ignore it 12:35:01.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is not listed in considered jobs, ignore it 12:35:01.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is not listed in considered jobs, ignore it 12:35:01.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is not listed in considered jobs, ignore it 12:35:01.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is not listed in considered jobs, ignore it 12:35:01.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is not listed in considered jobs, ignore it 12:35:01.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 12:35:01.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is not listed in considered jobs, ignore it 12:35:01.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is not listed in considered jobs, ignore it 12:35:01.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is not listed in considered jobs, ignore it 12:35:01.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is not listed in considered jobs, ignore it 12:35:01.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 12:35:01.055 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is not listed in considered jobs, ignore it 12:35:01.556 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:01.556 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:01.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:01.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:01.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=0/0 TooltipText=0/0 12:35:01.560 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:01.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:01.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:01.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=0/0 TooltipText=0/0 12:35:01.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:01.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:01.561 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:01.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:01.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:01.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:01.565 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:01.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while JUnit test has not finished yet finished successfully 12:35:01.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until JUnit test has not finished yet... 12:35:01.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:01.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:01.569 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:01.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:01.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:01.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:01.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:01.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:01.575 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:01.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E') 12:35:01.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:01.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:01.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:01.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:01.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:01.579 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:01.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:01.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:01.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:01.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:01.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:01.581 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:01.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:01.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:01.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:01.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:01.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:01.583 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:01.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:01.583 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:01.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:01.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:01.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:01.667 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:02.169 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:02.170 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:02.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:02.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:02.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=0/2 TooltipText=0/2 12:35:02.172 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:02.172 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:02.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:02.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=0/2 TooltipText=0/2 12:35:02.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:02.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:02.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:02.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:02.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:02.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:02.177 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:02.678 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:02.678 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:02.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:02.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:02.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:02.681 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:02.681 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:02.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:02.683 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:02.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:02.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:02.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:02.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:02.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:02.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:02.686 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:03.187 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:03.187 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:03.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:03.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:03.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:03.189 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:03.189 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:03.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:03.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:03.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:03.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:03.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:03.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:03.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:03.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:03.194 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:03.695 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:03.695 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:03.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:03.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:03.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:03.697 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:03.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:03.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:03.701 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:03.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:03.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:03.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:03.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:03.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:03.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:03.704 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:04.205 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:04.205 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:04.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:04.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:04.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:04.207 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:04.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:04.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:04.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:04.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:04.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:04.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:04.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:04.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:04.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:04.210 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:04.711 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:04.711 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:04.711 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:04.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:04.713 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:04.713 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:04.713 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:04.714 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:04.715 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:04.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:04.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:04.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:04.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:04.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:04.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:04.781 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:05.281 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:05.281 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:05.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:05.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:05.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:05.284 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:05.284 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:05.285 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:05.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:05.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:05.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:05.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:05.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:05.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:05.290 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:05.290 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:05.790 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:05.791 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:05.791 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:05.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:05.794 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:05.794 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:05.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:05.797 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:05.798 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:05.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:05.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:05.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:05.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:05.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:05.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:05.801 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:06.301 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:06.301 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:06.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:06.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:06.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:06.303 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:06.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:06.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:06.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:06.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:06.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:06.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:06.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:06.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:06.308 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:06.809 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:06.809 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:06.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:06.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:06.811 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:06.811 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:06.811 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:06.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:06.812 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1/2 TooltipText=1/2 12:35:06.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:06.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:06.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:06.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:06.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:06.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:06.815 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:07.316 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:07.316 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:07.316 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:07.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:07.318 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:07.318 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:07.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:07.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:07.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:07.323 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:07.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:35:07.823 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:07.824 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:07.824 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:07.825 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:07.826 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:07.826 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:07.827 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:07.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:07.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:07.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:07.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:07.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:07.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:07.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:07.830 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:07.831 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:35:08.331 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:08.331 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:08.331 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:08.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:08.333 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:08.333 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:08.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:08.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:08.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:08.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:08.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:08.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:08.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:08.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:08.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:08.338 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:08.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:35:08.838 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:08.838 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:08.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:08.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:08.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:08.840 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:08.840 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:08.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:08.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:08.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:08.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:08.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:08.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:08.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:08.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:08.843 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:08.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:35:09.344 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:09.344 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:09.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:09.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:09.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:09.346 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:09.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:09.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:09.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:09.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:09.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:09.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:09.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:09.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:09.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:09.350 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:09.351 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:35:09.851 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:09.851 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:09.852 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:09.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:09.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:09.854 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:09.854 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:09.855 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:09.856 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:09.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:09.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:09.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:09.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:09.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:09.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:09.859 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:09.859 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:35:10.359 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:10.359 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:10.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:10.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:10.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:10.361 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:10.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:10.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:10.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:10.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:10.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:10.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:10.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:10.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:10.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:10.367 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:10.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:35:10.867 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:10.867 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:10.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:10.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:10.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:10.869 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:10.870 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:10.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:10.871 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:10.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:10.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:10.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:10.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:10.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:10.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:10.874 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:10.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:35:11.375 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:11.375 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:11.375 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:11.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:11.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:11.377 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:11.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:11.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:11.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:11.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:11.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:11.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:11.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:11.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:11.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:11.381 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:11.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:35:11.882 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:11.882 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:11.882 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:11.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:11.884 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:11.885 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:11.885 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:11.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:11.886 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:11.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:11.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:11.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:11.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:11.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:11.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:11.889 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:11.889 DEBUG [WorkbenchTestable][JobIsRunning] job 'JUnit Starter Job' has no excuses, wait for it 12:35:12.390 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:12.390 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:12.390 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:12.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:12.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:12.391 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:12.392 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:12.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:12.393 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:12.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:12.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:12.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:12.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:12.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:12.395 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:12.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is not listed in considered jobs, ignore it 12:35:12.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is not listed in considered jobs, ignore it 12:35:12.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is not listed in considered jobs, ignore it 12:35:12.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 12:35:12.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is not listed in considered jobs, ignore it 12:35:12.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is not listed in considered jobs, ignore it 12:35:12.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is not listed in considered jobs, ignore it 12:35:12.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is not listed in considered jobs, ignore it 12:35:12.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 12:35:12.395 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is not listed in considered jobs, ignore it 12:35:12.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until JUnit test has not finished yet finished successfully 12:35:12.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:12.402 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:12.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:12.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:12.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:12.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:12.406 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:12.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E') 12:35:12.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:12.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:12.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:12.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:12.408 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:12.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:12.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:12.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:12.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:12.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:12.410 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:12.410 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:12.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:12.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:12.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:12.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:12.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:12.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:12.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:12.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:12.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:12.414 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:12.416 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:12.416 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:12.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:12.417 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=2/2 TooltipText=2/2 12:35:12.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Errors: ") 12:35:12.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:12.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:12.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:12.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:12.455 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:12.457 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:12.457 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:12.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:12.458 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=1 TooltipText=null 12:35:12.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Failures: ") 12:35:12.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:12.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:12.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:12.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:12.468 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:12.468 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 12:35:12.468 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:12.468 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:12.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:12.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:12.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:35:12.474 INFO [WorkbenchTestable][RequirementsRunner] Finished test: junitRunTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest) 12:35:12.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:12.480 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:35:12.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:12.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:12.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:12.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:12.485 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:12.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:35:12.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:12.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:12.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:12.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:12.518 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:12.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:12.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:12.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:12.590 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:12.591 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:12.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:12.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:12.592 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:12.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:12.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:12.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:12.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:12.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:12.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:13.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:13.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:13.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:13.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:13.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:35:13.594 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:13.594 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:13.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:13.595 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:13.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:35:13.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:13.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:13.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:13.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:13.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:13.596 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name hellotest 12:35:13.597 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 12:35:13.597 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 12:35:13.600 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 12:35:13.604 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 12:35:13.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:13.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:13.669 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:13.669 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:35:13.669 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:13.669 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:13.670 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:35:13.670 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:35:13.670 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:35:13.670 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:35:13.670 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:35:13.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:13.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing external folders' is a system job, skipped 12:35:13.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:35:13.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:35:13.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:35:13.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:13.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:13.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:13.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:13.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:13.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:13.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:35:13.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:13.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:13.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:13.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:13.689 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'hellotest' via Explorer 12:35:13.689 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item hellotest 12:35:13.689 DEBUG [main][TreeItemHandler] Selecting tree item: hellotest 12:35:13.689 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item hellotest about selection 12:35:13.691 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: hellotest 12:35:13.691 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:13.691 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:13.767 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:13.767 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:35:13.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:13.767 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:35:13.767 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:35:13.767 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:13.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:13.767 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:13.767 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:35:13.767 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:13.767 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:13.767 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:35:13.767 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:35:13.767 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:35:13.767 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:35:13.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:35:14.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:35:14.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:35:14.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:14.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:14.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:35:14.345 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:14.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:14.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:14.346 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:35:14.346 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:14.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:14.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:14.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:14.346 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:35:14.346 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:35:14.346 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:35:14.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:14.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:14.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:14.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:14.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:35:14.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:14.347 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:35:14.347 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:14.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:14.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:14.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:14.348 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:35:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:14.348 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:14.348 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:14.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:35:14.353 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:35:14.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:35:14.855 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:35:14.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:14.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:35:14.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:35:14.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:14.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:35:14.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:35:14.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:35:14.855 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:35:14.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:14.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:14.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:14.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:14.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:14.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:14.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:14.856 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:14.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:14.856 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest 12:35:14.856 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:14.856 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:14.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:14.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:14.856 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.147 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest junitRunTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitRunTest) Time elapsed: 13.238 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:35:14.871 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:35:14.872 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:35:14.872 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:14.872 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:35:14.872 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:35:14.872 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:35:14.872 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:14.872 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:35:14.873 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:14.873 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:35:14.873 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:14.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.877 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:14.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:14.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:14.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:14.881 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:14.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E') 12:35:14.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:14.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:14.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:14.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:14.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:14.883 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:14.883 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:15.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:15.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:15.005 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:15.005 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:15.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:15.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:15.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Test Run History...") 12:35:15.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:35:15.008 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Test Run History... 12:35:15.008 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:35:15.008 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:15.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test Runs"] is available.... 12:35:15.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test Runs"] is available. finished successfully 12:35:15.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test Runs 12:35:15.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:15.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:15.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove All") 12:35:15.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:15.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:15.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:15.104 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Test Runs" as the parent 12:35:15.104 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:15.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:15.106 INFO [WorkbenchTestable][AbstractButton] Click button Remove &All 12:35:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:15.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:15.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:15.108 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:35:15.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:15.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:15.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:15.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Test Runs" as the parent 12:35:15.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:15.117 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:35:15.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:15.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:15.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:15.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:15.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test Runs"] is available.... 12:35:15.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test Runs"] is available. finished successfully 12:35:15.214 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:15.214 INFO [WorkbenchTestable][RequirementsRunner] Started test: getViewStatusTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 12:35:15.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:35:15.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:35:15.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:15.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:15.214 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:15.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.218 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:15.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.222 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:15.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:15.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:15.223 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:15.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E') 12:35:15.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:15.257 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:15.257 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:15.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:15.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:15.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:15.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:15.260 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:15.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:15.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:15.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:15.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:15.261 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:15.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:35:15.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 12:35:15.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:35:15.265 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:15.265 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:15.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:15.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:15.266 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getViewStatusTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 12:35:15.266 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:15.266 INFO [WorkbenchTestable][RequirementsRunner] Started test: getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 12:35:15.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:35:15.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:35:15.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:15.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:15.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:15.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.270 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:15.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.274 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:15.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:15.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:15.274 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:15.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E') 12:35:15.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:15.278 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:15.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:15.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:15.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:15.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:15.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:15.280 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:15.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:15.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:15.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:15.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:15.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:15.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Runs: ") 12:35:15.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:15.285 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:15.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:35:15.288 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:15.288 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:15.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:15.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:15.288 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 12:35:15.288 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:15.288 INFO [WorkbenchTestable][RequirementsRunner] Started test: getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 12:35:15.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:35:15.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:35:15.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:15.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:15.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:15.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.321 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:15.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.323 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:15.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:15.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:15.354 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:15.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E') 12:35:15.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:15.357 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:15.357 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:15.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:15.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:15.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:15.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:15.359 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:15.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:15.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:15.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:15.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:15.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:15.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Errors: ") 12:35:15.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:15.363 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:15.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:35:15.365 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:15.365 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:15.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:15.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:15.366 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 12:35:15.366 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:15.366 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 12:35:15.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:35:15.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:35:15.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:15.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:15.366 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:15.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.368 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E'' is already open. Activate. 12:35:15.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.370 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:15.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:15.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:15.370 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:15.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJUnit\E') 12:35:15.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:15.373 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:15.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:15.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:15.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:15.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:15.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:15.404 INFO [WorkbenchTestable][AbstractView] Activate view JUnit 12:35:15.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate JUnit 12:35:15.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:15.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:15.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:15.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:15.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and following matchers specified (Matcher matching widget with label: is "Failures: ") 12:35:15.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:15.410 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:15.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:35:15.412 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:15.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:15.412 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) 12:35:15.412 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest 12:35:15.412 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:15.412 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:15.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.543 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest getViewStatusTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.052 s getRunsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.022 s getErrorsTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.078 s getFailuresTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.junit.JUnitViewTest) Time elapsed: 0.046 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:35:15.426 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:35:15.426 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:35:15.427 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:15.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:35:15.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:35:15.427 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:35:15.427 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:15.427 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:35:15.455 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:15.455 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:35:15.455 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:15.455 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:35:15.476 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:35:15.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:35:15.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:15.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:15.477 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:15.477 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:15.481 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:15.481 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:15.481 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:15.481 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:15.481 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:15.481 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:15.481 DEBUG [main][MenuItemLookup] Item match:Window 12:35:15.482 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:15.482 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:15.482 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:15.482 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.482 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:15.482 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:35:15.482 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.482 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:35:15.482 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.482 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:35:15.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:15.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:15.482 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:15.483 DEBUG [main][MenuItemLookup] Item match:Window 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:35:15.483 DEBUG [main][MenuItemLookup] Item match:Perspective 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:35:15.483 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:35:15.484 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:35:15.484 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:35:15.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:35:15.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:15.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:15.484 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:15.484 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:15.484 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:15.484 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:15.484 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:15.484 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:15.484 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:15.484 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:15.484 DEBUG [main][MenuItemLookup] Item match:Window 12:35:15.485 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:15.485 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:15.485 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:15.485 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.485 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:15.485 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:35:15.485 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.485 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:35:15.485 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.485 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:35:15.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:15.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:15.485 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:15.486 DEBUG [main][MenuItemLookup] Item match:Window 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:35:15.486 DEBUG [main][MenuItemLookup] Item match:Perspective 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:35:15.486 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:35:15.486 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:35:15.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:15.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:15.487 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:15.487 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:15.487 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:15.487 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:15.487 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:15.487 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:15.487 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:15.487 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:15.487 DEBUG [main][MenuItemLookup] Item match:Window 12:35:15.487 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:15.487 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:15.487 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:15.487 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.487 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:15.487 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:35:15.487 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.487 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:35:15.487 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.488 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:35:15.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:15.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:15.488 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:15.488 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:15.488 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:15.488 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:15.488 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:15.488 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:15.488 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:15.488 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:15.488 DEBUG [main][MenuItemLookup] Item match:Window 12:35:15.488 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:15.488 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:15.488 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:15.488 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.488 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:15.488 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:35:15.488 DEBUG [main][MenuItemLookup] Item match:Perspective 12:35:15.489 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:35:15.489 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.489 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:35:15.489 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:35:15.489 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:35:15.489 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:35:15.489 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:35:15.489 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:35:15.489 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:35:15.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:35:15.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:35:15.532 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:35:15.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:15.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:15.533 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:15.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:15.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:15.533 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:35:15.533 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:15.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:35:15.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:15.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:15.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:15.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:35:15.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:15.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:15.535 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:35:15.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:15.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:15.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:15.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:15.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:15.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:15.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:15.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:15.781 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:35:15.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:15.782 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:15.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:15.782 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:15.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:15.782 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:15.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:15.782 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:35:15.782 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:15.782 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:15.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:15.783 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:15.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:15.783 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:15.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:15.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:15.784 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:15.784 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:15.784 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:15.784 DEBUG [main][MenuItemLookup] Item match:File 12:35:15.785 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:35:15.785 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:15.790 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:35:15.790 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:35:15.790 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:35:15.790 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:35:15.790 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:35:15.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:35:15.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:35:15.916 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:35:15.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:15.917 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:35:15.917 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:15.917 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:35:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.918 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:15.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:15.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:15.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:35:15.920 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:15.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:15.921 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:15.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:15.921 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:15.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:35:15.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:15.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:15.933 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:15.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:15.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:15.933 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:35:15.934 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:35:15.934 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:35:15.936 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:35:15.937 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:35:15.937 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:35:15.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:35:15.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:15.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:15.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:15.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:15.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:15.948 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:35:15.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:15.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:15.948 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:15.948 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:16.189 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:16.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:16.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:16.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:35:16.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:35:16.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:35:16.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:16.191 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:35:16.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:16.191 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject0' 12:35:16.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:35:16.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:16.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:16.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:16.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:16.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:16.196 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:16.197 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject0 12:35:16.232 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:35:16.232 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:35:16.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:35:16.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:16.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:16.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:16.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:16.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:16.237 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:35:16.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:16.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:16.237 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:16.237 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:16.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:35:19.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:35:19.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:35:19.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:35:19.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:19.558 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:35:19.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:19.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:19.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:19.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:19.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:19.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:19.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:19.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:19.559 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:19.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:19.559 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:19.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:19.559 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:19.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:19.559 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:35:19.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:19.559 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:19.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:19.560 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:19.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:19.560 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:19.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:19.560 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:35:19.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:19.560 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:19.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:19.560 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:19.560 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:19.560 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:19.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:19.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:19.561 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:19.561 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:19.561 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:19.561 DEBUG [main][MenuItemLookup] Item match:File 12:35:19.563 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:35:19.563 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:19.570 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:35:19.570 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:35:19.570 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:35:19.570 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:35:19.570 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:35:19.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:35:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:35:19.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:35:19.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:19.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:19.725 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:35:19.725 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:19.725 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:35:19.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:19.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:19.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:19.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:19.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:19.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:19.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:35:19.728 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:19.728 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:19.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:35:19.728 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:19.728 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:19.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:19.743 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:35:19.743 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:35:19.743 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:35:19.743 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:35:19.743 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:35:19.743 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:35:19.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:35:19.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:19.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:19.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:19.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:19.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:19.745 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:35:19.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:19.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:19.745 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:19.745 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:19.998 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:19.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:19.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:19.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:35:19.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:35:19.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:35:19.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:19.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:19.999 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:35:19.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:19.999 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject1' 12:35:19.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:35:19.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:19.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:20.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:20.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:20.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:20.001 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:20.002 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject1 12:35:20.046 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:35:20.046 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:35:20.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:35:20.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:20.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:20.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:20.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:20.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:20.048 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:35:20.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:20.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:20.049 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:20.049 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:20.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:35:23.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:35:23.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:35:23.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:35:23.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:23.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:23.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:23.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:23.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:23.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:23.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:23.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:23.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:23.381 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:23.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:23.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:23.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:23.381 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:23.381 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:23.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:35:23.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:23.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:23.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:23.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:23.382 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:23.382 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:23.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:23.383 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:35:23.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:23.383 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:23.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:23.383 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:23.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:23.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:23.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:23.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:23.384 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:23.384 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:23.384 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:23.384 DEBUG [main][MenuItemLookup] Item match:File 12:35:23.385 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:35:23.385 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:23.390 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:35:23.390 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:35:23.391 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:35:23.391 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:35:23.391 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:35:23.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:35:23.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:35:23.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:35:23.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:23.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:23.516 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:35:23.516 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:23.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:35:23.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:23.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:23.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:23.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:23.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:23.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:23.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:35:23.520 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:23.520 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:23.520 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:35:23.520 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:23.520 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:23.520 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:23.521 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:35:23.521 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:35:23.521 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:35:23.521 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:35:23.521 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:35:23.521 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:35:23.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:35:23.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:23.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:23.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:23.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:23.523 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:23.535 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:35:23.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:23.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:23.535 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:23.535 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:23.761 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:23.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:23.788 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:23.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:35:23.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:35:23.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:35:23.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:23.790 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:35:23.790 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:23.790 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject2' 12:35:23.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:35:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:23.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:23.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:23.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:23.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:23.795 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:23.796 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject2 12:35:23.830 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:35:23.830 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:35:23.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:35:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:23.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:23.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:23.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:23.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:23.835 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:35:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:23.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:23.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:23.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:23.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:35:27.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:35:27.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:35:27.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:35:27.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:27.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:27.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:27.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:27.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:27.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:27.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:27.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:27.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:27.071 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:27.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:27.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:27.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:27.073 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:35:27.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:27.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:27.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:27.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:27.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:27.075 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:27.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:35:27.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:27.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:27.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:27.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:27.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:27.077 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:27.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:27.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:27.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:27.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:27.079 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:27.081 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:27.081 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:27.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:27.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:27.082 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:27.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:27.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:27.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:27.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:27.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:27.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:27.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:27.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:28.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:28.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:28.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:35:28.085 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:28.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:28.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:28.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:28.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:35:28.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:28.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:28.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:28.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:28.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:28.087 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 12:35:28.087 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 12:35:28.087 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 12:35:28.087 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:28.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:28.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:28.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:28.088 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:28.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:28.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:28.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:28.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:28.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:28.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:28.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:28.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:29.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:29.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:35:29.090 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:29.090 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:29.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:29.091 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:29.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:35:29.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:29.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:29.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:29.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:29.092 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 12:35:29.092 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 12:35:29.092 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 12:35:29.092 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:29.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:29.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:29.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:29.093 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:29.093 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:29.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:29.094 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:29.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:29.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:29.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:29.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:30.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:30.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:30.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:35:30.095 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:30.096 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:30.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:30.096 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:30.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:35:30.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:30.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:30.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:30.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:30.097 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:30.097 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 12:35:30.097 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 12:35:30.097 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 12:35:30.098 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:30.098 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 12:35:30.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:35:30.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:35:30.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:30.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:30.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:30.098 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:30.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:30.098 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:30.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:30.098 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:35:30.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:30.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:30.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:30.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:30.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:30.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:30.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:30.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:35:30.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:30.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:30.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:30.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:30.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:30.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:30.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:30.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:30.100 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:30.100 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:30.100 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:30.100 DEBUG [main][MenuItemLookup] Item match:File 12:35:30.102 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:35:30.102 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:30.106 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:35:30.106 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:35:30.131 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:35:30.131 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:35:30.131 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:35:30.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:35:30.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:35:30.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:35:30.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:30.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:30.272 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:35:30.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:30.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:35:30.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:30.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:30.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:30.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:30.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:30.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:30.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:30.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:35:30.275 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:30.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:30.276 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:30.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:30.276 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:30.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:35:30.276 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:30.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:30.276 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:30.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:30.276 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:30.277 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:35:30.277 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:35:30.277 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:35:30.277 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:35:30.289 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:35:30.289 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:35:30.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:35:30.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:30.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:30.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:30.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:30.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:30.291 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:35:30.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:30.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:30.292 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:30.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:30.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:30.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:30.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:30.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:35:30.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:35:30.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:35:30.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:30.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:30.546 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:35:30.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:30.546 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectTestProject3' 12:35:30.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:35:30.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:30.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:30.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:30.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:30.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:30.564 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:30.565 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectTestProject3 12:35:30.599 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:35:30.599 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:35:30.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:35:30.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:30.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:30.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:30.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:30.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:30.604 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:35:30.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:30.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:30.604 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:30.604 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:30.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:35:33.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:35:33.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:35:33.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:35:33.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:33.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:33.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:33.613 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:33.613 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:33.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:33.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:33.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:33.615 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:33.617 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:33.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:33.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:33.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:33.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:33.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:33.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:34.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:34.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:34.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:34.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:34.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:35:34.620 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:34.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:34.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:34.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:34.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:35:34.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:34.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:34.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:34.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:34.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:34.623 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 12:35:34.623 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 12:35:34.623 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 12:35:34.623 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject3 12:35:34.624 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject3 12:35:34.624 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject3 12:35:34.624 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject3 about selection 12:35:34.628 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject3 12:35:34.629 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:34.629 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:34.687 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:34.687 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:34.688 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:35:34.688 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:35:34.688 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:35:34.688 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:35:34.688 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:35:34.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:34.689 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:35:35.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:35.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:35.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:35.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:35.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:35.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:35.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:35.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:35.189 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:35.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:35.189 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject3' via Explorer 12:35:35.189 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject3 12:35:35.189 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject3 12:35:35.189 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject3 about selection 12:35:35.192 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject3 12:35:35.192 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:35.192 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:35.236 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:35.236 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:35:35.236 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:35.236 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:35:35.236 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:35:35.236 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:35.236 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:35.236 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:35.236 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:35:35.236 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:35.236 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:35.236 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:35:35.236 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:35:35.236 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:35:35.237 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:35:35.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.392: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.420: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.424: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.426: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.440: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.457: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.473: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.491: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.507: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.523: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.540: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.557: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.573: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.590: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.624: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.640: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:35:35.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:35:35.926 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:35:35.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:35.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:35.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:35.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:35.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:35:35.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:35.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:35.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:35.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:35:35.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:35.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:35.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:35.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:35.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:35.933 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:35:35.933 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:35:35.933 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:35:35.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:35.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:35.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:35.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:35.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:35:35.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:35.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:35.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:35.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:35:35.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:35.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:35.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:35.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:35.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:35.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:35.935 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:35:35.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:35.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:35.935 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:35.935 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.937: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.939: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:35:35.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:35:35.941 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:35:35.973: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:35:36.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:35:36.442 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:35:36.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:36.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:35:36.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:36.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:35:36.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:35:36.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:36.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:36.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:36.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:36.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:36.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:36.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:36.443 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:36.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:36.443 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:36.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:36.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:36.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:36.445 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:36.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:36.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:36.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:36.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:36.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:36.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:36.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:36.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:37.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:37.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:37.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:35:37.449 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:37.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:37.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:37.450 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:37.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:35:37.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:37.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:37.451 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:37.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:37.451 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:37.451 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 12:35:37.451 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 12:35:37.451 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 12:35:37.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:35:37.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:37.452 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:37.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:37.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:37.453 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 12:35:37.453 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:37.453 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 12:35:37.453 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:35:37.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:35:37.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:37.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:37.454 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:37.454 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 12:35:37.454 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 12:35:37.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 12:35:37.464 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 12:35:37.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:35:37.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:37.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:37.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:37.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:37.466 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 12:35:37.466 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:37.466 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectProjectItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 12:35:37.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:35:37.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:35:37.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:37.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:37.466 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:37.466 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:35:37.470 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectTestProject1 12:35:37.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectTestProject1 12:35:37.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:37.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectTestProject1 12:35:37.976 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:35:37.976 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:35:37.976 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:35:37.979 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:35:37.979 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:35:37.979 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectTestProject1 12:35:37.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectTestProject1 12:35:37.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:37.980 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectTestProject1 is already expanded. No action performed 12:35:37.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:37.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectTestProject1 12:35:37.980 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 12:35:37.980 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 12:35:37.980 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 12:35:37.982 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 12:35:37.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:35:37.982 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:37.982 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:37.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:37.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:37.982 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectProjectItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) 12:35:37.982 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:37.983 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:37.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:37.983 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:37.984 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:35:37.984 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:35:37.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:37.984 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:35:38.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:38.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:38.084 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:35:38.085 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:38.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:38.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:38.086 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:38.086 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:38.086 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:38.089 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:38.089 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:38.089 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:38.089 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:38.089 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:38.089 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:38.089 DEBUG [main][MenuItemLookup] Item match:Window 12:35:38.090 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:38.090 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:38.090 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:38.090 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:38.090 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:38.090 DEBUG [main][MenuItemLookup] Item match:Show View 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:38.099 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:35:38.099 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:35:38.127 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:35:38.127 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:35:38.127 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:35:38.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:35:38.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:35:38.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:35:38.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:38.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:38.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:35:38.236 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:38.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:38.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:38.237 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:35:38.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:38.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:38.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:38.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:38.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:38.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:38.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:38.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:38.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:35:38.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:38.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:38.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:38.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:38.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:38.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:35:38.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:38.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:38.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:38.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:38.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:38.248 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:35:38.248 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:35:38.248 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:35:38.248 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:35:38.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:38.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:38.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:38.248 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:35:38.248 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:38.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:38.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:38.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:35:38.249 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:38.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:38.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:38.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:35:38.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:38.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:38.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:38.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:38.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:38.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:38.251 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:35:38.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:38.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:38.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:38.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:38.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:35:38.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:35:38.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:35:38.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:38.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:38.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:35:38.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:38.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:38.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:38.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:38.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:38.358 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:38.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:35:38.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:38.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:38.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:38.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:38.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:38.359 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:38.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:38.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:38.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:38.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:38.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:38.362 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:38.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:38.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:38.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:38.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:38.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:38.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:38.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:38.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:39.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:39.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:35:39.365 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:39.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:39.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:39.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:39.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:35:39.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:39.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:39.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:39.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:39.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:39.368 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject0 12:35:39.368 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject1 12:35:39.368 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectTestProject2 12:35:39.368 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject0 12:35:39.368 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject0 12:35:39.369 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject0 about selection 12:35:39.371 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject0 12:35:39.372 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:39.372 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:39.437 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:35:39.437 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:35:39.437 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:35:39.437 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:35:39.437 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:35:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:39.438 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:35:39.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:39.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:39.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:39.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:39.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:39.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:39.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:39.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:39.938 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:39.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:39.938 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject0' via Explorer 12:35:39.938 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject0 12:35:39.938 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject0 12:35:39.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject0 about selection 12:35:39.941 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject0 12:35:39.941 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:39.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:39.995 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:39.995 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:35:39.995 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:39.995 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:35:39.995 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:35:39.995 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:39.995 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:39.995 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:39.995 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:35:39.995 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:39.995 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:39.995 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:35:39.995 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:35:39.995 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:35:39.995 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:35:40.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.145: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.171: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.175: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.176: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.193: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.210: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.227: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.243: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.259: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.276: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.293: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.310: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.327: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.343: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.360: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.376: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.393: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:35:40.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:35:40.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:35:40.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:40.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:40.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:40.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:40.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:35:40.682 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:40.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:40.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:40.682 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:35:40.682 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:40.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:40.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:40.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:40.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:40.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:40.683 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:35:40.683 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:35:40.683 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:35:40.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:40.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:40.684 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:40.684 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:40.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:35:40.684 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:40.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:40.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:40.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:35:40.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:40.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:40.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:40.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:40.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:40.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:40.686 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:35:40.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:40.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:40.686 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:40.686 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.688: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.690: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:35:40.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:35:40.692 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:35:40.723: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:35:41.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:35:41.193 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:35:41.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:35:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:35:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:35:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:41.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:41.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:41.194 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:41.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:41.194 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 12:35:41.194 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 12:35:41.194 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 12:35:41.199 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 12:35:41.199 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:41.199 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:41.250 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:35:41.250 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:35:41.250 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:35:41.250 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:35:41.250 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:35:41.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:41.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:35:41.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:35:41.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:41.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:35:41.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:35:41.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:35:41.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:41.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:41.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:41.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:41.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:41.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:41.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:41.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:41.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:41.256 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject1' via Explorer 12:35:41.256 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject1 12:35:41.256 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject1 12:35:41.256 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject1 about selection 12:35:41.258 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject1 12:35:41.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:41.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:41.304 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:41.304 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:35:41.304 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:41.304 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:35:41.304 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:35:41.304 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:41.304 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:41.304 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:41.304 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:35:41.304 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:41.304 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:41.304 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:35:41.304 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:35:41.304 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:35:41.304 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:35:41.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.445: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.470: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.474: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.476: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.494: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.510: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.527: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.544: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.560: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.577: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.593: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.610: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.627: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.660: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.676: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.693: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:35:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:35:41.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:35:41.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:41.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:41.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:41.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:41.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:35:41.869 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:41.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:41.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:41.869 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:35:41.869 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:41.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:41.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:41.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:41.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:41.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:41.870 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:35:41.870 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:35:41.870 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:35:41.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:41.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:41.871 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:41.871 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:41.871 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:35:41.871 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:41.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:41.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:41.871 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:35:41.871 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:41.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:41.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:41.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:41.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:41.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:41.873 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:35:41.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:41.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:41.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:41.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.875: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.877: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:35:41.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:35:41.878 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:35:41.904: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:35:42.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:35:42.379 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:35:42.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:42.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:35:42.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:42.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:42.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:35:42.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:35:42.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:35:42.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:42.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:42.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:42.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:42.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:42.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:42.379 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:42.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:42.379 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject2 12:35:42.379 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject2 12:35:42.380 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject2 about selection 12:35:42.383 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject2 12:35:42.383 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:42.383 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:42.434 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:35:42.434 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:35:42.435 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:35:42.435 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:35:42.435 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:35:42.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:42.435 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:35:42.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:35:42.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:35:42.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:42.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:42.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:42.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:42.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:42.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:42.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:42.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:42.935 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:42.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:42.936 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectTestProject2' via Explorer 12:35:42.936 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectTestProject2 12:35:42.936 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectTestProject2 12:35:42.936 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectTestProject2 about selection 12:35:42.938 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectTestProject2 12:35:42.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:35:42.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:42.981 DEBUG [main][MenuItemLookup] Found menu:'New' 12:35:42.981 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:35:42.981 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:42.981 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:35:42.981 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:35:42.981 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:35:42.981 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:42.981 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:35:42.981 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:35:42.981 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:35:42.981 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:35:42.981 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:35:42.982 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:35:42.982 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:35:42.982 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:35:43.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.119: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.141: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.146: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.151: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.167: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.184: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.200: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.216: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.234: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.250: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.267: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.283: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.300: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.317: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.333: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.349: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.366: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:35:43.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:35:43.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:35:43.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:43.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:43.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:43.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:43.651 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:35:43.651 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:43.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:43.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:43.651 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:35:43.651 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:43.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:43.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:43.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:43.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:43.652 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:43.652 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:35:43.652 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:35:43.652 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:35:43.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:43.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:43.652 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:43.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:43.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:35:43.652 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:43.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:43.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:43.653 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:35:43.653 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:43.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:43.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:43.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:43.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:43.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:43.654 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:35:43.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:43.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:43.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:43.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.656: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.658: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:35:43.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:35:43.659 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:35:43.690: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:35:44.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:35:44.160 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:35:44.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:44.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:35:44.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:44.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:44.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:35:44.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:35:44.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:44.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:44.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:44.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:44.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:44.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:44.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:44.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:44.161 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest 12:35:44.161 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:44.161 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:44.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:44.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.737 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) Time elapsed: 7.355 s select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) Time elapsed: 0.013 s selectProjectItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.ProjectTest) Time elapsed: 0.516 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:35:44.179 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:35:44.179 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:35:44.180 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:44.180 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:35:44.180 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:35:44.180 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:35:44.180 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:44.180 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:35:44.180 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:44.180 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:35:44.181 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:44.181 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:35:44.181 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:35:44.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:35:44.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:44.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:44.181 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:44.181 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:44.184 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:44.184 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:35:44.184 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:35:44.184 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:44.184 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:44.184 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:44.184 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:44.184 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:44.184 DEBUG [main][MenuItemLookup] Item match:Window 12:35:44.185 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:44.185 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:44.185 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:44.185 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.185 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:44.185 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:35:44.185 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.185 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:35:44.185 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.185 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:35:44.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:44.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:44.185 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:44.186 DEBUG [main][MenuItemLookup] Item match:Window 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:35:44.186 DEBUG [main][MenuItemLookup] Item match:Perspective 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:35:44.186 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:35:44.187 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:35:44.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:35:44.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:44.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:44.187 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:44.187 DEBUG [main][MenuItemLookup] Item match:Window 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.187 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:35:44.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:44.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:44.188 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:44.188 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:44.188 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:44.188 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:35:44.188 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:35:44.188 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:44.188 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:44.188 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:44.188 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:44.188 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:44.188 DEBUG [main][MenuItemLookup] Item match:Window 12:35:44.188 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:44.188 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:44.188 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:44.188 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.188 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:44.188 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:35:44.188 DEBUG [main][MenuItemLookup] Item match:Perspective 12:35:44.189 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:35:44.189 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.189 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:35:44.189 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:35:44.189 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:35:44.189 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:35:44.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:44.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:44.190 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:44.190 DEBUG [main][MenuItemLookup] Item match:Window 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.190 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:35:44.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:44.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:44.191 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:44.191 DEBUG [main][MenuItemLookup] Item match:Window 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:35:44.191 DEBUG [main][MenuItemLookup] Item match:Perspective 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:35:44.191 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:35:44.191 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:35:44.191 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:35:44.191 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:35:44.192 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:35:44.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:35:44.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:35:44.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:35:44.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:44.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:44.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:44.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:44.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:44.233 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:35:44.233 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:44.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:44.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:44.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:35:44.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:44.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:44.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:44.234 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:35:44.234 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:44.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:44.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:44.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:44.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:44.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:44.235 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:35:44.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:44.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:44.235 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:44.235 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:44.489 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:44.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:44.489 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:44.489 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:44.490 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:35:44.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:44.490 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:44.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:44.490 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:44.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:44.490 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:44.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:44.490 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:35:44.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:44.490 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:44.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:44.491 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:44.491 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:44.491 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:44.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:44.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:44.491 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:44.491 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:44.492 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:44.492 DEBUG [main][MenuItemLookup] Item match:File 12:35:44.493 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:35:44.493 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:44.497 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:35:44.497 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:35:44.520 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:35:44.520 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:35:44.520 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:35:44.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:35:44.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:35:44.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:35:44.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:44.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:44.740 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:35:44.740 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:44.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:35:44.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:44.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:44.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:44.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:44.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:44.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:44.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:44.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:35:44.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:44.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:44.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:44.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:44.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:44.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:35:44.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:44.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:44.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:44.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:44.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:44.756 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:35:44.756 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:35:44.756 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:35:44.756 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:35:44.756 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:35:44.756 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:35:44.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:35:44.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:44.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:44.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:44.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:44.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:44.758 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:35:44.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:44.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:44.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:44.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:44.998 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:44.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:45.007 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:45.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:35:45.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:35:45.007 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:35:45.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:45.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:45.008 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:35:45.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:45.009 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'ProjectItemTestProject' 12:35:45.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:35:45.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:45.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:45.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:45.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:45.011 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:45.012 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject 12:35:45.048 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:35:45.048 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:35:45.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:35:45.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:45.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:45.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:45.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:45.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:45.051 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:35:45.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:45.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:45.051 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:45.051 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:45.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:35:48.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:35:48.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:35:48.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:35:48.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:48.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:35:48.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:48.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:48.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:48.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:48.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:48.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:48.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:48.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:48.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:48.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:48.061 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:48.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:48.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:48.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:48.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:35:48.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:48.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:48.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:48.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:48.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:48.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:48.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:48.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:35:48.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:48.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:48.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:48.063 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:48.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:48.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:48.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:48.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:48.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:48.064 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:48.064 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:48.064 DEBUG [main][MenuItemLookup] Item match:File 12:35:48.067 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:35:48.067 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:48.073 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:35:48.073 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:35:48.074 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:35:48.074 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:35:48.074 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:35:48.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:35:48.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:35:48.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:35:48.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:48.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:48.220 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:35:48.220 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:48.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:35:48.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:48.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:48.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:48.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:48.222 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:48.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:48.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:48.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:35:48.239 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:48.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:48.239 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:48.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:48.240 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:48.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:35:48.240 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:48.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:48.249 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:48.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:48.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:48.250 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:35:48.250 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:35:48.250 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:35:48.253 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:35:48.253 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:35:48.253 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:35:48.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:35:48.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:48.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:48.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:48.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:48.255 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:35:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:48.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:48.255 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:48.256 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:48.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:48.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:48.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:48.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:35:48.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:35:48.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:35:48.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:48.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:48.365 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:35:48.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:48.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:35:48.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:48.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:48.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:48.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:48.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:48.415 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:48.416 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 12:35:48.459 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:35:48.459 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:35:48.459 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:35:48.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:48.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:48.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:48.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:48.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:48.465 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:35:48.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:48.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:48.465 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:48.465 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:48.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:35:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:35:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 17 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 17 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:49.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:49.239 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:49.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:49.241 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:49.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:49.241 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:35:49.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:49.241 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:49.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:49.242 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:49.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:49.242 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:49.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:49.242 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:35:49.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:49.242 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:49.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:49.242 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:49.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:49.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:35:49.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:49.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:49.243 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:35:49.243 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:35:49.243 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:49.243 DEBUG [main][MenuItemLookup] Item match:File 12:35:49.244 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:35:49.244 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:49.249 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:35:49.249 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:35:49.249 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:35:49.249 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:35:49.249 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:35:49.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:35:49.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:35:49.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:35:49.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:49.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:49.408 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:35:49.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:49.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:35:49.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:49.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:49.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:49.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:49.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:49.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:49.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:35:49.511 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:49.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:49.512 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:49.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:49.512 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:49.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:35:49.512 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:49.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:49.512 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:49.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:49.513 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:49.513 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:35:49.513 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:35:49.513 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:35:49.514 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:35:49.514 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:35:49.514 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:35:49.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:35:49.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:49.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:49.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:49.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:49.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:49.516 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:35:49.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:49.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:49.517 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:49.517 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:49.744 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:49.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:49.744 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:49.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:35:49.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:35:49.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:35:49.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:49.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:49.746 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:35:49.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:49.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:35:49.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:49.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:49.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:49.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:49.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:49.786 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:49.787 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass1 12:35:49.811 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:35:49.811 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:35:49.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:35:49.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:49.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:49.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:49.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:49.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:49.863 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:35:49.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:49.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:49.863 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:49.863 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:49.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:35:50.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:35:50.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:50.441 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 10 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:50.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 10 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:50.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:50.443 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:50.443 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectCollapsedPackageExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:35:50.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:35:50.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:35:50.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:50.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:50.443 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:50.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:50.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:50.445 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:35:50.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:50.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:50.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform 12:35:50.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:50.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:50.447 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass1.java - Eclipse Platform' 12:35:50.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:35:50.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:50.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:50.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:50.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:50.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:50.449 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:50.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:50.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:50.505 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:50.506 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:50.506 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:50.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:50.508 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:50.508 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:50.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:50.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:50.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:50.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:50.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:50.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:51.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:51.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:51.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:51.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:51.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:35:51.542 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:51.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:51.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:51.544 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:51.544 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:35:51.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:51.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:51.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:51.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:51.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:51.545 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:35:51.546 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:35:51.547 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:35:51.547 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:35:51.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:51.547 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:35:51.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:51.547 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:35:51.547 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:51.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:51.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:51.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:51.549 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:51.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:51.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:51.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:51.550 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:51.550 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:51.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:51.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:51.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:51.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:51.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:52.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:52.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:52.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:52.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:52.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:35:52.554 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:52.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:52.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:52.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:52.556 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:35:52.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:52.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:52.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:52.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:52.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:52.557 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:35:52.557 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:35:52.558 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:35:52.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:35:52.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:52.558 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:35:52.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:52.558 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:35:52.558 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:35:52.558 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:35:52.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:35:52.562 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:35:52.562 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:35:52.562 DEBUG [main][EditorHandler] 2 editor(s) found 12:35:52.562 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass.java 12:35:52.605 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass.java is closed 12:35:52.605 DEBUG [WorkbenchTestable][EditorHandler] Closing editor TestClass1.java 12:35:52.662 DEBUG [WorkbenchTestable][EditorHandler] Editor TestClass1.java is closed 12:35:52.663 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:52.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:52.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:52.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:52.664 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:35:52.665 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:35:52.665 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:35:52.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:52.665 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:35:52.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:52.665 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:35:52.666 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 12:35:52.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:35:52.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:52.666 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:35:52.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:52.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:35:52.666 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 12:35:52.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 12:35:52.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:52.666 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item (default package) is already expanded. No action performed 12:35:52.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:52.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 12:35:52.667 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item ProjectItemTestProject 12:35:52.667 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item ProjectItemTestProject 12:35:52.667 DEBUG [main][TreeItemHandler] Setting tree item ProjectItemTestProject collapsed 12:35:52.667 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 12:35:52.668 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: ProjectItemTestProject 12:35:52.668 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 12:35:52.668 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 12:35:52.668 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 12:35:52.671 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 12:35:52.671 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:35:52.671 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:35:52.676 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:35:52.678 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:35:52.688 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:52.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:52.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:52.689 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:52.689 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:35:52.689 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:35:52.689 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:52.690 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:35:52.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:35:52.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:52.712 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:52.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:52.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:52.769 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectCollapsedPackageExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:35:52.769 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:52.769 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:35:52.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:35:52.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:35:52.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:52.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:52.769 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:52.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:52.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:52.785 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:35:52.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:52.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:52.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:52.786 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:52.786 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:35:52.786 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:52.789 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:52.789 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:52.789 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:52.789 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:52.789 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:52.789 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:52.789 DEBUG [main][MenuItemLookup] Item match:Window 12:35:52.789 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:52.789 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:52.790 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:52.790 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:52.790 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:52.790 DEBUG [main][MenuItemLookup] Item match:Show View 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:52.797 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:35:52.797 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:35:52.823 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:35:52.823 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:35:52.823 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:35:52.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:35:52.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:35:52.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:35:52.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:52.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:52.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:35:52.947 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:52.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:52.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:52.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:35:52.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:52.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:52.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:52.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:52.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:52.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:52.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:52.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:52.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:35:52.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:52.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:52.949 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:52.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:52.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:52.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:35:52.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:52.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:52.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:52.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:52.950 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:35:52.950 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:35:52.950 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:35:52.950 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:35:52.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:52.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:52.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:52.951 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:35:52.951 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:52.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:52.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:52.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:35:52.952 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:52.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:52.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:52.952 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:35:52.952 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:52.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:52.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:52.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:52.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:52.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:52.953 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:35:52.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:52.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:52.953 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:52.953 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:53.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:35:53.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:35:53.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:35:53.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:53.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:53.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:35:53.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:53.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:53.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:35:53.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:53.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:53.064 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:35:53.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:35:53.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:53.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:53.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:53.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:53.065 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:53.066 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:53.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:53.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:53.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:35:53.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:53.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:53.068 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:53.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:53.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:53.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:53.069 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:53.069 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:53.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:53.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:53.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:53.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:53.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:53.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:53.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:54.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:54.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:54.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:35:54.072 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:54.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:54.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:54.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:54.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:35:54.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:54.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:54.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:54.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:54.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:54.073 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:35:54.074 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:35:54.074 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:35:54.074 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:35:54.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:54.074 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:35:54.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:54.074 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:35:54.074 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:54.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:54.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:54.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:54.075 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:54.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:54.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:54.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:54.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:54.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:54.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:54.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:54.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:55.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:55.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:55.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:35:55.077 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:55.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:55.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:55.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:55.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:35:55.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:55.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:55.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:55.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:55.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:55.079 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:35:55.079 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:35:55.079 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:35:55.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:35:55.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:55.080 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:35:55.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:55.080 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:35:55.080 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:35:55.080 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:35:55.080 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:35:55.083 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:35:55.083 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:35:55.083 DEBUG [main][EditorHandler] 0 editor(s) found 12:35:55.083 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:55.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:55.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:55.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:55.084 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:55.084 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:55.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:55.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:55.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:55.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:55.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:55.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:55.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:56.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:56.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:56.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:35:56.086 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:56.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:56.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:56.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:35:56.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:56.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:56.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:56.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:56.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:56.088 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:35:56.088 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:35:56.089 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:35:56.089 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:35:56.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:56.089 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:35:56.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:56.089 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:35:56.089 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item (default package) of tree item src 12:35:56.089 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:35:56.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:56.089 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:35:56.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:56.089 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:35:56.089 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item TestClass.java of tree item (default package) 12:35:56.089 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item (default package) 12:35:56.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:56.089 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item (default package) is already expanded. No action performed 12:35:56.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:56.089 INFO [WorkbenchTestable][TreeItemHandler] Expanded: (default package) 12:35:56.090 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:35:56.090 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:35:56.090 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:35:56.092 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:35:56.092 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item TestClass.java 12:35:56.092 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TestClass.java 12:35:56.092 DEBUG [main][TreeItemHandler] Selecting tree item: TestClass.java 12:35:56.092 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TestClass.java about selection 12:35:56.094 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TestClass.java 12:35:56.094 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:35:56.094 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:35:56.281 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:35:56.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:56.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:35:56.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:35:56.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:35:56.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:35:56.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:35:56.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:35:56.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:35:56.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:35:56.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:35:56.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:35:56.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:35:56.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:35:56.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:35:56.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:35:56.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClass.java\E') 12:35:56.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:56.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:56.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:56.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:56.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:56.290 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.290 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class TestClass { } TooltipText=null 12:35:56.290 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:56.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:56.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:56.321 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:35:56.321 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:35:56.322 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:56.322 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:35:56.354 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:35:56.354 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:56.354 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:56.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:56.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:56.384 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:35:56.384 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:56.384 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:35:56.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:35:56.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:35:56.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:56.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:56.384 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:56.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:56.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:56.435 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:35:56.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:35:56.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:56.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:56.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:35:56.436 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:35:56.468 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:56.471 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:56.471 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:35:56.471 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:35:56.471 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:56.471 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:56.471 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:56.471 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:56.471 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:56.471 DEBUG [main][MenuItemLookup] Item match:Window 12:35:56.474 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:56.475 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:56.475 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:56.475 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:56.475 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:56.475 DEBUG [main][MenuItemLookup] Item match:Show View 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:56.483 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:35:56.483 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:35:56.484 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:35:56.484 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:35:56.484 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:35:56.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:35:56.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:35:56.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:35:56.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:56.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:56.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:35:56.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:56.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:56.602 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:35:56.602 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:56.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:56.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:56.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:56.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:56.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:56.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:56.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:35:56.604 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:56.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:56.604 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:56.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:56.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:56.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:35:56.604 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:56.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:56.604 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:56.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:56.604 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:56.605 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:35:56.605 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:35:56.605 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:35:56.605 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:35:56.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:56.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:56.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:56.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:35:56.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:56.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:56.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:56.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:35:56.606 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:56.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:56.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:56.606 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:35:56.606 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:56.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:56.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:56.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:56.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:56.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:56.607 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:35:56.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:56.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:56.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:56.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:56.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:35:56.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:35:56.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:35:56.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:56.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:56.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:35:56.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:56.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:56.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:35:56.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:56.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:56.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:35:56.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:35:56.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:56.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:56.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:56.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:56.733 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:56.734 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:56.734 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:56.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:35:56.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:56.735 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:56.736 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:56.736 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:56.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:56.737 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:56.737 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:56.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:56.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:56.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:56.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:56.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:57.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:57.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:57.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:57.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:57.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:35:57.770 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:57.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:57.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:57.771 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:57.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:35:57.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:57.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:57.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:57.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:57.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:57.772 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:35:57.773 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:35:57.773 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:35:57.773 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:35:57.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:57.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:35:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:57.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:35:57.774 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:35:57.774 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:35:57.774 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:35:57.777 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:35:57.778 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 12:35:57.778 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 12:35:57.778 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 12:35:57.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 12:35:57.778 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 12:35:57.778 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:57.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:57.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:57.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:57.780 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:35:57.780 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:35:57.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:57.781 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:35:57.817 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:35:57.818 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:35:57.818 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:35:57.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:57.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:57.848 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:35:57.848 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:35:57.848 INFO [WorkbenchTestable][RequirementsRunner] Started test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:35:57.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:35:57.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:35:57.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:35:57.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:35:57.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:35:57.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:57.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:57.885 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:35:57.886 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:35:57.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:57.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:57.886 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:35:57.887 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:35:57.887 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:57.889 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:35:57.889 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:35:57.889 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:35:57.889 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:35:57.889 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:35:57.889 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:35:57.889 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:35:57.889 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:35:57.889 DEBUG [main][MenuItemLookup] Item match:Window 12:35:57.890 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:35:57.890 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:35:57.890 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:35:57.890 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:57.890 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:35:57.890 DEBUG [main][MenuItemLookup] Item match:Show View 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:57.897 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:35:57.897 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:35:57.897 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:35:57.897 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:35:57.897 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:35:58.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:35:58.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:35:58.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:35:58.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:58.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:58.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:35:58.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:58.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:58.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:58.015 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:35:58.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:58.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:58.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:58.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:58.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:58.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:58.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:58.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:35:58.017 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:58.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:58.017 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:58.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:58.017 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:58.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:35:58.017 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:35:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:58.018 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:35:58.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:58.018 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:35:58.018 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:35:58.018 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:35:58.018 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:35:58.018 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:35:58.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:58.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:58.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:58.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:35:58.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:58.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:58.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:35:58.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:35:58.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:35:58.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:35:58.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:35:58.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:35:58.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:58.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:58.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:58.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:58.020 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:35:58.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:58.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:58.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:58.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:58.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:35:58.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:35:58.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:35:58.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:58.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:35:58.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:58.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:35:58.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:58.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:58.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:35:58.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:35:58.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:58.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:58.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:58.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:35:58.143 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:58.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:58.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:58.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:35:58.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:35:58.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:35:58.146 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:58.146 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:58.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:58.147 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:58.147 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:58.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:58.148 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:58.149 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:58.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:58.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:58.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:58.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:59.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:59.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:35:59.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:35:59.178 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:35:59.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:35:59.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:35:59.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:35:59.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:35:59.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:59.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:59.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:59.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:59.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:59.180 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:35:59.180 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:35:59.181 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:35:59.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:35:59.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:59.181 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:35:59.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:59.181 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:35:59.181 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:35:59.181 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:35:59.182 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:35:59.184 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:35:59.184 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:59.184 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:59.185 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:59.185 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:59.185 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:35:59.185 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:59.185 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:59.185 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:59.185 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:59.185 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:59.185 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:59.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:59.186 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 12:35:59.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:59.186 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:59.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:59.186 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:59.186 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:59.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:35:59.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:59.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:59.187 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:35:59.187 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:35:59.188 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:59.188 DEBUG [main][MenuItemLookup] Item match:File 12:35:59.189 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:35:59.189 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:35:59.193 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'File' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'' 12:35:59.194 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:35:59.194 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:35:59.194 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:35:59.194 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:35:59.194 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:35:59.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:35:59.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:35:59.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:35:59.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:59.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:59.340 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:35:59.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:59.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:35:59.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:59.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:59.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:59.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:59.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:35:59.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:35:59.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:35:59.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:35:59.343 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:35:59.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:59.343 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:35:59.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:59.343 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:35:59.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:35:59.344 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:35:59.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:35:59.344 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:35:59.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:35:59.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:35:59.344 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 12:35:59.344 DEBUG [main][TreeItemHandler] Selecting tree item: File 12:35:59.344 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 12:35:59.349 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 12:35:59.349 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:35:59.349 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:35:59.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:35:59.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:59.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:59.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:59.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:59.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:59.351 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:35:59.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:59.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:59.351 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:59.351 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:59.398 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:35:59.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:59.399 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:59.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 12:35:59.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 12:35:59.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 12:35:59.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:35:59.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:35:59.400 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:35:59.400 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:35:59.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:35:59.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:59.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:59.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:59.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:59.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:59.418 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:59.419 INFO [WorkbenchTestable][AbstractText] Text set to: text.txt 12:35:59.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 12:35:59.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:59.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:59.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:59.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:59.450 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:35:59.450 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:35:59.450 INFO [WorkbenchTestable][AbstractText] Text set to: ProjectItemTestProject/src/files/ 12:35:59.451 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 12:35:59.451 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 12:35:59.451 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:35:59.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:35:59.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:35:59.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:35:59.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:35:59.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:35:59.454 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:35:59.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:35:59.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:35:59.454 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:35:59.454 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:35:59.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:35:59.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:35:59.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:35:59.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update script explorer' is a system job, skipped 12:35:59.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Sending problem marker updates...' is a system job, skipped 12:35:59.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 12:36:00.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:00.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:00.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:00.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:00.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:00.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:36:00.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:00.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:00.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:00.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:00.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@75e793d9 is found... 12:36:00.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@75e793d9 is found finished successfully 12:36:00.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtext.txt\E') 12:36:00.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:00.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:00.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:00.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:00.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:00.158 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:00.158 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:36:00.158 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:00.158 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:36:00.158 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:36:00.159 DEBUG [WorkbenchTestable][EditorHandler] Closing editor text.txt 12:36:00.263 DEBUG [WorkbenchTestable][EditorHandler] Editor text.txt is closed 12:36:00.264 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:00.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:00.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:00.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:00.308 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:00.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:00.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:00.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:00.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:00.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:00.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:00.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:01.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:01.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:01.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:01.312 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:01.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:01.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:01.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:01.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:01.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:01.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:01.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:01.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:01.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:01.314 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:36:01.315 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:36:01.315 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:36:01.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:36:01.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:01.316 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:36:01.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:01.316 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:36:01.316 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 12:36:01.316 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:36:01.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:01.316 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:36:01.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:01.316 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:36:01.316 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 12:36:01.317 DEBUG [main][TreeItemHandler] Selecting tree item: files 12:36:01.317 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 12:36:01.325 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 12:36:01.325 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:01.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:01.374 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:01.374 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:01.374 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:01.374 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:01.374 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:01.374 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:01.374 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:01.374 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:01.374 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:01.374 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:01.374 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:01.374 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:01.375 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:36:01.375 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:36:01.375 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:36:01.375 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:36:01.375 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:01.375 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:36:01.375 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:36:01.375 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:01.375 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:36:01.375 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:36:01.375 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:36:01.375 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:36:01.375 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:36:01.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:01.376 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:36:01.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:01.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:01.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:01.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:01.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:01.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:36:01.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:01.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:01.876 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:01.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:01.876 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'files' via Explorer 12:36:01.877 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item files 12:36:01.877 DEBUG [main][TreeItemHandler] Selecting tree item: files 12:36:01.877 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item files about selection 12:36:01.879 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: files 12:36:01.879 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:01.879 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:01.924 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:01.924 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:01.924 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:01.924 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:01.924 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:01.924 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:01.924 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:01.924 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:01.924 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:01.924 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:01.924 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:01.924 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:36:01.924 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:36:01.924 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:36:01.924 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:36:01.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:36:02.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:36:02.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete 12:36:02.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:02.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:02.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:02.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:02.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:36:02.156 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:02.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:02.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:02.156 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete" as the parent 12:36:02.156 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:02.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:02.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:02.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:02.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:02.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:02.158 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:36:02.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:02.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:02.158 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:02.158 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:02.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:36:02.161 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:36:02.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:36:02.662 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:36:02.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:02.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:36:02.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:36:02.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:36:02.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:02.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:36:02.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:02.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:02.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:02.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:02.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:36:02.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:02.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:02.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:02.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:02.663 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:02.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:02.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:02.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:02.664 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:02.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:02.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:02.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:02.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:02.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:02.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:03.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:03.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:03.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:03.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:03.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:03.668 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:03.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:03.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:03.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:03.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:03.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:03.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:03.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:03.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:03.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:03.669 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:36:03.670 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:36:03.670 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:36:03.670 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:36:03.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:03.670 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:36:03.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:03.670 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:36:03.671 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:36:03.671 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:36:03.671 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item files of tree item src 12:36:03.671 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:36:03.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:03.672 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:36:03.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:03.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:36:03.672 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:36:03.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:36:03.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:03.672 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:36:03.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:03.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:36:03.672 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:36:03.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:03.672 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:36:03.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:03.672 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:36:03.673 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 12:36:03.673 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:36:03.673 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:36:03.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:03.673 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:36:03.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:03.673 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:36:03.673 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:36:03.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:03.673 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:36:03.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:03.673 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:36:03.673 DEBUG [WorkbenchTestable][AbstractResource] Item "files" was not found. Available items on the current level: 12:36:03.673 DEBUG [WorkbenchTestable][AbstractResource] "(default package)" 12:36:03.673 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:03.673 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:03.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:03.674 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:03.674 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:36:03.674 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:36:03.674 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:03.675 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:36:03.720 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:36:03.720 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:03.720 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:03.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:03.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:03.779 INFO [WorkbenchTestable][RequirementsRunner] Finished test: asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:36:03.779 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:03.780 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:36:03.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:36:03.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:36:03.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:03.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:03.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:03.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:03.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:03.799 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:36:03.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:36:03.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:03.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:03.800 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:36:03.800 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:36:03.800 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:03.803 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:36:03.803 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:36:03.803 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:36:03.803 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:36:03.803 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:36:03.803 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:36:03.803 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:36:03.803 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:36:03.803 DEBUG [main][MenuItemLookup] Item match:Window 12:36:03.804 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:36:03.804 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:36:03.804 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:36:03.804 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:03.804 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:36:03.804 DEBUG [main][MenuItemLookup] Item match:Show View 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:03.811 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:36:03.811 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:36:03.812 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:36:03.812 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:36:03.812 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:36:03.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:36:03.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:36:03.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:36:03.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:03.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:03.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:36:03.929 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:03.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:03.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:03.930 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:36:03.930 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:03.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:03.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:03.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:03.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:03.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:03.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:03.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:03.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:36:03.932 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:03.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:03.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:03.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:03.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:03.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:36:03.932 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:03.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:03.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:03.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:03.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:03.932 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:36:03.933 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:36:03.933 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:36:03.933 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:36:03.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:03.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:03.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:03.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:36:03.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:03.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:03.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:03.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:36:03.934 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:03.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:03.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:03.934 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:36:03.934 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:03.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:03.934 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:03.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:03.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:03.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:03.935 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:36:03.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:03.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:03.935 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:03.935 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:04.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:36:04.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:36:04.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:36:04.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:04.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:04.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:36:04.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:04.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:04.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:36:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:04.053 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:36:04.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:36:04.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:04.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:04.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:04.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:04.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:04.054 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:04.054 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:04.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:04.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:36:04.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:04.055 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:04.057 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:04.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:04.057 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:04.058 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:04.058 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:04.058 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:04.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:04.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:04.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:04.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:04.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:04.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:04.560 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:05.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:05.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:05.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:05.061 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:05.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:05.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:05.062 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:05.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:05.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:05.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:05.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:05.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:05.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:05.063 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:36:05.063 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:36:05.064 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item ProjectItemTestProject 12:36:05.064 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ProjectItemTestProject 12:36:05.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:05.064 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ProjectItemTestProject is already expanded. No action performed 12:36:05.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:05.064 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ProjectItemTestProject 12:36:05.064 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item src 12:36:05.064 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item src 12:36:05.064 DEBUG [main][TreeItemHandler] Setting tree item src collapsed 12:36:05.065 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 12:36:05.065 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: src 12:36:05.065 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item src and wait with time period 1 12:36:05.065 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:36:05.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:05.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:05.566 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:36:05.567 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:05.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:05.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:05.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:05.568 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:36:05.568 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:36:05.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:05.569 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:36:05.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:36:05.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:05.605 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:05.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:05.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:05.665 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) 12:36:05.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:05.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:05.685 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:36:05.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:36:05.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:05.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:05.685 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:36:05.686 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:36:05.686 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:05.688 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:36:05.688 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:36:05.688 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:36:05.688 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:36:05.688 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:36:05.688 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:36:05.688 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:36:05.689 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:36:05.689 DEBUG [main][MenuItemLookup] Item match:Window 12:36:05.689 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:36:05.689 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:36:05.689 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:36:05.689 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:05.689 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:36:05.689 DEBUG [main][MenuItemLookup] Item match:Show View 12:36:05.696 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:05.697 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:36:05.697 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:36:05.697 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:36:05.697 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:36:05.697 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:36:05.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:36:05.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:36:05.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:36:05.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:05.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:05.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:36:05.818 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:05.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:05.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:05.818 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:36:05.818 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:05.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:05.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:05.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:05.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:05.818 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:05.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:05.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:05.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:36:05.820 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:05.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:05.820 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:05.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:05.820 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:05.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:36:05.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:05.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:05.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:05.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:05.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:05.821 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:36:05.821 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:36:05.821 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:36:05.821 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:36:05.821 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:05.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:05.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:05.822 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:36:05.822 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:05.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:05.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:05.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:36:05.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:05.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:05.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:05.831 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:36:05.831 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:05.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:05.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:05.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:05.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:05.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:05.832 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:36:05.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:05.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:05.833 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:05.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:05.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:36:05.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:36:05.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:36:05.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:05.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:05.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:36:05.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:05.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:05.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform 12:36:05.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:05.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:05.957 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform' 12:36:05.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:36:05.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:05.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:05.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:05.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:05.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:05.959 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:05.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:05.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:05.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - ProjectItemTestProject/src/TestClass.java - Eclipse Platform TooltipText=null 12:36:05.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:05.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:05.990 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:05.990 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:05.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:05.991 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:05.991 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:05.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:05.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:05.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:05.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:05.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:05.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:06.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:06.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:06.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:06.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:06.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:06.994 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:06.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:06.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:06.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:06.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:06.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:06.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:06.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:06.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:06.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:06.996 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ProjectItemTestProject 12:36:06.996 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 12:36:06.996 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 12:36:06.997 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 12:36:06.999 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 12:36:06.999 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:06.999 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:07.048 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:07.048 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:07.048 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:07.049 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:36:07.049 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:36:07.049 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:36:07.049 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:36:07.049 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:36:07.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:07.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update script explorer' is a system job, skipped 12:36:07.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Sending problem marker updates...' is a system job, skipped 12:36:07.056 DEBUG [WorkbenchTestable][JobIsRunning] job 'Remote System Explorer Operation' has no excuses, wait for it 12:36:07.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:36:07.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:36:07.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:07.556 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:07.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:07.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:07.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:07.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:36:07.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:07.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:07.557 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:07.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:07.557 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ProjectItemTestProject' via Explorer 12:36:07.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ProjectItemTestProject 12:36:07.557 DEBUG [main][TreeItemHandler] Selecting tree item: ProjectItemTestProject 12:36:07.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ProjectItemTestProject about selection 12:36:07.560 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ProjectItemTestProject 12:36:07.560 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:07.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:07.610 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:07.610 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:07.610 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:07.610 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:07.610 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:07.610 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:07.610 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:07.611 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:07.611 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:07.611 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:07.611 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:07.611 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:36:07.611 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:36:07.611 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:36:07.611 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:36:07.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:36:07.779: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:07.807: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:07.812: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:07.814: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:07.826: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:07.844: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:07.860: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:07.876: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:07.893: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:07.909: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:07.927: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:07.943: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:07.959: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:07.977: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:07.993: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:08.009: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:08.026: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:08.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:36:08.315 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:36:08.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:08.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:08.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:08.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:08.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:36:08.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:08.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:08.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:08.321 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:08.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:08.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:08.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:08.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:08.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:08.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:08.322 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:36:08.322 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:36:08.322 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:36:08.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:08.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:08.323 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:08.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:08.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:36:08.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:08.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:08.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:08.323 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:08.323 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:08.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:08.323 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:08.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:08.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:08.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:08.326 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:36:08.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:08.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:08.326 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:08.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:36:08.328: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:08.331: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:08.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:36:08.341 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:36:08.485: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:08.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:36:08.842 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:36:08.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:08.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:36:08.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:36:08.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:08.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:36:08.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:36:08.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:36:08.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:08.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:08.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:08.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:08.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:08.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:08.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:08.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:08.842 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest 12:36:08.842 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:08.842 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:08.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:08.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.665 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest selectCollapsedPackageExplorerItem no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 2.326 s open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 3.615 s select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 1.464 s asyncDelete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 5.931 s testExpand no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerItemTest) Time elapsed: 1.885 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 12:36:08.858 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 12:36:08.858 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:36:08.858 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:08.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 12:36:08.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:36:08.858 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:36:08.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:08.858 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:36:08.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:08.859 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:36:08.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:08.859 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:08.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:08.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:08.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:08.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:36:08.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:08.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:08.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:08.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:08.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:08.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:08.860 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:08.860 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:36:08.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:08.861 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:08.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:08.861 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:08.861 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:08.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:08.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:08.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:08.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:08.862 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:08.863 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:08.865 DEBUG [main][MenuItemLookup] Item match:File 12:36:08.867 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:36:08.867 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:08.872 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:36:08.872 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:36:08.873 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:36:08.873 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:36:08.873 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:36:09.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:36:09.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:36:09.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:36:09.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:09.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:09.012 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:36:09.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:09.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:36:09.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:09.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:09.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:09.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:09.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:09.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:09.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:09.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:36:09.042 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:09.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:09.042 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:09.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:09.042 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:09.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:36:09.042 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:09.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:09.043 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:09.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:09.043 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:09.043 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:36:09.043 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:36:09.043 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:36:09.057 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:36:09.057 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:36:09.057 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:36:09.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:36:09.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:09.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:09.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:09.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:09.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:09.060 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:36:09.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:09.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:09.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:09.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:09.323 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:09.323 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:09.324 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:09.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:36:09.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:36:09.324 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:36:09.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:09.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:09.325 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:36:09.325 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:09.325 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'JavaTestProject0' 12:36:09.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:36:09.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:09.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:09.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:09.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:09.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:36:09.352 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:36:09.353 INFO [WorkbenchTestable][AbstractText] Text set to: JavaTestProject0 12:36:09.389 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:36:09.389 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:36:09.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:36:09.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:09.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:09.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:09.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:09.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:09.600 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:36:09.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:09.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:09.600 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:09.600 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:09.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:36:12.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:36:12.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:36:12.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:36:12.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:12.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:36:12.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:12.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:12.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:12.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:12.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:12.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:12.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:12.740 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:12.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:12.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.743 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:36:12.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:12.745 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:12.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:36:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:12.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:12.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:12.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:12.747 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:12.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:12.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:12.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:36:12.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:12.751 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:12.757 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:12.757 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetJavaProject no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest) 12:36:12.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 12:36:12.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:36:12.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:12.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:12.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:12.758 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:12.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:12.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:12.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:12.759 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:12.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:12.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:12.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:12.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:12.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:12.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:13.261 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:13.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:13.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:13.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:13.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:13.763 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:13.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:13.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:13.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:13.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:13.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:13.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:13.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:13.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:13.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:13.767 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 12:36:13.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 12:36:13.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:13.772 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:13.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:13.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:13.774 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetJavaProject no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest) 12:36:13.774 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:13.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:13.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:13.775 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:13.776 INFO [WorkbenchTestable][AbstractView] Close view 'Package Explorer' 12:36:13.776 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Package Explorer 12:36:13.776 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:13.776 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:36:13.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:13.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:13.910 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:36:13.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:13.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:13.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:13.912 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:13.912 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:13.912 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:13.917 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:36:13.917 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:36:13.917 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:36:13.917 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:36:13.917 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:36:13.917 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:36:13.917 DEBUG [main][MenuItemLookup] Item match:Window 12:36:13.920 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:36:13.920 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:36:13.920 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:36:13.920 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:13.920 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:36:13.920 DEBUG [main][MenuItemLookup] Item match:Show View 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:13.932 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:36:13.932 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:36:13.961 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:36:13.961 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:36:13.961 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:36:14.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:36:14.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:36:14.213 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:36:14.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:14.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:14.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:36:14.214 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:14.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:14.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:14.214 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:36:14.214 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:14.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:14.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:14.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:14.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:14.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:14.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:14.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:14.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:36:14.217 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:14.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:14.217 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:14.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:14.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:14.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:36:14.217 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:14.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:14.217 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:14.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:14.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:14.218 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:36:14.218 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:36:14.218 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:36:14.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:36:14.218 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:14.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:14.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:14.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:36:14.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:14.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:14.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:14.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:36:14.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:14.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:14.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:14.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:36:14.219 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:14.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:14.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:14.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:14.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:14.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:14.221 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:36:14.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:14.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:14.221 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:14.221 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:14.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:36:14.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:36:14.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:36:14.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:14.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:14.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:36:14.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:14.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:14.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:14.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:14.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:14.342 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:14.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:36:14.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:14.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:14.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:14.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:14.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:14.343 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:14.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:14.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:14.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:36:14.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:14.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:14.346 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:14.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:14.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:14.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:14.347 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:14.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:14.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:14.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:14.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:14.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:14.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:14.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:14.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:15.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:15.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:15.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:15.373 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:15.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:15.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:15.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:15.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:15.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:15.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:15.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:15.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:15.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:15.376 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 12:36:15.377 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:15.377 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:15.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:15.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:15.379 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:15.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:15.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:15.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:15.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:15.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:15.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:15.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:15.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:16.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:16.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:16.381 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:16.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:16.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:16.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:16.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:16.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:16.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:16.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:16.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:16.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:16.383 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name JavaTestProject0 12:36:16.383 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaTestProject0 12:36:16.383 DEBUG [main][TreeItemHandler] Selecting tree item: JavaTestProject0 12:36:16.384 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaTestProject0 about selection 12:36:16.392 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaTestProject0 12:36:16.393 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:16.393 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:16.448 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:36:16.448 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:36:16.448 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:36:16.448 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:36:16.448 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:36:16.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:16.449 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:36:16.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:16.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:16.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:16.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:16.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:16.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:16.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:16.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:16.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:16.950 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'JavaTestProject0' via Explorer 12:36:16.950 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaTestProject0 12:36:16.950 DEBUG [main][TreeItemHandler] Selecting tree item: JavaTestProject0 12:36:16.950 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaTestProject0 about selection 12:36:16.952 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaTestProject0 12:36:16.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:16.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:17.019 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:17.019 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:17.019 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:17.019 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:17.019 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:17.019 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:17.019 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:17.019 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:17.019 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:17.019 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:17.019 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:17.019 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:36:17.019 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:36:17.019 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:36:17.020 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:36:17.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.187: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.211: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.216: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.218: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.234: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.252: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.269: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.285: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.302: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.318: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.335: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.351: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.368: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.384: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.401: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.417: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.434: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:17.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:36:17.717 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:36:17.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:17.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:17.721 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:17.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:17.722 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:36:17.722 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:17.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:17.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:17.722 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:17.722 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:17.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:17.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:17.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:17.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:17.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:17.723 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:36:17.724 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:36:17.724 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:36:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:17.724 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:17.724 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:17.724 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:36:17.724 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:17.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:17.725 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:17.725 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:17.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:17.725 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:17.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:17.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:17.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:17.726 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:36:17.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:17.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:17.726 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:17.726 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.729: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.730: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:17.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:36:17.732 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:36:17.767: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:18.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:36:18.233 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:36:18.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:18.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:36:18.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:18.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:36:18.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:36:18.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:18.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:18.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:18.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:18.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:18.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:18.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:18.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:18.233 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest 12:36:18.234 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:18.234 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:18.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:18.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.377 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest testGetJavaProject no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.JavaProjectTest) Time elapsed: 1.017 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:36:18.248 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:36:18.248 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:36:18.249 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:18.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:36:18.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:36:18.249 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:36:18.249 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:18.249 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:36:18.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:18.250 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:36:18.250 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:18.250 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:18.250 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:18.250 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:18.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:18.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:36:18.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:18.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:18.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:18.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:18.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:18.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:18.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:18.251 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:36:18.251 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:18.252 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:18.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:18.252 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:18.252 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:18.252 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:18.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:18.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:18.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:18.253 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:18.253 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:18.256 DEBUG [main][MenuItemLookup] Item match:File 12:36:18.257 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:36:18.257 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:18.262 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:36:18.262 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:36:18.262 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:36:18.262 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:36:18.263 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:36:18.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:36:18.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:36:18.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:36:18.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:18.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:18.401 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:36:18.401 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:18.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:36:18.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:18.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:18.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:18.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:18.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:18.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:18.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:18.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:36:18.415 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:18.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:18.415 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:18.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:18.416 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:18.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:36:18.416 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:18.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:18.416 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:18.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:18.416 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:18.416 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:36:18.416 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:36:18.417 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:36:18.417 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:36:18.417 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:36:18.417 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:36:18.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:36:18.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:18.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:18.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:18.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:18.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:18.419 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:36:18.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:18.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:18.419 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:18.419 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:18.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:18.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:18.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:18.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:36:18.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:36:18.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:36:18.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:18.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:18.668 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:36:18.668 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:18.668 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject0' 12:36:18.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:36:18.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:18.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:18.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:18.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:18.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:36:18.672 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:36:18.673 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject0 12:36:18.719 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:36:18.719 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:36:18.720 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:36:18.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:18.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:18.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:18.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:18.723 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:18.725 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:36:18.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:18.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:18.725 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:18.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:18.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:36:22.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:36:22.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:36:22.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:36:22.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:22.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:36:22.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:22.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:22.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:22.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:22.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:22.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:22.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:22.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:22.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:22.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:22.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:22.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:22.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:22.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:36:22.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:22.060 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:22.060 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:22.061 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:22.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:22.061 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:22.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:22.061 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:36:22.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:22.061 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:22.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:22.061 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:22.061 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:22.061 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:22.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:22.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:22.062 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:22.062 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:22.062 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:22.062 DEBUG [main][MenuItemLookup] Item match:File 12:36:22.065 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:36:22.065 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:22.072 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:36:22.072 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:36:22.072 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:36:22.072 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:36:22.072 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:36:22.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:36:22.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:36:22.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:36:22.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:22.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:22.230 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:36:22.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:22.231 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:36:22.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:22.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:22.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:22.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:22.233 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:22.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:22.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:22.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:36:22.247 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:22.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:22.247 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:22.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:22.247 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:22.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:36:22.248 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:22.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:22.248 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:22.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:22.248 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:22.248 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:36:22.248 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:36:22.249 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:36:22.249 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:36:22.249 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:36:22.249 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:36:22.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:36:22.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:22.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:22.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:22.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:22.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:22.254 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:36:22.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:22.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:22.254 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:22.254 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:22.612 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:22.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:22.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:22.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:36:22.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:36:22.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:36:22.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:22.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:22.615 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:36:22.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:22.615 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject1' 12:36:22.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:36:22.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:22.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:22.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:22.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:22.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:36:22.654 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:36:22.655 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject1 12:36:22.691 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:36:22.691 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:36:22.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:36:22.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:22.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:22.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:22.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:22.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:22.694 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:36:22.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:22.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:22.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:22.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:22.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:36:25.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:36:25.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:36:25.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:36:25.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:25.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:25.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:25.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:25.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:25.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:25.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:25.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:25.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:25.704 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:25.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:25.704 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:25.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:25.705 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:25.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:25.705 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:36:25.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:25.705 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:25.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:25.705 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:25.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:25.705 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:25.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:25.706 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:36:25.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:25.706 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:25.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:25.706 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:25.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:25.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:25.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:25.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:25.706 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:25.707 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:25.707 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:25.707 DEBUG [main][MenuItemLookup] Item match:File 12:36:25.709 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:36:25.709 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:25.716 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:36:25.716 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:36:25.716 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:36:25.716 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:36:25.717 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:36:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:36:25.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:36:25.923 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:36:25.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:25.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:25.924 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:36:25.924 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:25.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:36:25.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:25.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:25.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:25.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:25.926 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:25.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:25.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:36:25.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:25.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:25.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:25.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:25.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:25.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:36:25.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:25.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:25.941 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:25.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:25.941 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:25.941 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:36:25.941 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:36:25.942 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:36:25.942 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:36:25.942 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:36:25.942 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:36:25.942 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:36:25.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:25.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:25.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:25.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:25.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:25.953 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:36:25.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:25.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:25.954 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:25.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:26.230 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:26.230 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:26.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:26.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:36:26.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:36:26.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:36:26.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:26.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:26.232 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:36:26.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:26.232 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject2' 12:36:26.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:36:26.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:26.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:26.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:26.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:26.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:36:26.237 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:36:26.238 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject2 12:36:26.274 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:36:26.274 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:36:26.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:36:26.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:26.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:26.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:26.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:26.279 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:36:26.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:26.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:26.279 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:26.279 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:26.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:36:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:36:29.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:36:29.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:36:29.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:29.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:29.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:29.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:29.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:29.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:29.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:29.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:29.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:29.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:29.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:29.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:29.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:29.291 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:36:29.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:29.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:29.293 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:29.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:29.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:29.293 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:29.293 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:36:29.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:29.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:29.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:29.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:29.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:29.296 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:29.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:29.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:29.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:36:29.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:29.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:29.301 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:29.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:29.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:29.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:29.302 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:29.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:29.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:29.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:29.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:29.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:29.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:29.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:29.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:30.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:30.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:30.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:30.332 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:30.332 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:30.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:30.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:30.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:30.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:30.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:30.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:30.341 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 12:36:30.341 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 12:36:30.341 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 12:36:30.341 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:30.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:30.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:30.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:30.343 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:30.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:30.343 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:30.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:30.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:30.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:30.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:30.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:30.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:31.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:31.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:31.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:31.346 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:31.346 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:31.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:31.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:31.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:31.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:31.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:31.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:31.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:31.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:31.347 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 12:36:31.348 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 12:36:31.348 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 12:36:31.348 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:31.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:31.348 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:31.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:31.349 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:31.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:31.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:31.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:31.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:31.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:31.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:31.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:31.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:32.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:32.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:32.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:32.352 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:32.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:32.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:32.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:32.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:32.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:32.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:32.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:32.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:32.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:32.355 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 12:36:32.355 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 12:36:32.355 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 12:36:32.356 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 12:36:32.356 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 12:36:32.356 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 12:36:32.361 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 12:36:32.361 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:32.362 INFO [WorkbenchTestable][RequirementsRunner] Started test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:36:32.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:36:32.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:36:32.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:32.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:32.362 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:32.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:32.363 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:32.363 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:32.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:32.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:36:32.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:32.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:32.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:32.364 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:32.364 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:32.365 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:32.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:32.365 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:36:32.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:32.365 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:32.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:32.365 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:32.365 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:32.371 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:32.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:32.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:32.372 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:32.372 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:32.372 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:32.372 DEBUG [main][MenuItemLookup] Item match:File 12:36:32.374 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:36:32.374 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:32.379 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:36:32.379 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:36:32.380 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:36:32.380 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:36:32.380 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:36:32.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:36:32.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:36:32.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:36:32.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:32.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:32.533 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:36:32.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:32.533 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:36:32.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:32.533 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:32.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:32.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:32.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:32.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:32.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:32.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:36:32.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:32.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:32.536 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:32.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:32.536 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:32.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:36:32.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:32.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:32.537 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:32.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:32.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:32.537 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:36:32.549 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:36:32.549 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:36:32.549 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:36:32.549 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:36:32.549 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:36:32.550 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:36:32.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:32.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:32.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:32.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:32.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:32.552 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:36:32.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:32.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:32.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:32.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:32.822 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:32.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:32.831 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:32.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:36:32.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:36:32.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:36:32.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:32.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:32.832 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:36:32.832 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:32.833 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'PackageExplorerTestProject3' 12:36:32.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:36:32.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:32.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:32.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:32.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:32.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:36:32.838 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:36:32.839 INFO [WorkbenchTestable][AbstractText] Text set to: PackageExplorerTestProject3 12:36:32.878 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:36:32.878 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:36:32.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:36:32.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:32.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:32.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:32.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:32.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:32.884 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:36:32.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:32.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:32.884 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:32.884 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:32.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:36:35.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:36:35.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:36:35.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:36:35.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:35.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:35.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:35.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:35.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:35.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:35.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:35.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:35.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:35.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:35.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:35.894 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:35.894 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:35.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:35.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:36:35.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:35.896 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:35.899 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:35.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:35.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:35.900 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:35.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:35.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:35.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:36.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:36.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:36.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:36.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:36.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:36.928 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:36.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:36.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:36.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:36.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:36.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:36.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:36.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:36.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:36.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:36.930 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 12:36:36.930 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 12:36:36.930 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 12:36:36.930 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject3 12:36:36.930 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject3 12:36:36.930 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject3 12:36:36.931 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject3 about selection 12:36:36.937 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject3 12:36:36.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:36.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:36.997 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:36:36.997 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:36:36.998 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:36:36.998 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:36:36.998 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:36:36.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:36.999 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:36:37.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:37.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:37.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:37.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:37.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:37.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:37.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:37.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:37.499 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:37.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:37.499 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject3' via Explorer 12:36:37.500 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject3 12:36:37.500 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject3 12:36:37.500 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject3 about selection 12:36:37.502 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject3 12:36:37.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:37.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:37.548 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:37.548 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:37.548 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:37.548 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:37.548 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:37.548 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:37.548 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:37.548 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:37.548 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:37.548 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:37.548 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:37.548 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:36:37.548 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:36:37.548 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:36:37.549 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:36:37.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:36:37.749: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:37.784: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:37.789: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:37.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:36:37.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:36:37.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:37.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:37.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:37.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:37.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:36:37.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:37.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:37.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:37.791 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:37.791 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:37.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:37.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:37.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:37.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:37.792 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:37.792 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:36:37.793 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:36:37.793 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:36:37.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:37.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:37.793 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:37.793 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:37.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:36:37.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:37.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:37.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:37.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:37.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:37.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:37.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:37.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:37.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:37.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:37.795 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:36:37.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:37.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:37.796 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:37.796 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:36:37.798: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:37.805: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:37.809: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:37.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:36:37.811 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:36:37.830: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:37.838: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:38.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:36:38.312 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:36:38.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:38.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:36:38.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:36:38.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:36:38.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:38.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:36:38.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:36:38.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:38.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:38.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:38.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:38.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:38.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:38.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:38.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:38.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:38.312 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:38.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:38.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:38.314 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:38.314 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:38.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:38.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:38.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:38.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:38.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:38.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:38.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:38.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:39.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:39.317 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:39.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:39.317 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:39.317 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:39.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:39.318 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:39.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:39.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:39.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:39.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:39.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:39.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:39.319 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 12:36:39.319 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 12:36:39.319 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 12:36:39.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:36:39.320 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:39.320 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:39.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:39.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:39.321 INFO [WorkbenchTestable][RequirementsRunner] Finished test: delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:36:39.321 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:39.321 INFO [WorkbenchTestable][RequirementsRunner] Started test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:36:39.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:36:39.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:36:39.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:39.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:39.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:39.321 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 12:36:39.322 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 12:36:39.325 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 12:36:39.329 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 12:36:39.329 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:36:39.329 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:39.329 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:39.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:39.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:39.330 INFO [WorkbenchTestable][RequirementsRunner] Finished test: select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:36:39.330 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:39.330 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:36:39.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:36:39.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:36:39.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:39.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:39.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:39.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:39.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:39.332 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:36:39.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:39.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:39.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:39.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:39.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:39.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:39.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:36:39.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:39.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:39.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:39.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:39.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:39.337 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:39.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:39.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:39.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:36:39.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:39.371 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:39.398 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:36:39.398 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:39.398 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:39.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:39.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:39.400 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:36:39.400 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:39.400 INFO [WorkbenchTestable][RequirementsRunner] Started test: multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:36:39.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:36:39.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:36:39.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:39.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:39.400 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:39.400 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:39.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:39.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:39.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:39.402 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:39.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:39.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:39.403 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:39.403 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:39.403 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:39.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:39.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:39.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:39.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:39.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:39.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:39.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:40.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:40.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:40.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:40.406 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:40.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:40.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:40.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:40.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:40.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:40.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:40.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:40.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:40.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:40.407 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 12:36:40.407 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 12:36:40.407 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 12:36:40.408 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:40.408 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:40.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:40.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:40.409 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:40.409 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:40.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:40.409 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:40.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:40.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:40.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:40.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:40.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:41.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:41.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:41.411 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:41.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:41.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:41.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:41.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:41.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:41.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:41.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:41.413 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 12:36:41.413 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 12:36:41.413 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 12:36:41.413 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:41.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:41.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:41.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:41.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:41.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:41.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:41.414 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:41.414 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:36:41.414 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:36:41.414 DEBUG [main][TreeItemHandler] Set Tree selection 12:36:41.418 DEBUG [main][TreeHandler] Notify Tree about selection event 12:36:41.422 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:36:41.428 DEBUG [WorkbenchTestable][TreeItemHandler] PackageExplorerTestProject0 12:36:41.428 DEBUG [WorkbenchTestable][TreeItemHandler] PackageExplorerTestProject2 12:36:41.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:36:41.428 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:41.428 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:41.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:41.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:41.429 INFO [WorkbenchTestable][RequirementsRunner] Finished test: multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:36:41.429 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:41.429 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:36:41.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:36:41.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:36:41.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:41.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:41.429 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:41.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.430 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:36:41.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:41.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:41.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:41.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:41.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:36:41.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:41.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:41.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:41.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:41.433 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:41.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:41.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:41.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:36:41.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:41.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:41.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:36:41.436 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:41.436 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:41.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:41.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:41.436 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) 12:36:41.436 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:41.436 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:41.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:41.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:41.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:41.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:41.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:41.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:42.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:42.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:42.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:42.464 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:36:42.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:36:42.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:42.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:42.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:42.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:42.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:42.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:42.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:42.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:42.466 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject0 12:36:42.466 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject1 12:36:42.466 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name PackageExplorerTestProject2 12:36:42.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject0 12:36:42.467 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject0 12:36:42.475 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject0 about selection 12:36:42.478 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject0 12:36:42.478 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:42.478 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:42.542 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:36:42.542 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:36:42.542 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:36:42.542 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:36:42.543 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:36:42.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:42.543 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:36:43.043 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:43.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:43.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:43.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:43.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:43.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:43.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:43.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:43.044 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:43.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:43.044 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject0' via Explorer 12:36:43.044 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject0 12:36:43.044 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject0 12:36:43.044 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject0 about selection 12:36:43.047 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject0 12:36:43.047 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:43.047 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:43.093 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:43.093 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:43.093 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:43.093 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:43.093 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:43.093 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:43.093 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:43.093 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:43.093 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:43.093 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:43.093 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:43.093 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:36:43.093 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:36:43.093 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:36:43.093 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:36:43.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.260: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.287: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.292: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.294: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.307: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.324: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.340: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.357: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.374: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.390: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.407: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.423: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.440: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.457: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.474: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.490: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:43.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:36:43.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:36:43.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:43.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:43.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:43.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:43.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:36:43.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:43.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:43.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:43.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:43.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:43.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:43.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:43.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:43.802 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:36:43.802 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:36:43.802 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:36:43.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:43.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:43.802 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:43.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:43.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:36:43.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:43.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:43.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:43.803 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:43.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:43.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:43.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:43.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:43.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:43.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:43.805 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:36:43.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:43.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:43.805 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:43.805 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.807: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.809: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:43.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:36:43.811 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:36:43.840: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:44.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:36:44.312 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:36:44.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:44.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:36:44.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:44.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:36:44.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:36:44.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:44.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:44.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:44.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:44.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:44.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:44.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:44.312 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:44.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:44.312 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 12:36:44.312 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 12:36:44.316 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 12:36:44.320 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 12:36:44.320 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:44.320 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:44.366 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:36:44.366 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:36:44.367 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:36:44.367 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:36:44.367 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:36:44.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:44.367 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:36:44.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:36:44.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:36:44.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:44.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:44.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:44.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:44.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:44.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:44.867 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:44.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:44.868 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:44.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:44.868 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject1' via Explorer 12:36:44.868 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject1 12:36:44.868 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject1 12:36:44.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject1 about selection 12:36:44.870 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject1 12:36:44.870 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:44.870 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:44.916 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:44.916 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:44.916 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:44.916 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:44.916 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:44.916 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:44.916 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:44.916 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:44.916 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:44.916 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:44.916 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:44.916 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:36:44.916 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:36:44.916 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:36:44.916 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:36:44.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.079: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.104: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.109: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.110: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.127: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.143: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.160: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.176: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.193: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.211: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.226: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.243: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.259: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.276: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.293: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.309: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.326: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:45.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:36:45.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:36:45.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:45.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:45.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:45.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:45.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:36:45.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:45.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:45.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:45.618 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:45.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:45.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:45.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:45.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:45.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:45.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:45.619 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:36:45.619 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:36:45.619 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:36:45.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:45.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:45.619 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:45.619 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:45.619 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:36:45.619 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:45.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:45.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:45.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:45.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:45.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:45.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:45.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:45.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:45.622 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:45.622 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:36:45.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:45.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:45.622 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:45.622 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.624: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.626: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:45.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:36:45.628 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:36:45.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:46.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:36:46.129 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:36:46.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:46.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:36:46.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:36:46.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:36:46.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:46.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:46.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:46.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:46.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:46.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:46.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:46.129 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:46.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:46.129 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject2 12:36:46.129 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject2 12:36:46.129 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject2 about selection 12:36:46.134 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject2 12:36:46.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:46.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:46.182 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:46.183 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:36:46.183 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:36:46.183 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:36:46.183 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:36:46.183 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:36:46.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:46.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:36:46.684 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' has no excuses, wait for it 12:36:47.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:36:47.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:47.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:47.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:47.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:47.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:47.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:47.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:47.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:47.184 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:47.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:47.184 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'PackageExplorerTestProject2' via Explorer 12:36:47.185 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item PackageExplorerTestProject2 12:36:47.185 DEBUG [main][TreeItemHandler] Selecting tree item: PackageExplorerTestProject2 12:36:47.185 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item PackageExplorerTestProject2 about selection 12:36:47.188 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: PackageExplorerTestProject2 12:36:47.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:47.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:47.236 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:47.236 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:47.236 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:47.236 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:36:47.236 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:47.236 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:47.236 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:47.236 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:47.236 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:47.236 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:47.236 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:47.236 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:36:47.237 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:36:47.238 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:36:47.238 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:36:47.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.391: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.414: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.418: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.421: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.438: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.455: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.472: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.488: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.505: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.521: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.538: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.555: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.571: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.588: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.605: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.622: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.638: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:47.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:36:47.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:36:47.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:47.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:47.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:47.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:47.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:36:47.926 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:47.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:47.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:47.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:47.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:47.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:47.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:47.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:47.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:47.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:47.928 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:36:47.928 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:36:47.929 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:36:47.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:47.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:47.929 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:47.929 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:47.929 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:36:47.929 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:47.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:47.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:47.929 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:36:47.929 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:47.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:47.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:47.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:47.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:47.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:47.931 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:36:47.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:47.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:47.931 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:47.931 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.934: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.936: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:47.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:36:47.946 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:36:47.980: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:36:48.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:36:48.447 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:36:48.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:48.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:36:48.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:36:48.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:48.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:36:48.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:36:48.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:48.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:48.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:48.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:48.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:48.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:48.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:48.447 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:48.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:48.447 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest 12:36:48.447 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:48.447 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:48.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:48.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.201 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest delete no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 6.959 s select no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 0.009 s open no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 0.07 s multipleSelect no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 2.029 s getTitle no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.packageexplorer.PackageExplorerTest) Time elapsed: 0.007 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:36:48.461 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:36:48.461 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:36:48.462 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:48.462 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:36:48.462 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:36:48.462 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:36:48.462 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:48.462 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:36:48.463 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:48.463 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:36:48.463 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:48.463 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:36:48.463 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:36:48.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:36:48.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:48.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:48.464 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:48.464 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:48.466 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:36:48.466 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:36:48.466 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:36:48.466 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:36:48.466 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:36:48.466 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:36:48.466 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:36:48.466 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:36:48.467 DEBUG [main][MenuItemLookup] Item match:Window 12:36:48.467 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:36:48.467 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:36:48.467 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:36:48.467 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.467 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:36:48.467 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:36:48.467 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.467 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:36:48.467 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.467 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:36:48.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:48.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:48.468 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:48.468 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:48.468 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:36:48.468 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:36:48.468 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:36:48.468 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:36:48.468 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:36:48.468 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:36:48.468 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:36:48.468 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:36:48.468 DEBUG [main][MenuItemLookup] Item match:Window 12:36:48.468 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:36:48.468 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:36:48.468 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:36:48.468 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.468 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:36:48.468 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:36:48.468 DEBUG [main][MenuItemLookup] Item match:Perspective 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:36:48.469 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:36:48.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:36:48.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:48.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:48.469 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:36:48.469 DEBUG [main][MenuItemLookup] Item match:Window 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:36:48.469 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:36:48.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:48.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:48.470 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:36:48.470 DEBUG [main][MenuItemLookup] Item match:Window 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:36:48.470 DEBUG [main][MenuItemLookup] Item match:Perspective 12:36:48.470 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:36:48.471 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:36:48.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:48.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:48.471 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:36:48.471 DEBUG [main][MenuItemLookup] Item match:Window 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.471 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:36:48.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:48.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:48.472 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:36:48.472 DEBUG [main][MenuItemLookup] Item match:Window 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:36:48.472 DEBUG [main][MenuItemLookup] Item match:Perspective 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.472 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:36:48.473 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:36:48.473 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:36:48.473 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:36:48.473 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:36:48.473 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:36:48.473 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:36:48.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:36:48.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:36:48.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:36:48.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:48.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:48.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:48.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:48.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:48.518 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:36:48.518 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:48.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:48.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:48.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:36:48.519 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:48.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:48.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:48.519 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:36:48.519 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:48.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:48.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:48.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:48.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:48.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:48.520 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:36:48.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:48.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:48.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:48.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:48.755 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:48.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:48.756 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:48.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:48.756 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:36:48.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:48.756 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:48.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:48.756 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:48.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:48.757 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:48.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:48.757 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:36:48.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:48.757 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:48.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:48.757 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:48.757 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:48.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:48.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:48.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:48.758 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:48.758 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:48.758 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:48.758 DEBUG [main][MenuItemLookup] Item match:File 12:36:48.759 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:36:48.759 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:48.765 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:36:48.765 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:36:48.789 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:36:48.789 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:36:48.789 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:36:48.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:36:48.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:36:48.919 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:36:48.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:48.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:48.920 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:36:48.920 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:48.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:36:48.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:48.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:48.921 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:48.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:48.921 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:48.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:48.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:48.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:36:48.923 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:48.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:48.923 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:48.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:48.923 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:48.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:36:48.923 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:48.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:48.923 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:48.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:48.924 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:48.924 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:36:48.924 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:36:48.924 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:36:48.924 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:36:48.924 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:36:48.924 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:36:48.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:36:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:48.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:48.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:48.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:48.925 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:48.926 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:36:48.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:48.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:48.926 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:48.926 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:49.230 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:49.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:49.240 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:49.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:36:49.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:36:49.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:36:49.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:49.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:49.241 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:36:49.241 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:49.242 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'OpenTypeSelectionDialogTest' 12:36:49.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:36:49.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:49.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:49.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:49.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:49.262 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:36:49.262 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:36:49.263 INFO [WorkbenchTestable][AbstractText] Text set to: OpenTypeSelectionDialogTest 12:36:49.301 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:36:49.301 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:36:49.301 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:36:49.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:49.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:49.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:49.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:49.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:49.306 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:36:49.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:49.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:49.306 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:49.306 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:49.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:36:52.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:36:52.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:36:52.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:36:52.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:52.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:36:52.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:52.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:52.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:52.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:52.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:52.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:52.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:52.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:52.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:52.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:52.320 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:52.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:52.320 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:52.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:52.320 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:36:52.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:52.320 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:52.320 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:52.320 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:52.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:52.321 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:52.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:52.321 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:36:52.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:52.321 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:52.325 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:52.325 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:52.325 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:52.325 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:52.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:52.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:52.326 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:52.326 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:52.327 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:52.327 DEBUG [main][MenuItemLookup] Item match:File 12:36:52.329 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:36:52.329 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:52.337 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:36:52.337 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:36:52.337 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:36:52.337 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:36:52.338 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:36:52.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:36:52.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:36:52.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:36:52.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:52.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:52.571 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:36:52.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:52.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:36:52.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:52.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:52.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:52.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:52.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:52.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:52.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:52.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:36:52.588 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:52.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:52.589 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:52.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:52.589 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:52.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:36:52.600 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:36:52.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:52.600 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:36:52.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:52.600 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:36:52.601 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:36:52.601 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:36:52.601 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:36:52.604 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:36:52.605 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:36:52.605 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:36:52.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:36:52.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:52.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:52.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:52.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:52.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:52.651 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:36:52.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:52.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:52.651 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:52.651 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:52.793 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:36:52.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:52.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:52.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:36:52.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:36:52.794 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:36:52.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:52.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:52.795 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:36:52.795 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:52.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:36:52.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:52.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:52.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:52.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:52.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:36:52.864 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:36:52.866 INFO [WorkbenchTestable][AbstractText] Text set to: FindMe 12:36:52.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Source folder:") 12:36:52.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:52.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:52.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:52.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:52.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:36:52.904 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:36:52.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:36:52.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:52.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:52.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:52.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:52.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:36:52.952 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:36:52.953 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:36:52.973 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:36:52.973 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:36:52.973 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:36:52.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:52.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:52.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:52.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:52.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:52.980 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:36:52.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:52.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:52.981 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:52.981 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:52.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:36:53.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:36:53.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 18 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:53.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:53.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is FindMe.java... 12:36:53.759 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QFindMe.java\E') 12:36:53.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:53.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:53.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:53.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:53.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:53.762 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:53.763 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 12:36:53.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Editor title is FindMe.java finished successfully 12:36:53.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5eafdbe6 is found... 12:36:53.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5eafdbe6 is found finished successfully 12:36:53.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QFindMe.java\E') 12:36:53.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:53.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:53.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:53.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:53.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:53.767 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:53.767 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 12:36:53.767 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:53.767 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 12:36:53.767 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:36:53.767 DEBUG [WorkbenchTestable][EditorHandler] Closing editor FindMe.java 12:36:53.858 DEBUG [WorkbenchTestable][EditorHandler] Editor FindMe.java is closed 12:36:53.858 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:53.859 INFO [WorkbenchTestable][RequirementsRunner] Started test: openTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 12:36:53.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:36:53.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:36:53.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:53.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:53.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:53.864 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Open Type"] 12:36:53.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:53.864 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Open Type"] 12:36:53.864 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:53.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:53.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:53.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:53.865 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:53.865 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:53.865 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:53.865 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:36:53.865 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:36:53.865 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:36:53.865 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:36:53.865 DEBUG [main][MenuItemLookup] Item match:Navigate 12:36:53.868 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:53.868 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:36:53.868 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:53.868 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:36:53.868 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:53.868 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 12:36:53.868 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 12:36:53.868 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 12:36:53.868 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 12:36:53.868 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 12:36:53.868 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 12:36:53.868 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:53.868 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 12:36:53.868 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 12:36:53.868 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 12:36:53.868 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 12:36:53.868 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 12:36:53.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 12:36:53.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available. finished successfully 12:36:53.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 12:36:53.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:53.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:53.966 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 12:36:53.966 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:53.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.dialogs.OpenTypeSelectionDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:36:53.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:53.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:53.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:53.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:53.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:53.969 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:36:53.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:53.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:53.969 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:53.969 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:54.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:36:54.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:36:54.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:36:54.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:54.037 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:54.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:54.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:54.038 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 12:36:54.038 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:54.038 INFO [WorkbenchTestable][RequirementsRunner] Started test: findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 12:36:54.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:36:54.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:36:54.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:54.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:54.038 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:54.038 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Open Type"] 12:36:54.038 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:54.039 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Open Type"] 12:36:54.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:54.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:36:54.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:54.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:54.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:36:54.039 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:36:54.039 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:54.042 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:36:54.042 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:36:54.042 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:36:54.042 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:36:54.042 DEBUG [main][MenuItemLookup] Item match:Navigate 12:36:54.043 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:54.043 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:36:54.043 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:54.043 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:36:54.043 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:54.043 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 12:36:54.043 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 12:36:54.043 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 12:36:54.043 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 12:36:54.043 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 12:36:54.043 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 12:36:54.043 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:54.043 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 12:36:54.043 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 12:36:54.043 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 12:36:54.043 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 12:36:54.043 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 12:36:54.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 12:36:54.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available. finished successfully 12:36:54.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 12:36:54.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:54.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:54.138 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 12:36:54.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:54.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.dialogs.OpenTypeSelectionDialog, index 0 and no matchers specified 12:36:54.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:54.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:54.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:54.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:54.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:36:54.139 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:36:54.140 INFO [WorkbenchTestable][AbstractText] Text set to: FindMe 12:36:54.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:54.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 12:36:54.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 12:36:55.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Items filtering' has no excuses, wait for it 12:36:55.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is not listed in considered jobs, ignore it 12:36:55.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is not listed in considered jobs, ignore it 12:36:55.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is not listed in considered jobs, ignore it 12:36:55.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is not listed in considered jobs, ignore it 12:36:55.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 12:36:55.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is not listed in considered jobs, ignore it 12:36:55.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is not listed in considered jobs, ignore it 12:36:55.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is not listed in considered jobs, ignore it 12:36:55.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 12:36:55.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is not listed in considered jobs, ignore it 12:36:55.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:55.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.dialogs.OpenTypeSelectionDialog, index 0 and no matchers specified 12:36:55.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:55.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:55.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:55.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:55.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:36:55.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:36:55.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:36:55.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:55.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:55.663 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:36:55.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:55.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:55.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:55.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:55.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:36:55.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:36:55.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4fb3a51c is found... 12:36:55.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4fb3a51c is found finished successfully 12:36:55.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QFindMe.java\E') 12:36:55.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:55.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:55.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:55.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:55.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:55.969 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:55.970 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=package test; public class FindMe { } TooltipText=null 12:36:55.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:36:55.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:55.970 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:55.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:55.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:55.970 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 12:36:55.971 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:55.971 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 12:36:55.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:36:55.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:36:55.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:55.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:55.971 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:55.972 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 12:36:55.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:55.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:55.973 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 12:36:55.973 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 12:36:55.973 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:55.976 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:36:55.976 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:36:55.976 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:36:55.976 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:36:55.976 DEBUG [main][MenuItemLookup] Item match:Navigate 12:36:55.978 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:55.978 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:36:55.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:55.978 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 12:36:55.978 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:55.978 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 12:36:55.978 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 12:36:55.978 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 12:36:55.978 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 12:36:55.978 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 12:36:55.978 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 12:36:55.978 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:55.978 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 12:36:55.978 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 12:36:56.007 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 12:36:56.007 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 12:36:56.007 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 12:36:56.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available.... 12:36:56.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Type"] is available. finished successfully 12:36:56.110 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 12:36:56.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:56.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:56.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.dialogs.OpenTypeSelectionDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:36:56.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:56.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:56.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:56.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:56.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:56.113 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:36:56.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:56.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:56.113 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:56.113 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:56.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:36:56.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:36:56.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:36:56.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:56.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:56.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:56.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:56.175 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 12:36:56.175 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:36:56.176 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 12:36:56.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:36:56.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:36:56.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:36:56.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:36:56.176 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:36:56.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 12:36:56.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:56.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:56.176 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 12:36:56.176 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 12:36:56.176 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:56.179 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:36:56.179 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:36:56.179 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:36:56.179 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:36:56.179 DEBUG [main][MenuItemLookup] Item match:Navigate 12:36:56.180 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:56.180 DEBUG [main][MenuItemLookup] Found menu:'Go To' 12:36:56.180 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:56.180 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 12:36:56.180 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:36:56.180 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 12:36:56.180 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 12:36:56.180 DEBUG [main][MenuItemLookup] Found menu:'Open Implementation' 12:36:56.180 DEBUG [main][MenuItemLookup] Found menu:'Open Super Implementation' 12:36:56.180 DEBUG [main][MenuItemLookup] Found menu:'Open Attached Javadoc Shift+F2' 12:36:56.180 DEBUG [main][MenuItemLookup] Found menu:'Open from Clipboard Shift+Ctrl+V' 12:36:56.180 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:56.180 DEBUG [main][MenuItemLookup] Found menu:'Open Type... Shift+Ctrl+T' 12:36:56.180 DEBUG [main][MenuItemLookup] Item match:Open Type... Shift+Ctrl+T 12:36:56.181 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open &Type... Shift+Ctrl+T" 12:36:56.181 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Type... Shift+Ctrl+T 12:36:56.182 INFO [main][MenuItemHandler] Select menu item: Open &Type... Shift+Ctrl+T 12:36:56.264 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Open Type"] 12:36:56.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:56.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:56.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Type 12:36:56.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:56.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:56.280 TRACE [WorkbenchTestable][OpenTypeSelectionDialog] Shell Open Type is not null and is not disposed 12:36:56.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:36:56.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.dialogs.OpenTypeSelectionDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:36:56.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:56.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:56.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:56.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:56.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:56.282 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:36:56.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:56.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:56.282 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:56.282 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:56.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:36:56.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:36:56.449 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:36:56.450 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:36:56.450 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:36:56.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:56.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:56.450 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) 12:36:56.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:56.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:56.477 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:36:56.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 12:36:56.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:56.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:56.477 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 12:36:56.477 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 12:36:56.478 DEBUG [main][MenuItemLookup] Found menu:'File' 12:36:56.480 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:36:56.481 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:36:56.481 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:36:56.481 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:36:56.481 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:36:56.481 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:36:56.481 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:36:56.481 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:36:56.481 DEBUG [main][MenuItemLookup] Item match:Window 12:36:56.485 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:36:56.485 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:36:56.485 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:36:56.485 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:56.485 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:36:56.485 DEBUG [main][MenuItemLookup] Item match:Show View 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:56.494 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:36:56.494 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:36:56.494 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:36:56.494 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:36:56.494 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:36:56.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:36:56.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:36:56.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:36:56.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:56.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:56.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:36:56.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:56.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:56.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:56.628 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:36:56.628 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:56.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:56.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:56.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:56.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:56.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:56.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:36:56.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:36:56.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:36:56.629 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:36:56.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:56.629 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:36:56.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:56.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:36:56.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:36:56.630 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:36:56.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:36:56.630 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:36:56.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:36:56.630 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:36:56.630 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:36:56.630 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:36:56.631 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:36:56.631 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:36:56.631 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:56.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:56.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:56.631 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:36:56.631 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:56.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:56.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:56.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:36:56.645 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:36:56.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:36:56.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:36:56.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:36:56.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:36:56.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:56.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:56.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:56.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:56.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:36:56.647 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:36:56.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:36:56.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:36:56.647 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:36:56.647 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:56.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:36:56.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:36:56.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:36:56.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:56.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:56.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:36:56.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:56.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:56.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform 12:36:56.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:36:56.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:36:56.732 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform' 12:36:56.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:36:56.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:56.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:56.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:56.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:56.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:36:56.763 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:36:56.763 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:36:56.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:56.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - OpenTypeSelectionDialogTest/src/test/FindMe.java - Eclipse Platform TooltipText=null 12:36:56.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:36:56.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:36:56.766 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:36:56.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:36:56.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:56.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:56.795 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:36:56.795 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:36:56.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:56.796 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:56.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:56.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:56.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:57.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:57.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:57.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:57.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:57.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:57.799 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:36:57.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:36:57.799 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:57.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:57.800 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:57.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:57.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:57.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:57.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:57.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:57.800 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OpenTypeSelectionDialogTest 12:36:57.800 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:36:57.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:36:57.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:57.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:57.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:57.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:57.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:58.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:58.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:58.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:58.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:36:58.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:36:58.803 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:36:58.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:36:58.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:58.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:58.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:58.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:58.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:58.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:58.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:58.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:58.805 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name OpenTypeSelectionDialogTest 12:36:58.805 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:36:58.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:36:58.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:36:58.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:36:58.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:36:58.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:36:58.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:36:58.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:36:58.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:36:58.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:36:58.807 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:36:58.807 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:36:58.807 DEBUG [main][TreeItemHandler] Set Tree selection 12:36:58.807 DEBUG [main][TreeHandler] Notify Tree about selection event 12:36:58.818 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:36:58.831 DEBUG [WorkbenchTestable][TreeItemHandler] OpenTypeSelectionDialogTest 12:36:58.832 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:58.832 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:58.887 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:36:58.887 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:36:58.887 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:36:58.887 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:36:58.888 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:36:58.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:36:58.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:36:58.888 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:36:59.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:36:59.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:36:59.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:36:59.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:36:59.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:36:59.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:36:59.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:36:59.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:36:59.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:36:59.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:36:59.388 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:36:59.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:36:59.389 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:36:59.389 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:36:59.433 DEBUG [main][MenuItemLookup] Found menu:'New' 12:36:59.433 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:36:59.433 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:59.433 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:36:59.433 DEBUG [main][MenuItemLookup] Found menu:'' 12:36:59.433 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:36:59.433 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:36:59.433 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:36:59.433 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:36:59.433 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:36:59.434 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:36:59.434 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:36:59.434 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:36:59.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:36:59.612: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:59.638: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:59.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:59.644: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:59.660: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:59.677: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:59.693: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:59.709: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:59.727: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:59.742: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:59.760: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:59.776: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:59.793: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:59.810: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:59.827: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:36:59.842: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:37:00.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:37:00.145 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:37:00.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:00.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:00.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:37:00.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:00.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:00.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:00.150 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:37:00.150 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:00.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:00.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:00.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:00.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:00.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:00.152 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:37:00.152 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:37:00.152 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:37:00.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:00.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:00.152 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:00.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:00.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:37:00.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:00.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:00.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:00.153 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:37:00.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:00.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:00.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:00.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:00.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:00.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:00.155 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:37:00.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:00.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:00.155 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:00.155 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:37:00.158: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:00.159: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:37:00.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:37:00.161 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:37:00.244: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:37:00.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:37:00.662 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:37:00.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:00.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:37:00.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:37:00.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:37:00.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:37:00.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:37:00.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:00.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:00.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:00.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:00.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:00.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:00.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:00.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:00.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:00.662 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest 12:37:00.663 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:00.663 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:00.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:00.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.203 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest openTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 0.179 s findAndOpenClass no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 1.932 s constructorTakingShellTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 0.204 s nonParametericConstructorTest no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.OpenTypeSelectionDialogTest) Time elapsed: 0.274 s Running org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 12:37:00.676 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 12:37:00.677 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:37:00.677 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:00.677 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 12:37:00.677 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:37:00.677 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:37:00.677 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:00.677 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:37:00.678 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:00.678 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:37:00.678 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:00.678 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:37:00.678 DEBUG [main][EditorHandler] 0 editor(s) found 12:37:00.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:00.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:00.685 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:37:00.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:00.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:00.687 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:00.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:00.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:00.687 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:00.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:37:00.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:00.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:00.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:00.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:00.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:37:00.690 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:37:00.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:37:00.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:00.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:37:00.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:37:00.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:37:00.691 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:37:00.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:37:00.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:00.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:00.693 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:37:00.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:37:00.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:00.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:00.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:00.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:00.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:37:01.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:01.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:37:01.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:01.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:37:01.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:37:01.695 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:37:01.696 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:37:01.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:01.697 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:01.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:37:01.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:01.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:01.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:01.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:01.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:01.698 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:37:01.698 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:37:01.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:01.699 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:01.699 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:01.699 INFO [WorkbenchTestable][RequirementsRunner] Started test: generateHashAndEquals no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest) 12:37:01.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 12:37:01.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:37:01.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:01.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:01.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:01.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:01.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:01.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:01.700 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:01.700 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:37:01.701 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:01.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:01.701 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:01.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:01.701 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:37:01.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:01.701 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:01.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:01.701 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:01.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:01.701 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:01.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:01.701 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:37:01.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:01.702 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:01.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:01.702 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:01.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:01.702 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:01.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:01.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:01.702 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:01.702 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:01.702 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:01.702 DEBUG [main][MenuItemLookup] Item match:File 12:37:01.704 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:37:01.704 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:01.709 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:37:01.709 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:37:01.739 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:37:01.739 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:37:01.739 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:37:01.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:37:01.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:37:01.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:37:01.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:01.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:01.873 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:37:01.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:01.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:37:01.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:01.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:01.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:01.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:01.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:01.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:01.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:01.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:37:01.878 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:37:01.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:01.878 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:37:01.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:01.878 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:37:01.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:37:01.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:37:01.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:01.891 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:37:01.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:01.891 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:37:01.892 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:37:01.892 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:37:01.892 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:37:01.895 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:37:01.895 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:37:01.895 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:37:01.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:37:01.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:01.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:01.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:01.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:01.907 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:37:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:01.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:01.907 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:01.907 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:02.177 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:02.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:02.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:02.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:37:02.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:37:02.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:37:02.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:02.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:02.179 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:37:02.179 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:02.179 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'GenHashProject' 12:37:02.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:37:02.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:02.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:02.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:02.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:02.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:02.184 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:02.185 INFO [WorkbenchTestable][AbstractText] Text set to: GenHashProject 12:37:02.223 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:37:02.223 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:37:02.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:37:02.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:02.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:02.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:02.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:02.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:02.228 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:37:02.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:02.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:02.228 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:02.228 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:02.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:37:05.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:37:05.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:37:05.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:37:05.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:05.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:37:05.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:37:05.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:05.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:05.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:05.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:05.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:05.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:05.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:05.569 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:05.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:05.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:05.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:05.569 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:05.569 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:05.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:37:05.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:05.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:05.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:05.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:05.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:05.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:05.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:05.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:37:05.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:05.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:05.570 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:05.570 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:05.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:05.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:05.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:05.571 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:05.571 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:05.571 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:05.571 DEBUG [main][MenuItemLookup] Item match:File 12:37:05.573 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:37:05.573 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'Task' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:05.582 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:37:05.582 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:37:05.582 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:37:05.582 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:37:05.583 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:37:05.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:37:05.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:37:05.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:37:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:05.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:05.760 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:37:05.761 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:05.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:37:05.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:05.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:05.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:05.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:05.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:05.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:05.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:05.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:37:05.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:37:05.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:05.765 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:37:05.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:05.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:37:05.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:37:05.765 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:37:05.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:05.765 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:37:05.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:05.765 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:37:05.766 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:37:05.766 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:37:05.766 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:37:05.771 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:37:05.772 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:37:05.772 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:37:05.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:37:05.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:05.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:05.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:05.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:05.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:05.787 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:37:05.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:05.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:05.787 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:05.787 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:05.981 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:05.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:05.981 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:05.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:37:05.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:37:05.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:37:05.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:05.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:05.983 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:37:05.983 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:05.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:37:05.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:05.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:06.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:06.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:06.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:06.059 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:06.061 INFO [WorkbenchTestable][AbstractText] Text set to: GenHash 12:37:06.069 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:37:06.069 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:37:06.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:37:06.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:06.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:06.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:06.098 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:06.098 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:37:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:06.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:06.098 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:06.099 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:06.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:37:06.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:37:06.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:06.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 17 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:37:06.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:37:06.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:37:06.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:37:06.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:37:06.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:37:06.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:06.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:37:06.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:06.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:06.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:06.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:06.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:06.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:37:06.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:06.879 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:06.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:06.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b702498 is found... 12:37:06.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5b702498 is found finished successfully 12:37:06.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QGenHash.java\E') 12:37:06.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:06.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:06.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:06.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:06.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:37:06.888 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:06.888 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { } TooltipText=null 12:37:06.888 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 3, offser 0 12:37:06.893 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:06.893 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { private String text;} TooltipText=null 12:37:06.893 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:37:06.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - GenHashProject/src/GenHash.java - Eclipse Platform 12:37:06.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:06.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:06.894 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - GenHashProject/src/GenHash.java - Eclipse Platform' 12:37:06.894 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - GenHashProject/src/GenHash.java - Eclipse Platform' 12:37:06.894 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:06.894 DEBUG [main][MenuItemLookup] Item match:File 12:37:06.895 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:37:06.895 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:37:06.895 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:37:06.895 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:37:06.895 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:06.895 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:37:06.895 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:37:06.895 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:06.895 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:37:06.895 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:37:06.895 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:37:06.895 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:37:06.895 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:37:06.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:37:06.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:37:06.993 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:06.993 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { private String text;} TooltipText=null 12:37:07.045 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:37:07.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:07.116 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 12:37:07.116 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 12:37:07.116 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:37:07.116 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:07.116 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 12:37:07.116 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:37:07.116 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 12:37:07.116 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 12:37:07.116 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 12:37:07.116 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 12:37:07.116 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:37:07.116 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:37:07.116 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:07.116 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:37:07.116 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:07.117 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:37:07.117 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:07.117 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:07.117 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 12:37:07.117 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:37:07.117 DEBUG [main][MenuItemLookup] Item match:Source Shift+Alt+S 12:37:07.117 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Shift+Ctrl+C' 12:37:07.117 DEBUG [main][MenuItemLookup] Found menu:'Remove Block Comment Shift+Ctrl+\' 12:37:07.117 DEBUG [main][MenuItemLookup] Found menu:'Generate Element Comment Shift+Alt+J' 12:37:07.117 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:07.117 DEBUG [main][MenuItemLookup] Found menu:'Correct Indentation Ctrl+I' 12:37:07.117 DEBUG [main][MenuItemLookup] Found menu:'Format Shift+Ctrl+F' 12:37:07.117 DEBUG [main][MenuItemLookup] Found menu:'Format Element' 12:37:07.117 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:07.117 DEBUG [main][MenuItemLookup] Found menu:'Add Import Shift+Ctrl+M' 12:37:07.117 DEBUG [main][MenuItemLookup] Found menu:'Organize Imports Shift+Ctrl+O' 12:37:07.118 DEBUG [main][MenuItemLookup] Found menu:'Sort Members...' 12:37:07.118 DEBUG [main][MenuItemLookup] Found menu:'Clean Up...' 12:37:07.118 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:07.118 DEBUG [main][MenuItemLookup] Found menu:'Override/Implement Methods...' 12:37:07.118 DEBUG [main][MenuItemLookup] Found menu:'Generate Getters and Setters...' 12:37:07.118 DEBUG [main][MenuItemLookup] Found menu:'Generate Delegate Methods...' 12:37:07.118 DEBUG [main][MenuItemLookup] Found menu:'Generate hashCode() and equals()...' 12:37:07.118 DEBUG [main][MenuItemLookup] Item match:Generate hashCode() and equals()... 12:37:07.118 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Generate &hashCode() and equals()..." 12:37:07.118 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Generate hashCode() and equals()... 12:37:07.118 INFO [main][MenuItemHandler] Select menu item: Generate &hashCode() and equals()... 12:37:07.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Generate hashCode() and equals()"] is available.... 12:37:07.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Generate hashCode() and equals()"] is available. finished successfully 12:37:07.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Generate hashCode() and equals() 12:37:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:07.551 TRACE [WorkbenchTestable][GenerateHashCodeEqualsDialog] Shell Generate hashCode() and equals() is not null and is not disposed 12:37:07.551 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:07.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:37:07.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:07.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:07.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:07.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:07.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:07.553 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item text and wait with time period 1 12:37:07.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 12:37:07.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:08.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:08.054 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 12:37:08.054 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 12:37:08.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:08.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:08.554 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 12:37:08.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:37:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:08.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:08.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:08.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:08.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:08.559 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item text and wait with time period 1 12:37:08.559 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 12:37:08.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:09.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:09.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 12:37:09.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item text 12:37:09.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:09.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:09.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: text 12:37:09.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Select All") 12:37:09.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:09.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:09.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:09.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:09.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:09.569 INFO [WorkbenchTestable][AbstractButton] Click button Select &All 12:37:09.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:09.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:09.569 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:09.570 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:09.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:09.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:09.573 INFO [WorkbenchTestable][AbstractButton] Click button &Generate 12:37:09.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:09.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:09.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:09.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:09.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:09.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:09.777 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:09.777 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= public class GenHash { @Override public int hashCode() { final int prime = 31; int result = 1; result = prime * result + ((text == null) ? 0 : text.hashCode()); return result; } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; GenHash other = (GenHash) obj; if (text == null) { if (other.text != null) return false; } else if (!text.equals(other.text)) return false; return true; } private String text;} TooltipText=null 12:37:09.777 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:37:09.777 DEBUG [WorkbenchTestable][EditorHandler] Closing editor GenHash.java 12:37:09.901 DEBUG [WorkbenchTestable][EditorHandler] Editor GenHash.java is closed 12:37:09.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 12:37:09.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:09.901 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:09.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:09.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:09.902 INFO [WorkbenchTestable][RequirementsRunner] Finished test: generateHashAndEquals no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest) 12:37:09.902 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:37:09.903 DEBUG [main][EditorHandler] 0 editor(s) found 12:37:09.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:09.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:09.910 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:37:09.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:09.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:09.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:09.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:09.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:09.913 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:09.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:37:09.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:09.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:09.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:09.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:09.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:37:09.916 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:37:09.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:37:09.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:09.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:37:09.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:37:09.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:37:09.959 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:37:09.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:37:09.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:09.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:09.961 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:37:09.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:37:09.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:09.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:09.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:09.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:09.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:37:10.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:10.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:37:10.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:10.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:37:10.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:37:10.964 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:37:10.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:37:10.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:10.965 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:10.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:37:10.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:10.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:10.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:10.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:10.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:10.966 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name GenHashProject 12:37:10.967 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:37:10.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:37:10.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:10.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:10.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:10.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:10.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:37:11.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:11.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:37:11.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:11.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:37:11.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:37:11.970 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:37:11.970 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:37:11.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:11.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:11.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:37:11.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:11.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:11.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:11.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:11.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:11.972 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name GenHashProject 12:37:11.973 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:37:11.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:37:11.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:11.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:11.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:37:11.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:11.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:11.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:11.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:11.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:11.974 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:37:11.974 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:37:11.975 DEBUG [main][TreeItemHandler] Set Tree selection 12:37:11.975 DEBUG [main][TreeHandler] Notify Tree about selection event 12:37:11.986 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:37:11.995 DEBUG [WorkbenchTestable][TreeItemHandler] GenHashProject 12:37:11.995 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:37:11.995 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'New' 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:12.048 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:37:12.048 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:37:12.048 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:37:12.048 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:37:12.048 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:37:12.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:12.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:37:12.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:37:12.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:12.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:37:12.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:12.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:12.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:12.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:12.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:12.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:37:12.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:12.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:12.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:12.549 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:37:12.549 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:12.589 DEBUG [main][MenuItemLookup] Found menu:'New' 12:37:12.589 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:37:12.589 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:12.589 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:37:12.589 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:12.589 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:12.589 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:37:12.589 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:12.589 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:12.589 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:37:12.589 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:37:12.589 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:37:12.590 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:37:12.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:37:13.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:37:13.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:37:13.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:13.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:13.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:37:13.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:13.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:13.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:13.158 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:37:13.158 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:13.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:13.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:13.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:13.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:13.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:13.159 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:37:13.159 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:37:13.159 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:37:13.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:13.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:13.159 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:13.159 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:13.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:37:13.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:13.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:13.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:13.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:37:13.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:13.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:13.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:13.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:13.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:13.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:13.161 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:37:13.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:13.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:13.161 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:13.161 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:13.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:37:13.165 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:37:13.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:37:13.666 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:37:13.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:13.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:37:13.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:37:13.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:37:13.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:37:13.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:37:13.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:37:13.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:37:13.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:13.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:13.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:13.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:13.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:13.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:13.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:13.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:13.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:13.666 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:37:13.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:37:13.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:13.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:13.667 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest 12:37:13.667 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:13.668 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:13.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:13.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.992 s - in org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest generateHashAndEquals no-configuration(org.eclipse.reddeer.eclipse.test.jdt.ui.dialogs.GenerateHashAndEqualsTest) Time elapsed: 8.203 s Running org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:37:13.682 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:37:13.682 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:37:13.683 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:13.683 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:37:13.683 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:37:13.683 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:37:13.683 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:13.683 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:37:13.683 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:13.683 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:37:13.683 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:13.683 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:13.684 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOneDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 12:37:13.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:37:13.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:37:13.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:13.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:13.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:13.684 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:13.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:13.684 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:13.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:13.684 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:13.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:13.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:13.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:13.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:13.685 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:13.685 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:13.685 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:13.688 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:13.688 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:37:13.688 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:37:13.688 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:37:13.688 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:37:13.688 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:37:13.688 DEBUG [main][MenuItemLookup] Item match:Window 12:37:13.690 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:37:13.690 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:37:13.690 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:37:13.690 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:13.690 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:37:13.690 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:37:13.690 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:13.690 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:37:13.690 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:13.690 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:37:13.690 DEBUG [main][MenuItemLookup] Item match:Preferences 12:37:13.690 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:37:13.690 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:37:13.690 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:37:13.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:37:13.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:37:13.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:37:13.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:13.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:13.806 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:37:13.806 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:13.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:37:13.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:13.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:13.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:13.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:13.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:13.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:13.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:13.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:37:13.810 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:37:13.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:14.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:14.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:37:14.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:37:14.314 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:37:14.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:14.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:37:14.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:14.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:37:14.315 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 12:37:14.315 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 12:37:14.315 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 12:37:14.316 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs (Eclipse:1812): Gtk-CRITICAL **: 12:37:14.375: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:37:14.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:14.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:14.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:14.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:14.410 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:37:14.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:14.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:14.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:14.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:14.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:14.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:14.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:14.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:37:14.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:14.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:14.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:14.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:14.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:14.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:14.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:14.416 INFO [WorkbenchTestable][AbstractTableItem] Uncheck table Item 1.8.0_202 (default): 12:37:14.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:37:14.418 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:37:14.418 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:14.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:37:14.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:37:14.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:14.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:14.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:14.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:14.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:14.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:37:14.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:14.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:14.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:37:14.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:14.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:14.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:14.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:14.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:14.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:14.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:14.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:37:14.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:14.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:14.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:14.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:14.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:14.455 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:37:14.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:14.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:14.455 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:14.455 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:14.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:37:14.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:37:14.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:14.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:14.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:14.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:37:14.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:14.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:14.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:14.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:14.530 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOneDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 12:37:14.530 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:14.531 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 12:37:14.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:37:14.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:37:14.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:14.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:14.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:14.531 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:14.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:14.531 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:14.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:14.531 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:14.531 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:14.531 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:14.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:14.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:14.531 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:14.531 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:14.532 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:14.534 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:14.534 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:37:14.534 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:37:14.534 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:37:14.534 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:37:14.534 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:37:14.534 DEBUG [main][MenuItemLookup] Item match:Window 12:37:14.535 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:37:14.535 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:37:14.535 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:37:14.535 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:14.535 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:37:14.535 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:37:14.535 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:14.535 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:37:14.535 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:14.535 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:37:14.535 DEBUG [main][MenuItemLookup] Item match:Preferences 12:37:14.535 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:37:14.535 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:37:14.535 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1812): Gtk-CRITICAL **: 12:37:14.600: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:37:14.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:37:14.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:37:14.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:37:14.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:14.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:14.698 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:37:14.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:14.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:37:14.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:14.699 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:14.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:14.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:14.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:14.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:14.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:14.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:37:14.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:37:14.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:14.716 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:37:14.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:14.716 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:37:14.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:37:14.716 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:37:14.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:14.723 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:37:14.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:14.723 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:37:14.732 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 12:37:14.732 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 12:37:14.733 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 12:37:14.733 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 12:37:14.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:14.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:14.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:14.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:14.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:37:14.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:14.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:14.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:14.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:14.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:14.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:14.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:14.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:14.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:14.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:37:14.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:14.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:14.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:37:14.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:14.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:14.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:14.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:14.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:14.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:14.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:14.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:37:14.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:14.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:14.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:14.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:14.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:14.750 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:37:14.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:14.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:14.750 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:14.750 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:14.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:37:14.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:37:14.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:14.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:14.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:14.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:37:14.802 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:14.802 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:14.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:14.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:14.803 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 12:37:14.803 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:14.803 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 12:37:14.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:37:14.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:37:14.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:14.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:14.803 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:14.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:14.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:14.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:14.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:14.804 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:14.804 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:14.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:14.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:14.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:14.804 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:14.804 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:14.805 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:14.808 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:14.808 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:37:14.808 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:37:14.808 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:37:14.808 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:37:14.808 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:37:14.808 DEBUG [main][MenuItemLookup] Item match:Window 12:37:14.809 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:37:14.809 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:37:14.809 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:37:14.809 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:14.809 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:37:14.809 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:37:14.809 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:14.809 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:37:14.809 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:14.809 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:37:14.809 DEBUG [main][MenuItemLookup] Item match:Preferences 12:37:14.858 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:37:14.858 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:37:14.858 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1812): Gtk-CRITICAL **: 12:37:14.925: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:37:15.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:37:15.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:37:15.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:37:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:15.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:15.012 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:37:15.012 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:15.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:37:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:15.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:15.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:15.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:15.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:15.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:15.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:15.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:37:15.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:37:15.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:15.031 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:37:15.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:15.031 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:37:15.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:37:15.031 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:37:15.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:15.031 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:37:15.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:15.031 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:37:15.032 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 12:37:15.032 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 12:37:15.032 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 12:37:15.032 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 12:37:15.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:15.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:15.034 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:15.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:15.034 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:15.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:15.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:15.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:37:15.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:15.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:15.035 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:37:15.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:15.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:37:15.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:15.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:15.035 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:37:15.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:15.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:15.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:15.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:15.036 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:15.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:15.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:15.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:37:15.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:37:15.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:15.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:37:15.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:15.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:37:15.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:37:15.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:37:15.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:15.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:37:15.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:15.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:37:15.039 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 12:37:15.039 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 12:37:15.039 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 12:37:15.039 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 12:37:15.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:15.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:15.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:15.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:15.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:37:15.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:15.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:15.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:15.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:15.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:15.062 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:37:15.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:15.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:15.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:15.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:15.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add JRE"] is available.... 12:37:15.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:15.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:15.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add JRE"] is available. finished successfully 12:37:15.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 12:37:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:15.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:15.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.VMTypePage, index 0 and no matchers specified 12:37:15.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:15.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:15.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:15.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:15.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:37:15.168 TRACE [main][WidgetHandler] Notify List with event 13 12:37:15.168 TRACE [main][WidgetHandler] Wait for synchronization 12:37:15.168 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:37:15.169 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 12:37:15.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:37:15.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:15.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:15.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:15.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:15.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:15.178 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:37:15.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:15.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:15.178 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:15.178 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:15.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE home:") 12:37:15.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:15.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:15.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:15.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:15.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:15.469 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:15.469 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre 12:37:15.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE name:") 12:37:15.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:15.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:15.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:15.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:15.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:15.917 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:15.918 INFO [WorkbenchTestable][AbstractText] Text set to: jre.test 12:37:15.929 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:37:15.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:37:15.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:15.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:15.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:15.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:15.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:15.934 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:37:15.934 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 12:37:15.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:37:15.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:15.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:15.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:15.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:15.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:15.938 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:37:15.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:15.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:15.938 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:15.938 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:16.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:37:16.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:37:16.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:16.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:37:16.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:16.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:16.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:16.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:16.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:16.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:16.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:16.008 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:16.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:16.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:37:16.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:16.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:16.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:16.019 INFO [WorkbenchTestable][AbstractTableItem] Check table Item jre.test: 12:37:16.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 12:37:16.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 12:37:16.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:16.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 12:37:16.034 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:37:16.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:16.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:37:16.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:16.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:16.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:16.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:16.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:16.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:37:16.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:16.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:16.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:16.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:16.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:16.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:37:16.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:16.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:16.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:37:16.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:16.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:16.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:16.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:37:16.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.083 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:16.083 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:37:16.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:16.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:16.083 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:16.083 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:16.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:37:16.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:37:16.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:16.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:16.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:16.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:37:16.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:16.161 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:16.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:16.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:16.162 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 12:37:16.162 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:16.162 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 12:37:16.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:37:16.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:37:16.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:16.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:16.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:16.162 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:16.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:16.162 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:16.162 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:16.162 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:16.163 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:16.163 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:16.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:16.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:16.163 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:16.163 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:16.164 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:16.167 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:16.167 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:37:16.167 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:37:16.167 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:37:16.167 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:37:16.167 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:37:16.167 DEBUG [main][MenuItemLookup] Item match:Window 12:37:16.168 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:37:16.168 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:37:16.168 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:37:16.168 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:16.168 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:37:16.168 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:37:16.168 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:16.168 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:37:16.168 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:16.168 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:37:16.168 DEBUG [main][MenuItemLookup] Item match:Preferences 12:37:16.168 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:37:16.168 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:37:16.168 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1812): Gtk-CRITICAL **: 12:37:16.237: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:37:16.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:37:16.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:37:16.320 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:37:16.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:16.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:16.321 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:37:16.321 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:16.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:37:16.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:16.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:16.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:16.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:37:16.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:37:16.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:16.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:37:16.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:16.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:37:16.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:37:16.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:37:16.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:16.325 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:37:16.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:16.325 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:37:16.348 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 12:37:16.348 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 12:37:16.348 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 12:37:16.349 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 12:37:16.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.350 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:16.351 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:16.351 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:16.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:37:16.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:16.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:16.351 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:37:16.351 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:16.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:37:16.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:16.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:16.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:37:16.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:16.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:16.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:16.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:37:16.354 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:37:16.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:16.354 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:37:16.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:16.355 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:37:16.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:37:16.355 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:37:16.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:16.355 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:37:16.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:16.355 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:37:16.355 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 12:37:16.355 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 12:37:16.356 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 12:37:16.356 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 12:37:16.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:37:16.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:16.384 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:37:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:16.384 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:16.384 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:16.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add JRE"] is available.... 12:37:16.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:16.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:16.467 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:16.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add JRE"] is available. finished successfully 12:37:16.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 12:37:16.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:16.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:16.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.VMTypePage, index 0 and no matchers specified 12:37:16.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:37:16.481 TRACE [main][WidgetHandler] Notify List with event 13 12:37:16.481 TRACE [main][WidgetHandler] Wait for synchronization 12:37:16.481 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:37:16.481 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 12:37:16.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:37:16.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.483 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:16.483 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:37:16.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:16.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:16.483 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:16.483 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:16.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE home:") 12:37:16.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:16.785 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:16.786 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre 12:37:16.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE name:") 12:37:16.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:16.815 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:16.816 INFO [WorkbenchTestable][AbstractText] Text set to: jre.test 12:37:16.820 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:37:16.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:37:16.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.824 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.824 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:16.835 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:37:16.835 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 12:37:16.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:37:16.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:16.839 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:37:16.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:16.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:16.839 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:16.839 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:16.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:37:16.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:37:16.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:16.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:37:16.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:16.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:16.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:16.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:16.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:16.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:16.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:16.907 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:16.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:16.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:37:16.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:16.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:16.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:16.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:37:16.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:16.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:16.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:16.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:37:16.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:16.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:16.914 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:37:16.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:16.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:16.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:16.918 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:37:16.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:16.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:16.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:16.921 TRACE [main][WidgetHandler] Notify Table with event 13 12:37:16.921 TRACE [main][WidgetHandler] Wait for synchronization 12:37:16.921 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:37:16.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.921 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:16.936 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:37:16.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:16.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:16.936 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:16.936 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:16.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:37:16.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:16.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:16.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:16.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:16.954 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:37:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:16.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:16.954 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:16.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:16.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:37:16.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:37:16.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:16.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:16.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:16.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:37:16.997 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:16.997 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:16.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:16.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:16.997 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) 12:37:16.997 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest 12:37:16.997 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:16.997 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:16.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:16.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.319 s - in org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest testOneDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.846 s testJRENotFound no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.272 s testAddingDefaultJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 1.359 s testAddingJRE no-configuration(org.eclipse.reddeer.eclipse.test.jdt.debug.ui.jres.JREsPreferencePageTest) Time elapsed: 0.835 s Running org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 12:37:17.011 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 12:37:17.012 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:37:17.012 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:17.012 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 12:37:17.012 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:37:17.012 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:37:17.012 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:17.012 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:37:17.035 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:17.035 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:37:17.035 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:17.035 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:37:17.035 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:37:17.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:37:17.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:17.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:17.035 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:17.035 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:17.038 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:17.038 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:37:17.038 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:37:17.038 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:37:17.038 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:37:17.038 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:37:17.038 DEBUG [main][MenuItemLookup] Item match:Window 12:37:17.039 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:37:17.039 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:37:17.039 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:37:17.039 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:17.039 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:37:17.039 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:37:17.039 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:17.039 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:37:17.039 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:17.039 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:37:17.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:17.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:17.042 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:17.042 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:17.042 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:17.042 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:37:17.042 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:37:17.042 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:37:17.042 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:37:17.042 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:37:17.042 DEBUG [main][MenuItemLookup] Item match:Window 12:37:17.042 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:37:17.042 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:37:17.042 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:37:17.042 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:17.042 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:37:17.042 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:37:17.042 DEBUG [main][MenuItemLookup] Item match:Perspective 12:37:17.043 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:37:17.043 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:17.043 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:37:17.043 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:37:17.043 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:37:17.043 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:37:17.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:37:17.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:17.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:17.043 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:17.043 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:17.043 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:17.043 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:37:17.043 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:37:17.043 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:37:17.043 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:37:17.043 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:37:17.043 DEBUG [main][MenuItemLookup] Item match:Window 12:37:17.043 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:37:17.043 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:37:17.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:17.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:17.044 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:37:17.044 DEBUG [main][MenuItemLookup] Item match:Window 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:37:17.044 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:37:17.044 DEBUG [main][MenuItemLookup] Item match:Perspective 12:37:17.045 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:37:17.045 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:17.045 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:37:17.045 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:37:17.045 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:37:17.045 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:37:17.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:17.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:17.045 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:17.045 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:17.045 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:17.045 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:37:17.045 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:37:17.045 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:37:17.045 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:37:17.045 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:37:17.045 DEBUG [main][MenuItemLookup] Item match:Window 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:37:17.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:17.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:17.046 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:37:17.046 DEBUG [main][MenuItemLookup] Item match:Window 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:37:17.046 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:37:17.047 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:17.047 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:37:17.047 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:37:17.047 DEBUG [main][MenuItemLookup] Item match:Perspective 12:37:17.047 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:37:17.047 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:17.047 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:37:17.047 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:37:17.047 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:37:17.047 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:37:17.047 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:37:17.047 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:37:17.047 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:37:17.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:37:17.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:37:17.104 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:37:17.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:17.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:17.104 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:17.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:17.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:17.104 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:37:17.104 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:17.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:17.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:17.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:37:17.105 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:17.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:17.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:17.105 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:37:17.105 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:17.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:17.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:17.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:17.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:17.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:17.106 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:37:17.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:17.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:17.106 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:17.106 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:17.372 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:17.372 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJUnitTab no-configuration(org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest) 12:37:17.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 12:37:17.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:37:17.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:17.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:17.372 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:17.372 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:37:17.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:17.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:17.373 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:17.373 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:17.373 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:17.373 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:37:17.373 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:37:17.373 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:37:17.373 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:37:17.373 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:37:17.373 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:37:17.373 DEBUG [main][MenuItemLookup] Item match:Run 12:37:17.373 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:37:17.373 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:37:17.373 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:17.373 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:37:17.373 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:37:17.373 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:37:17.373 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 12:37:17.373 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 12:37:17.374 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 12:37:17.374 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 12:37:17.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:37:17.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:37:17.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:37:17.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:17.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:17.534 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Create new launch configuration JUnit with name class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest_test_config 12:37:17.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:37:17.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:17.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:17.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:17.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:37:17.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:17.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:17.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:17.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:17.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:17.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:17.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:17.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:17.538 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JUnit 12:37:17.538 DEBUG [main][TreeItemHandler] Selecting tree item: JUnit 12:37:17.539 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JUnit about selection 12:37:17.539 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JUnit 12:37:17.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected... 12:37:17.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Tree has focus and TreeItem JUnit is selected finished successfully 12:37:17.580 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:37:17.580 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:17.583 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:37:17.583 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:37:17.583 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ne&w Configuration" 12:37:17.583 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text New Configuration 12:37:17.583 INFO [main][MenuItemHandler] Select menu item: Ne&w Configuration 12:37:17.589 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:37:17.589 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:17.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:17.894 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:37:17.894 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:17.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:17.923 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:17.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:17.923 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:17.923 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:17.924 INFO [WorkbenchTestable][AbstractText] Text set to: class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest_test_config 12:37:17.925 INFO [WorkbenchTestable][LaunchConfiguration] Apply the launch configuration 12:37:17.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:37:17.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:17.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:17.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:17.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:37:17.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:17.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:17.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:17.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:17.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:17.941 INFO [WorkbenchTestable][AbstractButton] Click button Appl&y 12:37:17.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:18.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:18.442 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:18.442 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:19.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:19.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:37:19.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:37:19.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:37:19.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:37:19.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:37:19.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update LCD' is a system job, skipped 12:37:19.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:19.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:19.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:19.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:19.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:19.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:19.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:19.127 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:19.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:19.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Test") 12:37:19.131 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:19.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:19.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:19.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:37:19.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:19.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:19.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:19.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:19.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:19.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:37:19.141 INFO [WorkbenchTestable][AbstractCTabItem] Activate Test 12:37:19.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project:") 12:37:19.143 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:19.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:19.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:19.143 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:37:19.143 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:19.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:19.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:19.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:19.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:19.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:19.168 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:19.169 INFO [WorkbenchTestable][AbstractText] Text set to: abc 12:37:19.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project:") 12:37:19.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:19.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:19.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:19.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:37:19.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:19.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:19.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:19.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:19.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:19.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:19.224 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:19.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test class:") 12:37:19.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:19.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:19.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:19.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:37:19.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:19.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:19.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:19.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:19.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:19.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:19.277 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:19.278 INFO [WorkbenchTestable][AbstractText] Text set to: cde 12:37:19.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test class:") 12:37:19.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:19.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:19.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:19.374 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:37:19.374 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:19.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:19.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:19.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:19.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:19.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:19.435 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:19.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test method:") 12:37:19.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:19.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:19.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:19.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:37:19.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:19.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:19.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:19.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:19.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:19.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:19.466 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:19.467 INFO [WorkbenchTestable][AbstractText] Text set to: efg 12:37:19.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test method:") 12:37:19.484 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:19.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:19.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:19.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:37:19.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:19.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:19.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:19.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:19.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:19.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:19.518 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:19.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:37:19.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:37:19.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:37:19.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:37:19.519 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:37:19.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:19.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:19.520 INFO [WorkbenchTestable][AbstractShell] Close shell Run Configurations 12:37:19.520 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Run Configurations' 12:37:19.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:19.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:19.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 12:37:19.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:19.676 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:19.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:19.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:19.677 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJUnitTab no-configuration(org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest) 12:37:19.677 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest 12:37:19.677 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:19.677 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:19.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:19.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.668 s - in org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest testJUnitTab no-configuration(org.eclipse.reddeer.eclipse.test.jdt.junit.launcher.JUnitLaunchConfigurationTabTest) Time elapsed: 2.305 s Running org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 12:37:19.691 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 12:37:19.692 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:37:19.692 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:19.692 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 12:37:19.692 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:37:19.692 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:37:19.692 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:19.692 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:37:19.693 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:19.693 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:37:19.693 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:19.694 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:19.694 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPerspectives no-configuration(org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest) 12:37:19.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 12:37:19.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:37:19.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:19.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:19.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:19.694 INFO [WorkbenchTestable][DebugPerspective] Open perspective: 'Debug' 12:37:19.694 DEBUG [WorkbenchTestable][DebugPerspective] Trying to open perspective: 'Debug' 12:37:19.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:19.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:19.694 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:19.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:19.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:37:19.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:19.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:19.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:19.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:19.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:37:19.738 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:37:19.738 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:37:19.738 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:19.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:37:19.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:37:19.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:37:19.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:19.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:19.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:37:19.819 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:19.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:19.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:19.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:19.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:19.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:19.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:19.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:19.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:19.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:19.821 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Debug') 12:37:19.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:19.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:19.821 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:37:19.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:19.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:19.821 TRACE [main][WidgetHandler] Notify Table with event 13 12:37:19.826 TRACE [main][WidgetHandler] Wait for synchronization 12:37:19.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:19.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:19.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:19.835 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:19.835 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:19.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:19.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:19.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:37:19.837 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:19.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:19.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:19.837 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:19.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:19.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:19.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:19.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:19.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:19.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:19.839 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:37:19.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:19.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:19.840 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:19.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:20.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:20.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:20.073 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:37:20.073 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 12:37:20.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:20.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:20.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:20.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:20.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:20.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:37:20.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:20.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:20.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:20.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:20.115 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:37:20.116 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:37:20.116 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:37:20.116 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:20.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:37:20.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:37:20.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:37:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:20.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:37:20.244 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:20.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:20.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:20.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:20.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:20.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:20.245 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 12:37:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:20.246 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 12:37:20.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:20.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:20.246 TRACE [main][WidgetHandler] Notify Table with event 13 12:37:20.246 TRACE [main][WidgetHandler] Wait for synchronization 12:37:20.246 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:20.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:20.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:20.247 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:20.247 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:20.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:20.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:20.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:37:20.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:20.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:20.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:20.249 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:20.249 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:20.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:20.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:20.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:20.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:20.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:20.262 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:37:20.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:20.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:20.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:20.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:20.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:20.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:20.397 INFO [WorkbenchTestable][JavaBrowsingPerspective] Open perspective: 'Java Browsing' 12:37:20.397 DEBUG [WorkbenchTestable][JavaBrowsingPerspective] Trying to open perspective: 'Java Browsing' 12:37:20.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:20.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:20.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:20.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:20.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:20.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:37:20.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:20.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:20.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:20.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:20.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:37:20.441 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:37:20.441 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:37:20.441 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:20.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:37:20.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:37:20.527 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:37:20.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:20.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:20.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:37:20.528 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:20.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:20.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:20.529 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:20.529 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:20.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:20.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:20.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:20.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:20.529 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:20.530 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java Browsing') 12:37:20.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:20.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:20.531 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (3) 12:37:20.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:20.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:20.531 TRACE [main][WidgetHandler] Notify Table with event 13 12:37:20.531 TRACE [main][WidgetHandler] Wait for synchronization 12:37:20.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:20.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:20.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:20.532 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:20.532 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:20.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:20.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:20.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:37:20.534 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:20.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:20.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:20.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:20.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:20.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:20.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:20.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:20.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:20.535 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:20.536 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:37:20.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:20.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:20.536 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:20.536 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:20.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:20.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:20.940 INFO [WorkbenchTestable][JavaTypeHierarchyPerspective] Open perspective: 'Java Type Hierarchy' 12:37:20.940 DEBUG [WorkbenchTestable][JavaTypeHierarchyPerspective] Trying to open perspective: 'Java Type Hierarchy' 12:37:20.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:20.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:20.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:20.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:20.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:20.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:37:20.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:20.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:20.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:20.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:20.973 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:37:20.973 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:37:20.973 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:37:20.973 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:21.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:37:21.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:37:21.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:37:21.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:21.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:21.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:37:21.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:21.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:21.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:21.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:21.046 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:21.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:21.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:21.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:21.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:21.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:21.047 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java Type Hierarchy') 12:37:21.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:21.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:21.047 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (5) 12:37:21.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:21.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:21.047 TRACE [main][WidgetHandler] Notify Table with event 13 12:37:21.047 TRACE [main][WidgetHandler] Wait for synchronization 12:37:21.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:21.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:21.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:21.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:21.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:21.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:21.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:21.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:37:21.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:21.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:21.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:21.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:21.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:21.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:21.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:21.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:21.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:21.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:21.068 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:37:21.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:21.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:21.069 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:21.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:21.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:21.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:21.307 INFO [WorkbenchTestable][ResourcePerspective] Open perspective: 'Resource' 12:37:21.307 DEBUG [WorkbenchTestable][ResourcePerspective] Trying to open perspective: 'Resource' 12:37:21.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:21.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:21.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:21.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:21.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:21.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:37:21.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:21.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:21.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:21.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:21.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:37:21.333 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:37:21.333 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:37:21.333 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:21.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:37:21.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:37:21.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:37:21.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:21.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:21.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:37:21.400 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:21.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:21.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:21.401 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:21.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:21.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:21.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:21.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:21.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:21.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:21.402 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Resource') 12:37:21.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:21.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:21.403 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Resource (default)') 12:37:21.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:21.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:21.404 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (9) 12:37:21.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:21.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:21.404 TRACE [main][WidgetHandler] Notify Table with event 13 12:37:21.404 TRACE [main][WidgetHandler] Wait for synchronization 12:37:21.404 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:21.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:21.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:21.405 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:21.405 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:21.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:21.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:21.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:37:21.407 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:21.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:21.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:21.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:21.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:21.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:21.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:21.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:21.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:21.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:21.417 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:37:21.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:21.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:21.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:21.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:21.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:21.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:21.537 INFO [WorkbenchTestable][TeamSynchronizingPerspective] Open perspective: 'Team Synchronizing' 12:37:21.537 DEBUG [WorkbenchTestable][TeamSynchronizingPerspective] Trying to open perspective: 'Team Synchronizing' 12:37:21.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:21.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:21.537 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:21.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:21.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:21.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:37:21.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:21.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:21.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:21.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:21.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:37:21.548 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:37:21.548 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:37:21.548 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:21.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:37:21.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:37:21.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:37:21.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:21.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:21.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:37:21.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:21.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:21.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:21.618 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:21.618 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:21.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:21.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:21.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:21.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:21.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:21.619 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Team Synchronizing') 12:37:21.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:21.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:21.619 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (10) 12:37:21.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:21.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:21.620 TRACE [main][WidgetHandler] Notify Table with event 13 12:37:21.620 TRACE [main][WidgetHandler] Wait for synchronization 12:37:21.620 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:21.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:21.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:21.620 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:21.620 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:21.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:21.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:21.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:37:21.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:21.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:21.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:21.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:37:21.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:21.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:21.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:21.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:21.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:21.624 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:21.632 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:37:21.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:21.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:21.632 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:21.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:21.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:21.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:21.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 12:37:21.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:21.970 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:21.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:21.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:21.971 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPerspectives no-configuration(org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest) 12:37:21.971 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest 12:37:21.971 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:21.971 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:21.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:21.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.282 s - in org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest testPerspectives no-configuration(org.eclipse.reddeer.eclipse.test.jdt.internal.ui.DefaultPerspectivesTest) Time elapsed: 2.277 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 12:37:21.989 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 12:37:21.990 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:37:21.990 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:21.990 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 12:37:21.990 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:37:21.990 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:37:21.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:21.991 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:37:21.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:21.991 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:37:21.991 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:21.991 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:21.991 INFO [WorkbenchTestable][RequirementsRunner] Started test: driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) 12:37:21.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 12:37:21.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:37:21.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:21.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:21.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:21.992 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:21.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:21.992 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:21.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:21.992 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:21.992 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:21.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:21.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:21.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:21.993 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:21.994 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:21.994 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:21.998 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:21.998 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:37:21.998 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:37:21.998 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:37:21.998 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:37:21.998 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:37:21.998 DEBUG [main][MenuItemLookup] Item match:Window 12:37:21.999 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:37:21.999 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:37:21.999 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:37:21.999 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:21.999 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:37:21.999 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:37:21.999 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:21.999 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:37:21.999 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:21.999 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:37:21.999 DEBUG [main][MenuItemLookup] Item match:Preferences 12:37:22.018 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:37:22.018 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:37:22.018 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:1812): Gtk-CRITICAL **: 12:37:22.091: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:37:22.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:37:22.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:37:22.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:37:22.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:22.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:22.177 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:37:22.177 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:22.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:37:22.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:22.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:22.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:22.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:22.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:22.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:22.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:22.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 12:37:22.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:37:22.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:22.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:22.697 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:37:22.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 12:37:22.698 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:37:22.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:22.698 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:37:22.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:22.698 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:37:22.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 12:37:22.699 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:37:22.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:23.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:23.199 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:37:23.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 12:37:23.206 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:37:23.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:23.206 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:37:23.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:23.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:37:23.207 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 12:37:23.207 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 12:37:23.207 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 12:37:23.207 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 12:37:23.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.preferences.DriverPreferences, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:37:23.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:23.315 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:37:23.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:23.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:23.315 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:23.315 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:23.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 12:37:23.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available. finished successfully 12:37:23.477 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 12:37:23.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:23.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:23.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 12:37:23.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:23.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:23.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Name/Type") 12:37:23.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:23.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:23.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:23.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:37:23.494 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 12:37:23.494 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:37:23.494 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:23.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.494 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:23.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:23.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:23.520 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 12:37:23.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 12:37:23.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:23.521 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 12:37:23.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:23.521 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 12:37:23.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 12:37:23.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:23.521 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 12:37:23.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:23.521 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 12:37:23.522 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item HSQLDB JDBC Driver 12:37:23.522 DEBUG [main][TreeItemHandler] Selecting tree item: HSQLDB JDBC Driver 12:37:23.522 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item HSQLDB JDBC Driver about selection 12:37:23.569 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: HSQLDB JDBC Driver 12:37:23.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Driver name:") 12:37:23.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:23.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:23.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:23.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.574 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:23.574 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:23.575 INFO [WorkbenchTestable][AbstractText] Text set to: Test HSLQDB Driver 12:37:23.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "JAR List") 12:37:23.575 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:23.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.575 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:23.575 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:23.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:37:23.577 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 12:37:23.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:37:23.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:23.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:23.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:23.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:37:23.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Clear All") 12:37:23.594 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:23.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.595 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:23.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:23.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:23.597 INFO [WorkbenchTestable][AbstractButton] Click button &Clear All 12:37:23.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:23.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:23.597 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:23.597 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:23.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:37:23.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:23.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.622 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:23.622 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:23.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:37:23.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:37:23.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:23.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.625 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:23.626 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:23.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:37:23.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:37:23.627 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:23.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.628 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:23.628 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:23.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:37:23.629 TRACE [main][WidgetHandler] Notify List with event 13 12:37:23.630 TRACE [main][WidgetHandler] Wait for synchronization 12:37:23.630 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove JAR/Zip") 12:37:23.630 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:23.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.630 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:23.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:23.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:23.631 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 12:37:23.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:23.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:23.638 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:23.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:23.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:37:23.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:23.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.677 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:23.677 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:23.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:23.680 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:37:23.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:23.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:23.681 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:23.681 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:23.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:23.790 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:37:23.790 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.790 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:37:23.790 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:23.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:23.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:23.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:37:23.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:23.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:23.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:23.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:23.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:23.810 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:37:23.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:23.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:23.810 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:23.810 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:23.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:37:23.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:37:23.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:23.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:23.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:23.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 12:37:23.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:23.941 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:23.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:23.942 INFO [WorkbenchTestable][RequirementsRunner] Finished test: driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) 12:37:23.942 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest 12:37:23.942 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:37:23.942 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:37:23.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:23.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.958 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest driverDefinitionTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.DriverDefinitionTest) Time elapsed: 1.951 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 12:37:23.955 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 12:37:23.956 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:37:23.956 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:23.956 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 12:37:23.956 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:37:23.956 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:37:23.956 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:23.956 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:37:23.956 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:23.956 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:37:23.956 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:23.957 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:23.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:23.957 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:23.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:23.957 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:23.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:23.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:23.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:23.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:23.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:23.958 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:23.958 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:23.963 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:23.963 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:37:23.963 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:37:23.963 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:37:23.963 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:37:23.963 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:37:23.963 DEBUG [main][MenuItemLookup] Item match:Window 12:37:23.964 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:37:23.964 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:37:23.964 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:37:23.964 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:23.964 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:37:23.964 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:37:23.964 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:23.964 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:37:23.964 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:23.964 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:37:23.964 DEBUG [main][MenuItemLookup] Item match:Preferences 12:37:23.964 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:37:23.964 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:37:23.964 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:37:24.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:37:24.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:37:24.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:37:24.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:24.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:24.109 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:37:24.109 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:24.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:37:24.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:24.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:24.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:24.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:24.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:24.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:24.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:24.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 12:37:24.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:37:24.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:24.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:37:24.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:24.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:37:24.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 12:37:24.127 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:37:24.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:24.127 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:37:24.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:24.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:37:24.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 12:37:24.142 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:37:24.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:24.142 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:37:24.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:24.142 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:37:24.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 12:37:24.142 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:37:24.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:24.143 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:37:24.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:24.143 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:37:24.143 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 12:37:24.143 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 12:37:24.143 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 12:37:24.144 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 12:37:24.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:24.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:24.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:24.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:24.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:37:24.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:24.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:24.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:24.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:37:24.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:24.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:24.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:24.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:24.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:24.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:24.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:24.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:24.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 12:37:24.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:24.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:24.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:24.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:37:24.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:24.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:24.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:24.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:24.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:24.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:37:24.174 TRACE [main][WidgetHandler] Notify Table with event 13 12:37:24.175 TRACE [main][WidgetHandler] Wait for synchronization 12:37:24.175 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:37:24.175 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:24.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:24.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:24.175 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:37:24.175 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:24.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:24.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:24.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:24.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:24.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:24.186 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:37:24.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:24.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:24.186 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:24.186 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:24.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Driver Removal"] is available.... 12:37:24.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Driver Removal"] is available. finished successfully 12:37:24.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Driver Removal 12:37:24.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:24.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:24.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 12:37:24.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:24.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:24.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:24.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Driver Removal" as the parent 12:37:24.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:24.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:24.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:24.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:24.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:24.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:24.249 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 12:37:24.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:24.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:24.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:24.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:24.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:24.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:24.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:24.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:24.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:37:24.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:24.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:24.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:24.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:24.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:24.302 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:37:24.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:24.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:24.303 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:24.303 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:24.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:37:24.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:37:24.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:24.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:24.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:24.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:24.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open progress monitor' is a system job, skipped 12:37:24.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:37:24.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:24.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:24.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:24.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:24.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:24.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:24.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:24.366 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:24.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:24.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:24.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:37:24.379 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' view via menu. 12:37:24.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:24.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:24.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:24.380 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:24.380 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:24.380 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:24.380 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:24.380 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:37:24.380 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:37:24.380 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:37:24.380 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:37:24.380 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:37:24.380 DEBUG [main][MenuItemLookup] Item match:Window 12:37:24.381 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:37:24.381 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:37:24.381 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:37:24.381 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:24.381 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:37:24.381 DEBUG [main][MenuItemLookup] Item match:Show View 12:37:24.385 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:37:24.385 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:37:24.385 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:37:24.385 DEBUG [main][MenuItemLookup] Found menu:'Synchronize Shift+Alt+Q Y' 12:37:24.385 DEBUG [main][MenuItemLookup] Found menu:'Task Repositories' 12:37:24.385 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:37:24.385 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:24.385 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:37:24.385 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:37:24.386 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:37:24.386 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:37:24.386 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:37:24.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:37:24.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:37:24.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:37:24.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:24.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:24.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:37:24.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:24.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:24.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:24.514 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:37:24.514 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:24.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:24.514 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:24.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:24.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:24.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:24.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:24.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:24.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 12:37:24.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:37:24.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:25.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:25.019 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:37:25.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 12:37:25.019 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:37:25.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:25.020 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:37:25.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:25.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:37:25.020 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Data Source Explorer 12:37:25.020 DEBUG [main][TreeItemHandler] Selecting tree item: Data Source Explorer 12:37:25.020 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Data Source Explorer about selection 12:37:25.021 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Data Source Explorer 12:37:25.021 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:25.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:25.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:25.021 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:37:25.021 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:25.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:25.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:25.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:37:25.022 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:25.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:37:25.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:25.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:25.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:25.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:25.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:25.024 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:37:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:25.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:25.024 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:25.024 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:25.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:25.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:25.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.dse.views.DataSourceExplorerView' view is open... 12:37:25.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:25.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:25.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.dse.views.DataSourceExplorerView' view is open finished successfully 12:37:25.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:25.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:25.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:25.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:25.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:25.234 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:25.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:37:25.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:25.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:25.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:25.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:25.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:37:25.278 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:37:25.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:37:25.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:25.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:37:25.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:37:25.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:37:25.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:37:25.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:25.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:25.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:25.283 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 12:37:25.283 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:25.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:25.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:25.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:25.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:25.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:25.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:25.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:25.302 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 10 12:37:25.302 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:37:25.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:25.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:25.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:37:25.803 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 12:37:25.803 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:37:25.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:26.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:26.305 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:37:26.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:37:26.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:26.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:26.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:37:26.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:37:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:26.807 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:26.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:26.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:26.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:26.813 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:37:26.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:26.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:26.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:26.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:26.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:26.820 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:26.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:37:26.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:26.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:26.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:26.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:26.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:37:26.846 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:37:26.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:37:26.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:26.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:37:26.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:37:26.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:37:26.851 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:37:26.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:37:26.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:26.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:37:26.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:37:26.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:26.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:26.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:26.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:26.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:26.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:26.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:26.854 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 12:37:26.871 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:37:26.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:27.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:27.372 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:37:27.372 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:37:27.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:27.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:27.873 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:37:27.874 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:27.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:27.875 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:27.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:27.875 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:37:27.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:27.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:27.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:27.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:27.876 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:27.877 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:27.877 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:27.877 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:37:27.877 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:37:27.877 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:37:27.877 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:37:27.877 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:37:27.877 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:37:27.877 DEBUG [main][MenuItemLookup] Item match:Window 12:37:27.879 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:37:27.879 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:37:27.879 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:37:27.879 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:27.879 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:37:27.879 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:37:27.879 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:27.879 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:37:27.879 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:27.879 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:37:27.879 DEBUG [main][MenuItemLookup] Item match:Preferences 12:37:27.879 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:37:27.879 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:37:27.879 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:37:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:37:28.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:37:28.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:37:28.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:28.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:28.030 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:37:28.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:28.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:37:28.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.031 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:28.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:28.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 12:37:28.033 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:37:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:28.033 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:37:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:28.033 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:37:28.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 12:37:28.033 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:37:28.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:28.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:37:28.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:28.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:37:28.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 12:37:28.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:37:28.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:28.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:37:28.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:28.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:37:28.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 12:37:28.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:37:28.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:28.035 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:37:28.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:28.035 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:37:28.035 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 12:37:28.035 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 12:37:28.035 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 12:37:28.035 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 12:37:28.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.preferences.DriverPreferences, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:37:28.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:28.062 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:37:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:28.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:28.062 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:28.062 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:28.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 12:37:28.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available. finished successfully 12:37:28.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 12:37:28.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:28.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:28.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 12:37:28.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:28.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:28.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Name/Type") 12:37:28.200 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:28.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.200 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:28.200 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:28.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:37:28.201 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 12:37:28.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:37:28.201 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:28.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.201 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:28.201 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:28.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:28.232 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 12:37:28.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 12:37:28.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:28.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 12:37:28.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:28.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 12:37:28.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 12:37:28.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:28.233 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 12:37:28.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:28.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 12:37:28.233 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Generic JDBC Driver 12:37:28.233 DEBUG [main][TreeItemHandler] Selecting tree item: Generic JDBC Driver 12:37:28.233 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Generic JDBC Driver about selection 12:37:28.282 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Generic JDBC Driver 12:37:28.282 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Driver name:") 12:37:28.282 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:28.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.284 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:28.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:28.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:28.287 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:28.288 INFO [WorkbenchTestable][AbstractText] Text set to: Test H2 Driver 12:37:28.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "JAR List") 12:37:28.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:28.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:28.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:28.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:37:28.291 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 12:37:28.296 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:37:28.296 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:28.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:28.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:28.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:37:28.305 INFO [WorkbenchTestable][DriverDialog] No drivers to clean, skipped 12:37:28.305 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:37:28.305 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:28.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.306 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:28.306 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:28.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:37:28.307 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:37:28.307 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:28.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.308 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:28.308 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:28.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.308 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:37:28.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:37:28.308 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:28.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:28.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:28.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:37:28.310 TRACE [main][WidgetHandler] Notify List with event 13 12:37:28.310 TRACE [main][WidgetHandler] Wait for synchronization 12:37:28.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove JAR/Zip") 12:37:28.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:28.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:28.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:28.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.311 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:28.311 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 12:37:28.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:28.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:28.312 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:28.312 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:28.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Properties") 12:37:28.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:28.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:28.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:28.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:37:28.336 INFO [WorkbenchTestable][AbstractTabItem] Activate Properties 12:37:28.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:37:28.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:28.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:28.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:28.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:28.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:28.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:28.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:37:28.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:37:28.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:28.345 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:37:28.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:28.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:37:28.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:37:28.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:37:28.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:28.345 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:37:28.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:28.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:37:28.346 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item Driver Class 12:37:28.346 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Class 12:37:28.346 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Class 12:37:28.346 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Class about selection 12:37:28.346 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Class 12:37:28.346 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:37:28.346 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:37:28.366 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:37:28.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "...") 12:37:28.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:28.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.367 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:28.367 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:28.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:28.368 INFO [WorkbenchTestable][AbstractButton] Click button ... 12:37:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:28.368 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:28.368 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:28.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Available Classes from Jar List"] is available.... 12:37:28.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Available Classes from Jar List"] is available. finished successfully 12:37:28.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Available Classes from Jar List"] is available.... 12:37:28.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Available Classes from Jar List"] is available. finished successfully 12:37:28.426 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Available Classes from Jar List 12:37:28.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:28.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:28.426 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 12:37:28.426 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:28.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.427 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 12:37:28.427 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:28.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:28.427 INFO [WorkbenchTestable][AbstractButton] Click button Type class name 12:37:28.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:28.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:28.427 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:28.427 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:28.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "") 12:37:28.427 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:28.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.428 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 12:37:28.428 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:28.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:28.428 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:28.429 INFO [WorkbenchTestable][AbstractText] Text set to: org.h2.Driver 12:37:28.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:37:28.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:28.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 12:37:28.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:28.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.430 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:28.430 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:37:28.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:28.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:28.430 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:28.430 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:28.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:37:28.484 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:28.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:28.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:28.484 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:37:28.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:28.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:28.485 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:37:28.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:28.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:28.485 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:28.485 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:28.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:37:28.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:37:28.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:37:28.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:28.565 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:37:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:28.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:28.565 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:28.565 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:28.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:37:28.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:37:28.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:28.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:28.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:28.614 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:28.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:28.635 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:28.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:28.636 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 12:37:28.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:28.640 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:28.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:28.640 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:28.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:28.640 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:28.640 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:28.640 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 12:37:28.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:28.641 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:28.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:28.641 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:28.641 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:28.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:28.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:28.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:28.641 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:28.641 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:37:28.641 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:28.641 DEBUG [main][MenuItemLookup] Item match:File 12:37:28.643 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:37:28.643 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:37:28.648 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:37:28.648 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:37:28.648 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:28.648 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:37:28.648 DEBUG [main][MenuItemLookup] Found menu:'File' 12:37:28.648 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:28.648 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:37:28.648 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:28.648 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:37:28.648 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:37:28.648 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:37:28.648 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:37:28.648 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:37:28.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:37:28.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:37:28.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:37:28.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:28.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:28.776 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:37:28.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:28.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:37:28.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:28.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:28.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:28.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:28.776 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:28.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:28.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:28.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 12:37:28.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 12:37:28.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:29.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:29.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 12:37:29.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 12:37:29.281 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 12:37:29.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:29.281 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 12:37:29.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:29.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 12:37:29.281 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 12:37:29.281 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 12:37:29.281 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 12:37:29.284 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 12:37:29.284 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:37:29.285 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:37:29.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:37:29.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:29.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:29.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:29.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:29.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:29.293 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:37:29.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:29.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:29.293 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:29.293 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:29.373 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:37:29.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:29.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:29.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 12:37:29.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available. finished successfully 12:37:29.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 12:37:29.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:29.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:29.375 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 12:37:29.375 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:37:29.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.CPWizardSelectionPage, index 0 and no matchers specified 12:37:29.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:29.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:29.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:29.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:29.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:37:29.380 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Generic JDBC') 12:37:29.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:29.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:29.422 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:37:29.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:37:29.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:37:29.422 TRACE [main][WidgetHandler] Notify Table with event 13 12:37:29.422 TRACE [main][WidgetHandler] Wait for synchronization 12:37:29.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.CPWizardSelectionPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:37:29.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:29.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:29.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:29.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:29.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:29.435 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:29.436 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 12:37:29.436 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 12:37:29.436 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 12:37:29.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.NewCPWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:37:29.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:29.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:29.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:29.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:29.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:29.446 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:37:29.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:29.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:29.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:29.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:29.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Drivers:") 12:37:29.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:29.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:29.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:29.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:29.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:37:29.587 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Test H2 Driver to selection: Test H2 Driver 12:37:29.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Database:") 12:37:29.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:29.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:29.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:29.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:29.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:29.600 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:29.600 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 12:37:29.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "URL:") 12:37:29.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:29.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:29.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:29.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:29.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:29.616 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:29.617 INFO [WorkbenchTestable][AbstractText] Text set to: jdbc:h2:~/test 12:37:29.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "User name:") 12:37:29.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:29.618 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:29.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:29.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:29.638 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:29.638 INFO [WorkbenchTestable][AbstractText] Text set to: sa 12:37:29.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Password:") 12:37:29.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:29.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:29.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:29.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:29.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:37:29.688 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:37:29.689 INFO [WorkbenchTestable][AbstractText] Text set to: 12:37:29.690 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 12:37:29.690 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 12:37:29.690 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.NewCPWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:37:29.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:29.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:29.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:29.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:29.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:37:29.693 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:37:29.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:37:29.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:37:29.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:37:29.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:30.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:37:30.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:37:30.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:30.335 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:37:30.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:37:30.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Loading Core provider' is a system job, skipped 12:37:30.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:37:30.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:30.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:30.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:30.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:30.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:30.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:30.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:30.336 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:30.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:30.336 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:37:30.336 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 12:37:30.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 12:37:30.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:37:30.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:37:30.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:37:30.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:37:30.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:30.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:30.344 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:37:30.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:30.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:30.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:37:30.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:37:30.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:37:30.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:37:30.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:37:30.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:30.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:30.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:30.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:30.356 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:37:30.356 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:37:30.356 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:37:30.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:30.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:37:30.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:37:30.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:37:30.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:37:30.368 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:30.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:30.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:30.369 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 12:37:30.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:30.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:30.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:30.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:30.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:30.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:37:30.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:37:30.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:37:30.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 12:37:30.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:37:30.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:30.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:37:30.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:30.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:37:30.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 12:37:30.388 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:37:30.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:30.388 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:37:30.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:30.388 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:37:30.389 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 12:37:30.390 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 12:37:30.390 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 12:37:30.390 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 12:37:30.398 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 12:37:30.398 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:37:30.399 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:37:30.410 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:37:30.411 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 12:37:30.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 12:37:30.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:37:30.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:37:30.912 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 12:37:30.912 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:37:30.912 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:31.006 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:37:31.006 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:37:31.006 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 12:37:31.006 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:31.006 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 12:37:31.006 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 12:37:31.006 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:31.006 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:37:31.006 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:37:31.006 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:37:31.006 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:31.006 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:37:31.006 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:31.006 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 12:37:31.006 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 12:37:31.007 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 12:37:31.007 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 12:37:31.007 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 12:37:31.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10c52f8e is found... 12:37:31.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@10c52f8e is found finished successfully 12:37:31.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Scrapbook 0\E') 12:37:31.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:31.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:31.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:31.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:31.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:37:31.417 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:37:31.417 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:37:31.418 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:37:31.418 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:31.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:31.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:31.418 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:37:31.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:31.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:31.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:31.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:31.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:31.421 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:37:31.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:37:31.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:31.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:31.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:31.422 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:37:31.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:31.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:31.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:31.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:31.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:31.432 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:37:31.432 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 12:37:31.457 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:37:31.457 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:31.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:31.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:31.475 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:37:31.475 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:31.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:31.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:37:31.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:37:31.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:31.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:37:31.476 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 12:37:31.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:37:31.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:37:31.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:37:31.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:37:31.534 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:37:31.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:37:31.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:37:31.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:37:31.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:37:31.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:37:31.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:37:31.536 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 12:37:31.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:37:31.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:37:31.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:37:31.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:37:31.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:37:31.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:37:31.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:37:31.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:37:31.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:37:31.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:37:31.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:37:31.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:37:31.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:37:31.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:37:31.550 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:37:31.550 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:37:31.593 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 12:37:31.593 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:31.593 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:37:31.593 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:37:31.593 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:37:31.593 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:31.593 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 12:37:31.593 DEBUG [main][MenuItemLookup] Found menu:'' 12:37:31.593 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 12:37:31.593 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 12:37:31.593 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 12:37:31.593 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 12:37:31.594 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 12:37:31.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:37:31.992: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.043: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.052: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.068: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.093: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.100: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.135: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.149: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.171: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.187: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.204: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.237: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.265: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.275: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.288: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.304: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.337: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.341: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.378: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.393: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.644: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.660: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.676: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.692: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.710: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.726: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.743: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.760: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.776: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.793: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.809: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:32.827: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:33.143: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:33.160: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:33.176: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:33.193: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:33.210: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:33.226: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:33.243: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:33.260: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:33.276: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:33.294: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:33.310: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:37:33.326: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:38:32.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. failed, NO exception will be thrown 12:38:32.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 12:38:32.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. finished successfully 12:38:32.223 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:32.223 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 12:38:32.223 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:38:32.223 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 12:38:32.360 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 12:38:32.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:32.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:32.372 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:38:32.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:32.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:32.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:38:32.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:38:32.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:38:32.380 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:38:32.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E') 12:38:32.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:32.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:32.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:32.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:32.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:38:32.387 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:38:32.387 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:38:32.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:32.431 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:38:32.431 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:38:32.431 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:38:32.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:38:32.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:32.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:38:32.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:38:32.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:32.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:32.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:32.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:32.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:38:32.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:38:32.436 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 12:38:32.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:38:32.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Visible Results (Shift+Delete)") 12:38:32.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:32.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:32.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:32.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:32.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:38:32.438 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 12:38:32.438 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:38:32.438 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:38:32.529: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:32.539: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:38:32.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 12:38:32.547 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 12:38:32.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 12:38:32.547 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:38:32.548 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:38:32.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:38:32.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:32.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:38:32.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:38:32.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:32.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:32.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:32.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:32.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:38:32.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:1812): Gtk-CRITICAL **: 12:38:32.557: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:38:32.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:32.563 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:38:32.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:32.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:32.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:38:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:38:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:38:32.570 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:38:32.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:38:32.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:32.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:1812): Gtk-CRITICAL **: 12:38:32.586: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:32.592: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:38:32.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:32.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:32.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:38:32.598 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:38:32.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:38:32.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:32.643 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:38:32.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:38:32.643 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:38:32.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:32.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:32.643 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 12:38:32.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:38:32.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:32.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:32.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:32.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:32.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:38:32.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:38:32.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:38:32.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 12:38:32.645 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:38:32.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:32.645 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:38:32.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:32.645 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:38:32.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 12:38:32.645 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:38:32.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:32.645 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:38:32.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:32.645 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:38:32.646 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 12:38:32.646 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 12:38:32.646 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 12:38:32.646 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 12:38:32.662 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 12:38:32.662 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:38:32.663 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:38:32.670 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:38:32.670 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 12:38:32.670 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 12:38:32.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:38:33.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:38:33.171 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 12:38:33.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:38:33.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:33.209 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:38:33.209 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:38:33.209 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 12:38:33.209 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:33.209 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 12:38:33.209 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 12:38:33.209 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:33.209 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:38:33.209 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:38:33.209 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:38:33.209 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:33.209 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:38:33.209 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:33.209 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 12:38:33.209 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 12:38:33.210 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 12:38:33.210 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 12:38:33.210 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 12:38:33.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6b008fe5 is found... 12:38:33.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6b008fe5 is found finished successfully 12:38:33.387 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Scrapbook 0\E') 12:38:33.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:33.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:33.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:33.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:33.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:38:33.400 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:38:33.401 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:38:33.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:38:33.401 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:38:33.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:33.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:33.401 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:38:33.401 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:38:33.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:33.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:33.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:33.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:33.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:38:33.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:38:33.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:38:33.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:33.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:33.406 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:38:33.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:38:33.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:33.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:33.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:33.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:33.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:38:33.409 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 12:38:33.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:38:33.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:38:33.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:33.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:33.463 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:38:33.463 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:38:33.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:33.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:38:33.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:38:33.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:33.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:38:33.464 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 12:38:33.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:38:33.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:38:33.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:38:33.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:38:33.485 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:38:33.485 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:38:33.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:38:33.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:38:33.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:38:33.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:38:33.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:38:33.486 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: CREATE TABLE test(ID INT,NAME VARCHAR(40)); 12:38:33.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:38:33.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:38:33.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:38:33.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:38:33.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:38:33.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:38:33.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:38:33.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:38:33.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:38:33.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:38:33.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:38:33.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:38:33.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:38:33.491 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:38:33.491 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:38:33.541 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 12:38:33.541 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:33.541 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:38:33.541 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:38:33.541 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:38:33.541 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:33.541 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 12:38:33.541 DEBUG [main][MenuItemLookup] Found menu:'' 12:38:33.541 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 12:38:33.541 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 12:38:33.541 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 12:38:33.541 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 12:38:33.541 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 12:38:33.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.557: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.578: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.584: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.604: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.621: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.638: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.654: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.671: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.687: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.704: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.721: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.738: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.754: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.770: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.787: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.804: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.820: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.837: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.853: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:33.870: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.103: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.119: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.136: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.154: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.170: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.187: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.203: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.219: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.237: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.253: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.270: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.286: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.604: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.620: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.637: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.653: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.670: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.687: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.704: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.720: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.736: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.754: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.770: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:38:34.786: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:39:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. failed, NO exception will be thrown 12:39:33.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 12:39:33.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. finished successfully 12:39:33.627 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:33.627 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=CREATE TABLE test(ID INT,NAME VARCHAR(40)); TooltipText=null 12:39:33.627 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:39:33.628 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 12:39:33.747 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 12:39:33.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:33.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:33.754 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:39:33.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:33.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:33.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:39:33.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:33.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:33.762 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:39:33.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E') 12:39:33.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:33.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:33.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:33.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:33.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:39:33.790 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:39:33.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:39:33.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:33.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:39:33.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:39:33.791 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:39:33.793 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:39:33.794 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:39:33.794 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:39:33.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:33.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:39:33.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:39:33.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:33.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:33.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:33.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:33.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:39:33.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:33.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:33.829 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:39:33.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:33.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:33.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:39:33.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:39:33.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:39:33.838 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:39:33.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:39:33.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:33.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:33.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:33.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:33.844 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:39:33.845 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:39:33.845 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:39:33.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:33.890 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:39:33.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:39:33.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:39:33.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:33.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:33.890 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 12:39:33.891 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:39:33.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:33.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:33.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:33.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:33.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:39:33.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:39:33.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:39:33.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 12:39:33.891 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:39:33.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:33.892 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:39:33.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:33.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:39:33.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 12:39:33.892 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:39:33.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:33.892 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:39:33.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:33.892 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:39:33.892 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 12:39:33.892 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 12:39:33.892 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 12:39:33.893 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 12:39:33.916 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 12:39:33.917 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:39:33.919 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:39:33.925 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:39:33.926 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 12:39:33.926 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 12:39:33.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:39:34.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:39:34.427 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 12:39:34.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:39:34.428 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:34.463 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:39:34.463 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:39:34.463 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 12:39:34.463 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:34.463 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 12:39:34.463 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 12:39:34.464 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:34.464 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:39:34.464 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:39:34.464 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:39:34.464 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:34.464 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:39:34.464 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:34.464 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 12:39:34.464 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 12:39:34.464 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 12:39:34.464 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 12:39:34.464 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 12:39:34.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@51441c04 is found... 12:39:34.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@51441c04 is found finished successfully 12:39:34.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Scrapbook 0\E') 12:39:34.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:34.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:34.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:34.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:34.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:39:34.657 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:39:34.658 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:39:34.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:39:34.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:39:34.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:34.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:34.658 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:39:34.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:39:34.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:34.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:34.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:34.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:34.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:39:34.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:39:34.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:39:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:34.662 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:39:34.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:39:34.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:34.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:34.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:34.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:34.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:39:34.665 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 12:39:34.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:39:34.685 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:39:34.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:34.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:34.710 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:39:34.710 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:39:34.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:34.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:39:34.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:39:34.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:34.711 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:39:34.712 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 12:39:34.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:39:34.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:39:34.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:39:34.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:39:34.731 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:39:34.731 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:39:34.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:39:34.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:39:34.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:39:34.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:39:34.732 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:39:34.733 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 12:39:34.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:39:34.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:39:34.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:39:34.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:39:34.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:39:34.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:39:34.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:39:34.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:39:34.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:39:34.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:39:34.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:39:34.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:39:34.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:39:34.736 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:39:34.736 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:39:34.772 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 12:39:34.772 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:34.772 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:39:34.772 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:39:34.772 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:39:34.772 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:34.772 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 12:39:34.772 DEBUG [main][MenuItemLookup] Found menu:'' 12:39:34.772 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 12:39:34.772 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 12:39:34.772 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 12:39:34.772 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 12:39:34.772 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 12:39:34.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:39:34.809: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:34.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:34.834: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:34.850: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:34.865: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:34.882: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:34.898: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:34.915: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:34.931: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:34.948: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:34.965: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:34.981: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:34.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.015: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.032: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.048: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.065: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.081: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.098: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.331: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.347: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.365: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.381: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.398: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.414: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.431: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.448: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.465: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.481: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.498: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.514: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.833: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.848: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.865: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.881: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.898: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.914: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.932: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.948: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.964: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.981: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:35.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:39:36.015: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:40:34.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. failed, NO exception will be thrown 12:40:34.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 12:40:34.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. finished successfully 12:40:34.870 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:34.870 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 12:40:34.870 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:40:34.870 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 12:40:34.996 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 12:40:34.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:35.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:35.003 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:40:35.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:35.009 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:35.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:35.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:35.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:35.031 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:35.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E') 12:40:35.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:35.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:35.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:35.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:35.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:40:35.038 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:40:35.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:40:35.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:35.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:40:35.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:40:35.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:40:35.042 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:40:35.042 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:40:35.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:40:35.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:35.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:40:35.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:40:35.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:35.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:35.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:35.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:35.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:35.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:35.064 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 12:40:35.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:35.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Visible Results (Shift+Delete)") 12:40:35.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:35.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:35.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:35.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:35.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:40:35.066 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 12:40:35.066 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:40:35.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.097: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.104: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:40:35.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 12:40:35.111 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 12:40:35.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 12:40:35.112 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:40:35.112 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:40:35.112 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:40:35.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:35.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:40:35.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:40:35.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:35.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:35.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:35.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:35.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:35.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.127: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.142: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.159: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.176: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.191: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.209: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.225: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.242: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.259: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.275: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.292: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.325: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.341: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.358: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.375: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:35.391: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:40:45.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 12:40:45.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 12:40:45.121 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:40:45.121 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:40:45.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:45.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:45.122 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 12:40:45.122 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:40:45.122 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 12:40:45.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 12:40:45.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:40:45.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:40:45.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:40:45.122 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:40:45.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:45.129 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:45.129 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:40:45.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:45.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:45.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:40:45.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:40:45.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:40:45.136 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:40:45.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:40:45.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:45.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:45.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:45.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:45.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:40:45.143 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:40:45.143 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:40:45.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:45.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:40:45.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:40:45.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:40:45.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:45.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:45.192 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 12:40:45.192 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:40:45.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:45.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:45.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:45.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:40:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:40:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:40:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 12:40:45.193 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:40:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:45.193 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:40:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:45.193 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:40:45.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 12:40:45.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:40:45.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:45.194 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:40:45.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:45.194 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:40:45.194 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 12:40:45.194 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 12:40:45.194 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 12:40:45.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 12:40:45.211 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 12:40:45.211 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:40:45.213 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:40:45.244 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:40:45.244 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 12:40:45.244 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 12:40:45.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:40:45.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:40:45.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 12:40:45.745 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:40:45.745 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:45.781 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:40:45.781 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:40:45.781 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 12:40:45.781 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:45.781 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 12:40:45.781 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 12:40:45.781 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:45.781 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:40:45.781 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:40:45.781 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:40:45.781 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:45.781 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:40:45.781 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:45.781 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 12:40:45.781 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 12:40:45.782 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 12:40:45.782 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 12:40:45.782 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 12:40:45.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@406d1b3c is found... 12:40:45.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@406d1b3c is found finished successfully 12:40:45.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Scrapbook 0\E') 12:40:45.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:45.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:46.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:46.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:46.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:40:46.010 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:40:46.010 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:40:46.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:40:46.010 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:40:46.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:46.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:46.011 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:40:46.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:40:46.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:46.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:46.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:46.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:46.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:40:46.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:40:46.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:40:46.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:46.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:46.014 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:40:46.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:40:46.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:46.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:46.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:46.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:46.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:40:46.043 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 12:40:46.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:40:46.119 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:40:46.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:46.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:46.152 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:40:46.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:40:46.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:46.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:40:46.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:40:46.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:46.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:40:46.159 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 12:40:46.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:40:46.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:40:46.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:40:46.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:40:46.168 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:40:46.168 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:40:46.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:40:46.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:40:46.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:40:46.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:40:46.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:40:46.179 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 12:40:46.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:40:46.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:40:46.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:40:46.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:40:46.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:40:46.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:40:46.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:40:46.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:40:46.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:40:46.181 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:40:46.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:40:46.182 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:40:46.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:40:46.182 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:40:46.182 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:40:46.212 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 12:40:46.212 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:46.212 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:40:46.212 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:40:46.212 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:40:46.212 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:46.212 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 12:40:46.212 DEBUG [main][MenuItemLookup] Found menu:'' 12:40:46.212 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 12:40:46.212 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 12:40:46.212 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 12:40:46.212 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 12:40:46.212 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 12:40:46.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.264: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.269: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.285: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.302: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.319: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.334: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.351: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.368: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.385: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.401: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.418: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.435: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.452: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.468: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.485: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.501: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.518: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.535: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.552: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.784: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.801: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.817: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.834: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.851: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.867: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.884: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.901: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.917: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.934: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.951: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:46.968: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:47.285: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:47.301: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:47.318: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:47.334: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:47.351: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:47.368: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:47.385: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:47.401: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:47.417: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:47.435: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:47.451: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:40:47.467: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:41:46.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. failed, NO exception will be thrown 12:41:46.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 12:41:46.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. finished successfully 12:41:46.296 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:46.296 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 12:41:46.296 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:41:46.297 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 12:41:46.418 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 12:41:46.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:46.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:46.425 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:41:46.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:46.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:46.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:46.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:46.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:46.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:46.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E') 12:41:46.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:46.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:46.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:46.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:46.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:46.460 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:41:46.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:41:46.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:46.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:41:46.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:41:46.462 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:41:46.464 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:41:46.464 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:41:46.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:41:46.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:46.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:41:46.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:41:46.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:46.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:46.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:46.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:46.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:46.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:46.485 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:1 12:41:46.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:46.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Visible Results (Shift+Delete)") 12:41:46.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:46.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:46.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:46.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:46.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:41:46.487 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 12:41:46.488 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:41:46.488 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:41:46.512: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:46.519: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:41:46.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 12:41:46.526 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 12:41:46.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 12:41:46.526 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:41:46.526 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:41:46.526 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:41:46.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:46.527 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:41:46.527 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:41:46.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:46.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:46.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:46.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:46.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:46.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:46.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:46.535 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:41:46.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:1812): Gtk-CRITICAL **: 12:41:46.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:41:46.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:46.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:41:46.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:41:46.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:41:46.547 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:41:46.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:41:46.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:46.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:46.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:46.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:46.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:46.553 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:41:46.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:41:46.591 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:46.592 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:41:46.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:41:46.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:46.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:46.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:46.593 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 12:41:46.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:46.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:46.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:46.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:46.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:46.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:41:46.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:41:46.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:41:46.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 12:41:46.594 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:41:46.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:46.594 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:41:46.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:46.594 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:41:46.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 12:41:46.594 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:41:46.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:46.595 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:41:46.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:46.595 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:41:46.595 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 12:41:46.595 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 12:41:46.595 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 12:41:46.595 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 12:41:46.603 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 12:41:46.603 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:41:46.605 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:41:46.616 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:41:46.616 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 12:41:46.616 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 12:41:46.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:41:47.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:41:47.117 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 12:41:47.118 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:41:47.118 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:47.160 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:41:47.160 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:41:47.160 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 12:41:47.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:47.160 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 12:41:47.160 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 12:41:47.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:47.160 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:41:47.160 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:41:47.160 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:41:47.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:47.160 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:41:47.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:47.160 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 12:41:47.160 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 12:41:47.160 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 12:41:47.160 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 12:41:47.161 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 12:41:47.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@679ac274 is found... 12:41:47.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@679ac274 is found finished successfully 12:41:47.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Scrapbook 0\E') 12:41:47.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:47.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:47.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:47.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:47.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:41:47.338 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:41:47.338 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:41:47.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:41:47.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:47.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:47.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:47.345 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:41:47.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:47.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:47.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:47.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:47.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:47.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:41:47.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:41:47.349 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:47.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:47.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:47.349 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:41:47.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:47.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:47.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:47.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:47.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:47.352 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:41:47.352 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 12:41:47.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:41:47.371 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:47.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:47.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:47.387 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:41:47.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:47.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:47.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:41:47.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:41:47.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:47.389 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:41:47.389 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 12:41:47.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:41:47.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:41:47.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:41:47.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:41:47.396 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:41:47.396 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:41:47.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:41:47.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:41:47.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:41:47.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:41:47.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:41:47.409 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: CREATE TABLE test(INT ID,VARCHAR(40) NAME); 12:41:47.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:41:47.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:41:47.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:41:47.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:41:47.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:41:47.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:41:47.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:41:47.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:41:47.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:41:47.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:41:47.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:41:47.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:41:47.420 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:41:47.420 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:41:47.452 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 12:41:47.452 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:47.452 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:41:47.452 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:41:47.452 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:41:47.452 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:47.452 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 12:41:47.452 DEBUG [main][MenuItemLookup] Found menu:'' 12:41:47.452 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 12:41:47.452 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 12:41:47.452 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 12:41:47.452 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 12:41:47.452 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 12:41:47.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.467: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.487: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.492: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.517: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.558: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.574: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.590: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.608: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.624: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.640: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.657: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.675: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.690: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.707: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.724: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.740: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.757: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:47.774: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:48.008: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:48.024: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:48.040: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:48.057: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:48.074: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:48.090: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:48.107: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:48.123: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:48.140: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:48.157: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:48.173: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:41:48.190: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:42:47.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. failed, NO exception will be thrown 12:42:47.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 12:42:47.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. finished successfully 12:42:47.532 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:47.532 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=CREATE TABLE test(INT ID,VARCHAR(40) NAME); TooltipText=null 12:42:47.532 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:42:47.532 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 12:42:47.662 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 12:42:47.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:47.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:47.669 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:42:47.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:47.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:47.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:42:47.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:47.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:47.676 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:42:47.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E') 12:42:47.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:47.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:47.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:47.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:47.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:42:47.703 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:42:47.703 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:42:47.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:47.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:42:47.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:42:47.704 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:42:47.706 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:42:47.706 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:42:47.706 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:42:47.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:47.707 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:42:47.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:42:47.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:47.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:47.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:47.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:47.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:47.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:47.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:47.735 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:42:47.735 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:47.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:47.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:42:47.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:42:47.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:42:47.741 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:42:47.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:42:47.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:47.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:47.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:47.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:47.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:42:47.766 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:42:47.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:42:47.804 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:47.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:42:47.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:42:47.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:47.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:47.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:47.805 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 12:42:47.805 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:47.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:47.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:47.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:47.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:47.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:42:47.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:42:47.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:42:47.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children... 12:42:47.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:42:47.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:47.806 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:42:47.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:47.807 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:42:47.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Database Connections has children finished successfully 12:42:47.807 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:42:47.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:47.807 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:42:47.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:47.807 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:42:47.807 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item myDBProfile (H2 v. 1.4.0) 12:42:47.807 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 12:42:47.807 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 12:42:47.808 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 12:42:47.819 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 12:42:47.819 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:42:47.821 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:42:47.825 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:42:47.826 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item myDBProfile (H2 v. 1.4.0) and wait with time period 1 12:42:47.826 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item myDBProfile (H2 v. 1.4.0) 12:42:47.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:42:48.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:42:48.326 INFO [WorkbenchTestable][TreeItemHandler] Expanded: myDBProfile (H2 v. 1.4.0) 12:42:48.327 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:42:48.327 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:48.361 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:42:48.361 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:42:48.361 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 12:42:48.361 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:48.361 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 12:42:48.361 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 12:42:48.361 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:48.361 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:42:48.361 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:42:48.361 DEBUG [main][MenuItemLookup] Found menu:'Duplicate' 12:42:48.361 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:48.361 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:42:48.361 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:48.361 DEBUG [main][MenuItemLookup] Found menu:'Open SQL Scrapbook' 12:42:48.361 DEBUG [main][MenuItemLookup] Item match:Open SQL Scrapbook 12:42:48.362 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open SQL Scrapboo&k" 12:42:48.362 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open SQL Scrapbook 12:42:48.362 INFO [main][MenuItemHandler] Select menu item: Open SQL Scrapboo&k 12:42:48.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@430aa66e is found... 12:42:48.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@430aa66e is found finished successfully 12:42:48.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Scrapbook 0\E') 12:42:48.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:48.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:48.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:48.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:48.557 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:42:48.565 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:42:48.565 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:42:48.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:42:48.565 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:48.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:48.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:48.565 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:42:48.566 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:48.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:48.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:48.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:48.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:48.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:42:48.570 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Type:") 12:42:48.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:48.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:48.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:48.570 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:42:48.571 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:48.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:48.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:48.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:48.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:48.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:42:48.574 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Generic JDBC_1.0 12:42:48.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:42:48.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:48.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:48.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:48.609 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:42:48.609 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:48.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:48.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:42:48.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:42:48.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:48.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:42:48.620 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: myDBProfile 12:42:48.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 12:42:48.633 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:42:48.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:42:48.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:42:48.652 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "SQL Scrapbook 0"as the parent 12:42:48.652 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:42:48.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:42:48.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:42:48.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:42:48.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:42:48.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 12:42:48.655 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: DROP TABLE TEST IF EXISTS; 12:42:48.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:42:48.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:42:48.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:42:48.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:42:48.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:42:48.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:42:48.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:42:48.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:42:48.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:42:48.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:42:48.657 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:42:48.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:42:48.658 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 12:42:48.658 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:42:48.687 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 12:42:48.687 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:48.687 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 12:42:48.687 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:42:48.687 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:42:48.687 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:48.687 DEBUG [main][MenuItemLookup] Found menu:'Toggle Comment Ctrl+/' 12:42:48.687 DEBUG [main][MenuItemLookup] Found menu:'' 12:42:48.687 DEBUG [main][MenuItemLookup] Found menu:'Execute All Ctrl+Alt+X' 12:42:48.687 DEBUG [main][MenuItemLookup] Item match:Execute All Ctrl+Alt+X 12:42:48.687 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Execute All Ctrl+Alt+X" 12:42:48.688 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Execute All Ctrl+Alt+X 12:42:48.688 INFO [main][MenuItemHandler] Select menu item: &Execute All Ctrl+Alt+X 12:42:48.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:42:48.736: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:48.740: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:48.767: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:48.792: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:48.808: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:48.825: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:48.841: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:48.858: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:48.876: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:48.891: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:48.909: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:48.925: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:48.941: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:48.966: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:48.975: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:48.991: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.009: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.259: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.275: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.291: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.324: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.341: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.358: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.375: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.391: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.408: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.425: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.441: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.758: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.775: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.791: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.808: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.824: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.841: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.858: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.875: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.891: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.908: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.925: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:42:49.941: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:43:48.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. failed, NO exception will be thrown 12:43:48.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available.... 12:43:48.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "SQL Statement Execution"] is available. finished successfully 12:43:48.765 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:48.765 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=DROP TABLE TEST IF EXISTS; TooltipText=null 12:43:48.765 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:43:48.765 DEBUG [WorkbenchTestable][EditorHandler] Closing editor SQL Scrapbook 0 12:43:48.887 DEBUG [WorkbenchTestable][EditorHandler] Editor SQL Scrapbook 0 is closed 12:43:48.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:48.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:48.894 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:43:48.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:48.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:48.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:48.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:48.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:48.901 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:48.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E') 12:43:48.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:48.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:48.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:48.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:48.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:48.928 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:43:48.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:43:48.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:48.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:43:48.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:43:48.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:43:48.931 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:43:48.931 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:43:48.932 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:43:48.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:48.933 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:43:48.933 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:48.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:48.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:48.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:48.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:48.934 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:48.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:48.955 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 12:43:48.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:48.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabFolder, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Remove All Visible Results (Shift+Delete)") 12:43:48.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:48.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:48.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:48.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:48.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:43:48.957 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Remove All Visible Results (Shift+Delete) 12:43:48.957 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:43:48.957 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:43:48.985: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:48.993: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:43:49.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children... 12:43:49.000 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:0 12:43:49.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting while tree has children finished successfully 12:43:49.000 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QSQL Results\E'' is already open. Activate. 12:43:49.001 INFO [WorkbenchTestable][AbstractView] Activate view SQL Results 12:43:49.001 INFO [WorkbenchTestable][AbstractCTabItem] Activate SQL Results 12:43:49.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:43:49.002 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Type query expression here TooltipText=Lucene engine is used here for query Default field: operation --- field name for 'Operation' column Field name for 'Frequency' column: frequency Field name for 'Action type' column: action Field name for 'Consumer Name' column: consumer 'Status','Date','Connection Profile' columns are not used for query purpose, try to use filters instead for these columns 12:43:49.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:43:49.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:49.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:49.002 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:49.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:49.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:49.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.015: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.030: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.046: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.062: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.080: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.096: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.114: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.129: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.146: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.162: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.180: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.196: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.212: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.229: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.246: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.263: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:43:49.279: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:43:59.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 12:43:59.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 12:43:59.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:59.009 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:59.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:59.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:43:59.010 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) 12:43:59.010 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest 12:43:59.010 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:43:59.010 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:43:59.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:43:59.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 395.057 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest testSQLResultViewSuccess no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) Time elapsed: 194.786 s testSQLResultViewFail no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ResultViewTest) Time elapsed: 193.888 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 12:43:59.025 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 12:43:59.025 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:43:59.025 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:59.025 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 12:43:59.026 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:43:59.026 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:43:59.029 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:59.029 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:43:59.029 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:59.029 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:43:59.029 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:59.030 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:43:59.030 INFO [WorkbenchTestable][RequirementsRunner] Started test: flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) 12:43:59.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 12:43:59.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:43:59.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:43:59.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:43:59.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:43:59.034 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:43:59.034 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.035 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:43:59.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.035 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 12:43:59.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.035 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:43:59.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.035 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:43:59.035 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.036 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:43:59.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.036 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 12:43:59.036 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.036 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:43:59.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.037 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:43:59.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:59.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:59.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:59.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:59.039 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:43:59.040 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:59.045 DEBUG [main][MenuItemLookup] Item match:File 12:43:59.048 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:43:59.048 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:43:59.052 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:43:59.053 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:43:59.053 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:59.053 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:43:59.053 DEBUG [main][MenuItemLookup] Found menu:'File' 12:43:59.053 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:59.053 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:43:59.053 DEBUG [main][MenuItemLookup] Found menu:'' 12:43:59.053 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:43:59.053 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:43:59.073 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:43:59.073 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:43:59.073 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:43:59.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:43:59.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:43:59.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:43:59.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:59.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:59.228 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:43:59.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.229 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:43:59.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.229 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:43:59.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:43:59.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:43:59.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 12:43:59.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 12:43:59.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:59.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 12:43:59.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:59.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 12:43:59.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 12:43:59.232 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 12:43:59.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:43:59.232 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 12:43:59.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:43:59.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 12:43:59.233 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 12:43:59.233 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 12:43:59.233 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 12:43:59.233 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 12:43:59.233 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:43:59.233 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:43:59.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:43:59.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:59.236 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:43:59.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:59.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:59.236 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:59.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:59.275 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:43:59.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 12:43:59.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available. finished successfully 12:43:59.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 12:43:59.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:59.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:59.276 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 12:43:59.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:43:59.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.CPWizardSelectionPage, index 0 and no matchers specified 12:43:59.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:43:59.279 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Flat File Data Source') 12:43:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:43:59.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:43:59.286 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:43:59.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:43:59.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:43:59.287 TRACE [main][WidgetHandler] Notify Table with event 13 12:43:59.287 TRACE [main][WidgetHandler] Wait for synchronization 12:43:59.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.CPWizardSelectionPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:43:59.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:59.301 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:59.302 INFO [WorkbenchTestable][AbstractText] Text set to: Test Flat File Profile 12:43:59.302 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 12:43:59.302 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 12:43:59.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.NewCPWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:43:59.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:59.305 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:43:59.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:59.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:59.305 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:59.305 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:59.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.oda.flatfile.ui.wizards.FolderSelectionWizardPage, index 0 and no matchers specified 12:43:59.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:43:59.759 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:43:59.760 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target 12:43:59.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.oda.flatfile.ui.wizards.FolderSelectionWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Select charset:") 12:43:59.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:43:59.769 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo UTF-8 to selection: UTF-8 12:43:59.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.oda.flatfile.ui.wizards.FolderSelectionWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Select flatfile style:") 12:43:59.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:43:59.786 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo CSV to selection: CSV 12:43:59.786 TRACE [WorkbenchTestable][NewCPWizard] Shell New Flat File Data Source Profile is not null and is not disposed 12:43:59.786 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 12:43:59.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.NewCPWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:43:59.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.797 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:43:59.798 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:43:59.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:43:59.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:43:59.798 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:43:59.798 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:43:59.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:43:59.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:43:59.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:43:59.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:43:59.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:43:59.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:43:59.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:43:59.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:43:59.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:43:59.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:43:59.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:43:59.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:43:59.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:43:59.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:43:59.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:43:59.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:43:59.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:43:59.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.957 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:43:59.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:43:59.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:43:59.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:43:59.961 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:43:59.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:43:59.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:43:59.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:43:59.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:43:59.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:43:59.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:43:59.964 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:43:59.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:44:00.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:00.010 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:00.011 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:44:00.011 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:44:00.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:00.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:00.012 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:00.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem ODA Data Sources has children... 12:44:00.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ODA Data Sources 12:44:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:00.013 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ODA Data Sources is already expanded. No action performed 12:44:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:00.013 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ODA Data Sources 12:44:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem ODA Data Sources has children finished successfully 12:44:00.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item ODA Data Sources 12:44:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:00.013 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item ODA Data Sources is already expanded. No action performed 12:44:00.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:00.013 INFO [WorkbenchTestable][TreeItemHandler] Expanded: ODA Data Sources 12:44:00.014 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Flat File Data Source and wait with time period 1 12:44:00.014 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Flat File Data Source 12:44:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:00.014 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Flat File Data Source is already expanded. No action performed 12:44:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:00.014 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Flat File Data Source 12:44:00.014 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Flat File Data Source 12:44:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:00.014 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Flat File Data Source is already expanded. No action performed 12:44:00.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:00.014 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Flat File Data Source 12:44:00.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 12:44:00.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:00.015 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:00.015 INFO [WorkbenchTestable][RequirementsRunner] Finished test: flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) 12:44:00.015 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest 12:44:00.015 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:00.015 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:00.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.993 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest flatFileConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.ConnectionProfileTest) Time elapsed: 0.985 s Running org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 12:44:00.029 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 12:44:00.029 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:44:00.029 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:00.029 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 12:44:00.029 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:44:00.029 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:44:00.029 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:00.029 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:44:00.030 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:00.030 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:44:00.030 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:00.030 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:00.030 INFO [WorkbenchTestable][RequirementsRunner] Started test: genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) 12:44:00.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 12:44:00.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:44:00.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:00.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:00.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:00.030 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:00.030 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:00.031 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:00.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:00.031 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:00.031 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:00.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:00.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:00.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:00.032 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:00.032 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:00.032 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:00.035 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:00.035 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:00.035 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:00.035 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:00.035 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:00.035 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:00.035 DEBUG [main][MenuItemLookup] Item match:Window 12:44:00.036 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:00.036 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:00.036 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:00.036 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:00.036 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:00.036 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:00.036 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:00.036 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:00.036 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:00.036 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:00.036 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:00.036 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:00.036 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:00.036 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:44:00.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:44:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:44:00.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:00.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:00.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:00.190 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:00.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:00.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:00.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:00.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:00.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:00.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 12:44:00.193 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:44:00.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:00.193 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:44:00.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:00.193 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:44:00.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 12:44:00.193 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:44:00.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:00.193 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:44:00.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:00.194 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:44:00.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 12:44:00.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:44:00.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:00.217 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:44:00.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:00.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:44:00.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 12:44:00.217 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:44:00.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:00.217 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:44:00.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:00.217 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:44:00.217 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 12:44:00.217 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 12:44:00.218 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 12:44:00.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 12:44:00.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:44:00.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:00.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:00.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:00.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:44:00.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:00.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:00.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:00.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:00.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 12:44:00.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:00.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:00.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:00.244 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:44:00.244 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:00.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:44:00.259 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:00.259 TRACE [main][WidgetHandler] Wait for synchronization 12:44:00.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:44:00.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:00.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:00.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:00.260 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:44:00.260 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:00.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.271 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:00.272 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:44:00.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:00.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:00.272 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:00.272 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:00.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Driver Removal"] is available.... 12:44:00.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Driver Removal"] is available. finished successfully 12:44:00.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Driver Removal 12:44:00.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:00.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:00.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 12:44:00.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:00.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:00.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:00.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Driver Removal" as the parent 12:44:00.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:00.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:00.350 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 12:44:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:00.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:00.350 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:00.350 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:00.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:00.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:00.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Preferences"] is available.... 12:44:00.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Preferences"] is available. finished successfully 12:44:00.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:00.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:00.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:00.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:44:00.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:00.416 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:44:00.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:00.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:00.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:00.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:00.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:00.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:00.503 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:00.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:00.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:00.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:00.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:00.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:00.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:00.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:00.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:00.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:00.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:00.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:00.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:00.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.512 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:44:00.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.518 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:00.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:00.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:00.518 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:00.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:44:00.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:00.534 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:44:00.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:44:00.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:00.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:00.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:00.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:00.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:44:00.539 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:00.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:00.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:00.539 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Data Source Explorer"as the parent 12:44:00.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:00.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:00.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:00.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:00.541 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 10 12:44:00.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:00.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:00.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:44:00.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:00.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:00.541 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 12:44:00.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:00.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:00.541 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:44:00.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:00.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:00.542 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:00.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:00.542 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:44:00.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:00.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:00.542 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item myDBProfile (H2 v. 1.4.0) 12:44:00.542 DEBUG [main][TreeItemHandler] Selecting tree item: myDBProfile (H2 v. 1.4.0) 12:44:00.542 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item myDBProfile (H2 v. 1.4.0) about selection 12:44:00.572 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: myDBProfile (H2 v. 1.4.0) 12:44:00.574 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:00.574 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:00.611 DEBUG [main][MenuItemLookup] Found menu:'Connect' 12:44:00.611 DEBUG [main][MenuItemLookup] Found menu:'Disconnect' 12:44:00.611 DEBUG [main][MenuItemLookup] Found menu:'Ping...' 12:44:00.611 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:00.611 DEBUG [main][MenuItemLookup] Found menu:'Work Offline' 12:44:00.611 DEBUG [main][MenuItemLookup] Found menu:'Save Offline' 12:44:00.611 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:00.611 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:44:00.611 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:00.611 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:44:00.611 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"D&elete Delete" 12:44:00.611 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:44:00.612 INFO [main][MenuItemHandler] Select menu item: D&elete Delete 12:44:00.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete confirmation"] is available.... 12:44:00.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete confirmation"] is available. finished successfully 12:44:00.670 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete confirmation 12:44:00.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:00.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:00.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Yes", Widget matcher matching widgets with style: 8) 12:44:00.671 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:00.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:00.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:00.671 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete confirmation" as the parent 12:44:00.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:00.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:00.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:00.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:00.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:00.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:00.679 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 12:44:00.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:00.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:00.680 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:00.680 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:00.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:00.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:00.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:00.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:44:00.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:44:00.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:00.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:00.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:00.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:00.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:00.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:00.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:00.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:00.974 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:00.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:00.975 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:00.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:00.975 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:00.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:00.975 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:44:00.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:00.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:00.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:00.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:00.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:00.976 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:00.976 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:00.976 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:00.976 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:00.976 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:00.976 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:00.976 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:00.976 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:00.976 DEBUG [main][MenuItemLookup] Item match:Window 12:44:00.977 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:00.977 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:00.977 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:00.977 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:00.977 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:00.977 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:00.977 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:00.977 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:00.977 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:00.977 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:00.977 DEBUG [main][MenuItemLookup] Item match:Preferences 12:44:00.977 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:44:00.977 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:44:00.977 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:44:01.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:44:01.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:44:01.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:44:01.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:01.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:01.143 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:44:01.144 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:01.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:44:01.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:01.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:01.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:01.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children... 12:44:01.160 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:44:01.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:01.161 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:44:01.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:01.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:44:01.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Data Management has children finished successfully 12:44:01.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Data Management 12:44:01.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:01.161 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Data Management is already expanded. No action performed 12:44:01.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:01.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Data Management 12:44:01.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children... 12:44:01.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:44:01.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:01.162 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:44:01.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:01.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:44:01.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connectivity has children finished successfully 12:44:01.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connectivity 12:44:01.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:01.162 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connectivity is already expanded. No action performed 12:44:01.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:01.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connectivity 12:44:01.163 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Definitions 12:44:01.163 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Definitions 12:44:01.163 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Definitions about selection 12:44:01.163 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Definitions 12:44:01.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.preferences.DriverPreferences, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:44:01.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.167 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:01.168 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:44:01.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:01.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:01.168 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:01.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:01.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available.... 12:44:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Driver Definition"] is available. finished successfully 12:44:01.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 12:44:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Driver Definition 12:44:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:01.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:01.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Name/Type") 12:44:01.310 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:01.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.310 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:01.310 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:01.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:44:01.310 INFO [WorkbenchTestable][AbstractTabItem] Activate Name/Type 12:44:01.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:44:01.311 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:01.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.311 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:01.311 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:01.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:01.347 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database and wait with time period 1 12:44:01.347 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 12:44:01.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:01.347 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 12:44:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:01.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 12:44:01.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database 12:44:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:01.348 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database is already expanded. No action performed 12:44:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:01.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database 12:44:01.348 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Generic JDBC Driver 12:44:01.348 DEBUG [main][TreeItemHandler] Selecting tree item: Generic JDBC Driver 12:44:01.348 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Generic JDBC Driver about selection 12:44:01.378 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Generic JDBC Driver 12:44:01.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Driver name:") 12:44:01.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:01.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:01.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:01.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.383 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:01.383 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:01.383 INFO [WorkbenchTestable][AbstractText] Text set to: Test H2 Driver 12:44:01.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "JAR List") 12:44:01.384 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:01.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:01.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:44:01.393 INFO [WorkbenchTestable][AbstractTabItem] Activate JAR List 12:44:01.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:44:01.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:01.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:01.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:01.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:01.399 INFO [WorkbenchTestable][DriverDialog] No drivers to clean, skipped 12:44:01.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:44:01.399 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:01.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.399 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:01.399 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:01.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:01.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:44:01.407 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:01.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:01.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:01.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:01.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 12:44:01.409 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:01.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.409 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:01.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:01.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:44:01.411 TRACE [main][WidgetHandler] Notify List with event 13 12:44:01.411 TRACE [main][WidgetHandler] Wait for synchronization 12:44:01.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove JAR/Zip") 12:44:01.411 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:01.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:01.411 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:01.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:01.413 INFO [WorkbenchTestable][AbstractButton] Click button &Remove JAR/Zip 12:44:01.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:01.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:01.413 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:01.413 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:01.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Properties") 12:44:01.456 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:01.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.456 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:01.456 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:01.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.457 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:44:01.457 INFO [WorkbenchTestable][AbstractTabItem] Activate Properties 12:44:01.464 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:44:01.464 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:01.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.464 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:01.464 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:01.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:01.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:01.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:01.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:44:01.477 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:44:01.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:01.477 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:44:01.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:01.477 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:44:01.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:44:01.477 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:44:01.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:01.477 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:44:01.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:01.477 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:44:01.478 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item Driver Class 12:44:01.478 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Driver Class 12:44:01.478 DEBUG [main][TreeItemHandler] Selecting tree item: Driver Class 12:44:01.478 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Driver Class about selection 12:44:01.478 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Driver Class 12:44:01.478 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:44:01.478 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:44:01.490 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:44:01.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "...") 12:44:01.490 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:01.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.490 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:01.490 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:01.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:01.492 INFO [WorkbenchTestable][AbstractButton] Click button ... 12:44:01.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:01.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:01.492 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:01.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:01.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Available Classes from Jar List"] is available.... 12:44:01.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Available Classes from Jar List"] is available. finished successfully 12:44:01.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Available Classes from Jar List"] is available.... 12:44:01.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Available Classes from Jar List"] is available. finished successfully 12:44:01.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Available Classes from Jar List 12:44:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:01.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 12:44:01.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.547 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 12:44:01.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:01.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:01.548 INFO [WorkbenchTestable][AbstractButton] Click button Type class name 12:44:01.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:01.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:01.548 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:01.548 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:01.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "") 12:44:01.548 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:01.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.549 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 12:44:01.549 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:01.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:01.549 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:01.550 INFO [WorkbenchTestable][AbstractText] Text set to: org.h2.Driver 12:44:01.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:44:01.554 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:01.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.555 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Available Classes from Jar List" as the parent 12:44:01.555 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:01.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:01.556 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:44:01.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:01.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:01.556 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:01.556 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:01.621 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:44:01.621 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:01.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:01.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:01.621 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Driver Definition" as the parent 12:44:01.621 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:01.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.623 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:01.624 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:44:01.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:01.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:01.624 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:01.624 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:01.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:01.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:01.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:44:01.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:01.699 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:44:01.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:01.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:01.699 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:01.699 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:01.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:01.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:01.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:01.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:01.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:01.802 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:01.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:01.802 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:01.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:01.802 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 12:44:01.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:01.802 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:01.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:01.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:01.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:01.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:01.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:01.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Connection Profile"] 12:44:01.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:01.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:01.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:01.803 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:01.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:01.803 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:01.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:01.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:01.804 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:01.804 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:01.804 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:01.804 DEBUG [main][MenuItemLookup] Item match:File 12:44:01.805 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:44:01.805 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:44:01.809 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:01.809 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:44:01.809 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:01.809 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:44:01.809 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:01.809 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:01.809 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:44:01.809 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:01.809 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:44:01.809 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:44:01.809 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:44:01.809 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:44:01.809 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:44:01.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:44:01.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:44:01.924 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:44:01.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:01.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:01.934 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:44:01.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:01.934 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:44:01.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:01.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:01.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:01.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children... 12:44:01.938 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 12:44:01.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:01.938 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 12:44:01.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:01.938 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 12:44:01.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Connection Profiles has children finished successfully 12:44:01.938 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Connection Profiles 12:44:01.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:01.938 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Connection Profiles is already expanded. No action performed 12:44:01.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:01.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Connection Profiles 12:44:01.939 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Connection Profile 12:44:01.939 DEBUG [main][TreeItemHandler] Selecting tree item: Connection Profile 12:44:01.939 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Connection Profile about selection 12:44:01.939 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Connection Profile 12:44:01.939 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:44:01.939 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:44:01.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:01.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:01.942 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:01.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:01.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:01.954 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:01.954 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:01.989 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:01.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:01.989 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:01.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available.... 12:44:01.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Connection Profile"] is available. finished successfully 12:44:01.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Connection Profile 12:44:01.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:01.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:01.990 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 12:44:01.990 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:01.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.CPWizardSelectionPage, index 0 and no matchers specified 12:44:01.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:01.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:01.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:01.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:01.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:01.993 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Generic JDBC') 12:44:01.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:01.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:01.999 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:44:01.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:01.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:01.999 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:01.999 TRACE [main][WidgetHandler] Wait for synchronization 12:44:02.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.CPWizardSelectionPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:44:02.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:02.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:02.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:02.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:02.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:02.016 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:02.017 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 12:44:02.017 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 12:44:02.017 INFO [WorkbenchTestable][NewCPWizard] Go to next wizard page 12:44:02.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.NewCPWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:02.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:02.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:02.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:02.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:02.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:02.020 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:02.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:02.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:02.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:02.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:02.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Drivers:") 12:44:02.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:02.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:02.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:02.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:02.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:44:02.117 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo Test H2 Driver to selection: Test H2 Driver 12:44:02.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Database:") 12:44:02.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:02.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:02.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:02.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:02.130 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:02.130 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:02.131 INFO [WorkbenchTestable][AbstractText] Text set to: myDBProfile 12:44:02.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "URL:") 12:44:02.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:02.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:02.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:02.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:02.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:02.147 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:02.148 INFO [WorkbenchTestable][AbstractText] Text set to: jdbc:h2:tcp://localhost/sakila 12:44:02.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "User name:") 12:44:02.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:02.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:02.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:02.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:02.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:02.168 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:02.169 INFO [WorkbenchTestable][AbstractText] Text set to: sa 12:44:02.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.db.generic.ui.GenericJDBCDBProfileDetailsWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Password:") 12:44:02.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:02.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:02.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:02.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:02.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:02.219 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:02.219 INFO [WorkbenchTestable][AbstractText] Text set to: 12:44:02.220 TRACE [WorkbenchTestable][NewCPWizard] Shell New Connection Profile is not null and is not disposed 12:44:02.220 INFO [WorkbenchTestable][NewCPWizard] Finish wizard 12:44:02.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.datatools.connectivity.ui.wizards.NewCPWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:02.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:02.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:02.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:02.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:02.231 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:02.232 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:44:02.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:02.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:02.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:02.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:03.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:03.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:03.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:03.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:44:03.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:44:03.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:03.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:03.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:03.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:03.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:03.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:03.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:03.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:03.672 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:03.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:03.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:03.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:03.678 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E'' is already open. Activate. 12:44:03.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:03.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:03.683 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:03.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:03.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:03.684 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:03.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QData Source Explorer\E') 12:44:03.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:03.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:03.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:03.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:03.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:03.692 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:44:03.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:44:03.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:03.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:03.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:03.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:03.695 INFO [WorkbenchTestable][AbstractView] Activate view Data Source Explorer 12:44:03.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Data Source Explorer 12:44:03.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:03.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:03.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:03.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:03.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:03.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:03.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:03.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:03.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:03.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:03.697 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Database Connections and wait with time period 1 12:44:03.698 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:03.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:03.698 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:44:03.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:03.698 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:03.698 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Database Connections 12:44:03.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:03.698 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Database Connections is already expanded. No action performed 12:44:03.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:03.698 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Database Connections 12:44:03.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 12:44:03.698 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:03.698 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:03.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:03.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:03.699 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:44:03.700 INFO [WorkbenchTestable][RequirementsRunner] Finished test: genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) 12:44:03.700 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest 12:44:03.700 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:03.700 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:03.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:03.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.673 s - in org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest genericConnectionProfileTest no-configuration(org.eclipse.reddeer.eclipse.test.datatools.ui.GenericConnectionProfileTest) Time elapsed: 3.67 s Running org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:44:03.714 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:44:03.715 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:44:03.715 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:03.715 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:44:03.715 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:44:03.715 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:44:03.715 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:03.715 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:44:03.727 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:03.727 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:44:03.727 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:03.728 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 12:44:03.728 DEBUG [WorkbenchTestable][JavaEEPerspective] Trying to open perspective: 'Java EE' 12:44:03.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:03.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:03.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:03.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:03.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:03.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:44:03.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:03.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:03.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:03.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:03.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:44:03.740 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:44:03.740 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:44:03.740 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:03.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:44:03.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:44:03.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:44:03.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:03.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:03.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:44:03.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:03.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:03.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:03.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:03.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:03.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:03.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:03.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:03.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:03.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:44:03.812 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java EE') 12:44:03.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:03.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:03.812 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (4) 12:44:03.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:44:03.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:44:03.813 TRACE [main][WidgetHandler] Notify Table with event 13 12:44:03.815 TRACE [main][WidgetHandler] Wait for synchronization 12:44:03.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:03.824 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:03.824 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:03.824 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:03.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:03.825 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:44:03.825 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:03.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:03.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:03.826 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:44:03.826 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:03.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:03.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:03.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:03.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:03.827 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:03.828 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:44:03.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:03.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:03.828 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:03.828 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:04.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:04.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:04.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:44:04.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:04.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:04.018 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:04.018 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:04.018 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:04.018 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:04.018 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:44:04.018 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:04.018 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:04.018 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:04.018 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:04.018 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:04.018 DEBUG [main][MenuItemLookup] Item match:Window 12:44:04.019 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:04.019 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:04.019 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:04.019 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.019 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:04.019 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:04.019 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.019 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:04.019 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.019 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:44:04.019 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:04.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:04.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:04.020 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:04.020 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:04.020 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:04.020 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:04.020 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:44:04.020 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:04.020 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:04.020 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:04.020 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:04.020 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:04.020 DEBUG [main][MenuItemLookup] Item match:Window 12:44:04.021 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:04.021 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:04.021 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:04.021 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.021 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:04.021 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:04.021 DEBUG [main][MenuItemLookup] Item match:Perspective 12:44:04.021 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:44:04.021 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.021 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:44:04.021 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:44:04.021 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:44:04.021 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:44:04.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:44:04.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:04.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:04.022 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:04.022 DEBUG [main][MenuItemLookup] Item match:Window 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:44:04.022 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:04.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:04.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:04.023 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:04.023 DEBUG [main][MenuItemLookup] Item match:Window 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:04.023 DEBUG [main][MenuItemLookup] Item match:Perspective 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:44:04.023 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:44:04.023 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:44:04.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:04.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:04.024 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:04.024 DEBUG [main][MenuItemLookup] Item match:Window 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:04.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:04.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:04.024 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:04.024 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:04.025 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:04.025 DEBUG [main][MenuItemLookup] Item match:Window 12:44:04.025 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:04.025 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:04.025 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:04.025 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.025 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:04.025 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:04.025 DEBUG [main][MenuItemLookup] Item match:Perspective 12:44:04.025 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:44:04.025 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.025 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:44:04.025 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:44:04.025 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:44:04.025 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:44:04.025 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:44:04.025 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:44:04.025 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:44:04.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:44:04.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:44:04.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:44:04.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:04.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:04.074 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:04.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:04.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:04.074 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:44:04.074 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:04.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:04.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:04.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:44:04.075 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:04.075 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:44:04.075 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:04.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:04.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:04.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:04.075 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:44:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:04.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:04.075 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:04.075 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:04.291 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:04.291 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProjectWithWebModule no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 12:44:04.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:44:04.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:44:04.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:04.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:04.291 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:04.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:04.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:04.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:04.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:04.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New EAR Application Project"] 12:44:04.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:04.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:04.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:04.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:04.292 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:04.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:04.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:04.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New EAR Application Project"] 12:44:04.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:04.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:04.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:04.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:04.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:04.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:04.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:04.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:04.304 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:04.304 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:04.304 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:04.304 DEBUG [main][MenuItemLookup] Item match:File 12:44:04.305 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:44:04.305 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:44:04.310 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 12:44:04.310 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 12:44:04.310 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 12:44:04.310 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 12:44:04.310 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 12:44:04.310 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 12:44:04.310 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:44:04.311 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.311 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 12:44:04.311 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 12:44:04.311 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 12:44:04.311 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:44:04.311 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:04.311 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.311 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:44:04.311 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:04.311 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:44:04.311 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:44:04.350 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:44:04.350 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:44:04.352 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:44:04.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:44:04.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:44:04.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:44:04.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:04.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:04.490 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:44:04.490 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:04.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:44:04.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:04.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:04.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:04.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:04.491 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:04.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:04.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:04.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 12:44:04.492 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 12:44:04.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:04.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:04.994 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 12:44:04.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 12:44:04.995 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 12:44:04.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:04.995 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 12:44:04.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:04.995 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 12:44:04.995 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 12:44:04.995 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 12:44:04.996 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 12:44:04.999 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 12:44:04.999 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:44:04.999 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:44:05.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:05.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:05.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:05.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:05.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:05.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:05.002 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:05.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:05.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:05.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:05.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:05.140 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:05.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:05.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:05.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EAR Application Project"] is available.... 12:44:05.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EAR Application Project"] is available. finished successfully 12:44:05.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 12:44:05.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:05.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:05.142 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:44:05.142 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:05.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:44:05.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:05.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:05.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:05.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:05.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:05.148 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:05.149 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 12:44:05.152 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:44:05.152 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 12:44:05.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:05.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:05.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:05.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:05.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:05.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:05.170 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:05.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:05.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:05.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:05.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:05.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectInstallPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate application.xml deployment descriptor") 12:44:05.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:05.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:05.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:05.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:05.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:05.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectInstallPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "New Module...") 12:44:05.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:05.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:05.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:05.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:05.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:05.198 INFO [WorkbenchTestable][AbstractButton] Click button New &Module... 12:44:05.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:05.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:05.198 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:05.198 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:05.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create default Java EE modules."] is available.... 12:44:05.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:05.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:05.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:05.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create default Java EE modules."] is available. finished successfully 12:44:05.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create default Java EE modules. 12:44:05.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:05.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:05.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.wizard.NewJ2EEComponentSelectionPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create default modules") 12:44:05.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:05.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:05.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:05.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:05.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:05.339 INFO [WorkbenchTestable][CheckBox] Select checkbox Create &default modules 12:44:05.339 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Create &default modules 12:44:05.339 INFO [WorkbenchTestable][AbstractButton] Click button Create &default modules 12:44:05.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:05.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:05.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:05.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:05.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.wizard.NewJ2EEComponentSelectionPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Web") 12:44:05.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:05.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:05.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:05.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:05.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:05.358 INFO [WorkbenchTestable][AbstractButton] Click button &Web 12:44:05.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:05.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:05.358 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:05.358 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:05.359 TRACE [main][WidgetHandler] Notify Button with event 27 12:44:05.359 TRACE [main][WidgetHandler] Wait for synchronization 12:44:05.359 TRACE [main][WidgetHandler] Notify Button with event 13 12:44:05.359 TRACE [main][WidgetHandler] Wait for synchronization 12:44:05.359 TRACE [main][WidgetHandler] Notify Button with event 26 12:44:05.359 TRACE [main][WidgetHandler] Wait for synchronization 12:44:05.359 TRACE [main][WidgetHandler] Notify Button with event 3 12:44:05.359 TRACE [main][WidgetHandler] Wait for synchronization 12:44:05.359 TRACE [main][WidgetHandler] Notify Button with event 4 12:44:05.359 TRACE [main][WidgetHandler] Wait for synchronization 12:44:05.359 TRACE [main][WidgetHandler] Notify Button with event 13 12:44:05.359 TRACE [main][WidgetHandler] Wait for synchronization 12:44:05.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.wizard.NewJ2EEComponentSelectionPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 12:44:05.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:05.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:05.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:05.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:05.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:05.362 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:05.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:05.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:05.362 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:05.362 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:05.512 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:05.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:05.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:05.523 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:05.524 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:05.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:05.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:05.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:05.524 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:44:05.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:05.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:05.524 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:05.524 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 12:44:05.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:05.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:05.525 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:44:05.525 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:05.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:44:05.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:05.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:05.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:05.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:05.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:05.530 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:05.531 INFO [WorkbenchTestable][AbstractText] Text set to: CreatedWebProjectModule 12:44:05.535 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:44:05.535 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 12:44:05.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:05.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:05.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:05.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:05.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:05.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:05.539 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:44:05.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:05.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:05.539 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:05.539 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:05.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:06.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:06.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Classpath Dependency Validator' is not running, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:06.066 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:06.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:06.067 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:44:06.067 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 12:44:06.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:06.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:06.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:06.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:06.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:06.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:06.072 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:44:06.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:06.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:06.072 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:06.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:06.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:06.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:06.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:06.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:44:06.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:44:06.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Implicit Job' is a system job, skipped 12:44:06.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' has no excuses, wait for it 12:44:07.191 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:44:07.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:44:07.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' has no excuses, wait for it 12:44:07.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:44:07.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'JavaScript indexing in progress' is a system job, skipped 12:44:07.692 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' has no excuses, wait for it 12:44:08.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:44:08.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:44:08.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:08.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:08.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:08.192 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:08.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:08.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:08.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:08.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:08.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:08.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:08.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:08.193 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:08.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:08.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:08.195 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:44:08.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:08.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:08.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:08.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:08.197 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:08.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:44:08.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:08.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:08.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:08.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:08.199 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:08.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:08.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:08.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:08.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:08.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:08.204 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:08.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:08.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:08.205 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:08.205 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:08.205 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:08.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:08.206 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:08.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:08.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:08.778 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:08.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:09.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:09.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:09.281 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:09.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:09.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:09.283 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:09.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:09.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:09.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:09.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:09.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:09.284 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 12:44:09.284 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:44:09.285 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:09.285 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:09.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:09.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:09.286 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:09.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:09.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:09.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:09.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:09.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:09.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:09.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:10.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:10.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:10.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:10.290 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:10.290 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:10.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:10.291 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:10.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:10.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:10.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:10.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:10.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:10.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:10.292 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 12:44:10.292 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:44:10.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:10.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:10.295 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:44:10.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:10.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:10.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:10.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:10.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:10.298 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:10.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:44:10.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:10.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:10.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:10.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:10.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:10.300 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:10.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:10.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:10.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:10.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:10.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:10.303 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:10.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:10.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:10.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:10.304 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:10.304 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:10.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:10.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:10.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:10.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:10.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:10.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:10.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:11.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:11.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:11.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:11.307 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:11.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:11.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:11.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:11.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:11.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:11.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:11.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:11.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:11.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:11.309 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 12:44:11.309 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:44:11.309 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:11.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:11.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:11.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:11.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:11.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:11.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:12.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:12.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:12.326 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:12.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:12.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:12.328 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:12.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:12.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:12.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:12.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:12.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:12.329 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name CreatedWebProjectModule 12:44:12.329 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:44:12.329 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:12.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:12.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:12.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:12.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:12.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:12.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:12.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:12.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:12.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:12.331 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:44:12.331 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:44:12.331 DEBUG [main][TreeItemHandler] Set Tree selection 12:44:12.331 DEBUG [main][TreeHandler] Notify Tree about selection event 12:44:12.345 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:44:12.416 DEBUG [WorkbenchTestable][TreeItemHandler] CreatedWebProjectModule 12:44:12.416 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 12:44:12.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:12.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:12.484 DEBUG [main][MenuItemLookup] Found menu:'New' 12:44:12.484 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:44:12.484 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:12.484 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:44:12.484 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:12.484 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:12.484 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:12.484 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:12.484 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:44:12.484 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:44:12.484 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:44:12.484 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:12.484 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:44:12.484 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:44:12.484 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:12.484 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:44:12.484 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:44:12.484 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:44:12.484 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:44:12.484 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:44:12.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:12.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 6 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/nashorn.jar)' is a system job, skipped 12:44:12.485 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:44:12.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:12.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:12.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:12.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:12.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:12.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:12.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:12.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:12.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:12.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:12.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:12.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:12.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:12.986 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:12.986 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:13.032 DEBUG [main][MenuItemLookup] Found menu:'New' 12:44:13.032 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:44:13.032 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:13.032 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:44:13.032 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:13.032 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:13.032 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:13.032 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:13.032 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:44:13.032 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:44:13.032 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:44:13.032 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:44:13.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.128: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.200: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.204: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.221: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.237: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.254: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.272: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.288: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.304: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.321: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.338: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.354: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.370: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.388: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.403: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.420: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:44:13.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:44:13.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:44:13.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:13.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:13.705 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:44:13.705 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:13.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:13.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:13.706 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:44:13.706 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:13.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:13.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:13.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:13.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:13.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:13.707 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:44:13.707 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:44:13.707 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:44:13.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:13.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:13.707 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:13.707 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:13.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:44:13.707 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:13.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:13.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:13.707 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:44:13.707 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:13.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:13.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:13.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:13.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:13.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:13.709 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:44:13.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:13.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:13.709 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:13.709 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.714: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.716: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:44:13.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:44:13.727 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:44:13.825: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:44:14.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:44:14.228 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:44:14.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:14.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:44:14.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:14.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:14.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:14.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:44:14.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:14.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:14.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:14.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:14.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:14.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:14.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:14.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:14.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:14.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:14.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:14.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:44:14.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:14.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:14.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:14.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:14.230 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProjectWithWebModule no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 12:44:14.230 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:14.230 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 12:44:14.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:44:14.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:44:14.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:14.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:14.230 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:14.230 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:14.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:14.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:14.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:14.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New EAR Application Project"] 12:44:14.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:14.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:14.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:14.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:14.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:14.231 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:14.231 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:14.232 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New EAR Application Project"] 12:44:14.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:14.232 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:14.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:14.232 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:14.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:14.232 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:14.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:14.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:14.233 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:14.233 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:14.233 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:14.238 DEBUG [main][MenuItemLookup] Item match:File 12:44:14.238 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:44:14.239 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:14.245 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:44:14.245 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:44:14.265 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:44:14.265 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:44:14.266 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:44:14.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:44:14.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:44:14.407 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:44:14.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:14.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:14.408 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:44:14.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:14.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:44:14.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:14.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:14.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:14.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:14.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:14.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:14.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:14.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 12:44:14.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 12:44:14.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:14.423 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 12:44:14.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:14.423 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 12:44:14.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 12:44:14.423 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 12:44:14.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:14.423 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 12:44:14.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:14.423 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 12:44:14.423 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 12:44:14.423 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 12:44:14.424 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 12:44:14.424 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 12:44:14.424 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:44:14.424 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:44:14.424 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:14.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:14.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:14.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:14.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:14.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:14.426 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:14.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:14.426 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:14.426 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:14.426 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:14.593 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:14.594 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:14.594 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:14.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EAR Application Project"] is available.... 12:44:14.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EAR Application Project"] is available. finished successfully 12:44:14.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 12:44:14.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:14.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:14.595 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:44:14.595 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:14.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:44:14.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:14.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:14.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:14.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:14.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:14.598 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:14.599 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 12:44:14.601 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:44:14.601 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 12:44:14.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:14.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:14.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:14.635 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:14.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:14.635 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:14.645 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:14.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:14.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:14.645 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:14.645 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:14.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectInstallPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate application.xml deployment descriptor") 12:44:14.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:14.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:14.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:14.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:14.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:14.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectInstallPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "New Module...") 12:44:14.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:14.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:14.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:14.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:14.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:14.670 INFO [WorkbenchTestable][AbstractButton] Click button New &Module... 12:44:14.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:14.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:14.670 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:14.670 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:14.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create default Java EE modules."] is available.... 12:44:14.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:14.758 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:14.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:14.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create default Java EE modules."] is available. finished successfully 12:44:14.759 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create default Java EE modules. 12:44:14.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:14.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:14.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.wizard.NewJ2EEComponentSelectionPage, index 1 and no matchers specified 12:44:14.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:14.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:44:14.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:44:14.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:14.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:44:14.761 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:14.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.wizard.NewJ2EEComponentSelectionPage, index 3 and no matchers specified 12:44:14.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:14.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:44:14.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:44:14.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:14.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 3 was found 12:44:14.766 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:14.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.wizard.NewJ2EEComponentSelectionPage, index 2 and no matchers specified 12:44:14.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:14.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:44:14.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:44:14.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:14.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 12:44:14.778 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:14.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.wizard.NewJ2EEComponentSelectionPage, index 0 and no matchers specified 12:44:14.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:14.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:14.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:14.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:14.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:14.779 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:14.782 TRACE [WorkbenchTestable][DefaultJ2EEComponentCreationWizard] Shell Create default Java EE modules. is not null and is not disposed 12:44:14.782 INFO [WorkbenchTestable][DefaultJ2EEComponentCreationWizard] Finish wizard 12:44:14.782 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.wizard.DefaultJ2EEComponentCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:14.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:14.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:14.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:14.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:14.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:14.790 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:44:14.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:14.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:14.790 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:14.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:14.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:15.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:15.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:15.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:15.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:15.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:15.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Classpath Dependency Validator' is not running, skipped 12:44:15.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Classpath Dependency Validator' is not running, skipped 12:44:15.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Classpath Dependency Validator' is not running, skipped 12:44:15.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Classpath Dependency Validator' is not running, skipped 12:44:15.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:15.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:15.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 12:44:15.847 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:15.848 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:15.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:15.848 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:44:15.848 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 12:44:15.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:15.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:15.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:15.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:15.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:15.853 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:15.855 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:44:15.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:15.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:15.856 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:15.856 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:15.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:16.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:16.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 21 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/resources.jar)' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:16.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:16.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:16.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:16.365 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:44:16.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:16.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:16.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:16.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:16.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:16.367 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:16.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:44:16.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:16.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:16.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:16.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:16.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:16.368 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:16.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:16.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:16.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:16.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:16.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:16.371 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:16.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:16.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:16.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:16.373 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:16.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:16.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:16.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:16.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:16.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:16.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:16.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:16.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:17.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:17.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:17.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:17.376 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:17.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:17.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:17.378 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:17.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:17.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:17.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:17.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:17.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:17.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:17.379 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:44:17.379 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 12:44:17.379 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 12:44:17.379 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 12:44:17.379 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 12:44:17.379 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:17.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:17.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:17.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:17.381 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:17.381 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:17.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:17.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:17.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:17.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:17.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:17.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:17.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:18.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:18.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:18.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:18.442 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:18.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:18.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:18.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:18.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:18.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:18.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:18.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:18.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:18.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:18.444 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:44:18.444 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 12:44:18.444 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 12:44:18.445 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 12:44:18.445 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 12:44:18.445 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:18.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:18.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:18.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:18.446 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:18.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:18.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:18.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:18.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:18.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:18.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:18.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:18.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:19.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:19.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:19.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:19.450 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:19.451 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:19.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:19.452 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:19.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:19.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:19.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:19.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:19.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:19.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:19.454 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:44:19.454 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 12:44:19.454 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 12:44:19.454 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 12:44:19.454 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 12:44:19.455 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:19.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:19.455 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:19.456 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:19.456 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:19.456 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:19.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:19.457 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:19.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:19.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:19.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:19.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:19.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:20.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:20.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:20.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:20.459 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:20.459 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:20.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:20.460 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:20.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:20.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:20.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:20.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:20.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:20.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:20.461 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:44:20.461 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 12:44:20.461 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 12:44:20.462 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 12:44:20.462 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 12:44:20.462 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:20.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:20.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:20.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:20.463 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:20.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:20.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:20.464 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:20.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:20.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:20.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:20.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:20.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:21.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:21.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:21.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:21.466 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:21.466 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:21.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:21.467 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:21.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:21.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:21.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:21.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:21.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:21.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:21.468 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:44:21.468 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 12:44:21.468 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 12:44:21.469 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 12:44:21.469 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 12:44:21.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:21.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:21.471 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:44:21.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:21.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:21.472 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:21.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:21.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:21.473 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:21.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:44:21.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:21.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:21.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:21.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:21.475 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:21.475 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:21.475 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:21.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:21.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:21.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:21.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:21.478 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:21.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:21.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:21.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:21.479 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:21.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:21.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:21.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:21.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:21.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:21.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:22.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:22.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:22.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:22.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:22.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:22.508 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:22.508 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:22.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:22.509 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:22.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:22.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:22.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:22.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:22.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:22.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:22.509 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:44:22.510 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 12:44:22.510 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 12:44:22.510 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 12:44:22.510 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 12:44:22.510 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:22.510 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:22.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:22.511 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:22.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:22.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:22.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:23.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:23.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:23.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:23.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:23.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:23.513 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:23.513 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:23.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:23.514 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:23.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:23.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:23.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:23.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:23.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:23.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:23.515 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:44:23.515 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectClient 12:44:23.516 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectConnector 12:44:23.516 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectEJB 12:44:23.516 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProjectWeb 12:44:23.516 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:23.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:23.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:23.517 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:23.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:23.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:23.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:23.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:23.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:23.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:23.518 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:44:23.518 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:44:23.518 DEBUG [main][TreeItemHandler] Set Tree selection 12:44:23.518 DEBUG [main][TreeHandler] Notify Tree about selection event 12:44:23.531 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:44:23.540 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 12:44:23.540 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectClient 12:44:23.540 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectConnector 12:44:23.541 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectEJB 12:44:23.541 DEBUG [WorkbenchTestable][TreeItemHandler] EARProjectWeb 12:44:23.541 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:23.541 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:23.598 DEBUG [main][MenuItemLookup] Found menu:'New' 12:44:23.598 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:44:23.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:23.598 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:44:23.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:23.598 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:23.598 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:23.598 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:23.598 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:44:23.598 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:44:23.598 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:44:23.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:23.598 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:44:23.598 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:44:23.598 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:23.598 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:44:23.598 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:44:23.599 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:44:23.599 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:44:23.599 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:44:23.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:23.599 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:44:24.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:24.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:24.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:24.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:24.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:24.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:24.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:24.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:24.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:24.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:24.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:24.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:24.100 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:24.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:24.100 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:24.100 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:24.142 DEBUG [main][MenuItemLookup] Found menu:'New' 12:44:24.142 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:44:24.142 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:24.142 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:44:24.142 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:24.142 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:24.142 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:24.142 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:24.142 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:44:24.142 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:44:24.142 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:44:24.143 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:44:24.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:44:24.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:44:24.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:44:24.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:24.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:24.818 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:44:24.818 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:24.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:24.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:24.819 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:44:24.819 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:24.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:24.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:24.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:24.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:24.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:24.820 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:44:24.820 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:44:24.820 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:44:24.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:24.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:24.820 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:24.820 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:24.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:44:24.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:24.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:24.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:24.821 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:44:24.821 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:24.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:24.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:24.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:24.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:24.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:24.822 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:44:24.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:24.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:24.822 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:24.822 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:24.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:44:24.828 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:44:25.328 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 1 12:44:25.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:44:25.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*', containing button 'Continue']] is available.... 12:44:25.329 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.utils.DeleteUtils$1$1, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Continue") 12:44:25.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:25.329 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:25.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:25.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:25.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:26.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:26.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:26.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:44:26.335 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 12:44:26.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.utils.DeleteUtils$1$1, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Continue") 12:44:26.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:26.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:26.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:26.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:26.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:26.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*', containing button 'Continue']] is available. finished successfully 12:44:26.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:44:26.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:26.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:26.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:44:26.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:26.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:26.340 DEBUG [WorkbenchTestable][DeleteUtils] Shell with title 'Delete.*' and button 'Continue' found 12:44:26.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Continue") 12:44:26.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:26.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:26.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:26.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:44:26.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:26.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:26.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:26.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:26.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:26.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:26.341 INFO [WorkbenchTestable][AbstractButton] Click button Con&tinue 12:44:26.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:26.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:26.341 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:26.342 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:26.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:26.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:26.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:26.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:26.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:26.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:26.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:44:26.890 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:26.891 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:26.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:26.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:26.891 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:44:26.892 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 12:44:26.893 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:26.893 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 12:44:26.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:44:26.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:44:26.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:26.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:26.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:26.893 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:26.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:26.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:26.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:26.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New EAR Application Project"] 12:44:26.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:26.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:26.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:26.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:26.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:26.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:26.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:26.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New EAR Application Project"] 12:44:26.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:26.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:26.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:26.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:26.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:26.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:26.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:26.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:26.897 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:26.897 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:26.897 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:26.901 DEBUG [main][MenuItemLookup] Item match:File 12:44:26.902 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:44:26.902 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:26.907 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:44:26.907 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:44:26.907 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:44:26.907 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:44:26.908 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:44:27.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:44:27.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:44:27.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:44:27.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:27.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:27.038 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:44:27.038 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:27.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:44:27.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:27.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:27.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 12:44:27.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 12:44:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:27.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 12:44:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:27.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 12:44:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 12:44:27.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 12:44:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:27.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 12:44:27.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:27.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 12:44:27.041 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Enterprise Application Project 12:44:27.041 DEBUG [main][TreeItemHandler] Selecting tree item: Enterprise Application Project 12:44:27.042 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Enterprise Application Project about selection 12:44:27.042 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Enterprise Application Project 12:44:27.042 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:44:27.042 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:44:27.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:27.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:27.055 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:27.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:27.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:27.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:27.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:27.200 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:27.203 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:27.203 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:27.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EAR Application Project"] is available.... 12:44:27.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EAR Application Project"] is available. finished successfully 12:44:27.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EAR Application Project 12:44:27.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:27.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:27.204 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:44:27.204 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:27.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:44:27.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:27.237 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:27.238 INFO [WorkbenchTestable][AbstractText] Text set to: EARProject 12:44:27.263 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:44:27.263 INFO [WorkbenchTestable][EarProjectWizard] Go to next wizard page 12:44:27.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:27.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.264 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:27.267 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:27.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:27.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:27.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:27.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:27.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectInstallPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate application.xml deployment descriptor") 12:44:27.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:27.290 TRACE [WorkbenchTestable][EarProjectWizard] Shell New EAR Application Project is not null and is not disposed 12:44:27.290 INFO [WorkbenchTestable][EarProjectWizard] Finish wizard 12:44:27.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:27.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:27.291 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:44:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:27.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:27.291 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:27.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:27.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:27.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:27.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:27.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:27.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:27.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:27.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:27.796 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:27.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:27.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:44:27.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:27.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:27.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:27.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:27.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:27.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:27.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:27.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:27.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:27.797 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:27.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:27.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.798 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:44:27.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:27.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:27.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:27.799 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:27.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:44:27.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:27.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:27.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:27.800 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:27.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:27.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:27.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:27.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:27.802 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:27.805 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:27.805 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:27.805 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:27.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:27.806 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:27.806 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:27.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:27.806 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:27.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:27.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:27.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:28.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:28.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:28.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:28.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:28.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:28.809 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:28.809 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:28.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:28.810 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:28.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:28.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:28.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:28.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:28.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:28.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:28.811 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:44:28.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:28.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:28.813 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:44:28.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:28.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:28.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:28.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:28.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:28.815 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:28.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:44:28.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:28.815 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:28.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:28.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:28.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:28.817 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:28.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:28.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:28.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:28.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:28.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:28.820 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:28.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:28.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:28.821 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:28.821 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:28.821 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:28.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:28.822 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:28.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:28.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:28.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:29.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:29.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:29.823 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:29.823 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:29.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:29.823 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:29.823 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:29.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:29.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:29.824 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:29.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:29.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:29.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:29.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:29.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:29.825 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:44:29.825 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:29.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:29.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:29.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:29.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:29.826 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:29.826 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:30.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:30.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:30.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:30.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:30.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:30.827 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:30.827 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:30.828 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:30.829 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:30.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:30.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:30.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:30.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:30.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:30.829 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:30.829 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EARProject 12:44:30.829 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:30.829 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:30.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:30.830 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:30.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:30.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:30.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:30.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:30.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:30.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:30.831 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:44:30.831 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:44:30.831 DEBUG [main][TreeItemHandler] Set Tree selection 12:44:30.831 DEBUG [main][TreeHandler] Notify Tree about selection event 12:44:30.840 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:44:30.845 DEBUG [WorkbenchTestable][TreeItemHandler] EARProject 12:44:30.845 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:30.845 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:30.901 DEBUG [main][MenuItemLookup] Found menu:'New' 12:44:30.901 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:44:30.901 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:30.901 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:44:30.901 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:30.901 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:30.901 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:30.901 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:30.901 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:44:30.901 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:44:30.901 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:44:30.901 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:30.901 DEBUG [main][MenuItemLookup] Found menu:'Import' 12:44:30.901 DEBUG [main][MenuItemLookup] Found menu:'Export' 12:44:30.901 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:30.901 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:44:30.901 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:44:30.902 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:44:30.902 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:44:30.902 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:44:30.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:30.902 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:44:31.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:31.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:31.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:31.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:31.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:31.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:31.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:31.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:31.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:31.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:31.402 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:31.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:31.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:31.403 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:31.457 DEBUG [main][MenuItemLookup] Found menu:'New' 12:44:31.457 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:44:31.457 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:31.457 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:44:31.457 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:31.457 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:31.457 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:31.457 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:31.457 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:44:31.457 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:44:31.457 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:44:31.457 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:44:31.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:44:32.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:44:32.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:44:32.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:32.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:44:32.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:32.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:44:32.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:32.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:32.117 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:44:32.117 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:44:32.117 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:44:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:32.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:32.117 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:32.117 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:32.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:44:32.118 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:32.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:32.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:32.118 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:44:32.118 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:32.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:32.119 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:44:32.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:32.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:32.119 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:32.119 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:32.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:44:32.123 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:44:32.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:44:32.624 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:44:32.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:32.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:32.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:32.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:44:32.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:32.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:32.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:32.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:32.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:32.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:32.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:32.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:32.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:32.624 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:32.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:32.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:44:32.624 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:32.625 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:32.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:32.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:32.625 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) 12:44:32.625 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest 12:44:32.625 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:32.625 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:32.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:32.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.913 s - in org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest createProjectWithWebModule no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) Time elapsed: 9.939 s createProjectWithDefaultModules no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) Time elapsed: 12.662 s createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.EARProjectWizardTest) Time elapsed: 5.732 s Running org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 12:44:32.639 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 12:44:32.640 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:44:32.640 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:32.640 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 12:44:32.641 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:44:32.641 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:44:32.641 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:32.641 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:44:32.641 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:32.641 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:44:32.641 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:32.642 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:32.642 INFO [WorkbenchTestable][RequirementsRunner] Started test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest) 12:44:32.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 12:44:32.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:44:32.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:32.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:32.642 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:32.642 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:32.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.642 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:32.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Utility Module"] 12:44:32.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:32.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:32.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:32.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Utility Module"] 12:44:32.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:32.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.644 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:32.644 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:32.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:32.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:32.644 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:32.644 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:32.645 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:32.648 DEBUG [main][MenuItemLookup] Item match:File 12:44:32.649 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:44:32.649 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:44:32.653 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 12:44:32.653 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 12:44:32.653 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 12:44:32.653 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 12:44:32.653 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 12:44:32.653 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 12:44:32.654 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:44:32.654 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:32.654 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 12:44:32.654 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 12:44:32.654 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 12:44:32.654 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:44:32.654 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:32.654 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:32.654 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:44:32.654 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:32.654 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:44:32.654 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:44:32.654 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:44:32.654 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:44:32.654 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:44:32.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:44:32.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:44:32.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:44:32.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:32.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:32.803 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:44:32.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:44:32.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:32.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:32.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:32.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children... 12:44:32.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 12:44:32.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:32.806 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 12:44:32.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:32.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 12:44:32.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java EE has children finished successfully 12:44:32.806 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java EE 12:44:32.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:32.806 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java EE is already expanded. No action performed 12:44:32.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:32.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java EE 12:44:32.806 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Utility Project 12:44:32.806 DEBUG [main][TreeItemHandler] Selecting tree item: Utility Project 12:44:32.806 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Utility Project about selection 12:44:32.821 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Utility Project 12:44:32.821 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:44:32.821 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:44:32.821 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:32.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.821 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:32.823 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:32.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:32.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:32.823 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:32.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:32.962 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:32.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Utility Module"] is available.... 12:44:32.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Utility Module"] is available. finished successfully 12:44:32.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Utility Module 12:44:32.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:32.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:32.964 TRACE [WorkbenchTestable][UtilityProjectWizard] Shell New Java Utility Module is not null and is not disposed 12:44:32.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:32.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.UtilityProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:44:32.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:32.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:32.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:32.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:32.970 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:32.971 INFO [WorkbenchTestable][AbstractText] Text set to: UtilityProject 12:44:32.988 TRACE [WorkbenchTestable][UtilityProjectWizard] Shell New Java Utility Module is not null and is not disposed 12:44:32.988 INFO [WorkbenchTestable][UtilityProjectWizard] Finish wizard 12:44:32.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.UtilityProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:32.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:32.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:33.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:33.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:33.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:33.001 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:44:33.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:33.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:33.001 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:33.001 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:33.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:33.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:33.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Classpath Dependency Validator' is not running, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:33.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:33.589 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:33.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:33.590 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:44:33.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:33.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:33.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:33.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:33.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:33.593 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:33.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:44:33.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:33.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:33.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:33.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:33.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:33.595 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:33.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:33.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:33.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:33.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:33.597 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:33.600 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:33.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:33.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:33.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:33.601 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:33.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:33.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:33.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:33.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:33.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:33.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:34.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:34.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:34.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:34.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:34.627 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:34.627 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:34.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:34.629 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:34.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:34.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:34.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:34.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:34.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:34.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:34.630 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name UtilityProject 12:44:34.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:34.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:34.632 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:44:34.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:34.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:34.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:34.634 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:34.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:44:34.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:34.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:34.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:34.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:34.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:34.659 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:34.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:34.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:34.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:34.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:34.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:34.662 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:34.662 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:34.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:34.663 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:34.663 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:34.663 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:34.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:34.664 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:34.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:34.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:34.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:35.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:35.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:35.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:35.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:35.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:35.666 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:44:35.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:44:35.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:35.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:35.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:35.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:35.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:35.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:35.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:35.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:35.668 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name UtilityProject 12:44:35.669 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UtilityProject 12:44:35.669 DEBUG [main][TreeItemHandler] Selecting tree item: UtilityProject 12:44:35.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UtilityProject about selection 12:44:35.686 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UtilityProject 12:44:35.687 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:35.687 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:35.740 DEBUG [main][MenuItemLookup] Found menu:'New' 12:44:35.740 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:44:35.740 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:35.740 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:44:35.740 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:35.740 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:35.740 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:44:35.740 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:35.740 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:35.740 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:44:35.740 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:44:35.740 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:44:35.740 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:35.741 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:44:35.741 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:44:35.741 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:35.741 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:44:35.741 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:44:35.741 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:44:35.741 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:44:35.741 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:44:35.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:35.742 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:44:36.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:36.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:36.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:36.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:36.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:36.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:36.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:36.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:36.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:36.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:36.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:36.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:36.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:36.242 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'UtilityProject' via Explorer 12:44:36.242 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UtilityProject 12:44:36.242 DEBUG [main][TreeItemHandler] Selecting tree item: UtilityProject 12:44:36.243 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UtilityProject about selection 12:44:36.263 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UtilityProject 12:44:36.263 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:36.264 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:36.309 DEBUG [main][MenuItemLookup] Found menu:'New' 12:44:36.309 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:44:36.309 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:36.309 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:44:36.309 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:36.309 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:36.309 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:44:36.309 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:36.309 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:36.309 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:44:36.310 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:44:36.310 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:44:36.310 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:44:36.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:44:36.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:44:36.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:44:36.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:36.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:36.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:36.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:36.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:44:36.990 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:36.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:36.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:36.991 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:44:36.991 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:36.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:36.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:36.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:36.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:36.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:36.992 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:44:36.992 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:44:36.992 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:44:36.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:36.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:36.992 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:36.992 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:36.992 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:44:36.992 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:36.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:36.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:36.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:44:36.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:36.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:36.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:36.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:36.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:36.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:36.995 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:44:36.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:36.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:36.995 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:36.995 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:37.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:44:37.000 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:44:37.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:44:37.501 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:44:37.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:37.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:37.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:37.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:44:37.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:44:37.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:37.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:37.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:37.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:37.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:37.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:37.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:37.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:37.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:37.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:37.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:37.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:37.501 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 12:44:37.501 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:37.501 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:37.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.502 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest) 12:44:37.502 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest 12:44:37.502 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:37.502 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:37.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.864 s - in org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest createProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.j2ee.ui.project.facet.UtilityProjectWizardTest) Time elapsed: 4.86 s Running org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 12:44:37.516 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 12:44:37.517 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:44:37.517 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:37.517 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 12:44:37.517 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:44:37.517 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:44:37.517 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:37.517 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:44:37.518 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:37.518 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:44:37.518 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:37.518 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 12:44:37.518 DEBUG [WorkbenchTestable][JavaEEPerspective] Perspective 'Java EE' is already opened. 12:44:37.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:44:37.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.519 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:37.519 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:37.522 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:37.522 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:37.522 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:37.522 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:37.522 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:37.522 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:37.522 DEBUG [main][MenuItemLookup] Item match:Window 12:44:37.523 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:37.523 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:37.523 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:37.523 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.523 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:37.523 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:37.523 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.523 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:37.523 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.523 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:44:37.523 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:37.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.524 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:37.524 DEBUG [main][MenuItemLookup] Item match:Window 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:37.524 DEBUG [main][MenuItemLookup] Item match:Perspective 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:44:37.524 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:44:37.524 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:44:37.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:44:37.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.525 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:37.525 DEBUG [main][MenuItemLookup] Item match:Window 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:37.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.525 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:37.525 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:37.526 DEBUG [main][MenuItemLookup] Item match:Window 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:37.526 DEBUG [main][MenuItemLookup] Item match:Perspective 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:44:37.526 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:44:37.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.526 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:37.526 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:37.527 DEBUG [main][MenuItemLookup] Item match:Window 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:44:37.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.527 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:37.527 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:37.527 DEBUG [main][MenuItemLookup] Item match:Window 12:44:37.528 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:37.528 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:37.528 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:37.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.528 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:37.528 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:44:37.528 DEBUG [main][MenuItemLookup] Item match:Perspective 12:44:37.528 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:44:37.528 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.528 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:44:37.528 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:44:37.528 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:44:37.528 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:44:37.528 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:44:37.528 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:44:37.528 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:44:37.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:44:37.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:44:37.572 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:44:37.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:37.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:37.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.573 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:44:37.573 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:44:37.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.574 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:44:37.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:37.575 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:44:37.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:37.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:37.575 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:37.575 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:37.780 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:37.781 INFO [WorkbenchTestable][RequirementsRunner] Started test: createWebProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 12:44:37.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 12:44:37.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:44:37.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:37.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:37.781 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:37.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:37.792 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:44:37.793 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:37.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:37.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:37.793 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:37.793 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:37.793 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:37.794 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:44:37.794 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:44:37.794 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:44:37.794 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:44:37.794 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:44:37.794 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:44:37.794 DEBUG [main][MenuItemLookup] Item match:Window 12:44:37.794 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:44:37.794 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:44:37.794 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:44:37.794 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.794 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:44:37.794 DEBUG [main][MenuItemLookup] Item match:Show View 12:44:37.799 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:44:37.799 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:44:37.799 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 12:44:37.800 DEBUG [main][MenuItemLookup] Found menu:'Markers' 12:44:37.800 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:44:37.800 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:44:37.800 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:44:37.800 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:44:37.800 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:44:37.800 DEBUG [main][MenuItemLookup] Found menu:'Servers' 12:44:37.800 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 12:44:37.800 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:44:37.800 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:37.800 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:44:37.800 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:44:37.800 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:44:37.800 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:44:37.800 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:44:37.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:44:37.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:44:37.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:44:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:37.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:44:37.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.944 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:44:37.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:37.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:37.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:37.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:44:37.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:37.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:37.947 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:37.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:37.947 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:37.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:44:37.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:44:37.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:37.948 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:44:37.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:37.948 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:44:37.948 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:44:37.948 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:44:37.948 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:44:37.949 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:44:37.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.949 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:44:37.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:44:37.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:37.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:44:37.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:37.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:37.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:37.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:37.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:37.960 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:44:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:37.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:37.961 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:37.961 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:38.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:38.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:38.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:44:38.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:44:38.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:38.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:38.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:38.089 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:38.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:44:38.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:38.113 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:38.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:38.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:38.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:38.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:38.115 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:38.116 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:38.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.116 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:38.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.117 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:44:38.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.117 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:38.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.117 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:38.117 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.118 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:38.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.118 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:44:38.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.118 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:38.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.118 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:38.118 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.118 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:38.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:38.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:38.119 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:38.119 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:38.119 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:38.119 DEBUG [main][MenuItemLookup] Item match:File 12:44:38.120 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:44:38.120 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:44:38.133 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 12:44:38.133 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 12:44:38.133 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 12:44:38.133 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 12:44:38.133 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 12:44:38.133 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 12:44:38.133 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:44:38.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:38.134 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 12:44:38.134 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 12:44:38.134 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 12:44:38.134 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:44:38.134 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:38.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:38.134 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:44:38.134 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:38.134 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:44:38.134 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:44:38.157 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:44:38.157 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:44:38.158 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:44:38.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:44:38.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:44:38.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:44:38.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:38.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:38.294 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:44:38.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:44:38.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:38.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:38.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:38.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 12:44:38.297 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:44:38.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:38.297 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:44:38.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:38.298 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:44:38.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 12:44:38.298 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:44:38.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:38.298 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:44:38.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:38.298 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:44:38.312 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 12:44:38.312 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 12:44:38.312 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 12:44:38.324 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 12:44:38.324 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:44:38.324 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:44:38.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:38.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:38.327 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:38.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:38.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:38.327 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:38.327 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:38.466 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:38.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available.... 12:44:38.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available. finished successfully 12:44:38.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 12:44:38.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:38.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:38.468 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:44:38.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:38.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:44:38.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:38.473 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:38.474 INFO [WorkbenchTestable][AbstractText] Text set to: web project 12:44:38.503 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:44:38.503 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 12:44:38.503 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:38.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:38.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:38.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:38.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:38.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:38.508 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:44:38.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:38.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:38.508 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:38.508 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:38.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:39.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:39.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Configuring for JavaScript' is not running, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:39.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:39.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:39.043 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:39.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:39.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:39.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:39.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:39.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:39.065 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:39.065 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:39.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:39.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:39.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:39.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:39.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:39.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:39.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:40.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:40.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:40.069 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:40.069 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:40.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:40.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:40.071 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:40.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:40.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:40.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:40.072 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 12:44:40.073 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:40.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:40.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:40.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:40.074 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:40.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:40.075 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:40.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:40.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:40.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:40.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:40.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:41.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:41.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:41.077 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:41.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:41.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:41.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:41.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:41.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:41.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:41.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:41.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:41.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:41.079 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 12:44:41.079 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 12:44:41.079 DEBUG [main][TreeItemHandler] Selecting tree item: web project 12:44:41.079 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 12:44:41.085 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 12:44:41.085 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:41.085 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:41.159 DEBUG [main][MenuItemLookup] Found menu:'New' 12:44:41.159 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:44:41.159 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:41.159 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:44:41.159 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:44:41.159 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:44:41.159 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:41.159 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:41.159 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:44:41.159 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:41.159 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:41.159 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:41.159 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:44:41.159 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:44:41.159 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:44:41.160 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:44:41.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:41.160 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:44:41.160 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:44:41.160 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:41.160 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:44:41.160 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:44:41.160 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:44:41.160 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:44:41.160 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:44:41.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:41.161 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:44:41.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:44:41.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:41.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:41.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:41.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:41.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:41.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:41.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:41.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:41.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:41.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:41.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:44:41.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:41.662 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:41.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:41.662 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'web project' via Explorer 12:44:41.662 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 12:44:41.662 DEBUG [main][TreeItemHandler] Selecting tree item: web project 12:44:41.663 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 12:44:41.665 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 12:44:41.666 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:44:41.666 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:41.723 DEBUG [main][MenuItemLookup] Found menu:'New' 12:44:41.723 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:44:41.723 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:41.723 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:44:41.723 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:44:41.723 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:44:41.723 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:41.723 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:44:41.723 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:44:41.723 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:44:41.723 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:44:41.723 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:44:41.723 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:44:41.723 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:44:41.724 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:44:41.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:44:42.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:44:42.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:44:42.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:42.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:42.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:42.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:42.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:44:42.475 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:42.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:42.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:42.475 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:44:42.475 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:42.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:42.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:42.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:42.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:42.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:42.476 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:44:42.476 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:44:42.477 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:44:42.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:42.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:42.477 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:42.477 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:42.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:44:42.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:44:42.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:42.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:42.477 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:44:42.477 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:44:42.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:42.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:42.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:42.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:42.479 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:42.479 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:44:42.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:42.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:42.479 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:42.479 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:42.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:44:42.484 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:44:42.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:44:42.985 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:44:42.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 15 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:42.985 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:42.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:42.986 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 12:44:42.986 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:44:42.986 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:44:42.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:44:42.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:44:42.987 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createWebProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 12:44:42.987 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:44:42.987 INFO [WorkbenchTestable][RequirementsRunner] Started test: createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 12:44:42.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 12:44:42.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:44:42.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:44:42.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:44:42.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:44:42.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:42.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:42.995 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:44:42.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:43.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:43.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:43.001 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:43.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:44:43.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:44:43.007 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:43.007 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:43.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:43.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:43.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:43.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:43.009 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:43.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.027 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:43.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.027 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:44:43.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.027 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:43.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.027 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:43.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.028 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:43.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.028 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Dynamic Web Project"] 12:44:43.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.028 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:43.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.028 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:43.028 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.028 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:44:43.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:43.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:43.029 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:44:43.029 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:44:43.029 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:43.033 DEBUG [main][MenuItemLookup] Item match:File 12:44:43.034 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:44:43.034 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:44:43.038 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 12:44:43.038 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 12:44:43.038 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 12:44:43.038 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 12:44:43.038 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 12:44:43.038 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 12:44:43.038 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:44:43.038 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:43.038 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 12:44:43.038 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 12:44:43.038 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 12:44:43.038 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:44:43.038 DEBUG [main][MenuItemLookup] Found menu:'File' 12:44:43.038 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:43.039 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:44:43.039 DEBUG [main][MenuItemLookup] Found menu:'' 12:44:43.039 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:44:43.039 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:44:43.039 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:44:43.039 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:44:43.039 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:44:43.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:44:43.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:44:43.164 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:44:43.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:43.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:43.165 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:44:43.165 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.165 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:44:43.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:43.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:43.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:43.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children... 12:44:43.168 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:44:43.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:43.168 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:44:43.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:43.168 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:44:43.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Web has children finished successfully 12:44:43.169 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Web 12:44:43.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:43.169 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Web is already expanded. No action performed 12:44:43.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:43.169 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Web 12:44:43.169 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Dynamic Web Project 12:44:43.169 DEBUG [main][TreeItemHandler] Selecting tree item: Dynamic Web Project 12:44:43.169 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Dynamic Web Project about selection 12:44:43.170 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Dynamic Web Project 12:44:43.170 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:44:43.170 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:44:43.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:43.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:43.172 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:43.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:43.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:43.172 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:43.172 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:43.340 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:44:43.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.340 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available.... 12:44:43.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Dynamic Web Project"] is available. finished successfully 12:44:43.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Dynamic Web Project 12:44:43.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:43.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:43.342 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:44:43.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:44:43.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:44:43.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:43.373 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:43.374 INFO [WorkbenchTestable][AbstractText] Text set to: web project 12:44:43.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:44:43.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:43.408 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:43.409 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:44:43.409 INFO [WorkbenchTestable][WebProjectWizard] Go to next wizard page 12:44:43.409 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:43.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:43.441 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:43.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:43.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:43.442 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:43.442 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:43.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectSecondPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add Folder...") 12:44:43.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:43.468 INFO [WorkbenchTestable][AbstractButton] Click button &Add Folder... 12:44:43.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:43.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:43.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:43.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:43.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Source Folder"] is available.... 12:44:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Add Source Folder"] is available. finished successfully 12:44:43.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add Source Folder 12:44:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:44:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:44:43.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 12:44:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:44:43.517 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:44:43.517 INFO [WorkbenchTestable][AbstractText] Text set to: source 12:44:43.519 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:44:43.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:43.520 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:44:43.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:43.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:43.521 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:43.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:43.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:44:43.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:44:43.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectSecondPage, index 0 and no matchers specified 12:44:43.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:43.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:44:43.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:44:43.589 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item src 12:44:43.589 DEBUG [main][TreeItemHandler] Selecting tree item: src 12:44:43.590 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item src about selection 12:44:43.590 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: src 12:44:43.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectSecondPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:44:43.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:43.592 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:44:43.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:43.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:43.592 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:43.592 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:43.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectSecondPage, index 0 and no matchers specified 12:44:43.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:43.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:43.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:43.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:43.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:43.595 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item source and wait with time period 1 12:44:43.595 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 12:44:43.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:44.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:44.096 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 12:44:44.096 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 12:44:44.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:44.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:44.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 12:44:44.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectSecondPage, index 0 and no matchers specified 12:44:44.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:44.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:44.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:44.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:44.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:44.597 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item source and wait with time period 1 12:44:44.597 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 12:44:44.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:45.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:45.098 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 12:44:45.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item source 12:44:45.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:44:45.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:44:45.598 INFO [WorkbenchTestable][TreeItemHandler] Expanded: source 12:44:45.599 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:44:45.599 INFO [WorkbenchTestable][WebProjectWizard] Go to next wizard page 12:44:45.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:44:45.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:45.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:45.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:45.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:45.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:45.605 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:44:45.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:45.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:45.605 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:45.605 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:45.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectThirdPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate web.xml deployment descriptor") 12:44:45.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:45.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:45.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:45.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:45.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:45.627 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate web.xml deployment descriptor 12:44:45.627 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate web.xml deployment descriptor 12:44:45.627 INFO [WorkbenchTestable][AbstractButton] Click button &Generate web.xml deployment descriptor 12:44:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:45.627 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:45.627 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:45.627 TRACE [WorkbenchTestable][WebProjectWizard] Shell New Dynamic Web Project is not null and is not disposed 12:44:45.628 INFO [WorkbenchTestable][WebProjectWizard] Finish wizard 12:44:45.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.servlet.ui.project.facet.WebProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:44:45.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:45.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:45.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:45.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:45.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:44:45.629 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:44:45.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:44:45.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:44:45.629 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:44:45.629 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:44:45.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:44:46.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:44:46.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:44:46.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:46.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 17 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/resources.jar)' is a system job, skipped 12:44:46.633 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:47.133 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:44:47.134 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' has no excuses, wait for it 12:44:48.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:44:48.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' has no excuses, wait for it 12:44:48.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:44:48.606 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:49.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:44:49.106 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:49.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:44:49.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:50.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:44:50.107 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:50.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:44:50.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:51.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:44:51.108 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:51.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:44:51.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:52.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:52.653 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:53.153 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:53.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:54.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:54.654 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:55.154 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:55.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:56.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:56.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:57.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Validating web project' has no excuses, wait for it 12:44:57.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:44:57.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:57.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:57.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:44:57.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:44:57.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:44:57.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:44:57.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:44:57.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:44:57.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:44:57.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:44:57.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:44:57.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:44:57.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:44:57.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:44:57.656 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:44:57.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:44:57.657 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:57.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:57.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:57.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:44:57.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:44:57.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:44:57.661 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:57.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:57.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:57.662 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:57.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:57.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:57.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:58.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:58.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:58.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:58.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:58.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:58.665 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:58.665 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:58.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:58.666 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:58.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:58.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:58.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:58.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:58.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:58.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:58.667 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 12:44:58.667 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:58.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:58.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:58.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:58.668 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:58.668 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:58.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:58.669 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:58.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:58.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:58.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:59.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:59.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:59.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:59.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:44:59.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:44:59.671 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:44:59.671 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:44:59.672 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:44:59.673 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:44:59.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:44:59.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:44:59.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:44:59.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:44:59.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:44:59.674 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:44:59.674 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 12:44:59.675 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:44:59.676 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:44:59.676 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item source of tree item web project 12:44:59.677 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 12:44:59.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:00.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:00.178 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 12:45:00.179 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:45:00.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:45:00.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:00.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:00.181 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:45:00.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:45:00.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:00.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:00.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:00.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:00.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:00.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:01.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:01.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:01.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:45:01.191 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:45:01.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:45:01.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:01.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:01.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:45:01.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:01.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:01.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:01.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:01.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:01.192 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 12:45:01.193 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:45:01.193 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:45:01.194 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item web project 12:45:01.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 12:45:01.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:01.194 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item web project is already expanded. No action performed 12:45:01.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:01.194 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 12:45:01.194 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item web project and wait with time period 1 12:45:01.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 12:45:01.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:01.194 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item web project is already expanded. No action performed 12:45:01.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:01.195 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 12:45:01.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 12:45:01.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:01.195 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item web project is already expanded. No action performed 12:45:01.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:01.195 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 12:45:01.195 DEBUG [WorkbenchTestable][AbstractResource] Obtaining direct children on the current level 12:45:01.195 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item web project and wait with time period 1 12:45:01.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 12:45:01.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:01.195 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item web project is already expanded. No action performed 12:45:01.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:01.195 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 12:45:01.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 12:45:01.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:01.195 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item web project is already expanded. No action performed 12:45:01.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:01.195 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 12:45:01.196 DEBUG [WorkbenchTestable][AbstractResource] Item "src" was not found. Available items on the current level: 12:45:01.196 DEBUG [WorkbenchTestable][AbstractResource] "source" 12:45:01.196 DEBUG [WorkbenchTestable][AbstractResource] "JRE System Library [JavaSE-1.8]" 12:45:01.196 DEBUG [WorkbenchTestable][AbstractResource] "build" 12:45:01.196 DEBUG [WorkbenchTestable][AbstractResource] "WebContent" 12:45:01.196 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:45:01.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:45:01.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:01.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:01.197 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:45:01.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:45:01.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:01.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:01.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:01.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:01.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:01.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:01.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:02.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:02.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:02.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:45:02.199 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:45:02.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:45:02.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:02.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:02.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:45:02.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:02.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:02.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:02.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:02.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:02.200 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 12:45:02.201 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:45:02.201 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:45:02.202 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item WebContent of tree item web project 12:45:02.202 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item web project 12:45:02.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:02.202 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item web project is already expanded. No action performed 12:45:02.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:02.202 INFO [WorkbenchTestable][TreeItemHandler] Expanded: web project 12:45:02.202 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item WEB-INF of tree item WebContent 12:45:02.202 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item WebContent 12:45:02.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:02.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:02.703 INFO [WorkbenchTestable][TreeItemHandler] Expanded: WebContent 12:45:02.703 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item web.xml of tree item WEB-INF 12:45:02.703 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item WEB-INF 12:45:02.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:03.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:03.204 INFO [WorkbenchTestable][TreeItemHandler] Expanded: WEB-INF 12:45:03.206 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:45:03.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:45:03.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:03.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:03.207 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:45:03.207 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:45:03.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:03.208 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:03.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:03.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:03.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:03.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:03.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:04.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:04.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:04.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:45:04.210 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:45:04.210 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:45:04.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:04.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:04.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:45:04.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:04.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:04.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:04.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:04.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:04.214 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name web project 12:45:04.214 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 12:45:04.214 DEBUG [main][TreeItemHandler] Selecting tree item: web project 12:45:04.214 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 12:45:04.218 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 12:45:04.218 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:45:04.218 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:04.280 DEBUG [main][MenuItemLookup] Found menu:'New' 12:45:04.280 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:45:04.280 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:04.280 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:45:04.280 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:45:04.280 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:45:04.280 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:04.280 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:45:04.280 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:45:04.280 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:45:04.280 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:45:04.280 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:04.280 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:45:04.280 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:45:04.280 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:45:04.280 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:45:04.281 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:04.281 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:45:04.281 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:45:04.281 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:04.281 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:45:04.281 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:45:04.281 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:45:04.281 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:45:04.281 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:45:04.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:45:04.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:45:04.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:45:04.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:45:04.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:45:04.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:45:04.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:45:04.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:45:04.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:45:04.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:45:04.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:45:04.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:45:04.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:45:04.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:45:04.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:45:04.287 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:45:04.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:45:04.288 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'web project' via Explorer 12:45:04.288 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item web project 12:45:04.288 DEBUG [main][TreeItemHandler] Selecting tree item: web project 12:45:04.288 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item web project about selection 12:45:04.290 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: web project 12:45:04.290 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:45:04.290 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:04.334 DEBUG [main][MenuItemLookup] Found menu:'New' 12:45:04.334 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:45:04.334 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:04.334 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:45:04.334 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:45:04.334 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:45:04.334 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:04.334 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:45:04.334 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:45:04.334 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:45:04.334 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:45:04.334 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:45:04.334 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:45:04.335 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:45:04.335 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:45:04.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:45:05.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:45:05.006 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:45:05.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:05.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:05.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:05.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:05.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:05.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:05.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:05.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:05.012 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:45:05.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:05.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:05.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:05.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:05.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:05.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:05.013 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:45:05.013 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:45:05.013 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:45:05.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:05.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:05.013 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:05.013 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:05.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:45:05.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:05.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:05.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:05.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:45:05.014 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:05.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:05.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:05.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:05.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:05.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:05.015 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:45:05.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:05.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:05.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:05.016 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:05.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:45:05.020 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:45:05.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:45:05.521 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:45:05.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist Web App Libraries State' is a system job, skipped 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Graph persist' is a system job, skipped 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:45:05.521 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:45:05.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:45:05.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 12:45:05.521 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:05.521 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:05.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:05.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:05.522 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:45:05.523 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) 12:45:05.523 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest 12:45:05.523 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:05.523 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:05.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:05.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.008 s - in org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest createWebProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) Time elapsed: 5.206 s createWebProject1 no-configuration(org.eclipse.reddeer.eclipse.test.jst.servlet.ui.WebProjectTest) Time elapsed: 22.536 s Running org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 12:45:05.535 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 12:45:05.535 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:45:05.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:05.535 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 12:45:05.535 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:05.535 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:45:05.536 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:05.536 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:45:05.536 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:05.536 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:45:05.536 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:05.536 INFO [WorkbenchTestable][JavaEEPerspective] Open perspective: 'Java EE' 12:45:05.537 DEBUG [WorkbenchTestable][JavaEEPerspective] Perspective 'Java EE' is already opened. 12:45:05.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:45:05.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:05.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:05.537 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:45:05.537 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:05.541 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:05.541 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:05.541 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:05.541 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:05.541 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:05.541 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:05.541 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:05.541 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:05.541 DEBUG [main][MenuItemLookup] Item match:Window 12:45:05.541 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:05.542 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:05.542 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:05.542 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.542 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:05.542 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:05.542 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.542 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:05.542 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.542 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:05.542 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:05.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:05.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:05.543 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:45:05.543 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:05.543 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:05.543 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:05.543 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:05.543 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:05.543 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:05.543 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:05.543 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:05.543 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:05.543 DEBUG [main][MenuItemLookup] Item match:Window 12:45:05.543 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:05.543 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:05.543 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:05.543 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.544 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:05.544 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:05.544 DEBUG [main][MenuItemLookup] Item match:Perspective 12:45:05.544 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:45:05.544 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.544 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:45:05.544 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:45:05.544 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:45:05.544 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:45:05.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:45:05.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:05.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:05.544 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:45:05.544 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:05.544 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:05.544 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:05.544 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:05.545 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:05.545 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:05.545 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:05.545 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:05.545 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:05.545 DEBUG [main][MenuItemLookup] Item match:Window 12:45:05.545 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:05.545 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:05.545 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:05.545 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.545 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:05.545 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:05.545 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.545 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:05.545 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.545 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:05.545 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:05.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:05.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:05.547 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:45:05.547 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:05.547 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:05.547 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:05.547 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:05.547 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:05.547 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:05.547 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:05.547 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:05.547 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:05.547 DEBUG [main][MenuItemLookup] Item match:Window 12:45:05.547 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:05.547 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:05.547 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:05.547 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.547 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:05.547 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:05.547 DEBUG [main][MenuItemLookup] Item match:Perspective 12:45:05.548 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:45:05.548 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.548 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:45:05.548 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:45:05.548 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:45:05.548 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:45:05.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:05.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:05.548 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:45:05.548 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:05.548 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:05.548 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:05.548 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:05.548 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:05.548 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:05.548 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:05.548 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:05.548 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:05.548 DEBUG [main][MenuItemLookup] Item match:Window 12:45:05.548 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:05.548 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:05.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:05.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:05.549 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:05.549 DEBUG [main][MenuItemLookup] Item match:Window 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:05.549 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:05.549 DEBUG [main][MenuItemLookup] Item match:Perspective 12:45:05.550 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:45:05.550 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.550 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:45:05.550 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:45:05.550 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:45:05.550 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:45:05.550 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:45:05.550 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:45:05.550 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:45:05.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:45:05.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:45:05.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:45:05.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:05.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:05.604 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:05.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:05.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:05.604 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:45:05.604 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:05.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:05.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:05.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:45:05.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:05.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:05.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:05.606 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:45:05.606 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:05.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:05.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:05.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:05.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:05.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:05.607 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:45:05.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:05.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:05.607 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:05.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:05.808 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:05.808 INFO [WorkbenchTestable][RequirementsRunner] Started test: createEJBProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest) 12:45:05.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 12:45:05.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:05.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:05.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:05.808 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:05.809 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:45:05.809 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:05.809 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:45:05.809 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:05.810 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New EJB Project"] 12:45:05.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:05.810 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:45:05.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:05.810 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:45:05.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:05.810 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:45:05.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:05.810 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New EJB Project"] 12:45:05.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:05.810 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:45:05.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:05.811 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:45:05.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:05.811 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:05.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:05.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:05.811 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:05.812 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:45:05.812 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:05.812 DEBUG [main][MenuItemLookup] Item match:File 12:45:05.813 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:45:05.813 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:45:05.816 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 12:45:05.816 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 12:45:05.816 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 12:45:05.816 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 12:45:05.816 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 12:45:05.816 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 12:45:05.816 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:45:05.817 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.817 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 12:45:05.817 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 12:45:05.817 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 12:45:05.817 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:45:05.817 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:05.817 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.817 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:45:05.817 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:05.817 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:45:05.817 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:45:05.817 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:45:05.817 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:45:05.817 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:45:05.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:45:05.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:45:05.944 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:45:05.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:05.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:05.946 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:45:05.946 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:05.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:45:05.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:05.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:05.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:05.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:05.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:05.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:05.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem EJB has children... 12:45:05.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item EJB 12:45:05.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:06.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:06.450 INFO [WorkbenchTestable][TreeItemHandler] Expanded: EJB 12:45:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem EJB has children finished successfully 12:45:06.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item EJB 12:45:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:06.451 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item EJB is already expanded. No action performed 12:45:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:06.451 INFO [WorkbenchTestable][TreeItemHandler] Expanded: EJB 12:45:06.452 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EJB Project 12:45:06.452 DEBUG [main][TreeItemHandler] Selecting tree item: EJB Project 12:45:06.457 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EJB Project about selection 12:45:06.460 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EJB Project 12:45:06.460 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:45:06.460 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:45:06.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:45:06.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:06.461 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:06.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:06.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:06.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:06.464 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:45:06.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:06.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:06.464 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:06.464 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:06.631 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:45:06.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:06.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:06.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EJB Project"] is available.... 12:45:06.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New EJB Project"] is available. finished successfully 12:45:06.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New EJB Project 12:45:06.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:06.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:06.693 TRACE [WorkbenchTestable][EjbProjectWizard] Shell New EJB Project is not null and is not disposed 12:45:06.693 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:06.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jst.ejb.ui.project.facet.EjbProjectFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:45:06.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:06.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:06.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:06.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:06.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:45:06.710 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:45:06.711 INFO [WorkbenchTestable][AbstractText] Text set to: ejbProject 12:45:06.730 TRACE [WorkbenchTestable][EjbProjectWizard] Shell New EJB Project is not null and is not disposed 12:45:06.730 INFO [WorkbenchTestable][EjbProjectWizard] Finish wizard 12:45:06.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jst.ejb.ui.project.facet.EjbProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:45:06.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:06.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:06.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:06.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:06.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:06.736 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:45:06.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:06.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:06.736 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:06.736 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:06.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:07.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:07.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:45:07.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:45:07.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:45:07.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:45:07.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:45:07.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:45:07.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:45:07.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:45:07.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:45:07.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:45:07.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:45:07.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:45:07.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:45:07.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:45:07.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:45:07.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:45:07.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:45:07.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:07.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:07.260 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:45:07.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:07.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:07.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:07.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:07.260 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:45:07.261 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:07.261 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:07.261 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:07.261 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:07.261 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:07.261 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:07.261 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:07.261 DEBUG [main][MenuItemLookup] Item match:Window 12:45:07.261 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:07.261 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:07.261 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:07.261 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:07.261 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:07.261 DEBUG [main][MenuItemLookup] Item match:Show View 12:45:07.267 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:45:07.267 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:45:07.267 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 12:45:07.267 DEBUG [main][MenuItemLookup] Found menu:'Markers' 12:45:07.267 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:45:07.267 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:45:07.267 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:45:07.267 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:45:07.267 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:45:07.267 DEBUG [main][MenuItemLookup] Found menu:'Servers' 12:45:07.267 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 12:45:07.267 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:45:07.267 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:07.268 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:45:07.268 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:45:07.268 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:45:07.268 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:45:07.268 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:45:07.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:45:07.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:45:07.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:45:07.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:07.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:07.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:45:07.407 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:07.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:07.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:07.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:45:07.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:07.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:07.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:07.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:07.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:07.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:07.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:07.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:07.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:45:07.410 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:07.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:07.410 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:07.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:07.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:07.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:45:07.410 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:07.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:07.410 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:07.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:07.410 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:07.444 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:45:07.444 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:45:07.444 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:45:07.444 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:45:07.444 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:07.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:07.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:07.444 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:45:07.444 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:07.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:07.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:07.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:45:07.446 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:07.446 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:45:07.447 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:07.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:07.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:07.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:07.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:07.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:07.448 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:45:07.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:07.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:07.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:07.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:07.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:45:07.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:45:07.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:45:07.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:07.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:07.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:45:07.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:07.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:07.555 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:07.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:07.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:07.555 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:07.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:45:07.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:07.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:07.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:07.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:07.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:07.579 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:45:07.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:45:07.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:07.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:45:07.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:45:07.581 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:45:07.583 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:45:07.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:45:07.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:07.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:07.584 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:45:07.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:45:07.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:07.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:07.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:07.585 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:07.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:08.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:08.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:08.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:08.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:08.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:45:08.599 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:45:08.599 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:45:08.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:08.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:08.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:45:08.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:08.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:08.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:08.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:08.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:08.602 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ejbProject 12:45:08.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:08.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:08.609 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:45:08.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:08.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:08.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:08.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:08.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:08.654 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:08.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:45:08.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:08.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:08.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:08.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:08.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:08.660 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:45:08.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:45:08.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:08.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:45:08.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:45:08.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:45:08.664 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:45:08.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:45:08.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:08.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:08.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:08.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:08.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:09.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:09.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:09.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:09.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:09.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:45:09.667 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:45:09.667 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:45:09.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:09.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:09.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:45:09.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:09.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:09.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:09.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:09.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:09.669 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name ejbProject 12:45:09.670 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ejbProject 12:45:09.670 DEBUG [main][TreeItemHandler] Selecting tree item: ejbProject 12:45:09.670 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ejbProject about selection 12:45:09.679 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ejbProject 12:45:09.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:45:09.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'New' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:09.869 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:45:09.869 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:45:09.869 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:45:09.869 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:45:09.870 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:45:09.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:45:09.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:45:09.870 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refresh' has no excuses, wait for it 12:45:10.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:45:10.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:45:10.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:45:10.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:45:10.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:45:10.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:45:10.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:45:10.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:45:10.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:45:10.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:45:10.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:45:10.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:45:10.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:45:10.371 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'ejbProject' via Explorer 12:45:10.371 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item ejbProject 12:45:10.371 DEBUG [main][TreeItemHandler] Selecting tree item: ejbProject 12:45:10.371 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item ejbProject about selection 12:45:10.375 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: ejbProject 12:45:10.375 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:45:10.375 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:10.429 DEBUG [main][MenuItemLookup] Found menu:'New' 12:45:10.429 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:45:10.429 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:10.429 DEBUG [main][MenuItemLookup] Found menu:'Open in New Window' 12:45:10.429 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:45:10.429 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:45:10.429 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:10.430 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:45:10.430 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:45:10.430 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:45:10.430 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:45:10.430 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:45:10.430 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:45:10.430 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:45:10.430 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:45:10.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:45:11.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:45:11.127 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:45:11.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:11.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:11.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:11.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:11.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:11.133 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:11.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:11.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:11.133 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:45:11.133 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:11.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:11.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:11.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:11.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:11.134 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:11.134 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:45:11.134 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:45:11.134 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:45:11.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:11.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:11.134 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:11.134 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:11.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:45:11.134 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:11.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:11.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:11.135 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:45:11.135 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:11.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:11.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:11.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:11.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:11.136 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:11.137 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:45:11.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:11.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:11.137 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:11.137 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:11.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:45:11.142 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:45:11.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:45:11.643 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:45:11.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:45:11.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 7 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:45:11.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:45:11.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:45:11.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:45:11.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:45:11.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:45:11.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:45:11.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:45:11.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:45:11.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:45:11.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:45:11.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:45:11.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:45:11.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:45:11.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:45:11.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:45:11.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:45:11.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 12:45:11.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:11.643 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:11.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:11.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:11.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:45:11.647 INFO [WorkbenchTestable][RequirementsRunner] Finished test: createEJBProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest) 12:45:11.647 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest 12:45:11.647 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:11.647 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:11.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:11.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.113 s - in org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest createEJBProject no-configuration(org.eclipse.reddeer.eclipse.test.jst.ejb.ui.EjbWizardTest) Time elapsed: 5.839 s Running org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest 12:45:11.658 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest 12:45:11.658 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:45:11.659 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:11.659 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest 12:45:11.659 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:11.659 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:45:11.659 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:11.659 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:45:11.659 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:11.659 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:45:11.659 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:11.660 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:11.660 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSetupWizard no-configuration(org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest) 12:45:11.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest 12:45:11.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:11.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:11.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:11.660 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:11.660 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:11.660 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:11.660 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:11.660 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:11.660 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:11.660 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:11.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:11.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:11.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:11.661 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:11.661 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:45:11.661 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:11.665 DEBUG [main][MenuItemLookup] Item match:Window 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:11.665 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:11.665 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:11.666 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:11.666 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:11.666 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:11.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:11.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:11.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:11.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:11.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:11.815 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:11.815 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:11.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:11.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:11.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:11.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:11.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:11.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:11.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:11.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:11.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:45:11.819 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:11.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:12.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:12.322 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:12.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:45:12.323 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:12.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:12.324 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:12.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:12.324 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:12.325 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:12.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:12.326 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Preferences 12:45:12.326 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:12.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:12.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:12.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:45:12.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:12.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:12.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:12.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:12.330 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:12.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:12.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:12.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest 12:45:12.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:12.379 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:12.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:12.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:12.379 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSetupWizard no-configuration(org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest) 12:45:12.379 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:12.379 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAeriServers no-configuration(org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest) 12:45:12.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest 12:45:12.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:12.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:12.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:12.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:12.380 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:12.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:12.380 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:12.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:12.380 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:12.380 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:12.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:12.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:12.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:12.380 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:12.380 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:45:12.381 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:12.383 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:12.383 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:12.383 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:12.383 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:12.383 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:12.383 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:12.383 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:12.384 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:12.384 DEBUG [main][MenuItemLookup] Item match:Window 12:45:12.384 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:12.384 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:12.384 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:12.384 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:12.384 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:12.384 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:12.384 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:12.384 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:12.384 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:12.384 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:12.384 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:12.384 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:12.406 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:12.406 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:12.406 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:12.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:12.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:12.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:12.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:12.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:12.554 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:12.554 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:12.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:12.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:12.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:12.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:12.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:12.556 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:12.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:12.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:12.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:45:12.558 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:12.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:13.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:13.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:13.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:45:13.062 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:13.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:13.062 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:13.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:13.062 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:13.063 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:13.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:13.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:13.064 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Preferences 12:45:13.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:13.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:13.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:13.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:45:13.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:13.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:13.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:13.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:13.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:13.068 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:13.068 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:13.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest 12:45:13.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:13.114 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:13.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:13.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:13.115 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAeriServers no-configuration(org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest) 12:45:13.115 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:13.115 INFO [WorkbenchTestable][RequirementsRunner] Started test: testAeriPrefPage no-configuration(org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest) 12:45:13.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest 12:45:13.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:13.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:13.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:13.115 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:13.115 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:13.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:13.116 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:13.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:13.116 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:13.116 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:13.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:13.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:13.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:13.116 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:13.116 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:45:13.117 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:13.119 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:13.119 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:13.119 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:13.119 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:13.119 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:13.120 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:13.120 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:13.120 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:13.120 DEBUG [main][MenuItemLookup] Item match:Window 12:45:13.120 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:13.120 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:13.120 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:13.120 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:13.120 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:13.120 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:13.120 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:13.120 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:13.120 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:13.120 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:13.120 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:13.120 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:13.144 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:13.144 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:13.144 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:13.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:13.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:13.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:13.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:13.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:13.288 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:13.288 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:13.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:13.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:13.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:13.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:13.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:13.289 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:13.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:13.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:13.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:45:13.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:13.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:13.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:13.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:13.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:45:13.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:13.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:13.796 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:13.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:13.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:13.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:13.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:13.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:13.798 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Preferences 12:45:13.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:13.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:13.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:13.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 12:45:13.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:13.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:13.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:13.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:13.802 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:13.802 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:13.802 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:13.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest 12:45:13.882 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:13.882 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:13.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:13.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:13.883 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testAeriPrefPage no-configuration(org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest) 12:45:13.883 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest 12:45:13.883 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:13.883 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:13.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:13.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.226 s - in org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest testSetupWizard no-configuration(org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest) Time elapsed: 0.719 s testAeriServers no-configuration(org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest) Time elapsed: 0.736 s testAeriPrefPage no-configuration(org.eclipse.reddeer.eclipse.test.epp.logging.aeri.ide.dialogs.AeriTest) Time elapsed: 0.768 s Running org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 12:45:13.897 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 12:45:13.897 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:45:13.897 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:13.897 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 12:45:13.897 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:13.897 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:45:13.897 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:13.897 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:45:13.898 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:13.898 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:45:13.898 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:13.899 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:13.899 INFO [WorkbenchTestable][RequirementsRunner] Started test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest) 12:45:13.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 12:45:13.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:13.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:13.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:13.899 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:13.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:13.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:13.910 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask Repositories\E'' view via menu. 12:45:13.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:13.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:13.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:13.911 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:13.911 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:45:13.911 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:13.914 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:13.914 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:13.914 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:13.914 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:13.914 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:13.914 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:13.914 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:13.914 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:13.914 DEBUG [main][MenuItemLookup] Item match:Window 12:45:13.915 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:13.915 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:13.915 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:13.915 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:13.915 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:13.915 DEBUG [main][MenuItemLookup] Item match:Show View 12:45:13.922 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:45:13.922 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:45:13.922 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 12:45:13.922 DEBUG [main][MenuItemLookup] Found menu:'Markers' 12:45:13.922 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:45:13.922 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:45:13.922 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:45:13.922 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:45:13.922 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:45:13.922 DEBUG [main][MenuItemLookup] Found menu:'Servers' 12:45:13.922 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 12:45:13.922 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:45:13.922 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:13.922 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:45:13.922 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:45:13.922 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:45:13.922 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:45:13.923 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:45:14.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:45:14.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:45:14.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:45:14.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:14.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:14.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:45:14.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:14.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:14.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:14.058 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:45:14.058 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:14.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:14.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:14.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:14.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:14.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:14.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:14.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:14.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Mylyn has children... 12:45:14.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Mylyn 12:45:14.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:14.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Mylyn is already expanded. No action performed 12:45:14.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:14.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Mylyn 12:45:14.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Mylyn has children finished successfully 12:45:14.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Mylyn 12:45:14.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:14.061 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Mylyn is already expanded. No action performed 12:45:14.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:14.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Mylyn 12:45:14.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Task Repositories 12:45:14.061 DEBUG [main][TreeItemHandler] Selecting tree item: Task Repositories 12:45:14.061 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Task Repositories about selection 12:45:14.062 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Task Repositories 12:45:14.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:14.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:14.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:14.062 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:45:14.062 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:14.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:14.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:14.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:45:14.063 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:14.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:14.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:14.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:45:14.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:14.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:14.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:14.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:14.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:14.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:14.065 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:45:14.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:14.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:14.065 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:14.065 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:14.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:45:14.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:45:14.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskRepositoriesView' view is open... 12:45:14.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:14.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:14.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.mylyn.tasks.ui.views.TaskRepositoriesView' view is open finished successfully 12:45:14.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:14.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:14.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:14.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:14.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:14.160 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:14.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask Repositories\E') 12:45:14.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:14.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:14.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:14.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:14.187 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:14.188 INFO [WorkbenchTestable][AbstractView] Activate view Task Repositories 12:45:14.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task Repositories 12:45:14.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:14.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:45:14.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:45:14.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:45:14.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:45:14.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:14.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:14.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:14.192 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Task Repositories"as the parent 12:45:14.192 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:14.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:14.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:14.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:14.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:14.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:14.192 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Tasks and wait with time period 1 12:45:14.192 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 12:45:14.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:14.192 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Tasks is already expanded. No action performed 12:45:14.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:14.193 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 12:45:14.193 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 12:45:14.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:14.193 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Tasks is already expanded. No action performed 12:45:14.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:14.193 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 12:45:14.193 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Local and wait with time period 1 12:45:14.193 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Local 12:45:14.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:14.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:14.694 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Local 12:45:14.694 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Local 12:45:14.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:15.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:15.195 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Local 12:45:15.195 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Bugs and wait with time period 1 12:45:15.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Bugs 12:45:15.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:15.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Bugs is already expanded. No action performed 12:45:15.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:15.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Bugs 12:45:15.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Bugs 12:45:15.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:15.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Bugs is already expanded. No action performed 12:45:15.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:15.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Bugs 12:45:15.197 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Eclipse.org and wait with time period 1 12:45:15.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Eclipse.org 12:45:15.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:15.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:15.698 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Eclipse.org 12:45:15.698 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Eclipse.org 12:45:15.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:16.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:16.199 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Eclipse.org 12:45:16.200 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Tasks 12:45:16.200 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Local 12:45:16.200 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Bugs 12:45:16.200 DEBUG [WorkbenchTestable][TaskRepositoriesView] Found Task repository: Eclipse.org 12:45:16.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 12:45:16.200 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:16.200 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:16.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:16.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:16.201 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest) 12:45:16.201 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest 12:45:16.201 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:16.201 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:16.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:16.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.305 s - in org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskRepositoriesViewTest) Time elapsed: 2.302 s Running org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 12:45:16.240 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 12:45:16.241 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:45:16.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:16.241 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 12:45:16.241 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:16.241 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:45:16.241 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:16.241 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:45:16.242 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:16.242 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:45:16.242 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:16.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:16.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest) 12:45:16.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 12:45:16.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:16.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:16.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:16.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:16.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:16.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:16.250 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask List\E'' is already open. Activate. 12:45:16.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:16.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:16.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:45:16.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:16.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:16.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:45:16.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask List\E') 12:45:16.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:16.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:16.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:16.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:16.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:16.281 INFO [WorkbenchTestable][AbstractView] Activate view Task List 12:45:16.282 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task List 12:45:16.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:16.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:45:16.353 INFO [WorkbenchTestable][AbstractView] Activate view Task List 12:45:16.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task List 12:45:16.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:16.357 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:45:16.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:16.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:16.358 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:45:16.358 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:16.363 DEBUG [main][MenuItemLookup] Item match:File 12:45:16.366 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:45:16.366 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:16.371 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:45:16.371 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:45:16.371 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:45:16.371 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:45:16.372 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:45:16.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:45:16.487 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:16.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:16.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:16.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 12:45:16.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:16.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:16.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:16.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:16.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:16.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:16.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:45:16.495 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:16.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:16.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:16.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 12:45:16.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:16.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:16.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:16.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:16.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:16.508 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:16.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:16.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:16.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Tasks has children... 12:45:16.509 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 12:45:16.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:17.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:17.010 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 12:45:17.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Tasks has children finished successfully 12:45:17.011 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Tasks 12:45:17.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:17.011 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Tasks is already expanded. No action performed 12:45:17.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:17.011 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Tasks 12:45:17.012 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Task 12:45:17.012 DEBUG [main][TreeItemHandler] Selecting tree item: Task 12:45:17.012 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Task about selection 12:45:17.015 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Task 12:45:17.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >") 12:45:17.015 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:17.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:17.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:17.016 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 12:45:17.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:17.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:17.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:17.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:17.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:17.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:17.018 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:45:17.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:17.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:17.018 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:17.018 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:17.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:45:17.058 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:17.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:17.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:17.058 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Task" as the parent 12:45:17.058 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:17.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:17.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:17.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:17.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:17.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:17.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:45:17.059 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:17.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:17.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:17.059 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Task" as the parent 12:45:17.059 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:17.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:17.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:17.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:17.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:17.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:17.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:17.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:17.060 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Local 12:45:17.060 DEBUG [main][TreeItemHandler] Selecting tree item: Local 12:45:17.060 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Local about selection 12:45:17.061 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Local 12:45:17.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 12:45:17.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:17.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:17.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:17.061 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Task" as the parent 12:45:17.061 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:17.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:17.061 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:17.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:17.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:17.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:17.063 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:45:17.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:17.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:17.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:17.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:17.581 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTask List\E'' is already open. Activate. 12:45:17.581 INFO [WorkbenchTestable][AbstractView] Activate view Task List 12:45:17.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task List 12:45:17.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:17.636 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:45:17.637 INFO [WorkbenchTestable][AbstractView] Activate view Task List 12:45:17.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Task List 12:45:17.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:17.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText= 12:45:17.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:45:17.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:17.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:17.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:17.639 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Task List"as the parent 12:45:17.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:17.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:17.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:17.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:17.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:17.640 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:17.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:45:17.641 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:17.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:17.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:17.641 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Task List"as the parent 12:45:17.641 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:17.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:17.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:17.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:17.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:17.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:17.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:18.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:18.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'Uncategorized' has 1 children or more... 12:45:18.145 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Uncategorized and wait with time period 1 12:45:18.145 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Uncategorized 12:45:18.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:18.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:18.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Uncategorized 12:45:18.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Uncategorized 12:45:18.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:18.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Uncategorized is already expanded. No action performed 12:45:18.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:18.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Uncategorized 12:45:18.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'Uncategorized' has 1 children or more finished successfully 12:45:18.648 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:45:18.648 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:18.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:18.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:18.649 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Task List"as the parent 12:45:18.649 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:18.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:18.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:18.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:18.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:18.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:18.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:18.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:18.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Uncategorized has children... 12:45:18.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Uncategorized 12:45:18.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:18.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Uncategorized is already expanded. No action performed 12:45:18.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:18.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Uncategorized 12:45:18.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Uncategorized has children finished successfully 12:45:18.651 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Uncategorized 12:45:18.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:18.651 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Uncategorized is already expanded. No action performed 12:45:18.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:18.651 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Uncategorized 12:45:18.652 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item New Task 12:45:18.652 DEBUG [main][TreeItemHandler] Selecting tree item: New Task 12:45:18.652 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item New Task about selection 12:45:18.656 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: New Task 12:45:18.656 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 12:45:18.656 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:18.656 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:18.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:18.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:18.657 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest) 12:45:18.657 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest 12:45:18.657 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:18.657 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:18.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:18.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.418 s - in org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest getRepoTest no-configuration(org.eclipse.reddeer.eclipse.test.mylyn.tasks.ui.view.TaskListViewTest) Time elapsed: 2.415 s Running org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:18.670 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:18.671 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:45:18.671 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:18.671 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:18.671 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:18.671 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:45:18.671 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:18.671 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:45:18.672 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:18.672 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:45:18.672 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:18.672 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:18.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:18.673 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:18.673 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectDifferentTabsOnPreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:18.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:18.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:18.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:18.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:18.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:18.673 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:18.673 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:18.673 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:18.674 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:18.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:18.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:18.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:18.674 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:18.675 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:18.675 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:18.678 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:18.678 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:18.678 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:18.678 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:18.678 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:18.678 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:18.678 DEBUG [main][MenuItemLookup] Item match:Window 12:45:18.679 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:18.679 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:18.679 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:18.679 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:18.679 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:18.679 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:18.679 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:18.679 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:18.679 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:18.679 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:18.679 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:18.679 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:18.717 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:18.717 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:18.717 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:18.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:18.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:18.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:18.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:18.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:18.894 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:18.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:18.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:18.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:18.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:18.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:18.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:18.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:18.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:18.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:18.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:45:18.936 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:18.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:19.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:19.439 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:19.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:45:19.441 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:19.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:19.442 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:19.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:19.442 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:19.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:45:19.443 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:45:19.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:19.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:19.943 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:45:19.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:45:19.949 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:45:19.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:19.950 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:45:19.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:19.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:45:19.950 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:45:19.950 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:45:19.951 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:45:19.951 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:45:20.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:20.034 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:20.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:20.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:20.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:20.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:20.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Contents") 12:45:20.541 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:20.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:20.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:20.542 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:45:20.542 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:20.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:20.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:20.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:20.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:20.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:45:20.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Contents") 12:45:20.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:20.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:20.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:20.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:20.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:45:20.563 INFO [WorkbenchTestable][AbstractTabItem] Activate Contents 12:45:20.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:45:20.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:20.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:20.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:20.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:20.587 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:45:20.587 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:45:20.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Password") 12:45:20.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:20.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:20.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:20.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:20.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:45:20.603 INFO [WorkbenchTestable][AbstractTabItem] Activate Password 12:45:20.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:45:20.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:20.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:20.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:20.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:20.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:20.620 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:45:20.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:20.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:20.620 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:20.620 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:20.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:20.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:20.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:20.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:20.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:20.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:20.696 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:20.696 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:20.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:20.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:20.697 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectDifferentTabsOnPreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:20.697 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:20.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:20.755 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:20.755 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:20.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:20.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:20.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:20.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:20.755 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:20.755 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:20.755 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:20.755 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:20.756 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:20.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:20.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:20.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:20.756 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:20.756 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:20.756 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:20.759 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:20.759 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:20.759 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:20.759 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:20.759 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:20.759 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:20.759 DEBUG [main][MenuItemLookup] Item match:Window 12:45:20.760 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:20.760 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:20.760 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:20.760 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:20.760 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:20.760 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:20.760 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:20.760 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:20.760 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:20.760 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:20.760 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:20.760 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:20.760 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:20.760 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:20.761 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:20.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:21.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:21.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:21.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:21.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:21.700 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:21.700 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:21.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:21.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:21.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:21.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:21.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:21.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:21.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:21.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:21.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:45:21.704 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:21.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:21.704 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:21.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:21.704 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:21.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:45:21.705 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:21.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:21.705 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:21.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:21.705 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:21.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:45:21.706 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:45:21.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:21.706 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:45:21.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:21.706 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:45:21.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:45:21.707 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:45:21.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:21.707 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:45:21.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:21.707 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:45:21.707 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:45:21.708 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:45:21.708 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:45:21.708 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:45:21.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:21.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:21.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:21.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:21.710 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:45:21.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:21.710 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:21.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:21.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:21.713 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:45:21.713 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:45:21.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:45:21.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:21.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:21.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:21.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:21.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:21.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 12:45:21.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:21.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:21.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:45:21.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:21.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:21.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:21.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:21.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:21.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:21.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:45:21.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:21.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:21.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:21.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:21.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:21.773 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:45:21.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:21.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:21.774 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:21.774 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:21.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:21.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:21.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:21.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:21.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:21.878 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:21.878 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:21.878 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:21.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:21.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:21.878 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:21.879 INFO [WorkbenchTestable][RequirementsRunner] Test method changeMasterPasswordTest is ignored because @Ignore annotation is presented. 12:45:21.879 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: changeMasterPasswordTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:21.879 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:21.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:21.880 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:21.880 INFO [WorkbenchTestable][RequirementsRunner] Started test: openStoragePreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:21.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:21.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:21.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:21.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:21.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:21.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:21.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:21.880 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:21.880 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:21.880 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:21.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:21.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:21.881 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:21.881 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:21.881 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:21.884 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:21.884 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:21.884 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:21.884 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:21.884 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:21.884 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:21.884 DEBUG [main][MenuItemLookup] Item match:Window 12:45:21.884 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:21.884 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:21.884 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:21.884 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:21.884 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:21.884 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:21.884 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:21.884 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:21.884 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:21.885 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:21.885 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:21.885 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:21.885 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:21.885 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:21.885 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:22.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:22.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:22.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:22.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:22.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:22.771 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:22.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:22.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:22.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:22.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:22.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:22.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:22.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:22.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:22.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:22.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:45:22.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:22.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:22.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:22.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:22.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:22.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:45:22.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:22.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:22.775 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:22.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:22.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:22.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:45:22.776 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:45:22.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:22.776 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:45:22.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:22.777 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:45:22.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:45:22.777 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:45:22.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:22.777 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:45:22.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:22.778 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:45:22.778 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:45:22.778 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:45:22.778 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:45:22.779 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:45:22.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:22.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:22.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:22.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:22.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:22.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:22.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:22.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:22.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:22.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 12:45:22.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:45:22.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:22.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:22.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:22.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:22.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:22.787 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:45:22.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:22.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:22.787 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:22.787 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:22.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:22.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:22.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:22.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:22.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:22.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:22.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:22.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:22.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:22.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:22.848 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openStoragePreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:22.848 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:22.848 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:22.848 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:22.848 INFO [WorkbenchTestable][RequirementsRunner] Started test: availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:22.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:22.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:22.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:22.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:22.848 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:22.849 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:22.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:22.849 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:22.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:22.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:22.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:22.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:22.849 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:22.849 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:22.850 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:22.853 DEBUG [main][MenuItemLookup] Item match:Window 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:22.853 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:22.853 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:22.904 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:22.904 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:22.904 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:23.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:23.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:23.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:23.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:23.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:23.794 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:23.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:23.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:23.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:23.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:23.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:23.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:23.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:23.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:23.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:23.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:45:23.798 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:23.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:23.798 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:23.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:23.798 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:23.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:45:23.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:23.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:23.799 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:23.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:23.799 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:23.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:45:23.800 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:45:23.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:23.800 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:45:23.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:23.800 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:45:23.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:45:23.800 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:45:23.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:23.800 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:45:23.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:23.801 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:45:23.801 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:45:23.801 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:45:23.801 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:45:23.801 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:45:23.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:23.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:23.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:23.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:23.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:45:23.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:23.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:23.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:23.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:23.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:45:23.807 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:45:23.830 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:45:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:23.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:23.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:23.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:23.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:23.834 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:45:23.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:23.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:23.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:23.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:23.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:45:23.836 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:45:23.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:45:23.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:23.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:23.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:23.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:23.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:23.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:45:23.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:23.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:23.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:23.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:23.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:23.843 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:45:23.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:23.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:23.843 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:23.843 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:23.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:23.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:23.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:23.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:23.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:23.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:23.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:23.907 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:23.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:23.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:23.908 INFO [WorkbenchTestable][RequirementsRunner] Finished test: availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:23.908 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:23.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:23.909 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:23.909 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:23.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:23.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:23.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:23.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:23.909 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:23.909 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:23.909 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:23.909 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:23.963 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:23.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:23.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:23.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:23.963 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:23.963 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:23.963 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:23.966 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:23.966 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:23.966 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:23.966 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:23.966 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:23.966 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:23.966 DEBUG [main][MenuItemLookup] Item match:Window 12:45:23.967 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:23.967 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:23.967 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:23.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:23.967 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:23.967 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:23.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:23.967 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:23.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:23.967 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:23.967 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:23.967 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:23.967 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:23.970 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:23.970 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:24.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:24.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:24.823 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:24.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:24.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:24.844 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:24.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:24.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:24.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:24.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:24.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:24.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:24.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:24.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:24.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:24.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:45:24.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:24.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:24.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:24.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:24.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:24.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:45:24.849 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:24.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:24.849 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:24.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:24.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:24.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:45:24.850 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:45:24.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:24.850 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:45:24.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:24.851 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:45:24.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:45:24.851 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:45:24.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:24.851 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:45:24.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:24.851 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:45:24.851 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:45:24.851 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:45:24.851 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:45:24.852 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:45:24.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:24.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:24.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:24.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:24.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:45:24.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:24.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:24.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:24.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:24.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:45:24.872 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:45:24.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:45:24.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:24.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:24.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:24.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:24.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:24.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 12:45:24.890 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:24.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:24.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:24.890 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:45:24.890 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:24.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:24.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:24.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:24.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:24.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:24.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:45:24.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:24.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:24.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:24.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:24.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:24.898 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:45:24.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:24.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:24.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:24.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:24.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:24.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:24.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:24.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:24.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:24.974 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:24.974 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:24.974 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:25.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:25.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:25.027 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:25.027 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:25.027 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:25.028 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:25.028 INFO [WorkbenchTestable][RequirementsRunner] Started test: setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:25.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:25.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:25.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:25.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:25.028 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:25.028 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:25.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:25.029 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:25.029 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:25.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:25.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:25.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:25.029 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:25.029 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:25.029 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:25.032 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:25.032 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:25.032 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:25.032 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:25.032 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:25.032 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:25.032 DEBUG [main][MenuItemLookup] Item match:Window 12:45:25.033 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:25.033 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:25.033 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:25.033 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:25.033 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:25.033 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:25.033 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:25.033 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:25.033 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:25.033 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:25.033 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:25.033 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:25.033 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:25.033 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:25.033 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:25.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:25.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:25.888 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:25.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:25.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:25.901 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:25.902 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:25.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:25.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:25.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:25.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:25.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:25.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:25.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:25.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:25.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:45:25.905 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:25.906 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:25.906 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:45:25.906 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:25.906 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:25.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:25.906 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:45:25.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:45:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:25.907 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:45:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:25.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:45:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:45:25.907 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:45:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:25.907 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:45:25.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:25.907 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:45:25.908 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:45:25.908 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:45:25.908 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:45:25.908 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:45:25.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:25.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:25.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:25.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:25.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:45:25.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:25.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:25.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:25.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:25.912 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:45:25.912 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:45:25.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:45:25.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:25.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:25.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:25.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:25.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:25.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:45:25.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:25.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:25.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:25.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:25.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:45:25.946 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:45:25.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:45:25.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:25.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:25.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:25.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:25.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:45:25.949 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:45:25.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:45:25.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:25.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:25.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:25.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:25.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:25.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:45:25.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:25.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:25.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:25.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:25.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:25.964 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo PBEWithMD5AndDES to selection: PBEWithHmacSHA224AndAES_128 12:45:25.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Advanced") 12:45:25.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:25.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:25.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:25.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:25.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:45:25.967 INFO [WorkbenchTestable][AbstractTabItem] Activate Advanced 12:45:25.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:45:25.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:25.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:25.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:25.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:25.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:25.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:45:25.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:25.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:25.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:25.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:25.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:25.978 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:45:25.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:25.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:25.978 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:25.978 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:26.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:26.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:26.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:26.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:26.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:26.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:26.083 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:26.083 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:26.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:26.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:26.084 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:26.085 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:26.085 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:26.085 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:26.085 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:26.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:26.085 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:26.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:26.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:26.086 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:26.086 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:26.086 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:26.086 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:26.086 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:26.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:26.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:26.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:26.087 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:26.087 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:26.087 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:26.090 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:26.090 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:26.090 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:26.090 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:26.090 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:26.090 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:26.090 DEBUG [main][MenuItemLookup] Item match:Window 12:45:26.091 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:26.091 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:26.091 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:26.091 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:26.091 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:26.091 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:26.091 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:26.091 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:26.091 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:26.091 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:26.091 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:26.091 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:26.091 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:26.091 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:26.092 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:26.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:26.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:26.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:26.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:26.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:26.966 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:26.966 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:26.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:26.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:26.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:26.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:26.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:26.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:26.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:26.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:26.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:45:26.970 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:26.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:26.970 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:26.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:26.970 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:26.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:45:26.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:26.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:26.971 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:26.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:26.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:26.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:45:26.972 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:45:26.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:26.972 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:45:26.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:26.972 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:45:26.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:45:26.972 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:45:26.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:26.972 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:45:26.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:26.972 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:45:26.972 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:45:26.973 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:45:26.973 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:45:26.973 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:45:26.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:26.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:26.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:26.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:26.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Contents") 12:45:26.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:26.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:26.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:26.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:26.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 12:45:26.978 INFO [WorkbenchTestable][AbstractTabItem] Activate Contents 12:45:27.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Storage location:") 12:45:27.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:27.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:27.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:27.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:27.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:45:27.015 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:45:27.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:45:27.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:27.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:27.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:27.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:27.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:27.031 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:45:27.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:27.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:27.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:27.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:27.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:27.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:27.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:27.098 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:27.098 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:27.099 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:27.099 INFO [WorkbenchTestable][RequirementsRunner] Test method recoverMasterPasswordTest is ignored because @Ignore annotation is presented. 12:45:27.099 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: recoverMasterPasswordTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:27.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:27.150 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:27.150 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:27.151 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMasterPasswordProvidersTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:27.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:27.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:27.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:27.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:27.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:27.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:27.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:27.151 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:27.151 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:27.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:27.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:27.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:27.151 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:27.151 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:27.152 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:27.154 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:27.154 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:27.154 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:27.154 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:27.154 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:27.154 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:27.154 DEBUG [main][MenuItemLookup] Item match:Window 12:45:27.155 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:27.155 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:27.155 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:27.155 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:27.155 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:27.155 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:27.155 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:27.155 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:27.155 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:27.155 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:27.155 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:27.155 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:27.155 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:27.155 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:27.155 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:27.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:28.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:28.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:28.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:28.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:28.015 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:28.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:28.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:28.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:28.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:28.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:28.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:28.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:28.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:28.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:28.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:45:28.018 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:28.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:28.019 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:28.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:28.019 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:28.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:45:28.019 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:28.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:28.019 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:28.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:28.019 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children... 12:45:28.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:45:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:28.020 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:45:28.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:28.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:45:28.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Security has children finished successfully 12:45:28.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Security 12:45:28.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:28.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Security is already expanded. No action performed 12:45:28.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:28.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Security 12:45:28.022 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Secure Storage 12:45:28.022 DEBUG [main][TreeItemHandler] Selecting tree item: Secure Storage 12:45:28.022 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Secure Storage about selection 12:45:28.022 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Secure Storage 12:45:28.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:28.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:28.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:28.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:28.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.equinox.security.ui.storage.StoragePreferencePage, index 0 and no matchers specified 12:45:28.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:28.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:28.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:28.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:28.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:45:28.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:45:28.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:45:28.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:45:28.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:28.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:28.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:28.030 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 12:45:28.030 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:28.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:28.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:28.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:28.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:28.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:45:28.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:45:28.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:45:28.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:45:28.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:28.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:28.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:28.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:28.057 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:45:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:28.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:28.057 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:28.057 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:28.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:28.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:28.126 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:28.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:28.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:28.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:28.126 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:28.126 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:28.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:28.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:28.127 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMasterPasswordProvidersTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) 12:45:28.127 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest 12:45:28.127 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:28.127 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:28.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:28.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 9.458 s - in org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest selectDifferentTabsOnPreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 2.024 s getAvailableEncryptionAlgorithmsTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 1.123 s changeMasterPasswordTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) skipped openStoragePreferencePageTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.968 s availableAlgorithmsContainsCurrentAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 1.06 s getEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 1.118 s setEncryptionAlgorithmTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 1.056 s getStorageLocationTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 1.014 s recoverMasterPasswordTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) skipped getMasterPasswordProvidersTest no-configuration(org.eclipse.reddeer.eclipse.test.equinox.security.ui.StoragePreferencePageTest) Time elapsed: 0.976 s Running org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 12:45:28.142 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 12:45:28.144 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:45:28.145 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:28.145 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 12:45:28.145 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:28.145 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:45:28.145 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:28.145 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:45:28.183 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:28.183 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:45:28.183 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:28.184 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:28.184 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 12:45:28.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 12:45:28.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:28.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:28.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:28.184 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:28.187 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest.testConstructorWithInternalBrowser@Before_openBrowserEditor.png 12:45:28.337 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest.testConstructorWithInternalBrowser@Before_openBrowserEditor.png 12:45:28.338 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 12:45:28.338 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:28.338 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:28.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:28.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:28.342 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) org.eclipse.reddeer.common.exception.RedDeerException: Exception during sync execution in UI thread at org.eclipse.reddeer.common.util.Display.handleErrorOccured(Display.java:112) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:84) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:60) at org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest.openBrowserEditor(BrowserContainsTextTest.java:44) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor at org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest$1.run(BrowserContainsTextTest.java:59) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest$1.run(BrowserContainsTextTest.java:52) ... 32 more org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor at org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest$1.run(BrowserContainsTextTest.java:59) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest$1.run(BrowserContainsTextTest.java:52) ... 32 more org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest$1.run(BrowserContainsTextTest.java:52) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 12:45:28.349 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 12:45:28.349 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:28.349 INFO [WorkbenchTestable][RequirementsRunner] Started test: testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 12:45:28.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 12:45:28.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:28.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:28.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:28.349 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:28.350 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest.testText@Before_openBrowserEditor.png 12:45:28.459 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest.testText@Before_openBrowserEditor.png 12:45:28.460 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 12:45:28.460 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:28.460 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:28.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:28.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:28.466 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) org.eclipse.reddeer.common.exception.RedDeerException: Exception during sync execution in UI thread at org.eclipse.reddeer.common.util.Display.handleErrorOccured(Display.java:112) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:84) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:60) at org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest.openBrowserEditor(BrowserContainsTextTest.java:44) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor at org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest$1.run(BrowserContainsTextTest.java:59) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest$1.run(BrowserContainsTextTest.java:52) ... 32 more org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor at org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest$1.run(BrowserContainsTextTest.java:59) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest$1.run(BrowserContainsTextTest.java:52) ... 32 more org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest$1.run(BrowserContainsTextTest.java:52) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 12:45:28.472 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) 12:45:28.472 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest 12:45:28.472 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:28.472 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:28.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:28.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.333 s <<< FAILURE! - in org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest testConstructorWithInternalBrowser no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) Time elapsed: 0.158 s <<< ERROR! org.eclipse.reddeer.common.exception.RedDeerException: Exception during sync execution in UI thread at org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest.openBrowserEditor(BrowserContainsTextTest.java:44) Caused by: org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. testText no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest) Time elapsed: 0.117 s <<< ERROR! org.eclipse.reddeer.common.exception.RedDeerException: Exception during sync execution in UI thread at org.eclipse.reddeer.eclipse.test.condition.BrowserContainsTextTest.openBrowserEditor(BrowserContainsTextTest.java:44) Caused by: org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. Running org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 12:45:28.486 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 12:45:28.487 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:45:28.487 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:28.487 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 12:45:28.487 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:28.487 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:45:28.487 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:28.487 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:45:28.488 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:28.488 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:45:28.488 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:28.488 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:28.488 INFO [WorkbenchTestable][RequirementsRunner] Started test: testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 12:45:28.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 12:45:28.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:28.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:28.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:28.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:28.491 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.testBrowserEditor throws exception: org.eclipse.reddeer.common.exception.RedDeerException: Exception during sync execution in UI thread at org.eclipse.reddeer.common.util.Display.handleErrorOccured(Display.java:112) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:84) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:60) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.openBrowserEditor(BrowserHasURLTest.java:57) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.testBrowserEditor(BrowserHasURLTest.java:90) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest$1.run(BrowserHasURLTest.java:72) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest$1.run(BrowserHasURLTest.java:65) ... 32 more org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest$1.run(BrowserHasURLTest.java:72) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest$1.run(BrowserHasURLTest.java:65) ... 32 more org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest$1.run(BrowserHasURLTest.java:65) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 12:45:28.499 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.testBrowserEditor.png 12:45:28.620 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.testBrowserEditor.png 12:45:28.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 12:45:28.620 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:28.620 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:28.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:28.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:28.625 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) org.eclipse.reddeer.common.exception.RedDeerException: Exception during sync execution in UI thread at org.eclipse.reddeer.common.util.Display.handleErrorOccured(Display.java:112) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:84) at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:60) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.openBrowserEditor(BrowserHasURLTest.java:57) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.testBrowserEditor(BrowserHasURLTest.java:90) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest$1.run(BrowserHasURLTest.java:72) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest$1.run(BrowserHasURLTest.java:65) ... 32 more org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest$1.run(BrowserHasURLTest.java:72) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest$1.run(BrowserHasURLTest.java:65) ... 32 more org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. at org.eclipse.ui.internal.browser.DefaultBrowserSupport.createBrowser(DefaultBrowserSupport.java:104) at org.eclipse.ui.internal.browser.WorkbenchBrowserSupport.createBrowser(WorkbenchBrowserSupport.java:92) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest$1.run(BrowserHasURLTest.java:65) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) 12:45:28.628 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 12:45:28.628 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:28.628 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) 12:45:28.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 12:45:28.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:28.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:28.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:28.628 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:28.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:28.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:28.661 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E'' view via menu. 12:45:28.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:28.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:28.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:28.661 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:28.661 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:28.661 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:28.666 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:28.666 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:28.666 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:28.666 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:28.666 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:28.666 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:28.666 DEBUG [main][MenuItemLookup] Item match:Window 12:45:28.668 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:28.668 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:28.668 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:28.668 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:28.668 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:28.668 DEBUG [main][MenuItemLookup] Item match:Show View 12:45:28.675 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:45:28.675 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:45:28.675 DEBUG [main][MenuItemLookup] Found menu:'Data Source Explorer' 12:45:28.675 DEBUG [main][MenuItemLookup] Found menu:'Markers' 12:45:28.675 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:45:28.675 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:45:28.675 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:45:28.675 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:45:28.675 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:45:28.675 DEBUG [main][MenuItemLookup] Found menu:'Servers' 12:45:28.675 DEBUG [main][MenuItemLookup] Found menu:'Snippets' 12:45:28.675 DEBUG [main][MenuItemLookup] Found menu:'Task List Shift+Alt+Q K' 12:45:28.675 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:28.675 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:45:28.675 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:45:28.676 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:45:28.676 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:45:28.676 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:45:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:45:28.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:45:28.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:45:28.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:28.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:28.845 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:45:28.845 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:28.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:28.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:28.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:45:28.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:28.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:28.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:28.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:28.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:28.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:28.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:28.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:45:28.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:28.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:28.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:45:28.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:45:28.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:28.849 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:45:28.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:28.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:45:28.849 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Internal Web Browser 12:45:28.849 DEBUG [main][TreeItemHandler] Selecting tree item: Internal Web Browser 12:45:28.849 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Internal Web Browser about selection 12:45:28.850 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Internal Web Browser 12:45:28.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:28.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:28.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:28.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:45:28.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:28.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:28.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:28.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:45:28.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:28.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:28.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:28.865 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:45:28.865 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:28.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:28.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:28.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:28.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:28.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:28.870 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:45:28.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:28.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:28.870 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:28.870 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:29.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:45:29.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:45:29.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open... 12:45:29.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:29.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:29.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView' view is open finished successfully 12:45:29.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:29.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:29.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:29.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:29.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:29.167 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:29.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QInternal Web Browser\E') 12:45:29.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:29.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:29.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:29.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:29.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:29.221 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:45:29.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:45:29.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:29.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - New Task - Eclipse Platform TooltipText=null 12:45:29.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:45:29.223 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:45:29.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:45:29.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:29.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:29.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:29.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:29.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:30.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:30.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:30.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:45:30.278 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found 12:45:30.278 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.testWebBrowserView throws exception: org.eclipse.reddeer.core.exception.CoreLayerException: No matching widget found with Matcher matching when all matchers match: [Matcher matching widget with the same type as or type extending class org.eclipse.swt.browser.Browser] class org.eclipse.swt.widgets.Composite[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.ui.internal.browser.BrowserViewer[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.ToolBar[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.Combo[shell: 'data - New Task - Eclipse Platform'] with text '' class org.eclipse.swt.widgets.ToolBar[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.ui.internal.browser.BusyIndicator[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.ui.internal.browser.BrowserText$ReflowScrolledComposite[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.Label[shell: 'data - New Task - Eclipse Platform'] with text 'Embedded browser not available' class org.eclipse.swt.widgets.Link[shell: 'data - New Task - Eclipse Platform'] with label 'Embedded browser not available' with text 'Open file using the system editor' class org.eclipse.swt.widgets.Label[shell: 'data - New Task - Eclipse Platform'] with label 'Embedded browser not available' with text '' class org.eclipse.swt.widgets.Label[shell: 'data - New Task - Eclipse Platform'] with label '' with text 'Problem Details' class org.eclipse.swt.widgets.Label[shell: 'data - New Task - Eclipse Platform'] with label 'Problem Details' with text 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' class org.eclipse.swt.widgets.Button[shell: 'data - New Task - Eclipse Platform'] with label 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' with text 'Details>>' class org.eclipse.swt.widgets.Text[shell: 'data - New Task - Eclipse Platform'] with label 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' with text 'No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.ui.internal.browser.BrowserViewer.(BrowserViewer.java:235) at org.eclipse.ui.internal.browser.WebBrowserView.createPartControl(WebBrowserView.java:51) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:154) at org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(CompatibilityView.java:155) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:361) at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1002) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:967) at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408) at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331) at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:91) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:42) at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.run(PartRenderingEngine.java:547) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:531) at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(ElementReferenceRenderer.java:73) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1293) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.lambda$0(LazyStackRenderer.java:75) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.lambda$0(UIEventHandler.java:38) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:146) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5782) at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:219) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:132) at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75) at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44) at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424) at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElementGen(ElementContainerImpl.java:170) at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:188) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:661) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:625) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:790) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:761) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:683) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:678) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1230) at org.eclipse.ui.internal.WorkbenchPage.showPart(WorkbenchPage.java:1261) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1249) at org.eclipse.ui.internal.WorkbenchPage.lambda$11(WorkbenchPage.java:4261) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:4259) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:4241) at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:135) at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:114) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:81) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:283) at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:95) at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:252) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173) at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:156) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:488) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:487) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213) at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:389) at org.eclipse.ui.internal.ShowViewMenu$1.run(ShowViewMenu.java:135) at org.eclipse.jface.action.Action.runWithEvent(Action.java:474) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:580) at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:412) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5672) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1423) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1449) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1432) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1221) at org.eclipse.reddeer.core.handler.MenuItemHandler$4.run(MenuItemHandler.java:109) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) ' at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:114) at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:87) at org.eclipse.reddeer.swt.widgets.AbstractWidget.(AbstractWidget.java:76) at org.eclipse.reddeer.swt.widgets.AbstractControl.(AbstractControl.java:38) at org.eclipse.reddeer.swt.impl.browser.AbstractBrowser.(AbstractBrowser.java:45) at org.eclipse.reddeer.swt.impl.browser.InternalBrowser.(InternalBrowser.java:100) at org.eclipse.reddeer.swt.impl.browser.InternalBrowser.(InternalBrowser.java:41) at org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView.open(WebBrowserView.java:54) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.openInternalBrowserViaMenu(BrowserHasURLTest.java:84) 12:45:30.282 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.ec at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.testWebBrowserView(BrowserHasURLTest.java:108) lipse.test.condition.BrowserHasURLTest.testWebBrowserView.png at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 1 s.: widget is found at org.eclipse.reddeer.common.wait.WaitUntil.throwWaitTimeOutException(WaitUntil.java:122) at org.eclipse.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:207) at org.eclipse.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:151) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:132) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:97) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:64) at org.eclipse.reddeer.common.wait.WaitUntil.(WaitUntil.java:50) at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:109) ... 68 more org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 1 s.: widget is found at org.eclipse.reddeer.common.wait.WaitUntil.throwWaitTimeOutException(WaitUntil.java:122) at org.eclipse.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:207) at org.eclipse.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:151) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:132) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:97) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:64) at org.eclipse.reddeer.common.wait.WaitUntil.(WaitUntil.java:50) at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:109) at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:87) at org.eclipse.reddeer.swt.widgets.AbstractWidget.(AbstractWidget.java:76) at org.eclipse.reddeer.swt.widgets.AbstractControl.(AbstractControl.java:38) at org.eclipse.reddeer.swt.impl.browser.AbstractBrowser.(AbstractBrowser.java:45) at org.eclipse.reddeer.swt.impl.browser.InternalBrowser.(InternalBrowser.java:100) at org.eclipse.reddeer.swt.impl.browser.InternalBrowser.(InternalBrowser.java:41) at org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView.open(WebBrowserView.java:54) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.openInternalBrowserViaMenu(BrowserHasURLTest.java:84) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.testWebBrowserView(BrowserHasURLTest.java:108) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:45:30.392 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/./target/screenshots/no-configuration/org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.testWebBrowserView.png 12:45:30.394 INFO [WorkbenchTestable][AbstractView] Activate view Internal Web Browser 12:45:30.394 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:45:30.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:30.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.ToolBar Text= TooltipText=null 12:45:30.396 INFO [WorkbenchTestable][AbstractView] Close view 'Internal Web Browser' 12:45:30.396 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Internal Web Browser 12:45:30.397 INFO [WorkbenchTestable][AbstractCTabItem] Activate Internal Web Browser 12:45:30.398 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 12:45:30.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest 12:45:30.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:30.457 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:30.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:30.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:30.483 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) org.eclipse.reddeer.core.exception.CoreLayerException: No matching widget found with Matcher matching when all matchers match: [Matcher matching widget with the same type as or type extending class org.eclipse.swt.browser.Browser] class org.eclipse.swt.widgets.Composite[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.ui.internal.browser.BrowserViewer[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.ToolBar[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.Combo[shell: 'data - New Task - Eclipse Platform'] with text '' class org.eclipse.swt.widgets.ToolBar[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.ui.internal.browser.BusyIndicator[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.ui.internal.browser.BrowserText$ReflowScrolledComposite[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.Label[shell: 'data - New Task - Eclipse Platform'] with text 'Embedded browser not available' class org.eclipse.swt.widgets.Link[shell: 'data - New Task - Eclipse Platform'] with label 'Embedded browser not available' with text 'Open file using the system editor' class org.eclipse.swt.widgets.Label[shell: 'data - New Task - Eclipse Platform'] with label 'Embedded browser not available' with text '' class org.eclipse.swt.widgets.Label[shell: 'data - New Task - Eclipse Platform'] with label '' with text 'Problem Details' class org.eclipse.swt.widgets.Label[shell: 'data - New Task - Eclipse Platform'] with label 'Problem Details' with text 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' class org.eclipse.swt.widgets.Button[shell: 'data - New Task - Eclipse Platform'] with label 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' with text 'Details>>' class org.eclipse.swt.widgets.Text[shell: 'data - New Task - Eclipse Platform'] with label 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' with text 'No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.ui.internal.browser.BrowserViewer.(BrowserViewer.java:235) at org.eclipse.ui.internal.browser.WebBrowserView.createPartControl(WebBrowserView.java:51) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:154) at org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(CompatibilityView.java:155) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:361) at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1002) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:967) at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408) at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331) at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:91) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:42) at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.run(PartRenderingEngine.java:547) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:531) at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(ElementReferenceRenderer.java:73) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1293) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.lambda$0(LazyStackRenderer.java:75) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.lambda$0(UIEventHandler.java:38) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:146) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5782) at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:219) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:132) at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75) at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44) at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424) at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElementGen(ElementContainerImpl.java:170) at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:188) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:661) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:625) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:790) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:761) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:683) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:678) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1230) at org.eclipse.ui.internal.WorkbenchPage.showPart(WorkbenchPage.java:1261) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1249) at org.eclipse.ui.internal.WorkbenchPage.lambda$11(WorkbenchPage.java:4261) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:4259) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:4241) at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:135) at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:114) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:81) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:283) at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:95) at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:252) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173) at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:156) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:488) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:487) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213) at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:389) at org.eclipse.ui.internal.ShowViewMenu$1.run(ShowViewMenu.java:135) at org.eclipse.jface.action.Action.runWithEvent(Action.java:474) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:580) at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:412) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5672) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1423) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1449) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1432) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1221) at org.eclipse.reddeer.core.handler.MenuItemHandler$4.run(MenuItemHandler.java:109) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) ' at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:114) at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:87) at org.eclipse.reddeer.swt.widgets.AbstractWidget.(AbstractWidget.java:76) at org.eclipse.reddeer.swt.widgets.AbstractControl.(AbstractControl.java:38) at org.eclipse.reddeer.swt.impl.browser.AbstractBrowser.(AbstractBrowser.java:45) at org.eclipse.reddeer.swt.impl.browser.InternalBrowser.(InternalBrowser.java:100) at org.eclipse.reddeer.swt.impl.browser.InternalBrowser.(InternalBrowser.java:41) at org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView.open(WebBrowserView.java:54) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.openInternalBrowserViaMenu(BrowserHasURLTest.java:84) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.testWebBrowserView(BrowserHasURLTest.java:108) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 12:45:30.486 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWebBrowserView no-configuration(org.eclipse.reddeer at org.junit.runners.Suite.runChild(Suite.java:128) .eclipse.test.condition.BrowserHasURLTest) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 12:45:30.486 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.e at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) clipse.test.condition.BrowserHasURLTest at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 12:45:30.486 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.jun at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) it.extension.after.test.impl.CloseAllShellsExt at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 12:45:30.486 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) 12:45:30.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Caused by: org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 1 s.: widget is found at org.eclipse.reddeer.common.wait.WaitUntil.throwWaitTimeOutException(WaitUntil.java:122) at org.eclipse.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:207) 12:45:30.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully at org.eclipse.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:151) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:132) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:97) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:64) at org.eclipse.reddeer.common.wait.WaitUntil.(WaitUntil.java:50) at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:109) ... 68 more org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 1 s.: widget is found at org.eclipse.reddeer.common.wait.WaitUntil.throwWaitTimeOutException(WaitUntil.java:122) at org.eclipse.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:207) at org.eclipse.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:151) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:132) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:97) at org.eclipse.reddeer.common.wait.AbstractWait.(AbstractWait.java:64) at org.eclipse.reddeer.common.wait.WaitUntil.(WaitUntil.java:50) at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:109) at org.eclipse.reddeer.core.lookup.WidgetLookup.activeWidget(WidgetLookup.java:87) at org.eclipse.reddeer.swt.widgets.AbstractWidget.(AbstractWidget.java:76) at org.eclipse.reddeer.swt.widgets.AbstractControl.(AbstractControl.java:38) at org.eclipse.reddeer.swt.impl.browser.AbstractBrowser.(AbstractBrowser.java:45) at org.eclipse.reddeer.swt.impl.browser.InternalBrowser.(InternalBrowser.java:100) at org.eclipse.reddeer.swt.impl.browser.InternalBrowser.(InternalBrowser.java:41) at org.eclipse.reddeer.eclipse.ui.browser.WebBrowserView.open(WebBrowserView.java:54) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.openInternalBrowserViaMenu(BrowserHasURLTest.java:84) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.testWebBrowserView(BrowserHasURLTest.java:108) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 2.002 s <<< FAILURE! - in org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest testBrowserEditor no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) Time elapsed: 0.137 s <<< ERROR! org.eclipse.reddeer.common.exception.RedDeerException: Exception during sync execution in UI thread at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.openBrowserEditor(BrowserHasURLTest.java:57) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.testBrowserEditor(BrowserHasURLTest.java:90) Caused by: org.eclipse.reddeer.eclipse.exception.EclipseLayerException: Unable to create browser editor Caused by: org.eclipse.ui.PartInitException: Could not open a web browser because there are none configured. Check the Web Browser preferences. testWebBrowserView no-configuration(org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest) Time elapsed: 1.855 s <<< ERROR! org.eclipse.reddeer.core.exception.CoreLayerException: No matching widget found with Matcher matching when all matchers match: [Matcher matching widget with the same type as or type extending class org.eclipse.swt.browser.Browser] class org.eclipse.swt.widgets.Composite[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.ui.internal.browser.BrowserViewer[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.ToolBar[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.Combo[shell: 'data - New Task - Eclipse Platform'] with text '' class org.eclipse.swt.widgets.ToolBar[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.ui.internal.browser.BusyIndicator[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.ui.internal.browser.BrowserText$ReflowScrolledComposite[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.Composite[shell: 'data - New Task - Eclipse Platform'] class org.eclipse.swt.widgets.Label[shell: 'data - New Task - Eclipse Platform'] with text 'Embedded browser not available' class org.eclipse.swt.widgets.Link[shell: 'data - New Task - Eclipse Platform'] with label 'Embedded browser not available' with text 'Open file using the system editor' class org.eclipse.swt.widgets.Label[shell: 'data - New Task - Eclipse Platform'] with label 'Embedded browser not available' with text '' class org.eclipse.swt.widgets.Label[shell: 'data - New Task - Eclipse Platform'] with label '' with text 'Problem Details' class org.eclipse.swt.widgets.Label[shell: 'data - New Task - Eclipse Platform'] with label 'Problem Details' with text 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' class org.eclipse.swt.widgets.Button[shell: 'data - New Task - Eclipse Platform'] with label 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' with text 'Details>>' class org.eclipse.swt.widgets.Text[shell: 'data - New Task - Eclipse Platform'] with label 'The embedded browser widget for this editor cannot be created. It is either not available for your operating system or the system needs to be configured in order to support embedded browser.' with text 'No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. org.eclipse.swt.SWTError: No more handles because there is no underlying browser available. Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support. at org.eclipse.swt.SWT.error(SWT.java:4738) at org.eclipse.swt.browser.Browser.(Browser.java:123) at org.eclipse.ui.internal.browser.BrowserViewer.(BrowserViewer.java:235) at org.eclipse.ui.internal.browser.WebBrowserView.createPartControl(WebBrowserView.java:51) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:154) at org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(CompatibilityView.java:155) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:361) at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1002) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:967) at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:408) at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:331) at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:202) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:91) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:60) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:42) at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:132) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.run(PartRenderingEngine.java:547) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:531) at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(ElementReferenceRenderer.java:73) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1002) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:768) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:739) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:733) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:717) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1293) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.lambda$0(LazyStackRenderer.java:75) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.lambda$0(UIEventHandler.java:38) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:146) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5782) at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:219) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:205) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:203) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:132) at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:75) at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:44) at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:55) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:63) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:424) at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElementGen(ElementContainerImpl.java:170) at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:188) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:661) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:625) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:790) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:761) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:683) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:678) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1230) at org.eclipse.ui.internal.WorkbenchPage.showPart(WorkbenchPage.java:1261) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1249) at org.eclipse.ui.internal.WorkbenchPage.lambda$11(WorkbenchPage.java:4261) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:72) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:4259) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:4241) at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:135) at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:114) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:81) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:283) at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:95) at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:318) at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:252) at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173) at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:156) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:488) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:487) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213) at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:389) at org.eclipse.ui.internal.ShowViewMenu$1.run(ShowViewMenu.java:135) at org.eclipse.jface.action.Action.runWithEvent(Action.java:474) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:580) at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:412) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5672) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1423) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1449) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1432) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1221) at org.eclipse.reddeer.core.handler.MenuItemHandler$4.run(MenuItemHandler.java:109) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:196) at org.eclipse.reddeer.common.util.Display$VoidResultRunnable.run(Display.java:1) at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4906) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4428) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:660) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) at org.eclipse.equinox.launcher.Main.run(Main.java:1468) at org.eclipse.equinox.launcher.Main.main(Main.java:1441) ' at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.openInternalBrowserViaMenu(BrowserHasURLTest.java:84) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.testWebBrowserView(BrowserHasURLTest.java:108) Caused by: org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 1 s.: widget is found at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.openInternalBrowserViaMenu(BrowserHasURLTest.java:84) at org.eclipse.reddeer.eclipse.test.condition.BrowserHasURLTest.testWebBrowserView(BrowserHasURLTest.java:108) Running org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 12:45:30.505 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 12:45:30.506 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:45:30.506 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:30.506 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 12:45:30.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:30.507 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:45:30.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:30.507 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:45:30.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:30.507 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:45:30.507 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:30.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:30.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:30.510 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:45:30.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:30.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:30.512 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:30.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:30.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:30.513 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:30.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:45:30.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:30.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:30.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:30.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:30.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:30.515 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:45:30.516 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:45:30.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:30.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:30.582 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:45:30.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:45:30.583 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:30.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:30.584 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:45:30.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:45:30.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:30.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:30.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:30.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:30.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:31.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:31.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:31.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:31.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:31.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:45:31.589 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:45:31.589 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:45:31.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:31.590 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:31.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:45:31.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:31.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:31.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:31.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:31.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:31.591 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:45:31.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:31.591 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:45:31.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:31.591 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 12:45:31.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:31.592 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:45:31.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:31.592 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:45:31.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:31.592 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:45:31.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:31.592 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Maven Project"] 12:45:31.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:31.592 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:45:31.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:31.593 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:45:31.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:31.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:31.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:31.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:31.594 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:31.594 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:31.594 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:31.597 DEBUG [main][MenuItemLookup] Item match:File 12:45:31.598 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:45:31.598 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'Enterprise Application Project' 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'Dynamic Web Project' 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'EJB Project' 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'Connector Project' 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'Application Client Project' 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'Static Web Project' 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'Servlet' 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'Session Bean (EJB 3.x)' 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'Message-Driven Bean (EJB 3.x)' 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:31.602 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:45:31.602 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:45:31.634 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:45:31.635 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:45:31.635 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:45:31.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:45:31.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:45:31.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:45:31.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:31.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:31.792 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:45:31.792 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:31.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:45:31.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:31.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:31.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:31.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:31.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:31.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:31.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:31.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:45:31.810 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:45:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:31.810 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:45:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:31.810 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:45:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:45:31.810 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:45:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:31.810 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:45:31.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:31.810 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:45:31.811 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Maven Project 12:45:31.811 DEBUG [main][TreeItemHandler] Selecting tree item: Maven Project 12:45:31.814 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Maven Project about selection 12:45:31.826 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Maven Project 12:45:31.826 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:45:31.826 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:45:31.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:45:31.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:31.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:31.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:31.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:31.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:31.832 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:45:31.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:31.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:31.832 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:31.832 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:32.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:45:32.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:32.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:32.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available.... 12:45:32.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Maven Project"] is available. finished successfully 12:45:32.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Maven Project 12:45:32.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:32.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:32.046 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:45:32.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:32.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Create a simple project (skip archetype selection)") 12:45:32.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:32.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:32.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:32.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:32.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:32.063 INFO [WorkbenchTestable][CheckBox] Select checkbox Create a &simple project (skip archetype selection) 12:45:32.063 INFO [WorkbenchTestable][CheckBox] Check checkbox Create a &simple project (skip archetype selection) 12:45:32.063 INFO [WorkbenchTestable][AbstractButton] Click button Create a &simple project (skip archetype selection) 12:45:32.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:32.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:32.074 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:32.074 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:32.075 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:45:32.075 INFO [WorkbenchTestable][MavenProjectWizard] Go to next wizard page 12:45:32.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:45:32.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:32.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:32.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:32.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:32.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:32.078 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:45:32.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:32.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:32.078 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:32.078 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:32.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Group Id:") 12:45:32.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:32.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:32.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:32.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:32.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:32.138 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:mavenProjectTest 12:45:32.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizardArchetypeParametersPage, index 0 and following matchers specified (Matcher matching widget with label: is "Artifact Id:") 12:45:32.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:32.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:32.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:32.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:32.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:45:32.163 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo to:mavenProjectTest 12:45:32.179 TRACE [WorkbenchTestable][MavenProjectWizard] Shell New Maven Project is not null and is not disposed 12:45:32.179 INFO [WorkbenchTestable][MavenProjectWizard] Finish wizard 12:45:32.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.wizard.MavenProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:45:32.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:32.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:32.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:32.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:32.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:32.184 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:45:32.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:32.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:32.184 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:32.184 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:32.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:32.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:32.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:45:32.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating project "mavenProjectTest"' has no excuses, wait for it 12:45:32.869 DEBUG [WorkbenchTestable][JobIsRunning] job 'Creating project "mavenProjectTest"' has no excuses, wait for it 12:45:33.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:45:33.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:45:33.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:45:33.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:45:33.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:45:33.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:45:33.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:45:33.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:45:33.369 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:45:33.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:45:33.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:45:33.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:45:33.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:45:33.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:45:33.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:45:33.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:45:33.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:45:33.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:45:33.370 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:33.370 INFO [WorkbenchTestable][RequirementsRunner] Started test: updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) 12:45:33.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 12:45:33.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:33.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:33.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:33.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:33.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:33.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:33.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:33.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:33.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:33.373 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:33.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:45:33.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:33.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:33.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:33.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:33.375 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:33.375 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:45:33.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:45:33.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:33.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - New Task - Eclipse Platform TooltipText=null 12:45:33.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:45:33.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:45:33.379 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:45:33.379 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:45:33.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:33.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:33.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:33.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:33.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:33.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:33.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:34.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:34.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:34.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:45:34.749 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:45:34.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:45:34.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:34.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:34.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:45:34.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:34.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:34.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:34.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:34.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:34.751 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 12:45:34.754 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item mavenProjectTest 12:45:34.754 DEBUG [main][TreeItemHandler] Selecting tree item: mavenProjectTest 12:45:34.754 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item mavenProjectTest about selection 12:45:34.777 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: mavenProjectTest 12:45:34.967 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:45:34.967 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:35.142 DEBUG [main][MenuItemLookup] Found menu:'New' 12:45:35.142 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:45:35.142 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Close Unrelated Project' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Show in Remote Systems view' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Profile As' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Team' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Restore from Local History...' 12:45:35.143 DEBUG [main][MenuItemLookup] Found menu:'Maven' 12:45:35.143 DEBUG [main][MenuItemLookup] Item match:Maven 12:45:35.147 DEBUG [main][MenuItemLookup] Found menu:'Add Dependency' 12:45:35.147 DEBUG [main][MenuItemLookup] Found menu:'Add Plugin' 12:45:35.147 DEBUG [main][MenuItemLookup] Found menu:'New Maven Module Project' 12:45:35.147 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:35.147 DEBUG [main][MenuItemLookup] Found menu:'Download Javadoc' 12:45:35.147 DEBUG [main][MenuItemLookup] Found menu:'Download Sources' 12:45:35.147 DEBUG [main][MenuItemLookup] Found menu:'Update Project... Alt+F5' 12:45:35.147 DEBUG [main][MenuItemLookup] Item match:Update Project... Alt+F5 12:45:35.147 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Update Project... Alt+F5" 12:45:35.147 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Update Project... Alt+F5 12:45:35.148 INFO [main][MenuItemHandler] Select menu item: &Update Project... Alt+F5 12:45:35.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Update Maven Project"] is available.... 12:45:35.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:35.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:35.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Update Maven Project"] is available. finished successfully 12:45:35.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Update Maven Project 12:45:35.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:35.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:35.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.internal.dialogs.UpdateMavenProjectsDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Clean projects") 12:45:35.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:35.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:35.444 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:35.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:35.444 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:35.444 INFO [WorkbenchTestable][CheckBox] Select checkbox Clean projects 12:45:35.445 DEBUG [WorkbenchTestable][CheckBox] Checkbox Clean projects already selected, no action performed 12:45:35.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.internal.dialogs.UpdateMavenProjectsDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:45:35.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:35.445 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:35.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:35.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:35.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:35.448 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:45:35.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:35.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:35.448 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:35.448 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:35.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Update Maven Project"] is available.... 12:45:35.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Update Maven Project"] is available. finished successfully 12:45:35.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:45:35.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:45:35.643 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' has no excuses, wait for it 12:45:36.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:45:36.143 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' has no excuses, wait for it 12:45:36.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:45:36.644 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' has no excuses, wait for it 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Refreshing view' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:45:37.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:45:37.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 12:45:37.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:37.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:37.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:37.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:37.146 INFO [WorkbenchTestable][RequirementsRunner] Finished test: updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) 12:45:37.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:37.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:37.148 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:45:37.148 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:37.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:37.150 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:37.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:37.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:37.151 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:37.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:45:37.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:37.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:37.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:37.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:37.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:45:37.190 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:45:37.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:45:37.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:37.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - New Task - Eclipse Platform TooltipText=null 12:45:37.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:45:37.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:45:37.194 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:45:37.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:45:37.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:37.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:37.195 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:45:37.195 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:45:37.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:37.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:37.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:37.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:37.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:37.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:37.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:38.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:38.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:45:38.199 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:45:38.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:45:38.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:38.201 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:38.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:45:38.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:38.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:38.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:38.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:38.202 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 12:45:38.203 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:45:38.203 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:45:38.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:38.204 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:38.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:38.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:38.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:38.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:39.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:39.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:45:39.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:45:39.206 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:45:39.206 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:45:39.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:39.207 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:39.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:45:39.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:39.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:39.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:39.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:39.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:39.208 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name mavenProjectTest 12:45:39.208 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:45:39.208 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:45:39.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:45:39.209 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:45:39.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:45:39.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:39.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:39.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:39.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:39.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:39.210 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:45:39.210 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:45:39.210 DEBUG [main][TreeItemHandler] Set Tree selection 12:45:39.215 DEBUG [main][TreeHandler] Notify Tree about selection event 12:45:39.225 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:45:39.232 DEBUG [WorkbenchTestable][TreeItemHandler] mavenProjectTest 12:45:39.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:45:39.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'New' 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'Remove from Context Shift+Ctrl+Alt+Down' 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:39.281 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:45:39.281 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:45:39.282 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:45:39.282 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:45:39.282 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:45:39.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:45:39.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:45:39.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:45:39.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 6 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/nashorn.jar)' is a system job, skipped 12:45:39.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:45:39.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:45:39.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:45:39.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:45:39.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:45:39.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:45:39.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:45:39.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:45:39.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:45:39.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:45:39.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:45:39.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:45:39.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:45:39.783 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:45:39.783 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:39.829 DEBUG [main][MenuItemLookup] Found menu:'New' 12:45:39.829 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:45:39.829 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:39.829 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:45:39.829 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:39.829 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:45:39.829 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:45:39.830 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:45:39.830 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:45:39.830 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:45:39.830 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:45:39.830 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:45:39.830 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:45:39.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.016: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.046: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.055: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.057: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.069: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.080: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.098: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.115: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.131: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.147: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.164: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.181: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.196: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.214: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.230: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.248: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:45:40.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:45:40.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:45:40.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:40.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:40.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:40.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:40.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:40.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:40.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:45:40.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:40.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:40.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:40.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:40.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:40.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:40.563 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:45:40.563 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:45:40.563 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:45:40.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:40.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:40.563 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:40.564 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:40.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:45:40.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:40.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:40.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:40.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:45:40.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:40.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:40.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:40.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:40.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:40.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:40.566 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:45:40.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:40.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:40.566 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:40.566 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.568: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.571: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:45:40.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:45:40.572 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:1812): Gtk-CRITICAL **: 12:45:40.982: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:45:41.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:45:41.083 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:45:41.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Progress message refresh' is a system job, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Client-side JavaScript Indexer: Processing Resource Events' is a system job, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven Dependencies' is not running, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Advanced source lookup job' is not running, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Notification Job' is a system job, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Persist EAR Libraries State' is a system job, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task List Save Job' is a system job, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Activity Monitor Job' is a system job, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Relevant Tasks' is a system job, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Synchronizing Task List' is a system job, skipped 12:45:41.083 DEBUG [WorkbenchTestable][JobIsRunning] job 'Task Data Snapshot' is a system job, skipped 12:45:41.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:45:41.083 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest 12:45:41.083 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:41.083 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:41.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:41.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.58 s - in org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest updateMavenProject no-configuration(org.eclipse.reddeer.eclipse.test.core.resources.MavenProjectTest) Time elapsed: 3.775 s Running org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:45:41.102 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:45:41.103 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:45:41.103 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:41.103 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:45:41.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:41.104 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:45:41.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:41.104 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:45:41.104 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:41.105 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:45:41.105 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:41.105 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:41.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:41.105 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:41.106 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:45:41.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:45:41.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:41.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:41.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:41.106 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:41.106 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:41.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:41.106 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:41.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:41.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:41.107 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:41.107 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:41.107 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:41.112 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:41.112 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:41.112 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:41.112 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:41.112 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:41.112 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:41.112 DEBUG [main][MenuItemLookup] Item match:Window 12:45:41.113 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:41.113 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:41.113 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:41.113 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:41.113 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:41.113 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:41.113 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:41.113 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:41.113 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:41.113 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:41.113 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:41.113 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:41.113 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:41.113 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:41.114 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:41.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:42.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:42.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:42.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:42.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:42.019 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:42.020 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:42.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:42.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:42.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:42.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:42.022 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:42.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:45:42.024 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:42.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:42.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:42.525 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:42.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:45:42.533 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:42.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:42.534 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:42.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:42.534 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:42.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 12:45:42.534 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:45:42.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:43.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:43.035 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:45:43.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 12:45:43.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:45:43.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:43.037 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:45:43.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:43.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:45:43.038 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 12:45:43.038 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 12:45:43.039 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 12:45:43.039 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 12:45:43.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:43.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:43.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:43.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:43.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:43.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.096 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:43.097 INFO [WorkbenchTestable][CheckBox] Select checkbox Enable f&olding 12:45:43.098 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Enable f&olding 12:45:43.098 INFO [WorkbenchTestable][AbstractButton] Click button Enable f&olding 12:45:43.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:43.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:43.098 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:43.098 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:43.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:43.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:43.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:43.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:43.101 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:43.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:43.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:43.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.103 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:43.103 INFO [WorkbenchTestable][CheckBox] Select checkbox Enable f&olding 12:45:43.103 INFO [WorkbenchTestable][CheckBox] Check checkbox Enable f&olding 12:45:43.103 INFO [WorkbenchTestable][AbstractButton] Click button Enable f&olding 12:45:43.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:43.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:43.104 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:43.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:43.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:43.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:43.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:43.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:43.107 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:45:43.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:43.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:43.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:43.120 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:45:43.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:43.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:43.121 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:43.121 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:43.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:43.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:43.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:43.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:43.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:43.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:45:43.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:43.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:43.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:43.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:43.267 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:45:43.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:43.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:43.267 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:43.267 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:45:43.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:45:43.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:43.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:43.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:43.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:43.268 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:43.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:43.268 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:43.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:43.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:43.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:43.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:43.269 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:43.269 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:43.269 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:43.274 DEBUG [main][MenuItemLookup] Item match:Window 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:43.274 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:43.275 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:43.275 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:43.275 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:43.275 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:43.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:43.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:43.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:43.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:43.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:43.438 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:43.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:43.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:43.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:43.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:43.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:43.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:43.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:43.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:45:43.480 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:43.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:43.480 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:43.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:43.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:43.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:45:43.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:43.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:43.481 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:43.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:43.481 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:43.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 12:45:43.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:45:43.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:43.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:45:43.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:43.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:45:43.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 12:45:43.482 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:45:43.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:43.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:45:43.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:43.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:45:43.483 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 12:45:43.483 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 12:45:43.483 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 12:45:43.484 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 12:45:43.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:43.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:43.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 2 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:43.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:45:43.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:45:43.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:45:43.501 INFO [WorkbenchTestable][CheckBox] Select checkbox &Header Comments 12:45:43.501 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Header Comments 12:45:43.501 INFO [WorkbenchTestable][AbstractButton] Click button &Header Comments 12:45:43.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:43.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:43.502 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:43.502 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:43.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 2 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:43.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:45:43.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:45:43.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.505 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:45:43.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 2 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:43.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:45:43.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:45:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.516 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:45:43.516 INFO [WorkbenchTestable][CheckBox] Select checkbox &Header Comments 12:45:43.516 INFO [WorkbenchTestable][CheckBox] Check checkbox &Header Comments 12:45:43.516 INFO [WorkbenchTestable][AbstractButton] Click button &Header Comments 12:45:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:43.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:43.516 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:43.516 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:43.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 2 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 12:45:43.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 12:45:43.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 12:45:43.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:45:43.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:43.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:43.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:43.531 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:45:43.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:43.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:43.532 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:43.532 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:43.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:43.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:43.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:43.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:43.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:43.633 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:45:43.633 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:43.633 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:43.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:43.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:43.634 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:45:43.635 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:43.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:43.635 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:43.635 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:45:43.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:45:43.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:43.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:43.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:43.635 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:43.635 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:43.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:43.636 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:43.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:43.636 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:43.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:43.637 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:43.637 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:43.637 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:43.644 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:43.644 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:43.644 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:43.644 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:43.644 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:43.644 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:43.644 DEBUG [main][MenuItemLookup] Item match:Window 12:45:43.645 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:43.645 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:43.645 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:43.645 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:43.645 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:43.645 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:43.645 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:43.645 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:43.645 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:43.645 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:43.645 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:43.645 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:43.649 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:43.649 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:43.649 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:43.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:43.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:43.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:43.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:43.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:43.807 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:43.807 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:43.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:43.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:43.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:43.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:43.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:43.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:43.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:45:43.810 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:43.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:43.810 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:43.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:43.810 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:43.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:45:43.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:43.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:43.811 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:43.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:43.811 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:43.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 12:45:43.812 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:45:43.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:43.812 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:45:43.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:43.812 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:45:43.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 12:45:43.812 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:45:43.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:43.813 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:45:43.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:43.813 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:45:43.840 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 12:45:43.840 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 12:45:43.840 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 12:45:43.840 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 12:45:43.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:43.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:43.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:43.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:45:43.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:45:43.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 12:45:43.846 INFO [WorkbenchTestable][CheckBox] Select checkbox Inner &types 12:45:43.846 INFO [WorkbenchTestable][CheckBox] Check checkbox Inner &types 12:45:43.846 INFO [WorkbenchTestable][AbstractButton] Click button Inner &types 12:45:43.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:43.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:43.859 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:43.859 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:43.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:43.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:45:43.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:45:43.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 12:45:43.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:43.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:45:43.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:45:43.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 12:45:43.875 INFO [WorkbenchTestable][CheckBox] Select checkbox Inner &types 12:45:43.875 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox Inner &types 12:45:43.875 INFO [WorkbenchTestable][AbstractButton] Click button Inner &types 12:45:43.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:43.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:43.875 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:43.875 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:43.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 3 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:43.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 12:45:43.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 12:45:43.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 3 was found 12:45:43.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:45:43.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:43.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:43.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:43.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:43.890 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:43.891 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:45:43.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:43.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:43.891 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:43.891 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:43.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:43.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:43.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:43.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:43.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:43.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:45:43.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:43.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:43.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:43.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:43.994 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:45:43.994 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:43.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:43.994 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:43.994 INFO [WorkbenchTestable][RequirementsRunner] Started test: testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:45:43.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:45:43.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:43.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:43.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:43.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:43.995 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:43.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:43.995 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:43.995 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:43.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:43.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:43.995 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:43.995 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:43.996 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:44.000 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:44.000 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:44.000 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:44.000 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:44.000 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:44.000 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:44.000 DEBUG [main][MenuItemLookup] Item match:Window 12:45:44.001 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:44.001 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:44.001 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:44.001 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:44.001 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:44.001 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:44.001 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:44.001 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:44.001 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:44.001 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:44.001 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:44.001 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:44.001 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:44.001 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:44.001 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:44.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:44.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:44.162 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:44.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:44.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:44.164 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:44.164 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:44.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:44.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:44.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:44.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:44.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:44.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:44.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:44.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:44.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:45:44.167 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:44.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:44.167 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:44.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:44.167 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:44.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:45:44.189 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:44.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:44.189 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:44.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:44.189 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:44.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 12:45:44.190 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:45:44.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:44.190 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:45:44.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:44.190 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:45:44.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 12:45:44.191 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:45:44.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:44.191 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:45:44.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:44.191 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:45:44.195 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 12:45:44.195 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 12:45:44.195 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 12:45:44.195 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 12:45:44.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:44.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:44.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:44.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:44.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:44.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:44.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:45:44.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:45:44.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:44.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:45:44.211 INFO [WorkbenchTestable][CheckBox] Select checkbox &Comments 12:45:44.211 INFO [WorkbenchTestable][CheckBox] Check checkbox &Comments 12:45:44.211 INFO [WorkbenchTestable][AbstractButton] Click button &Comments 12:45:44.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:44.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:44.211 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:44.211 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:44.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:44.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:44.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:45:44.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:45:44.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:44.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:45:44.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:44.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:44.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:45:44.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:45:44.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:44.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:45:44.214 INFO [WorkbenchTestable][CheckBox] Select checkbox &Comments 12:45:44.215 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Comments 12:45:44.215 INFO [WorkbenchTestable][AbstractButton] Click button &Comments 12:45:44.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:44.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:44.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:44.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:44.215 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:44.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:44.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:45:44.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:45:44.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:44.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 12:45:44.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:45:44.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:44.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:44.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:44.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:44.232 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:44.232 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:45:44.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:44.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:44.232 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:44.232 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:44.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:44.331 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:45:44.331 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:44.331 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:44.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:44.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:44.332 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:45:44.332 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:44.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:44.333 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:44.333 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:45:44.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:45:44.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:44.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:44.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:44.333 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:44.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:44.333 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:44.333 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:44.334 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:44.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:44.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:44.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:44.334 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:44.334 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:44.334 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:44.338 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:44.338 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:44.338 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:44.338 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:44.338 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:44.338 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:44.338 DEBUG [main][MenuItemLookup] Item match:Window 12:45:44.339 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:44.339 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:44.339 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:44.339 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:44.339 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:44.339 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:44.339 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:44.339 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:44.339 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:44.339 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:44.339 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:44.339 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:44.340 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:44.340 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:44.340 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:44.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:44.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:44.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:44.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:44.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:44.497 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:44.497 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:44.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:44.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:44.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:44.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:44.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:44.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:44.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:44.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:44.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:45:44.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:44.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:44.525 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:44.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:44.525 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:44.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:45:44.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:44.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:44.525 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:44.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:44.525 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:44.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 12:45:44.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:45:44.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:44.526 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:45:44.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:44.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:45:44.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 12:45:44.526 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:45:44.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:44.526 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:45:44.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:44.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:45:44.526 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 12:45:44.526 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 12:45:44.526 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 12:45:44.527 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 12:45:44.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:44.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:44.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:44.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:44.528 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:44.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:44.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:45:44.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 12:45:44.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:44.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 12:45:44.532 INFO [WorkbenchTestable][CheckBox] Select checkbox &Members 12:45:44.632 INFO [WorkbenchTestable][CheckBox] Check checkbox &Members 12:45:44.632 INFO [WorkbenchTestable][AbstractButton] Click button &Members 12:45:44.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:44.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:44.632 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:44.632 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:44.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:44.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:44.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:45:44.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 12:45:44.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:44.636 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 12:45:44.636 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:44.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:44.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:45:44.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 12:45:44.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:44.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 12:45:44.646 INFO [WorkbenchTestable][CheckBox] Select checkbox &Members 12:45:44.646 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Members 12:45:44.647 INFO [WorkbenchTestable][AbstractButton] Click button &Members 12:45:44.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:44.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:44.647 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:44.647 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:44.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 4 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:44.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:44.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 12:45:44.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 12:45:44.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:44.650 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was found 12:45:44.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:45:44.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:44.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:44.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:44.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:44.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:44.662 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:45:44.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:44.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:44.662 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:44.662 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:44.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:44.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:44.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:44.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:44.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:44.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:45:44.842 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:44.842 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:44.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:44.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:44.842 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:45:44.842 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:44.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:44.843 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:44.843 INFO [WorkbenchTestable][RequirementsRunner] Started test: testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:45:44.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:45:44.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:44.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:44.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:44.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:44.843 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:44.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:44.843 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:44.843 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:44.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:44.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:44.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:44.843 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:44.843 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:44.844 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:44.848 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:44.848 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:44.848 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:44.848 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:44.848 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:44.848 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:44.848 DEBUG [main][MenuItemLookup] Item match:Window 12:45:44.849 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:44.849 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:44.849 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:44.849 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:44.849 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:44.849 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:44.849 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:44.849 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:44.849 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:44.849 DEBUG [main][MenuItemLookup] Found menu:'Web Browser' 12:45:44.849 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:44.849 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:44.849 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:44.849 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:44.849 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:44.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:45.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:45.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:45.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:45.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:45.009 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:45.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:45.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:45.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:45.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:45.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:45.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:45.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:45.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:45.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:45:45.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:45.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:45.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:45.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:45.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:45.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:45:45.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:45.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:45.013 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:45.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:45.013 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:45.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children... 12:45:45.013 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:45:45.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:45.013 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:45:45.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:45.013 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:45:45.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Editor has children finished successfully 12:45:45.014 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Editor 12:45:45.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:45.014 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Editor is already expanded. No action performed 12:45:45.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:45.014 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Editor 12:45:45.040 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Folding 12:45:45.040 DEBUG [main][TreeItemHandler] Selecting tree item: Folding 12:45:45.040 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Folding about selection 12:45:45.041 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Folding 12:45:45.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:45.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:45.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:45.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:45.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:45.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:45.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:45:45.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 12:45:45.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:45.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 12:45:45.046 INFO [WorkbenchTestable][CheckBox] Select checkbox &Imports 12:45:45.046 DEBUG [WorkbenchTestable][CheckBox] Checkbox &Imports already selected, no action performed 12:45:45.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:45.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:45.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:45:45.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 12:45:45.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:45.061 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 12:45:45.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:45.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:45.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:45:45.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 12:45:45.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:45.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 12:45:45.072 INFO [WorkbenchTestable][CheckBox] Select checkbox &Imports 12:45:45.072 INFO [WorkbenchTestable][CheckBox] Uncheck checkbox &Imports 12:45:45.072 INFO [WorkbenchTestable][AbstractButton] Click button &Imports 12:45:45.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:45.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:45.072 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:45.072 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:45.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePage, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 12:45:45.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:45.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 12:45:45.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5 is found 12:45:45.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:45.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was found 12:45:45.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:45:45.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:45.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:45.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:45.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:45.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:45.080 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:45:45.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:45.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:45.080 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:45.080 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:45.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:45.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:45.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:45.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:45.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:45.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:45:45.188 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:45.188 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:45.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:45.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:45.188 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) 12:45:45.188 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest 12:45:45.188 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:45.188 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:45.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:45.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.088 s - in org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest testFolding no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 2.16 s testHeaderComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.367 s testInnerTypes no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.359 s testComments no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.338 s testMembers no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.509 s testImports no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.FoldingPreferencePageTest) Time elapsed: 0.345 s Running org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 12:45:45.202 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 12:45:45.202 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:45:45.202 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:45.202 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 12:45:45.202 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:45.203 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:45:45.203 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:45.203 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:45:45.204 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:45.204 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:45:45.204 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:45.204 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:45:45.204 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 12:45:45.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:45.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:45.204 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:45.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:45.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:45.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:45:45.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:45.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:45.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:45.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:45.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:45:45.243 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:45:45.243 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:45:45.243 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:45.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:45:45.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:45:45.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:45:45.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:45.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:45.339 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:45:45.339 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:45.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:45.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:45.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:45:45.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:45.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:45.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:45.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:45.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:45.351 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:45:45.352 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 12:45:45.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:45:45.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:45:45.352 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 12:45:45.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:45:45.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:45:45.353 TRACE [main][WidgetHandler] Notify Table with event 13 12:45:45.357 TRACE [main][WidgetHandler] Wait for synchronization 12:45:45.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:45.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:45.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:45.368 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:45:45.368 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:45.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:45.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:45.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:45:45.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:45.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:45.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:45.370 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:45:45.370 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:45.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:45.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:45.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:45.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:45.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:45.372 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:45:45.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:45.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:45.372 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:45.372 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:45.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:45:45.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:45:45.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:45:45.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:45.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:45.623 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:45.623 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:45.623 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:45.623 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:45.623 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:45.623 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:45.623 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:45.623 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:45.623 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:45.623 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:45.623 DEBUG [main][MenuItemLookup] Item match:Window 12:45:45.625 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:45.625 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:45.625 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:45.625 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:45.625 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:45.625 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:45.626 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:45.626 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:45.626 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:45.626 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:45.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:45.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:45.627 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:45.627 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:45.628 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:45.628 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:45.628 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:45.628 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:45.628 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:45.628 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:45.628 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:45.628 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:45.628 DEBUG [main][MenuItemLookup] Item match:Window 12:45:45.628 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:45.628 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:45.628 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:45.628 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:45.628 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:45.628 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:45.628 DEBUG [main][MenuItemLookup] Item match:Perspective 12:45:45.629 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:45:45.629 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:45.629 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:45:45.629 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:45:45.629 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:45:45.629 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:45:45.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:45:45.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:45.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:45.629 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:45.630 DEBUG [main][MenuItemLookup] Item match:Window 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:45.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:45.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:45.630 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:45.630 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:45.631 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:45.631 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:45.631 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:45.631 DEBUG [main][MenuItemLookup] Item match:Window 12:45:45.631 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:45.631 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:45.631 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:45.631 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:45.631 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:45.631 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:45.631 DEBUG [main][MenuItemLookup] Item match:Perspective 12:45:45.631 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:45:45.631 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:45.631 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:45:45.631 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:45:45.631 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:45:45.631 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:45:45.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:45.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:45.632 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:45.632 DEBUG [main][MenuItemLookup] Item match:Window 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:45.632 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:45.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:45.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:45.633 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:45.633 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:45.633 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:45.633 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:45.633 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:45.633 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:45.633 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:45.633 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:45.633 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:45.633 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:45.633 DEBUG [main][MenuItemLookup] Item match:Window 12:45:45.633 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:45.633 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:45.633 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:45.633 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:45.633 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:45.633 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:45.633 DEBUG [main][MenuItemLookup] Item match:Perspective 12:45:45.634 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:45:45.634 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:45.634 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:45:45.634 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:45:45.634 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:45:45.634 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:45:45.634 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:45:45.634 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:45:45.634 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:45:45.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:45:45.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:45:45.713 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:45:45.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:45.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:45.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:45.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:45.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:45.714 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:45:45.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:45.714 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:45.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:45.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:45:45.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:45:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:45.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:45:45.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:45:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:45.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:45.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:45.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:45.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:45.734 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:45:45.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:45.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:45.734 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:45.734 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:46.058 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:46.058 INFO [WorkbenchTestable][RequirementsRunner] Started test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 12:45:46.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 12:45:46.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:46.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:46.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:46.058 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:46.059 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:46.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:46.059 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:46.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:46.059 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:46.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:46.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:46.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:46.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:46.097 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:46.097 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:46.098 DEBUG [main][MenuItemLookup] Item match:Window 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:46.098 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:46.098 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:46.099 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:46.099 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:46.099 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:46.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:46.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:46.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:46.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:46.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:46.259 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:46.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:46.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:46.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:46.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:46.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:46.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:46.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:46.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:46.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:46.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:45:46.262 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:46.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:46.262 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:46.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:46.262 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:46.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:45:46.263 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:46.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:46.263 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:46.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:46.263 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:46.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 12:45:46.264 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 12:45:46.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:46.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:46.766 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 12:45:46.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 12:45:46.767 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 12:45:46.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:46.767 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 12:45:46.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:46.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 12:45:46.767 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 12:45:46.768 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 12:45:46.768 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 12:45:46.768 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 12:45:46.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:46.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:46.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:46.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:46.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:45:46.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:46.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:46.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:46.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:46.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:45:46.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:45:46.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:45:46.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "New...") 12:45:46.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:46.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:46.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:46.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:46.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:46.868 INFO [WorkbenchTestable][AbstractButton] Click button &New... 12:45:46.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:46.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:46.868 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:46.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:46.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available.... 12:45:46.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Variable Entry"] is available. finished successfully 12:45:46.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Variable Entry 12:45:46.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:46.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:46.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:45:46.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:46.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:46.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:46.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:46.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:45:46.950 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:45:46.950 INFO [WorkbenchTestable][AbstractText] Text set to: VN 12:45:46.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget with label: is "Path:") 12:45:46.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:46.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:46.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:46.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:46.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:45:46.954 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:45:46.955 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar 12:45:46.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:45:46.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:46.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:46.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:46.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:46.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:46.960 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:45:46.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:46.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:46.960 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:46.960 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:47.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:45:47.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:45:47.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:45:47.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:47.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:47.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:47.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:47.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:45:47.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:45:47.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:45:47.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:45:47.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:47.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:47.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:47.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:47.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:45:47.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:45:47.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:45:47.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:47.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:47.032 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:45:47.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:47.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:47.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:47.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:47.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:47.042 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:45:47.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:47.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:47.042 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:47.042 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:47.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:47.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:47.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:47.198 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:47.198 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:47.198 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:47.198 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:47.198 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:47.198 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:47.198 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:47.198 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:47.198 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:47.198 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:47.198 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:47.198 DEBUG [main][MenuItemLookup] Item match:Window 12:45:47.199 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:47.199 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:47.199 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:47.199 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:47.199 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:47.199 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:47.199 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:47.199 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:47.199 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:47.199 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:47.199 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:47.199 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:47.199 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:47.200 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:47.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:47.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:47.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:47.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:47.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:47.436 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:47.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:47.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:47.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:47.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:47.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:47.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:47.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:47.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:47.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:47.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:45:47.461 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:47.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:47.461 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:47.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:47.461 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:47.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:45:47.461 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:47.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:47.461 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:47.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:47.461 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:47.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 12:45:47.461 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 12:45:47.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:47.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 12:45:47.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:47.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 12:45:47.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 12:45:47.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 12:45:47.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:47.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 12:45:47.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:47.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 12:45:47.462 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 12:45:47.462 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 12:45:47.462 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 12:45:47.463 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 12:45:47.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:47.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:47.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:47.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:47.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:45:47.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:47.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:47.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:47.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:47.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:45:47.469 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "VN - /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/org.eclipse.reddeer.eclipse.test-2.8.0-SNAPSHOT-sources.jar") 12:45:47.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:47.469 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:47.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:47.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:47.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:45:47.470 TRACE [main][WidgetHandler] Notify Table with event 13 12:45:47.470 TRACE [main][WidgetHandler] Wait for synchronization 12:45:47.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:45:47.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:47.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:47.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:47.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:47.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:47.488 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:45:47.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:47.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:47.499 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:47.499 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:47.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:45:47.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:47.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:47.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:47.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:47.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:45:47.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:45:47.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:45:47.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:47.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:47.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:45:47.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:47.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:47.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:47.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:47.519 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:47.520 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:45:47.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:47.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:47.520 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:47.520 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:47.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:47.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:47.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:47.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:47.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:47.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 12:45:47.680 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:47.680 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:47.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:47.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:47.680 INFO [WorkbenchTestable][RequirementsRunner] Finished test: addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 12:45:47.681 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:45:47.681 INFO [WorkbenchTestable][RequirementsRunner] Started test: getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 12:45:47.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 12:45:47.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:45:47.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:45:47.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:45:47.681 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:45:47.681 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:47.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:47.681 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:47.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:47.681 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:45:47.681 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:47.681 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:47.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:47.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:47.682 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - New Task - Eclipse Platform' 12:45:47.682 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - New Task - Eclipse Platform' 12:45:47.682 DEBUG [main][MenuItemLookup] Found menu:'File' 12:45:47.689 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:45:47.689 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:45:47.689 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:45:47.689 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:45:47.689 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:45:47.689 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:45:47.689 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:45:47.689 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:45:47.689 DEBUG [main][MenuItemLookup] Item match:Window 12:45:47.690 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:45:47.690 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:45:47.690 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:45:47.690 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:47.690 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:45:47.690 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:45:47.690 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:47.690 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:45:47.690 DEBUG [main][MenuItemLookup] Found menu:'' 12:45:47.690 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:45:47.690 DEBUG [main][MenuItemLookup] Item match:Preferences 12:45:47.690 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:45:47.690 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:45:47.690 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:45:47.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:45:47.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:45:47.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:45:47.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:47.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:47.877 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:45:47.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:45:47.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:45:47.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:47.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:47.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:47.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:47.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:45:47.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:45:47.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:45:47.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:45:47.880 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:47.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:47.880 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:47.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:47.880 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:47.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:45:47.880 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:45:47.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:47.905 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:45:47.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:47.905 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:45:47.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children... 12:45:47.906 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 12:45:47.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:47.906 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 12:45:47.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:47.906 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 12:45:47.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Build Path has children finished successfully 12:45:47.906 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Build Path 12:45:47.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:45:47.906 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Build Path is already expanded. No action performed 12:45:47.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:45:47.906 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Build Path 12:45:47.907 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Classpath Variables 12:45:47.907 DEBUG [main][TreeItemHandler] Selecting tree item: Classpath Variables 12:45:47.907 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Classpath Variables about selection 12:45:47.907 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Classpath Variables 12:45:47.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:47.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:47.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:47.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:47.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage, index 0 and no matchers specified 12:45:47.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:47.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:47.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:47.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:45:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:45:47.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:45:47.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:45:47.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:45:47.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:45:47.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:45:47.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:45:47.930 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:45:47.930 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:45:47.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:45:47.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:45:47.930 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:45:47.930 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:45:48.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:45:48.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:45:48.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - New Task - Eclipse Platform 12:45:48.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:45:48.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:45:48.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 12:45:48.031 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:48.031 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:48.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:48.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:45:48.032 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) 12:45:48.032 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest 12:45:48.032 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:45:48.032 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:45:48.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:45:48.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.832 s - in org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest addRemoveVariable no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) Time elapsed: 1.622 s getVariables no-configuration(org.eclipse.reddeer.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePageTest) Time elapsed: 0.351 s Results: Failures: LogViewTest.getWarningMessage:132 ExternalProjectImportWizardDialogTest.getProjects_none:139 Errors: BrowserContainsTextTest.openBrowserEditor:44 ? RedDeer Exception during sync e... BrowserContainsTextTest.openBrowserEditor:44 ? RedDeer Exception during sync e... BrowserHasURLTest.testBrowserEditor:90->openBrowserEditor:57 ? RedDeer Excepti... BrowserHasURLTest.testWebBrowserView:108->openInternalBrowserViaMenu:84 ? CoreLayer BrowserEditorTest.openBrowser:36 ? RedDeer Exception during sync execution in ... BrowserEditorTitleTest.openBrowser:38 ? RedDeer Exception during sync executio... BrowserViewTest.openBrowser:34 ? CoreLayer No matching widget found with Match... BrowserViewTest.openBrowser:34 ? CoreLayer No matching widget found with Match... Tests run: 311, Failures: 2, Errors: 8, Skipped: 4 SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 [ERROR] There are test failures. Please refer to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/surefire-reports for the individual test results. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.eclipse.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.gef.test >---------- [INFO] Building RedDeer GEF Tests 2.8.0-SNAPSHOT [38/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.gef.test --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.gef.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.gef.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.gef.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.gef.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/target/org.eclipse.reddeer.gef.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.gef.test --- [INFO] Fetching 4.0.0_gef-master_1952&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/gef/updates/legacy/releases/ [INFO] Fetching org.eclipse.gef.examples.logic_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (84.91kB) [INFO] Fetching org.eclipse.gef.examples.logic_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (84.91kB) [INFO] Fetching org.eclipse.gef.examples.flow_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (35.83kB) [INFO] Fetching org.eclipse.gef.examples.flow_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (35.83kB) [INFO] Fetching org.eclipse.gef.examples.text_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (53.82kB) [INFO] Fetching org.eclipse.gef.examples.text_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (53.82kB) [INFO] Fetching org.eclipse.gef.examples.shapes_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (27.49kB) [INFO] Fetching org.eclipse.gef.examples.shapes_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (27.49kB) [INFO] Fetching org.eclipse.gef.examples_3.11.0.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.67kB) [INFO] Fetching org.eclipse.gef.examples_3.11.0.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.67kB) [INFO] Fetching org.eclipse.gef.examples.logic.source_3.11.0.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (185.14kB) [INFO] Fetching org.eclipse.gef.examples.logic.source_3.11.0.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (185.14kB) [INFO] Fetching org.eclipse.gef.examples.flow.source_3.11.0.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (80.36kB) [INFO] Fetching org.eclipse.gef.examples.flow.source_3.11.0.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (80.36kB) [INFO] Fetching org.eclipse.gef.examples.text.source_3.11.0.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (108.94kB) [INFO] Fetching org.eclipse.gef.examples.text.source_3.11.0.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (108.94kB) [INFO] Fetching org.eclipse.gef.examples.shapes.source_3.11.0.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (57.7kB) [INFO] Fetching org.eclipse.gef.examples.shapes.source_3.11.0.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (57.7kB) [INFO] Fetching org.eclipse.gef.examples.source_3.11.0.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.5kB) [INFO] Fetching org.eclipse.gef.examples.source_3.11.0.201606061308.jar from http://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features/ (19.5kB) [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 Running org.eclipse.reddeer.gef.test.GEFEditorTest 12:46:08.801 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:46:08.806 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=6 12:46:08.849 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:46:08.851 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:46:08.936 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.gef.test.GEFEditorTest 12:46:08.966 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:46:08.969 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:08.973 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 12:46:08.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:46:08.976 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:46:08.979 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:46:08.983 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:46:08.997 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:46:09.039 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:09.039 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:46:09.042 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:09.043 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:46:09.045 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:09.047 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:46:09.071 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:46:09.075 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:09.077 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:46:09.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:09.079 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:46:09.079 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:09.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:09.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:09.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:09.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:09.144 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:09.150 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:09.151 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:09.151 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:09.152 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:09.152 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:09.152 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:09.152 DEBUG [main][MenuItemLookup] Item match:Window 12:46:09.157 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:09.158 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:09.158 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:09.158 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:09.158 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:09.158 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:09.159 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:09.159 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:46:09.159 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:09.159 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:46:09.159 DEBUG [main][MenuItemLookup] Item match:Preferences 12:46:09.162 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:46:09.163 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:46:09.165 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:3784): Gtk-WARNING **: 12:46:09.335: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg. This may indicate that pixbuf loaders or the mime database could not be found. 12:46:09.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:46:09.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:46:09.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:46:09.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:09.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:09.465 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:46:09.465 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:09.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:46:09.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:09.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:09.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:09.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:09.493 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:09.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:09.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:09.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:46:09.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:09.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:09.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:09.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:09.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:09.564 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:46:09.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:09.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:09.566 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:09.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:09.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:09.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:09.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:09.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:09.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:09.658 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:46:09.659 DEBUG [main][EditorHandler] 0 editor(s) found 12:46:09.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:09.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:09.674 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:09.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:09.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:09.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:09.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:09.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:09.681 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:09.681 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:09.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:09.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:09.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:09.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:09.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:09.688 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:09.688 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:09.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:09.733 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:09.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:09.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:09.753 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:09.753 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:09.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:09.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:46:09.758 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:09.758 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:09.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:09.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:46:09.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:09.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:09.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:09.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:09.763 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:09.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:09.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:09.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:46:09.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:09.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:09.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:09.783 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:09.783 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:46:09.784 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:09.786 INFO [WorkbenchTestable][RequirementsRunner] Started test: logicDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 12:46:09.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 12:46:09.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:46:09.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:09.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:09.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:09.798 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:09.798 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:09.799 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:09.799 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:09.800 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:46:09.800 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:09.800 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:09.801 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:09.801 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:09.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:09.802 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:09.835 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:09.835 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:46:09.835 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:09.836 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:09.836 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:09.837 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:09.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:09.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:09.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:09.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:09.839 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:09.839 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:09.839 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:09.840 DEBUG [main][MenuItemLookup] Item match:File 12:46:09.847 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:09.847 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:09.855 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:09.855 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:09.855 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:09.855 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:09.855 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:46:09.855 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:09.856 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:09.856 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:09.856 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:09.856 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:09.880 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:09.881 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:09.881 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:10.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:46:10.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:46:10.056 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:46:10.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:10.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:10.065 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:10.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:46:10.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:10.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:10.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:10.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:10.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:10.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:46:10.083 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:46:10.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:10.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:10.590 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:46:10.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:46:10.593 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:46:10.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:10.594 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:46:10.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:10.594 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:46:10.595 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:46:10.595 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:46:10.596 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:46:10.602 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:46:10.602 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:10.603 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:10.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:10.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:10.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:10.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:10.609 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:10.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:10.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:10.616 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:10.616 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:10.683 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:10.683 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.683 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:46:10.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:46:10.684 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:46:10.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:10.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:10.686 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:46:10.686 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:10.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:46:10.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:10.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:10.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:10.691 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:46:10.691 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:10.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:10.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:10.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:10.710 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:10.711 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:46:10.722 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:46:10.722 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 12:46:10.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.GeneralProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:10.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:10.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:10.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:10.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:10.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:10.743 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:10.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:10.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:10.744 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:10.744 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:10.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:11.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:11.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:11.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:11.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:11.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:11.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:11.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:11.273 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:11.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:11.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:11.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:11.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:11.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:11.275 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:11.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:11.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:11.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:11.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:11.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:11.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:11.277 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:11.278 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:11.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:11.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:11.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:11.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:11.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 12:46:11.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:11.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:11.307 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:46:11.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:11.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:11.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:11.309 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:11.309 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:11.310 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:11.310 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:11.310 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:11.310 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:11.310 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:11.310 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:11.310 DEBUG [main][MenuItemLookup] Item match:Window 12:46:11.311 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:11.311 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:11.311 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:11.312 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:11.312 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:11.312 DEBUG [main][MenuItemLookup] Item match:Show View 12:46:11.338 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:46:11.338 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:46:11.338 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:46:11.339 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:46:11.339 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:46:11.339 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:46:11.339 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:46:11.339 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:46:11.339 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:11.339 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:46:11.339 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:46:11.355 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:46:11.356 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:46:11.356 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:46:11.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:46:11.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:46:11.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:46:11.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:11.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:11.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:46:11.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:11.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:11.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:11.471 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:46:11.471 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:11.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:11.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:11.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:11.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:11.472 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:11.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:11.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:11.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:46:11.473 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:46:11.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:11.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:11.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:46:11.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:46:11.980 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:46:11.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:11.980 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:46:11.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:11.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:46:11.981 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:46:11.981 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:46:11.982 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:46:11.983 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:46:11.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:11.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:11.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:11.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:46:11.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:11.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:11.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:11.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:46:11.986 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:11.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:11.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:11.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:46:11.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:11.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:11.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:11.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:11.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:11.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:11.990 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:46:11.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:11.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:11.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:11.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:12.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:46:12.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:46:12.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:46:12.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:12.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:12.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:46:12.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:12.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:12.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:12.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:12.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:12.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:12.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:46:12.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:12.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:12.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:12.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:12.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:12.446 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:12.446 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:12.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:12.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:12.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:12.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:12.450 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:12.450 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:12.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:12.451 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:12.452 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:12.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:12.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:12.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:12.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:12.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:12.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:12.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:12.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:13.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:13.471 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:13.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:13.471 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:13.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:13.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:13.473 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:13.473 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:13.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:13.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:13.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:13.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:13.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:13.479 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:13.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 12:46:13.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:13.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:13.490 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:13.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:13.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:13.507 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:13.507 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:13.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:13.507 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:13.509 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:13.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:13.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:13.509 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:13.509 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:13.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:13.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:13.546 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:13.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:13.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:13.548 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:13.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:13.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:13.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:14.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:14.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:14.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:14.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:14.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:14.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:14.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:14.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:14.554 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:14.554 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:14.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:14.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:14.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:14.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:14.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:14.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:14.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:46:14.557 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:46:14.561 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:46:14.575 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:46:14.578 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:14.579 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:14.579 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:14.579 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:14.580 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 12:46:14.580 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:14.580 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:14.581 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:14.581 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:14.581 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:14.582 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 12:46:14.582 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:14.582 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 12:46:14.582 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:14.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:14.583 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:14.583 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:14.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:14.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:14.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:14.584 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:14.584 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:14.585 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:14.585 DEBUG [main][MenuItemLookup] Item match:File 12:46:14.587 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:14.587 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:14.592 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:14.592 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:14.592 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:14.592 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:14.592 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:46:14.592 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:14.592 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:14.593 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:14.593 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:14.593 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:14.608 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:14.608 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:14.609 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:14.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:46:14.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:46:14.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:46:14.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:14.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:14.749 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:14.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:14.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:46:14.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:14.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:14.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:14.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 12:46:14.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:14.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:14.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:14.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:14.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:14.761 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:14.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:14.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:14.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 12:46:14.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:46:14.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:15.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:15.267 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:46:15.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 12:46:15.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:46:15.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:15.269 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 12:46:15.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:15.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:46:15.270 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 12:46:15.270 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 12:46:15.270 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 12:46:15.274 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 12:46:15.274 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:15.274 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:15.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:15.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:15.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:15.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:15.277 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:15.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:15.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:15.278 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:15.278 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:15.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:46:15.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 12:46:15.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:46:15.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:15.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:15.368 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:46:15.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:15.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:46:15.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:15.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:15.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:15.369 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:46:15.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:15.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:15.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.389 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:15.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:15.390 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:15.391 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 12:46:15.392 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:46:15.392 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 12:46:15.392 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.ExampleWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:15.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:15.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:15.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:15.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:15.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:15.406 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:15.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:15.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:15.406 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:15.406 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:15.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:16.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:16.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:16.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:46:16.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:46:16.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:46:16.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:46:16.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:16.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:16.170 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:46:16.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:16.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5db7ad01 is found... 12:46:16.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5db7ad01 is found finished successfully 12:46:16.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:16.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:16.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:16.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:16.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:16.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:16.239 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:16.241 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:16.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:16.262 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:16.262 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' view via menu. 12:46:16.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:16.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:16.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:16.266 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:16.288 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test/test.logic - Eclipse Platform' 12:46:16.289 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:16.289 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:16.289 DEBUG [main][MenuItemLookup] Found menu:'View' 12:46:16.289 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:16.289 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:16.289 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:16.289 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:16.289 DEBUG [main][MenuItemLookup] Item match:Window 12:46:16.292 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:16.292 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:16.292 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:16.292 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:16.293 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:16.293 DEBUG [main][MenuItemLookup] Item match:Show View 12:46:16.301 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:46:16.301 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:46:16.302 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:46:16.302 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:46:16.302 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:46:16.302 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:46:16.302 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:46:16.302 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:46:16.302 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:16.302 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:46:16.302 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:46:16.304 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:46:16.304 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:46:16.305 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:46:16.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:46:16.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:46:16.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:46:16.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:16.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:16.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:46:16.398 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:16.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:16.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:16.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:46:16.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:16.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:16.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:16.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:16.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:16.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:16.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:16.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:16.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:46:16.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:46:16.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:16.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:16.908 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:46:16.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:46:16.911 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:46:16.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:16.911 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:46:16.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:16.911 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:46:16.912 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Palette 12:46:16.913 DEBUG [main][TreeItemHandler] Selecting tree item: Palette 12:46:16.913 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Palette about selection 12:46:16.913 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Palette 12:46:16.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:16.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:16.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:16.914 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:46:16.914 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:16.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:16.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:16.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:46:16.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:16.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:16.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:16.917 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:46:16.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:16.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:16.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:16.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:16.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:16.919 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:16.919 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:46:16.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:16.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:16.920 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:16.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:46:17.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:46:17.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open... 12:46:17.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open finished successfully 12:46:17.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:17.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:17.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:17.098 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:17.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:17.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:17.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:17.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:17.101 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:17.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:17.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:17.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test/test.logic - Eclipse Platform TooltipText=null 12:46:17.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:17.103 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:17.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.166 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:17.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:17.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:17.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:17.168 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:17.168 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:17.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:17.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:17.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:17.170 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:17.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:17.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:17.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test/test.logic - Eclipse Platform TooltipText=null 12:46:17.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:17.195 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:17.200 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 12:46:17.200 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:17.200 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.254 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:17.254 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.285 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:17.285 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.297 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #0 Text=Label ) 12:46:17.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 12:46:17.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 12:46:17.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.370 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:17.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:17.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:17.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:17.401 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:17.401 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:17.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:17.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:17.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:17.404 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:17.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:17.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:17.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:17.443 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 0] 12:46:17.443 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:17.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.445 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:17.445 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.474 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:17.474 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.480 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #0 Value=0 ) 12:46:17.481 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #0 Value=0 ) 12:46:17.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 12:46:17.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 12:46:17.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.510 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:17.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:17.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:17.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:17.516 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:17.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:17.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:17.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:17.518 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:17.518 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:17.518 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:17.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:17.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:17.567 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 0] 12:46:17.567 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:17.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.569 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:17.569 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.607 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:17.607 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.610 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #0 ) 12:46:17.610 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #0 ) 12:46:17.610 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #0 ) 12:46:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3... 12:46:17.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3 finished successfully 12:46:17.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.663 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:17.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:17.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:17.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:17.669 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:17.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:17.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:17.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:17.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:17.695 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:17.695 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:17.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:17.737 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:17.738 INFO [WorkbenchTestable][ViewerHandler] Click at [150, 0] 12:46:17.738 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:17.738 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.741 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:17.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.768 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:17.768 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.771 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 12:46:17.771 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 12:46:17.771 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 12:46:17.771 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #1 ) 12:46:17.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4... 12:46:17.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4 finished successfully 12:46:17.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.798 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:17.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.800 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:17.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:17.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:17.803 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:17.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:17.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:17.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:17.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:17.855 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:17.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:17.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:17.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:17.891 INFO [WorkbenchTestable][ViewerHandler] Click at [200, 0] 12:46:17.891 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:17.891 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.892 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:17.892 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.940 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:17.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:17.943 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 12:46:17.943 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 12:46:17.943 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 12:46:17.943 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 12:46:17.943 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #2 ) 12:46:17.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 5... 12:46:17.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 5 finished successfully 12:46:17.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.952 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:17.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:17.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:17.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:17.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:17.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:17.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:17.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:17.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:17.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:17.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:17.984 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:17.984 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:18.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:18.052 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:18.054 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 12:46:18.054 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:18.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.055 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:18.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.081 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:18.082 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.083 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 12:46:18.084 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 12:46:18.084 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 12:46:18.084 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 12:46:18.084 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 12:46:18.084 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #1 Text=Label ) 12:46:18.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 6... 12:46:18.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 6 finished successfully 12:46:18.092 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.094 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:18.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:18.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:18.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:18.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:18.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:18.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:18.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:18.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:18.158 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:18.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:18.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:18.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:18.193 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 100] 12:46:18.193 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:18.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.194 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:18.194 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.239 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:18.239 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.244 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 12:46:18.244 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 12:46:18.244 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 12:46:18.244 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 12:46:18.244 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 12:46:18.245 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 12:46:18.245 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #1 Value=0 ) 12:46:18.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 7... 12:46:18.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 7 finished successfully 12:46:18.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.254 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:18.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:18.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:18.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:18.271 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:18.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:18.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:18.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:18.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:18.273 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:18.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:18.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:18.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:18.356 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 100] 12:46:18.356 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:18.356 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.357 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:18.357 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.384 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:18.384 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.386 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 12:46:18.386 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 12:46:18.386 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 12:46:18.386 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 12:46:18.386 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 12:46:18.386 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 12:46:18.386 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 12:46:18.386 INFO [main][AbstractEditor] New edit part GateEditPart( Or Gate #3 ) 12:46:18.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 8... 12:46:18.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 8 finished successfully 12:46:18.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.395 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:18.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:18.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:18.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:18.450 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:18.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:18.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:18.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:18.454 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:18.455 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:18.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:18.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:18.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:18.493 INFO [WorkbenchTestable][ViewerHandler] Click at [150, 100] 12:46:18.493 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:18.493 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.494 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:18.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.521 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:18.521 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.522 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:46:18.523 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:46:18.523 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:46:18.523 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:46:18.523 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:46:18.523 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:46:18.523 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:46:18.523 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:46:18.523 INFO [main][AbstractEditor] New edit part GateEditPart( XOR Gate #4 ) 12:46:18.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 9... 12:46:18.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 9 finished successfully 12:46:18.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.551 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:18.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.553 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:18.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:18.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:18.577 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:18.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:18.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:18.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:18.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:18.580 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:18.580 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:18.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:18.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:18.612 INFO [WorkbenchTestable][ViewerHandler] Click at [200, 100] 12:46:18.612 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:18.612 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.638 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:18.638 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.662 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:18.662 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.664 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:46:18.664 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:46:18.664 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:46:18.664 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:46:18.664 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:46:18.664 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:46:18.664 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:46:18.664 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:46:18.664 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:46:18.664 INFO [main][AbstractEditor] New edit part GateEditPart( And Gate #5 ) 12:46:18.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 10... 12:46:18.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 10 finished successfully 12:46:18.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.672 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:18.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:18.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:18.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:18.677 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:18.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:18.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:18.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.710 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:18.710 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:18.735 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:18.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:18.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:18.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:18.749 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 200] 12:46:18.749 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:18.749 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.774 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:18.774 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.799 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:18.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.820 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:46:18.820 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:46:18.820 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:46:18.820 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:46:18.820 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:46:18.820 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:46:18.820 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:46:18.820 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:46:18.820 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:46:18.820 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:46:18.821 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #0 ) 12:46:18.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 11... 12:46:18.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 11 finished successfully 12:46:18.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.859 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:18.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:18.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:18.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:18.863 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:18.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:18.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:18.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:18.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:18.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:18.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:18.865 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:18.865 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:18.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:18.902 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:18.903 INFO [WorkbenchTestable][ViewerHandler] Click at [200, 200] 12:46:18.903 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:18.903 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.906 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:18.906 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.958 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:18.958 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:18.967 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:46:18.967 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:46:18.967 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:46:18.967 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:46:18.967 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:46:18.967 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:46:18.967 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:46:18.967 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:46:18.967 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:46:18.967 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:46:18.967 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:46:18.967 INFO [main][AbstractEditor] New edit part CircuitEditPart( Circuit #3 ) 12:46:19.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 14... 12:46:19.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 14 finished successfully 12:46:19.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:19.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:19.041 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:19.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:19.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:19.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:19.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:19.056 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:19.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:19.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:19.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:19.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:19.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:19.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:19.087 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:19.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:19.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:19.142 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:19.143 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 300] 12:46:19.143 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:19.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:19.144 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:19.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:19.171 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:19.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:19.177 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:46:19.177 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:46:19.177 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:46:19.177 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:46:19.177 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:46:19.177 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:46:19.177 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:46:19.177 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:46:19.177 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:46:19.177 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:46:19.177 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:46:19.177 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:46:19.177 INFO [main][AbstractEditor] New edit part LogicFlowContainerEditPart( Flow Container ) 12:46:19.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 22... 12:46:19.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 22 finished successfully 12:46:19.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:19.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:19.208 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:19.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:19.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:19.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:19.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:19.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:19.214 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:19.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:19.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:19.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:19.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:19.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:19.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:19.260 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:19.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:19.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:19.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:19.293 INFO [WorkbenchTestable][ViewerHandler] Click at [105, 305] 12:46:19.293 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:19.293 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:19.295 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:19.295 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:19.322 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:19.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:19.324 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #2 Value=0 ) 12:46:19.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 23... 12:46:19.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 23 finished successfully 12:46:19.354 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:19.355 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:19.355 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:46:19.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:19.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:19.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:19.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:19.363 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test/test.logic - Eclipse Platform' 12:46:19.364 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:19.364 DEBUG [main][MenuItemLookup] Item match:File 12:46:19.681 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:19.681 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:46:19.681 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:46:19.681 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:46:19.681 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:19.682 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:46:19.682 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:46:19.682 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:19.682 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:46:19.682 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:46:19.710 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:46:19.711 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:46:19.711 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:46:19.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:46:19.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:46:19.787 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:19.787 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:19.789 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 12:46:19.790 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:19.894 DEBUG [main][MenuItemLookup] Found menu:'Undo Create Object' 12:46:19.894 DEBUG [main][MenuItemLookup] Item match:Undo Create Object 12:46:19.895 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Undo Create Object" 12:46:19.895 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Undo Create Object 12:46:19.895 INFO [main][MenuItemHandler] Select menu item: &Undo Create Object 12:46:19.902 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:46:19.904 DEBUG [main][EditorHandler] 1 editor(s) found 12:46:19.905 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 12:46:19.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 12:46:20.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 12:46:20.488 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:46:20.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:20.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:20.491 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:20.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:20.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:20.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:46:20.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:20.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:20.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:20.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:46:20.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:20.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:20.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:20.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:46:20.493 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:20.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:20.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:20.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:20.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:20.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:20.495 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:46:20.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:20.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:20.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:20.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:20.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:46:20.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:46:20.643 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 12:46:20.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:20.649 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:20.649 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:20.649 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:20.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:20.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:20.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:20.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:20.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:20.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:20.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:20.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:20.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:20.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:20.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:20.657 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:20.657 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:20.684 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:20.685 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:20.685 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:20.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:20.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:20.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:20.687 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:20.687 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:20.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:20.688 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:20.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:20.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:20.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:21.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:21.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:21.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:21.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:21.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:21.692 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:21.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:21.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:21.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:21.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:21.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:21.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:21.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:21.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:21.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:21.695 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:21.697 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:21.697 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:21.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:21.698 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:21.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:21.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:21.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:22.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:22.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:22.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:22.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:22.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:22.701 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:22.701 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:22.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:22.703 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:22.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:22.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:22.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:22.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:22.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:22.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:22.704 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:22.705 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:22.705 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:22.705 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:22.706 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:22.706 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:22.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:22.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:22.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:22.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:22.706 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:22.707 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:46:22.707 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:46:22.708 DEBUG [main][TreeItemHandler] Set Tree selection 12:46:22.712 DEBUG [main][TreeHandler] Notify Tree about selection event 12:46:22.721 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:46:22.723 DEBUG [WorkbenchTestable][TreeItemHandler] test 12:46:22.724 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:22.725 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:22.794 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:22.794 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:22.794 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:22.794 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:22.794 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:22.794 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:22.794 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:22.794 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:22.794 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:46:22.794 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:46:22.794 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:22.794 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:46:22.795 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:46:22.795 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:22.795 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:46:22.795 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:46:22.795 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:46:22.795 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:46:22.795 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:46:22.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:22.798 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:46:23.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:23.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:23.298 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:46:23.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:23.299 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:23.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:23.341 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:23.341 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:23.341 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:23.341 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:23.341 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:23.341 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:23.341 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:23.341 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:23.342 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:46:23.342 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:46:23.342 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:46:23.342 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:46:23.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:46:24.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:46:24.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:46:24.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:24.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:24.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:46:24.158 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:24.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:24.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:24.159 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:24.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:24.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:24.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:24.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:24.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:24.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:24.160 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:46:24.162 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:46:24.162 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:46:24.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:24.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:24.163 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:24.163 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:24.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:46:24.163 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:24.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:24.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:24.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:24.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:24.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:24.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:24.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:24.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:24.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:24.166 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:46:24.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:24.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:24.166 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:24.167 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:24.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:46:24.188 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:46:24.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:46:24.690 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:46:24.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:24.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:46:24.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:24.691 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:24.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:24.691 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:24.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:24.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:24.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:46:24.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 12:46:24.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:46:24.698 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:46:24.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:24.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:24.700 INFO [WorkbenchTestable][RequirementsRunner] Finished test: logicDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 12:46:24.701 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:24.701 INFO [WorkbenchTestable][RequirementsRunner] Started test: shapesDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 12:46:24.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 12:46:24.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:46:24.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:24.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:24.701 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:24.702 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:24.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:24.702 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:24.702 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:24.703 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:46:24.703 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:24.703 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:24.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:24.704 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:24.704 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:24.705 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:24.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:24.705 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:46:24.705 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:24.706 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:24.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:24.706 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:24.706 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:24.706 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:24.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:24.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:24.722 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:24.722 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:24.723 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:24.723 DEBUG [main][MenuItemLookup] Item match:File 12:46:24.725 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:24.725 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:24.728 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:24.728 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:24.728 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:24.728 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:24.728 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:46:24.728 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:24.728 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:24.728 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:24.728 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:24.728 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:24.729 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:24.729 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:24.729 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:24.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:46:24.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:46:24.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:46:24.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:24.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:24.829 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:24.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:24.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:46:24.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:24.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:24.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:24.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:24.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:24.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:24.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:24.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:46:24.846 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:46:24.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:24.846 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:46:24.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:24.846 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:46:24.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:46:24.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:46:24.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:24.847 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:46:24.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:24.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:46:24.847 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:46:24.847 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:46:24.848 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:46:24.852 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:46:24.852 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:24.852 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:24.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:24.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:24.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:24.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:24.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:24.855 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:24.855 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:24.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:24.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:24.855 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:24.856 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:24.889 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:24.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:24.890 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:24.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:46:24.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:46:24.890 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:46:24.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:24.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:24.891 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:46:24.891 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:24.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:46:24.891 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:24.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:24.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:24.892 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:46:24.892 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:24.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:24.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:24.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:24.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:24.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:24.896 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:24.897 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:46:24.898 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:46:24.898 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 12:46:24.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.GeneralProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:24.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:24.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:24.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:24.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:24.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:24.903 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:24.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:24.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:24.904 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:24.904 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:24.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:24.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:24.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:24.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:46:24.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:46:24.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:24.983 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:24.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:25.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:25.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:25.012 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:25.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:25.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:25.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:25.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:25.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:25.017 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:25.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:25.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:25.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:25.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:25.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:25.035 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:25.035 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:25.035 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:25.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:25.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:25.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:25.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:25.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 12:46:25.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:25.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:25.048 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:46:25.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:25.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:25.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:25.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:25.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:25.084 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:25.084 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:46:25.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:25.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:25.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:25.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:25.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:25.095 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:25.095 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:25.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:25.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:25.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:25.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:25.169 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:25.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:25.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:25.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:25.171 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:25.171 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:25.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:25.172 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:25.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:25.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:25.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:25.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:25.674 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:26.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:26.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:26.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:26.175 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:26.175 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:26.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:26.176 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:26.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:26.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:26.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:26.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:26.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:26.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:26.178 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:26.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 12:46:26.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:26.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:26.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:26.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:26.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:26.200 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:26.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:26.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:26.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:26.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:26.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:26.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:26.204 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:26.204 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:26.235 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:26.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:26.236 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:26.236 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:26.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:26.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:26.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:26.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:26.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:26.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:26.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:27.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:27.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:27.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:27.241 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:27.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:27.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:27.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:27.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:27.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:27.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:27.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:27.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:27.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:27.244 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:27.244 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:46:27.244 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:46:27.248 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:46:27.258 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:46:27.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:27.259 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.259 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:27.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 12:46:27.260 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.260 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:27.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.261 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:27.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.261 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 12:46:27.261 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.261 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 12:46:27.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:27.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:27.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.262 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:27.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:27.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:27.263 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:27.263 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:27.263 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:27.264 DEBUG [main][MenuItemLookup] Item match:File 12:46:27.265 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:27.265 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:27.268 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:27.269 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.269 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:27.269 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:27.269 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:46:27.269 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.269 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:27.269 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:27.269 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:27.269 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:27.269 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:27.269 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:27.269 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:27.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:46:27.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:46:27.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:46:27.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:27.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:27.407 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:27.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:46:27.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:27.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:27.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:27.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 12:46:27.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:27.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:27.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:27.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:27.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:27.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:27.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:27.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:27.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 12:46:27.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:46:27.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:27.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:27.915 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:46:27.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 12:46:27.916 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:46:27.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:27.916 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 12:46:27.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:27.916 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:46:27.917 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Shapes Diagram 12:46:27.917 DEBUG [main][TreeItemHandler] Selecting tree item: Shapes Diagram 12:46:27.917 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Shapes Diagram about selection 12:46:27.921 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Shapes Diagram 12:46:27.921 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:27.921 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:27.922 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:27.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:27.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:27.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:27.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:27.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:27.925 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:27.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:27.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:27.925 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:27.925 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:27.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:46:27.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 12:46:27.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:46:27.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:27.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:27.980 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:46:27.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:27.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:46:27.980 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:27.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:27.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:27.981 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:46:27.981 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:27.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:27.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:27.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.000 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:28.000 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:28.001 INFO [WorkbenchTestable][AbstractText] Text set to: test.shapes 12:46:28.009 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:46:28.010 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 12:46:28.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.ExampleWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:28.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:28.015 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:28.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:28.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:28.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:28.015 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:28.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:28.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:28.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:46:28.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:46:28.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:46:28.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:28.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:28.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:46:28.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:28.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@14956ac8 is found... 12:46:28.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@14956ac8 is found finished successfully 12:46:28.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.shapes\E') 12:46:28.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:28.249 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:28.249 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:28.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.251 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:28.251 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.253 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 12:46:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:28.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:28.253 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 12:46:28.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:28.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:28.256 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:28.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:28.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:28.282 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:28.283 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.284 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:28.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.286 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 12:46:28.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:28.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:28.287 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 12:46:28.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:28.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.288 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.288 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:28.288 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:28.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:28.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:28.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test/test.shapes - Eclipse Platform TooltipText=null 12:46:28.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:28.290 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:28.291 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 12:46:28.291 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:28.291 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.292 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:28.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.348 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:28.348 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.356 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 619605930 ) 12:46:28.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 12:46:28.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 12:46:28.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.366 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:28.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 12:46:28.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:28.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:28.377 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 12:46:28.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:28.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:28.378 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:28.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:28.406 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:28.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:28.407 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 0] 12:46:28.407 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:28.407 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.408 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:28.408 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.443 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:28.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.445 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 475172655 ) 12:46:28.445 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 475172655 ) 12:46:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 12:46:28.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 12:46:28.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.452 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:28.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 12:46:28.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:28.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:28.454 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 12:46:28.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:28.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.455 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.455 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:28.455 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:28.455 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:28.482 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:28.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:28.483 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 200] 12:46:28.483 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:28.483 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.484 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:28.484 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.492 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:28.492 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.492 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 2141012147 ) 12:46:28.492 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 2141012147 ) 12:46:28.492 INFO [main][AbstractEditor] New edit part ShapeEditPart( Ellipse 2141012147 ) 12:46:28.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3... 12:46:28.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 3 finished successfully 12:46:28.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.535 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:28.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 12:46:28.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:28.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:28.552 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 12:46:28.552 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:28.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:28.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:28.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:28.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:28.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:28.553 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:28.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:28.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:28.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:28.577 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 200] 12:46:28.577 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:28.577 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.578 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:28.578 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.586 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:28.586 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.587 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 1787546468 ) 12:46:28.587 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 1787546468 ) 12:46:28.587 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 1787546468 ) 12:46:28.587 INFO [main][AbstractEditor] New edit part ShapeEditPart( Rectangle 1787546468 ) 12:46:28.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4... 12:46:28.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 4 finished successfully 12:46:28.592 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:28.592 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:28.592 INFO [WorkbenchTestable][AbstractEditor] Save editor 12:46:28.592 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.shapes - Eclipse Platform 12:46:28.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:28.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:28.593 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.shapes - Eclipse Platform' 12:46:28.593 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test/test.shapes - Eclipse Platform' 12:46:28.593 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:28.593 DEBUG [main][MenuItemLookup] Item match:File 12:46:28.594 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:28.595 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 12:46:28.595 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 12:46:28.595 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 12:46:28.595 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:28.595 DEBUG [main][MenuItemLookup] Found menu:'Close Ctrl+W' 12:46:28.595 DEBUG [main][MenuItemLookup] Found menu:'Close All Shift+Ctrl+W' 12:46:28.595 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:28.595 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 12:46:28.595 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 12:46:28.637 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 12:46:28.637 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 12:46:28.637 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 12:46:28.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 12:46:28.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 12:46:28.664 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:28.664 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:28.664 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 12:46:28.664 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:28.706 DEBUG [main][MenuItemLookup] Found menu:'Undo shape creation' 12:46:28.707 DEBUG [main][MenuItemLookup] Item match:Undo shape creation 12:46:28.707 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Undo shape creation" 12:46:28.707 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Undo shape creation 12:46:28.707 INFO [main][MenuItemHandler] Select menu item: &Undo shape creation 12:46:28.716 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:46:28.717 DEBUG [main][EditorHandler] 1 editor(s) found 12:46:28.736 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.shapes 12:46:28.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 12:46:29.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 12:46:29.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:46:29.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:29.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:29.284 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:29.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:29.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:29.284 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:46:29.284 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:29.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:29.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:29.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:46:29.285 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:29.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:29.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:29.286 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:46:29.286 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:29.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:29.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:29.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:29.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:29.287 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:46:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:29.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:29.288 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:29.288 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:29.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:46:29.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:46:29.370 DEBUG [WorkbenchTestable][EditorHandler] Editor test.shapes is closed 12:46:29.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:29.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:29.374 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:29.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:29.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:29.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:29.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:29.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:29.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:29.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:29.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:29.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:29.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:29.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:29.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:29.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:29.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:29.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:29.420 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:29.420 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:29.420 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:29.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:29.421 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:29.422 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:29.422 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:29.422 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:29.423 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:29.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:29.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:29.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:29.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:29.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:30.425 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:30.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:30.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:30.426 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:30.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:30.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:30.427 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:30.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:30.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:30.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:30.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:30.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:30.428 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:30.428 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:30.429 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:30.429 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:30.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:30.430 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:30.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:30.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:30.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:30.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:30.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:31.431 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:31.432 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:31.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:31.432 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:31.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:31.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:31.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:31.434 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:31.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:31.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:31.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:31.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:31.434 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:31.435 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:31.435 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:31.435 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:31.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:31.436 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:31.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:31.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:31.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:31.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:31.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:31.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:31.437 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:46:31.437 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:46:31.437 DEBUG [main][TreeItemHandler] Set Tree selection 12:46:31.441 DEBUG [main][TreeHandler] Notify Tree about selection event 12:46:31.451 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:46:31.453 DEBUG [WorkbenchTestable][TreeItemHandler] test 12:46:31.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:31.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:31.495 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:31.495 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:31.495 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:31.496 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:31.496 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:31.496 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:31.496 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:31.496 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:31.496 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:46:31.496 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:46:31.496 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:31.496 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:46:31.496 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:46:31.496 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:31.496 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:46:31.496 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:46:31.496 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:46:31.496 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:46:31.496 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:46:31.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:31.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:46:31.497 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:46:31.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:31.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:31.998 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:46:31.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:31.998 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:31.998 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:32.034 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:32.034 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:32.035 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:32.035 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:32.035 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:32.035 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:32.035 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:32.035 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:32.035 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:46:32.035 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:46:32.035 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:46:32.035 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:46:32.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:46:32.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:46:32.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:46:32.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:32.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:32.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:46:32.686 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:32.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:32.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:32.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:32.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:32.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:32.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:32.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:32.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:32.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:32.688 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:46:32.688 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:46:32.688 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:46:32.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:32.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:32.689 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:32.689 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:32.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:46:32.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:32.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:32.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:32.690 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:32.690 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:32.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:32.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:32.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:32.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:32.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:32.692 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:46:32.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:32.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:32.692 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:32.692 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:32.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:46:32.698 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:46:33.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:46:33.200 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:46:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:33.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:46:33.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:33.200 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:33.200 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:33.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:33.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:33.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:46:33.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 12:46:33.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:46:33.203 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:46:33.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:33.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:33.204 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shapesDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) 12:46:33.206 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.gef.test.GEFEditorTest 12:46:33.207 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:46:33.207 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:46:33.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:33.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.747 s - in org.eclipse.reddeer.gef.test.GEFEditorTest logicDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) Time elapsed: 14.914 s shapesDiagramTest no-configuration(org.eclipse.reddeer.gef.test.GEFEditorTest) Time elapsed: 8.503 s Running org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest testMacthingEditPartWithNoLabel(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest) Time elapsed: 0.004 s testMacthingEditPartWithTextFlowLabel(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest) Time elapsed: 0.001 s testMacthingEditPartWithSimpleLabel(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest) Time elapsed: 0 s testMacthingEditPartWithSimpleLabelByRegex(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithLabelTest) Time elapsed: 0 s Running org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest testMacthingEditPartWithHigherParent(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest) Time elapsed: 0.002 s testMacthingEditPartWithParent(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithParentTest) Time elapsed: 0 s Running org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest testMacthingEditPartWithLabelTooltip(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0.003 s testMacthingEditPartWithLabelTooltipByRegex(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0.001 s testMacthingEditPartWithTextFlowTooltip(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0.002 s testMacthingEditPartWithNullTooltip(org.eclipse.reddeer.gef.test.matcher.IsEditPartWithTooltipTest) Time elapsed: 0 s Running org.eclipse.reddeer.gef.test.EditPartTest 12:46:33.306 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.gef.test.EditPartTest 12:46:33.307 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:46:33.308 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:33.308 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 12:46:33.308 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:46:33.308 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:46:33.309 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:33.309 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:46:33.309 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:33.310 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:46:33.310 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:33.310 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:46:33.310 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:46:33.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:46:33.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.311 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:46:33.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:33.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:33.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:33.349 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:33.349 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:33.350 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:33.350 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:46:33.350 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:46:33.350 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:46:33.350 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:46:33.350 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:46:33.350 DEBUG [main][MenuItemLookup] Item match:Window 12:46:33.352 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:46:33.352 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:46:33.352 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:46:33.352 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:33.352 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:46:33.352 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:46:33.352 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:33.352 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:46:33.352 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:33.353 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:46:33.353 DEBUG [main][MenuItemLookup] Item match:Preferences 12:46:33.353 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:46:33.353 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:46:33.353 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:46:33.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:46:33.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:46:33.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:46:33.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:33.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:33.474 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:46:33.474 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.475 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:46:33.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:33.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:33.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:33.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:33.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:33.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:46:33.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:33.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:33.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:33.499 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:46:33.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:33.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:33.499 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:33.499 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:33.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:33.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:33.568 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:33.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:33.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:33.568 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:46:33.568 DEBUG [main][EditorHandler] 0 editor(s) found 12:46:33.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.573 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:33.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:33.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:33.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:33.578 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:33.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:33.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:33.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.582 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:33.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:33.582 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:33.582 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:33.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:33.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:33.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:33.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:33.598 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:33.598 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:33.599 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:33.600 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:46:33.600 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:33.600 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:33.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:33.601 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:46:33.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:33.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:33.603 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:33.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:33.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:33.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:46:33.604 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:33.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:33.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:33.633 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:33.633 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:46:33.633 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:33.633 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 12:46:33.633 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 12:46:33.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:46:33.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:33.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:33.634 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:33.634 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:33.634 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.635 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:33.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.635 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:46:33.635 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.636 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:33.636 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.636 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:33.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:33.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:46:33.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:33.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.638 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:33.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:33.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:33.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:33.638 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:33.638 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:33.639 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:33.639 DEBUG [main][MenuItemLookup] Item match:File 12:46:33.641 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:33.641 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:33.645 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:33.645 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:33.645 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:33.645 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:33.645 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:46:33.645 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:33.645 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:33.645 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:33.645 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:33.645 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:33.645 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:33.645 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:33.646 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:33.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:46:33.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:46:33.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:46:33.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:33.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:33.745 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:33.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:46:33.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:33.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:33.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:33.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:33.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:46:33.759 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:46:33.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:33.759 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:46:33.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:33.760 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:46:33.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:46:33.760 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:46:33.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:33.760 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:46:33.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:33.760 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:46:33.761 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:46:33.761 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:46:33.761 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:46:33.765 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:46:33.765 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:33.765 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:33.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:33.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:33.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:33.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:33.768 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:33.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:33.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:33.769 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:33.769 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:33.802 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:33.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.802 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:46:33.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:46:33.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:46:33.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:33.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:33.803 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:46:33.803 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:33.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:46:33.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:33.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:33.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:33.804 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:46:33.804 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:33.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:33.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:33.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:33.809 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:33.810 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:46:33.811 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:46:33.811 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 12:46:33.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.GeneralProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:33.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:33.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.815 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:33.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:33.816 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:33.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:33.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:33.816 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:33.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:33.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:33.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:33.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:33.898 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:46:33.898 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:46:33.898 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:33.898 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:33.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:33.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.935 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:33.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.939 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.939 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:33.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:33.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:33.939 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:33.939 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:33.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:33.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:33.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:33.945 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:33.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:33.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:33.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:33.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:33.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:33.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 12:46:33.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.970 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:46:33.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:33.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:33.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:33.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:33.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:33.993 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:33.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:46:33.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:33.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:34.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:34.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:34.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:34.002 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:34.002 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:34.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:34.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:34.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:34.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:34.029 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:34.029 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:34.032 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:34.033 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:46:34.033 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:34.033 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:34.034 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:34.035 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:46:34.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:34.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:34.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:34.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:34.537 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:46:34.538 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:34.538 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:34.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:34.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:46:34.540 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:34.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:34.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:34.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:46:34.542 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:34.542 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:34.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:34.543 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:46:34.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:34.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:34.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:35.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:35.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:35.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:35.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:35.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:35.546 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:35.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:35.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:35.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:46:35.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:35.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:35.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:35.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:35.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:35.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:35.554 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:35.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 12:46:35.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:35.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:35.558 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:35.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:35.559 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:35.560 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:35.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:35.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:35.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:35.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:35.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:35.563 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:35.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:35.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:35.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:35.605 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:35.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:35.612 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:35.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:35.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:35.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:35.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:36.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:36.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:36.621 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:36.622 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:36.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:36.623 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:36.623 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:36.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:36.625 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:36.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:36.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:36.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:36.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:36.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:36.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:36.626 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:36.627 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:46:36.627 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:46:36.635 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:46:36.658 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:46:36.660 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:36.660 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:36.660 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:36.660 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:36.661 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 12:46:36.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:36.661 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:36.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:36.661 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:36.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:36.662 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 12:46:36.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:36.664 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 12:46:36.665 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:36.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:36.665 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:36.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:36.665 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:36.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:36.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:36.666 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:36.666 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:36.667 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:36.667 DEBUG [main][MenuItemLookup] Item match:File 12:46:36.671 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:36.671 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:36.677 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:36.677 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:36.677 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:36.677 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:36.677 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:46:36.677 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:36.677 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:36.677 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:36.677 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:36.677 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:36.693 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:36.693 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:36.693 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:36.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:46:36.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:46:36.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:46:36.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:36.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:36.797 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:36.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:36.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:46:36.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:36.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:36.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:36.797 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 12:46:36.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:36.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:36.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:36.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:36.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:36.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:36.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:36.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:36.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 12:46:36.811 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:46:36.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:37.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:37.314 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:46:37.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 12:46:37.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:46:37.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:37.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 12:46:37.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:37.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:46:37.316 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 12:46:37.316 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 12:46:37.317 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 12:46:37.320 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 12:46:37.320 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:37.320 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:37.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:37.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:37.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:37.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:37.323 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:37.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:37.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:37.323 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:37.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:37.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:46:37.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 12:46:37.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:46:37.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:37.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:37.377 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:46:37.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:37.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:46:37.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:37.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:37.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:37.377 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:46:37.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:37.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:37.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:37.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:37.397 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:37.397 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 12:46:37.398 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:46:37.398 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 12:46:37.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.ExampleWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:37.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:37.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:37.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:37.411 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:37.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:37.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:37.411 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:37.411 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:37.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:37.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:37.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:37.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:46:37.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:46:37.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:46:37.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:46:37.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:37.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:37.652 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:46:37.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:37.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@623de2e2 is found... 12:46:37.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@623de2e2 is found finished successfully 12:46:37.661 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:37.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:37.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:37.667 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:37.668 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:37.668 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:37.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.670 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:37.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:37.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:37.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:37.684 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:37.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:37.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:37.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:37.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:37.686 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:37.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:37.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:37.696 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:37.697 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 12:46:37.697 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:37.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:37.697 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:37.698 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:37.736 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:37.736 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:37.739 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #2 Text=Label ) 12:46:37.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 12:46:37.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 12:46:37.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.767 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:37.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:37.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:37.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:37.772 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:37.772 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:37.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:37.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:37.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:37.796 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:37.796 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:37.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:37.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:37.833 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 12:46:37.833 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:37.833 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:37.834 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:37.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:37.854 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:37.854 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:37.856 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #3 Text=Label ) 12:46:37.856 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #3 Text=Label ) 12:46:37.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 12:46:37.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 12:46:37.868 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:37.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:37.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:37.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:37.883 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:37.883 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:37.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:37.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:37.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:37.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:37.900 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:37.900 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:37.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:37.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:37.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:37.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:37.940 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:37.940 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:37.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.gef.impl.editpart.LabeledEditPart, index 0 and no matchers specified 12:46:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:37.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:37.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:37.975 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:37.975 INFO [WorkbenchTestable][AbstractText] Text set to: Foo 12:46:37.978 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 12:46:37.978 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:37.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:37.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:37.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:37.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:37.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:37.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:37.998 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:37.998 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:38.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.gef.impl.editpart.LabeledEditPart, index 0 and no matchers specified 12:46:38.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:38.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:38.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:38.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:38.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:38.019 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:38.019 INFO [WorkbenchTestable][AbstractText] Text set to: Hello 12:46:38.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 12:46:38.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:38.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:38.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:38.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:38.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:38.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:38.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:38.033 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:38.033 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:38.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:38.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:38.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:38.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:38.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:38.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:38.051 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:38.051 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:38.058 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:46:38.059 DEBUG [main][EditorHandler] 1 editor(s) found 12:46:38.059 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 12:46:38.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 12:46:38.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 12:46:38.607 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:46:38.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:38.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:38.609 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:38.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:38.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:38.610 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:46:38.610 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:38.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:38.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:38.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:46:38.611 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:38.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:38.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:38.611 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:46:38.611 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:38.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:38.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:38.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:38.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:38.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:38.613 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:46:38.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:38.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:38.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:38.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:38.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:46:38.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:46:38.714 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 12:46:38.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:38.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:38.718 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:38.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:38.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:38.728 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:38.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:38.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:38.728 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:38.729 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:38.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:38.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:38.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:38.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:38.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:38.735 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:38.735 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:38.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:38.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:38.762 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:38.762 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:38.763 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:38.764 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:38.764 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:38.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:38.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:38.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:38.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:38.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:38.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:39.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:39.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:39.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:39.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:39.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:39.767 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:39.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:39.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:39.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:39.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:39.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:39.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:39.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:39.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:39.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:39.770 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:39.771 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:39.771 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:39.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:39.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:39.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:39.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:39.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:40.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:40.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:40.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:40.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:40.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:40.775 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:40.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:40.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:40.776 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:40.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:40.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:40.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:40.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:40.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:40.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:40.778 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:40.778 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:40.778 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:40.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:40.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:40.780 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:40.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:40.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:40.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:40.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:40.781 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:40.781 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:46:40.781 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:46:40.781 DEBUG [main][TreeItemHandler] Set Tree selection 12:46:40.785 DEBUG [main][TreeHandler] Notify Tree about selection event 12:46:40.793 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:46:40.795 DEBUG [WorkbenchTestable][TreeItemHandler] test 12:46:40.795 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:40.795 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:40.841 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:40.842 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:40.842 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:40.842 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:40.842 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:40.842 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:40.842 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:40.843 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:40.843 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:46:40.843 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:46:40.843 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:40.843 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:46:40.843 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:46:40.843 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:40.843 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:46:40.843 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:46:40.843 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:46:40.843 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:46:40.844 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:46:40.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:40.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:46:41.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:41.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:41.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:46:41.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:41.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:41.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:41.387 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:41.387 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:41.387 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:41.387 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:41.387 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:41.387 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:41.387 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:41.387 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:41.387 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:46:41.388 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:46:41.388 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:46:41.388 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:46:41.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:46:42.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:46:42.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:46:42.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:42.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:46:42.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:42.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:42.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:42.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:42.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:42.025 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:46:42.025 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:46:42.025 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:46:42.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:42.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:42.025 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:42.025 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:42.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:46:42.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:42.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:42.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:42.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:42.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:42.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:42.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:42.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:42.029 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:46:42.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:42.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:42.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:42.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:42.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:46:42.035 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:46:42.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:46:42.536 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:46:42.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:42.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:46:42.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:42.537 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:42.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:42.537 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:42.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:42.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:42.538 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:46:42.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 12:46:42.539 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:46:42.539 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:46:42.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:42.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:42.540 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 12:46:42.540 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:42.540 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 12:46:42.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 12:46:42.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:46:42.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:42.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:42.540 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:42.541 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:42.541 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:42.541 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:42.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:42.542 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:46:42.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:42.542 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:42.542 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:42.543 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:42.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:42.543 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:42.543 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:42.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:46:42.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:42.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:42.544 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:42.544 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:42.545 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:42.545 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:42.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:42.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:42.560 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:42.560 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:42.560 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:42.561 DEBUG [main][MenuItemLookup] Item match:File 12:46:42.563 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:42.563 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:42.566 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:42.566 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:42.566 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:42.566 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:42.566 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:46:42.566 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:42.566 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:42.566 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:42.566 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:42.566 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:42.567 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:42.567 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:42.567 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:42.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:46:42.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:46:42.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:46:42.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:42.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:42.663 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:42.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:42.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:46:42.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:42.663 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:42.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:42.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:42.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:42.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:46:42.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:46:42.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:42.669 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:46:42.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:42.669 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:46:42.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:46:42.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:46:42.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:42.670 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:46:42.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:42.670 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:46:42.670 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:46:42.682 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:46:42.683 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:46:42.695 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:46:42.695 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:42.695 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:42.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:42.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:42.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:42.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:42.698 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:42.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:42.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:42.698 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:42.699 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:42.734 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:42.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:42.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:42.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:46:42.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:46:42.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:46:42.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:42.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:42.737 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:46:42.737 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:42.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:46:42.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:42.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:42.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:42.737 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:46:42.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:42.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:42.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:42.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:42.742 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:42.743 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:46:42.755 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:46:42.755 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 12:46:42.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.GeneralProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:42.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:42.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:42.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:42.760 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:42.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:42.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:42.760 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:42.760 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:42.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:42.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:42.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:46:42.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:46:42.832 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:46:42.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:42.833 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:42.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:42.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.851 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:42.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:42.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:42.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:42.854 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:42.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:42.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:42.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:42.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:42.856 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:42.856 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:42.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:42.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:42.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:42.857 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:42.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 12:46:42.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.863 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:46:42.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:42.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:42.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:42.894 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:42.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:46:42.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:42.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:42.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:42.899 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:42.899 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:42.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:42.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:42.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:42.925 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:42.927 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:42.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:42.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:42.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:46:42.928 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:42.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:42.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:42.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:46:42.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:42.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:42.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:42.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:43.430 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:46:43.430 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:43.431 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:43.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:43.432 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:46:43.432 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:43.432 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:43.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:43.433 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:46:43.433 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:43.433 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:43.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:43.434 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:46:43.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:43.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:43.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:43.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:43.935 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:44.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:44.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:44.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:44.437 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:44.437 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:44.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:44.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:46:44.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:44.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:44.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:44.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:44.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:44.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:44.445 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:44.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 12:46:44.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:44.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:44.449 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:44.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:44.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:44.450 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:44.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:44.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:44.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:44.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:44.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:44.453 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:44.453 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:44.453 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:44.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:44.488 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:44.488 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:44.488 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:44.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:44.489 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:44.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:44.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:44.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:44.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:44.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:45.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:45.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:45.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:45.492 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:45.492 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:45.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:45.493 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:45.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:45.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:45.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:45.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:45.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:45.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:45.494 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:45.494 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:46:45.494 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:46:45.497 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:46:45.506 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:46:45.507 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:45.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:45.507 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:45.507 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:45.508 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 12:46:45.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:45.508 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:45.508 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:45.509 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:45.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:45.509 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 12:46:45.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:45.509 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 12:46:45.510 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:45.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:45.510 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:45.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:45.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:45.511 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:45.511 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:45.511 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:45.511 DEBUG [main][MenuItemLookup] Item match:File 12:46:45.513 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:45.513 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:45.517 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:45.517 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:45.517 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:45.517 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:45.517 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:46:45.517 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:45.517 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:45.517 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:45.517 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:45.517 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:45.517 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:45.517 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:45.517 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:45.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:46:45.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:46:45.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:46:45.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:45.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:45.628 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:45.628 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:45.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:46:45.628 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:45.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:45.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:45.629 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 12:46:45.629 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:45.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:45.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:45.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:45.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:45.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:45.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:45.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:45.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 12:46:45.631 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:46:45.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:46.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:46.134 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:46:46.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 12:46:46.135 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:46:46.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:46.136 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 12:46:46.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:46.136 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:46:46.137 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 12:46:46.137 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 12:46:46.137 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 12:46:46.141 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 12:46:46.141 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:46.141 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:46.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:46.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:46.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:46.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:46.144 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:46.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:46.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:46.144 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:46.144 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:46.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:46:46.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 12:46:46.200 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:46:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:46.201 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:46:46.201 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:46.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:46:46.201 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:46.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:46:46.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:46.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:46.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:46.209 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:46.210 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:46.210 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 12:46:46.211 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:46:46.211 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 12:46:46.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.ExampleWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:46.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:46.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:46.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:46.215 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:46.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:46.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:46.216 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:46.216 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:46.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:46.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:46.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:46.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:46.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:46.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:46:46.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:46.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@799cb1b is found... 12:46:46.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@799cb1b is found finished successfully 12:46:46.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:46.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:46.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:46.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:46.750 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:46.750 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:46.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.752 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:46.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:46.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:46.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:46.775 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:46.775 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:46.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:46.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:46.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:46.777 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:46.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:46.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:46.787 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:46.788 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 12:46:46.788 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:46.788 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:46.810 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:46.810 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:46.832 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:46.832 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:46.834 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #3 Value=0 ) 12:46:46.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 12:46:46.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 12:46:46.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.854 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:46.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:46.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:46.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:46.859 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:46.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:46.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:46.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:46.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:46.861 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:46.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:46.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:46.894 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:46.894 INFO [WorkbenchTestable][ViewerHandler] Click at [100, 100] 12:46:46.894 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:46.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:46.896 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:46.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:46.920 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:46.920 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:46.921 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #4 Value=0 ) 12:46:46.922 INFO [main][AbstractEditor] New edit part LEDEditPart( LED #4 Value=0 ) 12:46:46.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 12:46:46.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 12:46:46.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.929 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:46.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.931 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:46.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:46.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:46.935 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:46.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:46.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:46.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:46.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:46.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:46.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:46.961 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:46.961 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:46.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:46.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:47.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:47.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:47.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:47.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:47.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:47.017 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part test.logic 12:46:47.042 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:47.042 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:47.043 INFO [WorkbenchTestable][ViewerHandler] Click at [30, 121] 12:46:47.043 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:47.043 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:47.044 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:47.044 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:47.046 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:47.046 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:47.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:47.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:47.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:47.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:47.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:47.053 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:47.054 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:47.054 INFO [WorkbenchTestable][ViewerHandler] Click at [130, 121] 12:46:47.054 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:47.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:47.054 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:47.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:47.066 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:47.066 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:47.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:47.070 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:47.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:47.072 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:47.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:47.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:47.101 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:47.102 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:47.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:47.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:47.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:47.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:47.104 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:47.104 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:47.143 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:47.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:47.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:47.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:47.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:47.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:47.161 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:47.161 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part test.logic 12:46:47.188 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:47.189 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:47.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:47.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:47.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:47.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:47.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:47.246 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:47.246 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:47.246 INFO [WorkbenchTestable][ViewerHandler] Click at [86, 121] 12:46:47.246 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:47.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:47.248 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:47.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:47.259 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:47.259 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:47.260 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 12:46:47.260 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:47.285 DEBUG [main][MenuItemLookup] Found menu:'Undo Connection change' 12:46:47.285 DEBUG [main][MenuItemLookup] Found menu:'Redo' 12:46:47.285 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:47.285 DEBUG [main][MenuItemLookup] Found menu:'Paste' 12:46:47.285 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:46:47.286 DEBUG [main][MenuItemLookup] Item match:Delete 12:46:47.288 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 12:46:47.288 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 12:46:47.288 INFO [main][MenuItemHandler] Select menu item: &Delete 12:46:47.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:47.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:47.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:47.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:47.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:47.301 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:47.301 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:47.301 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:46:47.302 DEBUG [main][EditorHandler] 1 editor(s) found 12:46:47.302 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 12:46:47.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 12:46:47.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 12:46:47.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:46:47.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:47.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:47.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:47.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:47.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:47.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:46:47.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:47.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:47.866 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:46:47.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:47.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:47.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:47.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:46:47.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:47.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:47.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:47.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:47.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:47.867 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:46:47.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:47.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:47.867 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:47.868 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:47.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:46:47.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:46:47.960 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 12:46:47.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:47.963 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:47.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:47.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:47.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:47.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:47.984 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:47.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:47.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:47.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:47.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:47.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:47.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:47.988 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:47.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:48.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:48.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:48.013 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:48.013 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:48.013 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:48.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:48.014 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:48.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:48.014 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:48.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:48.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:48.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:48.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:48.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:48.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:49.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:49.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:49.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:49.017 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:49.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:49.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:49.018 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:49.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:49.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:49.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:49.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:49.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:49.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:49.019 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:49.019 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:49.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:49.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:49.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:49.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:49.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:49.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:49.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:49.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:50.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:50.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:50.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:50.022 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:50.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:50.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:50.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:50.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:50.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:50.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:50.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:50.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:50.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:50.024 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:50.024 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:50.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:50.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:50.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:50.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:50.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:50.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:50.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:50.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:50.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:50.025 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:46:50.025 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:46:50.026 DEBUG [main][TreeItemHandler] Set Tree selection 12:46:50.030 DEBUG [main][TreeHandler] Notify Tree about selection event 12:46:50.039 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:46:50.040 DEBUG [WorkbenchTestable][TreeItemHandler] test 12:46:50.040 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:50.040 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:50.078 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:50.078 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:50.078 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:50.078 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:50.078 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:50.078 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:50.078 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:50.078 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:50.078 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:46:50.078 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:46:50.078 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:50.078 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:46:50.078 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:46:50.078 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:50.078 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:46:50.078 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:46:50.079 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:46:50.079 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:46:50.079 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:46:50.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:50.079 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:46:50.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:50.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:50.580 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:46:50.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:50.580 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:50.580 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:50.612 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:50.612 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:50.612 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:50.612 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:50.612 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:50.613 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:50.613 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:50.613 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:50.613 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:46:50.613 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:46:50.613 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:46:50.613 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:46:50.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:46:51.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:46:51.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:46:51.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:51.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:51.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:46:51.179 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:51.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:51.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:51.179 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:51.179 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:51.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:51.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:51.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:51.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:51.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:51.180 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:46:51.180 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:46:51.180 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:46:51.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:51.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:51.180 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:51.180 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:51.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:46:51.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:51.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:51.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:51.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:51.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:51.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:51.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:51.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:51.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:51.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:51.183 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:46:51.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:51.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:51.183 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:51.183 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:51.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:46:51.189 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:46:51.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:46:51.690 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:46:51.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:51.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:46:51.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:51.690 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:51.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:51.691 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:51.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:51.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:51.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:46:51.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 12:46:51.693 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:46:51.693 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:46:51.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:51.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:51.693 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 12:46:51.693 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:46:51.694 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 12:46:51.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 12:46:51.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:46:51.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:46:51.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:46:51.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:46:51.695 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:51.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.695 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:51.695 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.695 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:46:51.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.696 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:51.696 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.696 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:51.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.697 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:51.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.697 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:46:51.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.698 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:51.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.698 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:51.698 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:51.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:51.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:51.713 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:51.713 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:51.713 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:51.714 DEBUG [main][MenuItemLookup] Item match:File 12:46:51.715 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:51.715 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:51.718 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:51.718 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:51.718 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:51.718 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:51.718 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:46:51.718 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:51.718 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:51.718 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:51.718 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:51.718 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:51.719 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:51.719 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:51.719 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:51.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:46:51.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:46:51.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:46:51.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:51.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:51.805 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:51.805 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.806 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:46:51.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:51.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:51.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:51.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:51.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:51.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:51.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:51.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:46:51.820 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:46:51.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:51.820 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:46:51.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:51.820 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:46:51.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:46:51.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:46:51.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:51.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:46:51.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:51.821 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:46:51.821 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:46:51.821 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:46:51.822 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:46:51.831 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:46:51.832 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:51.832 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:51.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:51.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:51.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:51.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:51.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:51.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:51.835 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:51.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:51.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:51.835 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:51.835 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:51.867 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:51.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:46:51.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:46:51.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:46:51.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:51.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:51.868 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:46:51.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:51.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:46:51.869 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:51.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:51.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:51.869 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:46:51.869 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:51.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:51.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:51.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:51.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:51.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:51.873 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:51.874 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:46:51.875 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:46:51.875 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 12:46:51.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.GeneralProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:51.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:51.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:51.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:51.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:51.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:51.879 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:51.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:51.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:51.879 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:51.879 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:51.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:51.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:51.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:51.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:46:51.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:46:51.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:46:51.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:51.994 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:51.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:52.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:52.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:52.042 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:52.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:52.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:52.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:52.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:52.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:52.047 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:52.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:52.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:52.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:52.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:52.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:52.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:52.051 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:52.051 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:52.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:52.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:46:52.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:46:52.053 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:46:52.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 12:46:52.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:52.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:52.076 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:46:52.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:52.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:52.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:52.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:52.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:52.099 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:52.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:46:52.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:52.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:52.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:52.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:52.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:52.148 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:52.149 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:52.184 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:52.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:52.185 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:52.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:52.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:52.186 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:52.187 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:52.187 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:52.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:52.188 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:52.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:52.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:52.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:52.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:52.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:53.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:53.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:53.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:53.191 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:46:53.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:46:53.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:53.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:53.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:53.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:53.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:53.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:53.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:53.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:53.194 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:53.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 12:46:53.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:53.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:53.198 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:53.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:53.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:53.213 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:53.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:53.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:53.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:53.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:53.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:53.216 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:53.217 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:53.217 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:53.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:53.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:53.246 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:53.246 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:53.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:53.247 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:53.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:53.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:53.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:53.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:53.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:54.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:54.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:54.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:54.250 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:54.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:54.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:54.251 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:54.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:54.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:54.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:54.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:54.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:54.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:54.253 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:54.253 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:46:54.253 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:46:54.256 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:46:54.265 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:46:54.266 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:54.266 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:54.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:54.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:54.267 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 12:46:54.267 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:54.268 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:54.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:54.268 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:54.268 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:54.269 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: ""] 12:46:54.269 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:54.269 INFO [WorkbenchTestable][ExampleWizard] Opening wizard using top menu 12:46:54.269 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:54.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:54.270 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:46:54.270 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:54.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:54.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:54.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:54.271 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:54.271 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:46:54.271 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:54.271 DEBUG [main][MenuItemLookup] Item match:File 12:46:54.273 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:46:54.273 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:46:54.276 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:46:54.276 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:54.276 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:46:54.276 DEBUG [main][MenuItemLookup] Found menu:'File' 12:46:54.276 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:46:54.276 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:54.276 DEBUG [main][MenuItemLookup] Found menu:'Example...' 12:46:54.276 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:54.276 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:46:54.276 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:46:54.276 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:46:54.276 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:46:54.276 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:46:54.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:46:54.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:46:54.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:46:54.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:54.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:54.368 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:54.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:54.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:46:54.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:54.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:54.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:54.369 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New" as the parent 12:46:54.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:54.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:54.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:54.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:54.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:54.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:54.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:46:54.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:46:54.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children... 12:46:54.372 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:46:54.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:54.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:54.875 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:46:54.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Examples has children finished successfully 12:46:54.876 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Examples 12:46:54.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:46:54.876 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Examples is already expanded. No action performed 12:46:54.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:46:54.877 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Examples 12:46:54.877 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Logic Diagram 12:46:54.877 DEBUG [main][TreeItemHandler] Selecting tree item: Logic Diagram 12:46:54.878 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Logic Diagram about selection 12:46:54.882 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Logic Diagram 12:46:54.882 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:46:54.882 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:46:54.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:46:54.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:54.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:54.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:54.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:54.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:54.884 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:46:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:54.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:54.885 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:54.885 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 12:46:54.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 12:46:54.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 12:46:54.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:54.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:54.940 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:46:54.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:46:54.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 12:46:54.941 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:54.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:54.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:54.941 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 12:46:54.941 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:54.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:54.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:54.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:54.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:54.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:54.960 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:54.961 INFO [WorkbenchTestable][AbstractText] Text set to: test.logic 12:46:54.971 TRACE [WorkbenchTestable][ExampleWizard] Shell is not null and is not disposed 12:46:54.971 INFO [WorkbenchTestable][ExampleWizard] Finish wizard 12:46:54.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.gef.test.wizard.ExampleWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:46:54.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:54.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:54.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:54.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:54.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:54.975 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:46:54.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:54.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:54.976 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:54.976 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:54.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:46:55.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:46:55.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:55.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:55.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:55.483 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:46:55.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:55.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@58a677a9 is found... 12:46:55.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@58a677a9 is found finished successfully 12:46:55.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:55.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:55.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:55.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:55.491 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:55.491 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:55.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.493 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:55.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.495 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:55.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:55.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:55.515 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:55.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:55.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:55.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:55.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:55.517 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:55.517 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:55.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:55.528 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:55.528 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 0] 12:46:55.528 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:55.528 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:55.529 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:55.529 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:55.560 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:55.560 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:55.562 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #4 Text=Label ) 12:46:55.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 12:46:55.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 12:46:55.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.584 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:46:55.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test/test.logic - Eclipse Platform 12:46:55.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:55.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:55.608 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test/test.logic - Eclipse Platform' 12:46:55.608 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:46:55.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:55.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:55.610 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:55.610 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:46:55.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:46:55.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:55.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:55.643 INFO [WorkbenchTestable][ViewerHandler] Click at [0, 100] 12:46:55.643 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:46:55.643 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:55.644 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:46:55.644 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:55.664 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:46:55.664 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:55.666 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #5 Text=Label ) 12:46:55.666 INFO [main][AbstractEditor] New edit part LogicLabelEditPart( Label #5 Text=Label ) 12:46:55.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2... 12:46:55.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 2 finished successfully 12:46:55.678 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:55.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:55.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:55.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:55.685 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:55.685 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:55.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:55.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:55.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:55.700 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:55.701 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:55.701 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:55.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:55.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:55.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:55.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:55.715 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:55.715 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:55.749 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.gef.impl.editpart.LabeledEditPart, index 0 and no matchers specified 12:46:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:55.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:55.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:55.749 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:55.749 INFO [WorkbenchTestable][AbstractText] Text set to: Foo 12:46:55.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 12:46:55.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:55.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:55.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:55.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:55.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:55.771 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:55.771 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:55.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.gef.impl.editpart.LabeledEditPart, index 0 and no matchers specified 12:46:55.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:55.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:55.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:46:55.791 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:46:55.792 INFO [WorkbenchTestable][AbstractText] Text set to: Hello 12:46:55.793 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 14 12:46:55.793 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:55.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:55.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:55.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:55.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:55.805 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:55.805 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:55.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:55.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:55.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:55.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:55.820 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:55.820 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:55.823 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 35 12:46:55.823 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:55.847 DEBUG [main][MenuItemLookup] Found menu:'Undo' 12:46:55.847 DEBUG [main][MenuItemLookup] Found menu:'Redo' 12:46:55.847 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:55.847 DEBUG [main][MenuItemLookup] Found menu:'Paste' 12:46:55.847 DEBUG [main][MenuItemLookup] Found menu:'Delete' 12:46:55.847 DEBUG [main][MenuItemLookup] Item match:Delete 12:46:55.848 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete" 12:46:55.848 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete 12:46:55.848 INFO [main][MenuItemHandler] Select menu item: &Delete 12:46:55.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest.logic\E') 12:46:55.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:55.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:55.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:55.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:55.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:55.863 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:55.863 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:46:55.868 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:46:55.869 DEBUG [main][EditorHandler] 1 editor(s) found 12:46:55.869 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test.logic 12:46:55.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 12:46:56.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 12:46:56.416 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 12:46:56.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:56.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:56.419 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:56.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:56.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:56.420 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:46:56.420 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:56.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:56.421 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:56.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:46:56.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:56.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:56.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:56.421 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 12:46:56.421 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:56.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:56.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:56.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:56.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:56.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:56.423 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:46:56.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:56.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:56.423 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:56.423 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:56.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:46:56.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:46:56.517 DEBUG [WorkbenchTestable][EditorHandler] Editor test.logic is closed 12:46:56.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:56.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:56.520 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:46:56.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:56.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:56.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:46:56.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:56.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:56.530 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:46:56.530 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:46:56.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:56.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:56.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:56.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:56.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:46:56.534 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:56.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:56.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:56.560 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:56.560 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:56.560 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:56.561 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:56.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:56.562 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:56.562 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:56.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:56.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:56.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:56.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:56.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:57.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:57.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:57.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:57.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:57.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:57.566 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:57.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:57.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:57.568 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:57.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:57.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:57.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:57.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:57.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:57.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:57.569 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:57.570 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:57.570 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:57.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:57.571 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:57.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:57.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:57.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:58.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:58.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:58.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:58.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:46:58.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:46:58.574 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:58.574 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:58.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:58.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:58.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:58.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:58.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:58.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:58.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:58.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:58.577 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:46:58.578 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:46:58.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:46:58.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:46:58.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:46:58.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:46:58.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:58.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:58.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:58.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:58.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:46:58.581 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:46:58.581 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:46:58.581 DEBUG [main][TreeItemHandler] Set Tree selection 12:46:58.584 DEBUG [main][TreeHandler] Notify Tree about selection event 12:46:58.592 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:46:58.594 DEBUG [WorkbenchTestable][TreeItemHandler] test 12:46:58.594 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:58.594 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:58.630 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:58.630 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:58.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:58.630 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:58.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:58.630 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:58.630 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:58.630 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:58.630 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:46:58.630 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:46:58.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:58.630 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:46:58.630 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:46:58.630 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:58.630 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:46:58.630 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:46:58.630 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:46:58.631 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:46:58.631 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:46:58.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:46:58.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:46:58.632 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:46:59.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:46:59.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:46:59.132 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:46:59.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:46:59.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:46:59.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:59.164 DEBUG [main][MenuItemLookup] Found menu:'New' 12:46:59.164 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:46:59.164 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:59.164 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:46:59.164 DEBUG [main][MenuItemLookup] Found menu:'' 12:46:59.164 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:46:59.164 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:46:59.164 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:46:59.164 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:46:59.164 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:46:59.165 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:46:59.165 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:46:59.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:46:59.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:46:59.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:46:59.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:46:59.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:46:59.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:46:59.794 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:59.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:59.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:59.794 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:59.794 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:59.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:59.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:59.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:59.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:59.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:59.796 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:46:59.796 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:46:59.796 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:46:59.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:59.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:59.796 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:59.797 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:59.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:46:59.797 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:46:59.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:46:59.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:46:59.797 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:46:59.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:46:59.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:46:59.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:46:59.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:46:59.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:46:59.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:46:59.800 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:46:59.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:46:59.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:46:59.800 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:46:59.800 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:46:59.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:46:59.805 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:47:00.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:47:00.307 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:47:00.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:00.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:47:00.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:00.307 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:00.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:00.307 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:00.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:00.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:00.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:47:00.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 12:47:00.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:00.309 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:00.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:00.310 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) 12:47:00.310 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.gef.test.EditPartTest 12:47:00.310 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:00.310 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:00.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:00.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.006 s - in org.eclipse.reddeer.gef.test.EditPartTest selectEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) Time elapsed: 8.906 s clickEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) Time elapsed: 9.153 s nonExistingEditPartTest no-configuration(org.eclipse.reddeer.gef.test.EditPartTest) Time elapsed: 8.616 s Results: Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.gef.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti.test >-------- [INFO] Building RedDeer Graphiti Tests 2.8.0-SNAPSHOT [39/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.graphiti.test --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.graphiti.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.graphiti.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.graphiti.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.graphiti.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.graphiti.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/target/org.eclipse.reddeer.graphiti.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.graphiti.test --- [INFO] Fetching org.apache.batik.util_1.9.1.v20180703-1553.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (62.39kB) [INFO] Fetching org.apache.batik.constants_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.04kB) [INFO] Fetching org.apache.batik.constants_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (13.04kB) [INFO] Fetching org.apache.batik.css_1.9.1.v20181015-1528.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (101.67kB) [INFO] Fetching org.apache.batik.css_1.9.1.v20181015-1528.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (101.67kB) [INFO] Fetching org.apache.batik.dom_1.9.1.v20190730-1743.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (75.51kB) [INFO] Fetching org.apache.batik.dom_1.9.1.v20190730-1743.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (75.51kB) [INFO] Fetching org.apache.batik.ext.awt_1.9.1.v20190730-1743.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (154.5kB) [INFO] Fetching org.apache.batik.ext.awt_1.9.1.v20190730-1743.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (154.5kB) [INFO] Fetching org.apache.batik.i18n_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.5kB) [INFO] Fetching org.apache.batik.i18n_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (14.5kB) [INFO] Fetching org.apache.batik.xml_1.9.1.v20190730-1743.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.05kB) [INFO] Fetching org.apache.batik.xml_1.9.1.v20190730-1743.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.05kB) [INFO] Fetching org.apache.xalan_2.7.1.v201005080400.jar from http://download.eclipse.org/staging/2019-12/plugins/ (2.64MB) [INFO] Fetching org.apache.xalan_2.7.1.v201005080400.jar from http://download.eclipse.org/staging/2019-12/plugins/ (2.64MB) [INFO] Fetching org.apache.batik.svggen_1.9.1.v20190730-1743.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (83.97kB) [INFO] Fetching org.apache.batik.svggen_1.9.1.v20190730-1743.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (83.97kB) [INFO] Fetching org.eclipse.graphiti.doc_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (3.53MB) [INFO] Fetching org.eclipse.graphiti.doc_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (3.53MB) [INFO] Fetching org.eclipse.graphiti.export.batik_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.99kB) [INFO] Fetching org.eclipse.graphiti.export.batik_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (16.99kB) [INFO] Fetching org.eclipse.graphiti.pattern_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26.11kB) [INFO] Fetching org.eclipse.graphiti.pattern_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (26.11kB) [INFO] Fetching org.eclipse.graphiti.examples.chess_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.53kB) [INFO] Fetching org.eclipse.graphiti.examples.chess_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (31.53kB) [INFO] Fetching org.eclipse.graphiti.examples.common_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (54.11kB) [INFO] Fetching org.eclipse.graphiti.examples.common_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (54.11kB) [INFO] Fetching org.eclipse.graphiti.examples.composite_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (12.08kB) [INFO] Fetching org.eclipse.graphiti.examples.composite_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (12.08kB) [INFO] Fetching org.eclipse.graphiti.examples.filesystem_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20kB) [INFO] Fetching org.eclipse.graphiti.examples.filesystem_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (20kB) [INFO] Fetching org.eclipse.graphiti.examples.filesystem.mm_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (15.4kB) [INFO] Fetching org.eclipse.graphiti.examples.filesystem.mm_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (15.4kB) [INFO] Fetching org.eclipse.graphiti.examples.tutorial_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.52kB) [INFO] Fetching org.eclipse.graphiti.examples.tutorial_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (27.52kB) [INFO] Fetching org.eclipse.graphiti.ui.capabilities_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (7.85kB) [INFO] Fetching org.eclipse.graphiti.ui.capabilities_0.16.1.201909061426.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (7.85kB) [INFO] Fetching org.eclipse.graphiti.feature.examples_0.16.1.201909061426.jar from http://download.eclipse.org/staging/2019-12/features/ (19.3kB) [INFO] Fetching org.eclipse.graphiti.feature.examples_0.16.1.201909061426.jar from http://download.eclipse.org/staging/2019-12/features/ (19.3kB) [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 Running org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 12:47:25.365 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:47:25.371 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=6 12:47:25.448 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:47:25.452 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:47:25.835 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 12:47:25.875 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:47:25.878 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:25.883 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 12:47:25.887 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:47:25.891 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:47:25.894 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:47:25.940 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:47:25.943 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:25.943 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:47:25.963 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:25.964 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:47:25.966 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:25.968 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:47:25.995 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:47:26.037 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:26.039 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:47:26.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:26.041 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:47:26.041 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:26.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:26.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:26.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:26.061 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:26.067 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:47:26.074 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:26.075 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:47:26.075 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:47:26.075 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:47:26.075 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:47:26.075 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:47:26.076 DEBUG [main][MenuItemLookup] Item match:Window 12:47:26.082 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:47:26.082 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:47:26.082 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:47:26.083 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:26.083 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:47:26.083 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:47:26.083 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:26.083 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:47:26.084 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:26.084 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:47:26.084 DEBUG [main][MenuItemLookup] Item match:Preferences 12:47:26.087 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:47:26.088 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:47:26.090 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:3892): Gtk-WARNING **: 12:47:26.268: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg. This may indicate that pixbuf loaders or the mime database could not be found. 12:47:26.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:47:26.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:47:26.365 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:47:26.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:26.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:26.368 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:47:26.369 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:26.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:47:26.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:26.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:26.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:26.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:26.464 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:26.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:26.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:26.490 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:47:26.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:26.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:26.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:26.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:26.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:26.506 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:47:26.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:26.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:26.546 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:26.547 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:26.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:26.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:26.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:26.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:26.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:26.644 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:26.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:26.644 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:26.645 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:47:26.645 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:26.648 INFO [WorkbenchTestable][RequirementsRunner] Started test: contextButtonTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 12:47:26.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 12:47:26.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:47:26.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:26.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:26.649 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:26.660 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:26.660 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:26.661 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:26.661 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:26.661 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:47:26.662 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:26.662 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:26.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:26.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:26.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:26.664 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:26.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:26.665 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:47:26.665 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:26.666 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:26.666 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:26.667 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:26.667 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:26.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:26.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:26.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:26.668 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:26.668 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:47:26.669 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:26.669 DEBUG [main][MenuItemLookup] Item match:File 12:47:26.676 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:47:26.676 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:47:26.684 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:47:26.684 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:26.684 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:47:26.684 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:26.684 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:47:26.684 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:26.685 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:47:26.685 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:47:26.686 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:47:26.686 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:47:26.686 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:47:26.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:47:26.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:47:26.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:47:26.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:26.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:26.881 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:47:26.882 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:26.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:47:26.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:26.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:26.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:26.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:26.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:26.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:26.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:26.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:47:26.893 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:26.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:27.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:27.400 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:27.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:47:27.403 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:27.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:27.403 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:27.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:27.403 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:27.404 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:47:27.405 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:47:27.406 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:47:27.414 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:47:27.414 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:47:27.414 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:47:27.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:27.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:27.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:27.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:27.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:27.427 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:27.428 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:27.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:27.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:27.428 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:27.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:27.495 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:27.495 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:27.496 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:27.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:47:27.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:47:27.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:47:27.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:27.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:27.498 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:47:27.498 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:27.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:47:27.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:27.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:27.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:27.503 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:47:27.503 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:27.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:27.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:27.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:27.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:27.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:47:27.521 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:47:27.522 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:47:27.547 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:47:27.547 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 12:47:27.548 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest$GeneralProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:47:27.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:27.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:27.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:27.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:27.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:27.554 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:47:27.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:27.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:27.554 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:27.554 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:27.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:28.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:28.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:28.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:28.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:28.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:28.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:28.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:28.093 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:47:28.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:28.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:28.097 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:28.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:28.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:28.098 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:28.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:47:28.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:28.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:28.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:28.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:28.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:28.103 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:28.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:28.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:28.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:28.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:28.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:28.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 12:47:28.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:28.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:28.143 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 12:47:28.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:28.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:28.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:28.145 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:28.146 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:47:28.146 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:28.146 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:47:28.146 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:47:28.147 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:47:28.147 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:47:28.147 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:47:28.147 DEBUG [main][MenuItemLookup] Item match:Window 12:47:28.148 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:47:28.148 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:47:28.148 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:47:28.149 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:28.149 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:47:28.149 DEBUG [main][MenuItemLookup] Item match:Show View 12:47:28.165 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:47:28.165 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:47:28.165 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:47:28.165 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:47:28.165 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:47:28.165 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:47:28.165 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:47:28.166 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:47:28.166 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:28.166 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:47:28.166 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:47:28.182 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:47:28.182 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:47:28.183 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:47:28.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:47:28.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:47:28.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:47:28.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:28.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:28.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:47:28.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:28.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:28.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:28.280 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:47:28.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:28.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:28.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:28.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:28.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:28.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:28.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:28.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:28.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:47:28.287 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:47:28.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:28.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:28.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:47:28.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:47:28.792 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:47:28.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:28.792 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:47:28.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:28.792 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:47:28.793 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 12:47:28.793 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 12:47:28.794 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 12:47:28.794 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 12:47:28.794 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:28.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:28.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:28.795 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:47:28.795 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:28.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:28.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:28.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:47:28.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:28.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:28.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:28.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:47:28.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:28.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:28.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:28.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:28.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:28.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:28.802 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:47:28.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:28.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:28.802 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:28.803 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:29.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:29.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:29.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 12:47:29.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:29.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:29.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 12:47:29.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:29.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:29.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:29.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:29.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:29.259 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:29.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:47:29.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:29.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:29.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:29.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:29.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:29.267 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:47:29.267 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:47:29.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:29.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:29.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:29.269 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:29.286 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:47:29.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:47:29.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:29.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:29.291 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:47:29.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:47:29.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:29.292 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:29.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:29.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:29.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:29.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:29.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:30.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:30.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:30.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:47:30.297 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:47:30.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:47:30.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:30.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:30.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:30.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:30.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:30.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:30.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:30.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:30.304 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:47:30.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 12:47:30.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:30.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:30.321 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:30.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:30.340 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:30.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:47:30.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:30.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:30.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:30.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:30.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:30.343 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:30.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:30.388 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:30.389 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:30.389 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:30.389 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:30.390 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:30.391 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:30.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:30.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:30.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:30.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:30.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:31.392 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:31.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:31.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:47:31.393 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:31.393 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:31.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:31.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:31.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:31.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:31.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:31.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:31.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:31.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:31.396 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:47:31.397 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:47:31.397 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:47:31.401 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:47:31.414 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:47:31.416 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:31.417 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:31.417 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:31.417 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:31.417 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Diagram"] 12:47:31.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:31.418 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:31.418 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:31.419 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:31.419 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:31.419 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:31.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:31.420 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Diagram"] 12:47:31.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:31.420 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:31.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:31.421 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:31.421 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:31.422 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:31.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:31.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:31.422 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:31.423 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:47:31.423 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:31.423 DEBUG [main][MenuItemLookup] Item match:File 12:47:31.425 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:47:31.425 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:47:31.429 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:47:31.430 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:31.430 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:47:31.430 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:31.430 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:47:31.430 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:31.430 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:47:31.430 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:47:31.445 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:47:31.445 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:47:31.446 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:47:31.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:47:31.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:47:31.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:47:31.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:31.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:31.579 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:47:31.579 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:31.579 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:47:31.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:31.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:31.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:31.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:31.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:31.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:31.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:31.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children... 12:47:31.582 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 12:47:31.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:32.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:32.086 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 12:47:32.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children finished successfully 12:47:32.086 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 12:47:32.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:32.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Other is already expanded. No action performed 12:47:32.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:32.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 12:47:32.087 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Graphiti Example Diagram 12:47:32.087 DEBUG [main][TreeItemHandler] Selecting tree item: Graphiti Example Diagram 12:47:32.088 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Graphiti Example Diagram about selection 12:47:32.092 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Graphiti Example Diagram 12:47:32.092 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:47:32.092 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:47:32.092 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:32.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:32.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:32.095 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:32.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:32.095 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:32.095 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:32.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:32.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:32.096 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:32.096 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:32.146 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:32.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:32.147 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:32.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Diagram"] is available.... 12:47:32.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Diagram"] is available. finished successfully 12:47:32.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Diagram 12:47:32.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:32.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:32.149 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 12:47:32.149 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:32.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Diagram Type") 12:47:32.152 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:32.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:32.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:32.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 12:47:32.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:32.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:32.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:32.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:32.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:32.156 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:47:32.164 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo tutorial to selection: tutorial 12:47:32.167 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 12:47:32.167 INFO [WorkbenchTestable][TutorialDiagramWizard] Go to next wizard page 12:47:32.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest$TutorialDiagramWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:32.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:32.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:32.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:32.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:32.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:32.170 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:32.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:32.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:32.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:32.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:32.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Diagram Name") 12:47:32.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:32.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:32.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:32.185 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 12:47:32.185 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:32.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:32.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:32.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:32.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:32.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:47:32.188 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:47:32.188 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:47:32.189 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 12:47:32.189 INFO [WorkbenchTestable][TutorialDiagramWizard] Finish wizard 12:47:32.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest$TutorialDiagramWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:47:32.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:32.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:32.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:32.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:32.192 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:32.193 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:47:32.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:32.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:32.193 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:32.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:33.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:33.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:33.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:33.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:47:33.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:47:33.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:33.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:33.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:47:33.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:33.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2dd17a27 is found... 12:47:33.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2dd17a27 is found finished successfully 12:47:33.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest\E') 12:47:33.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:33.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:33.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:33.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:33.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:33.180 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:33.182 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:47:33.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:33.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:33.237 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' view via menu. 12:47:33.237 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform 12:47:33.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:33.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:33.238 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 12:47:33.238 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 12:47:33.238 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:33.238 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:47:33.238 DEBUG [main][MenuItemLookup] Found menu:'View' 12:47:33.239 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:47:33.239 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:47:33.239 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:47:33.239 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:47:33.239 DEBUG [main][MenuItemLookup] Item match:Window 12:47:33.242 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:47:33.243 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:47:33.243 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:47:33.243 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:33.243 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:47:33.243 DEBUG [main][MenuItemLookup] Item match:Show View 12:47:33.251 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 12:47:33.251 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:47:33.251 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:47:33.251 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:47:33.251 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:47:33.251 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:47:33.251 DEBUG [main][MenuItemLookup] Found menu:'Properties' 12:47:33.252 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:47:33.252 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:33.252 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:47:33.252 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:47:33.279 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:47:33.279 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:47:33.279 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:47:33.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:47:33.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:47:33.385 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:47:33.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:33.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:33.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:47:33.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:33.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:33.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:33.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:47:33.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:33.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:33.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:33.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:33.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:33.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:33.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:33.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:33.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:47:33.394 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:33.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:33.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:33.901 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:33.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:47:33.904 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:33.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:33.905 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:33.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:33.905 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:33.906 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Palette 12:47:33.906 DEBUG [main][TreeItemHandler] Selecting tree item: Palette 12:47:33.907 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Palette about selection 12:47:33.907 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Palette 12:47:33.907 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:33.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:33.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:33.908 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:47:33.908 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:33.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:33.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:33.909 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:47:33.909 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:33.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:33.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:33.909 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:47:33.909 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:33.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:33.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:33.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:33.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:33.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:33.911 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:47:33.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:33.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:33.911 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:33.911 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:34.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:47:34.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:47:34.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open... 12:47:34.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:34.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:34.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.gef.view.PaletteView' view is open finished successfully 12:47:34.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:34.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:34.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform 12:47:34.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:34.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:34.056 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 12:47:34.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:47:34.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:34.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:34.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:34.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:34.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:34.058 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:47:34.059 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:47:34.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:34.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform TooltipText=null 12:47:34.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:34.060 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:34.069 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 100] 12:47:34.069 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:47:34.069 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:34.103 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:47:34.103 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:34.152 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:47:34.152 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:34.230 INFO [main][AbstractEditor] New edit part org.eclipse.graphiti.ui.internal.parts.ContainerShapeEditPart@35d3202b 12:47:34.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 12:47:34.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 12:47:34.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.gef.impl.editpart.internal.BasicEditPart, index 0 and no matchers specified 12:47:34.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:34.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:34.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:34.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:34.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:35.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:35.386 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:35.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:47:35.392 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 12:47:35.396 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest\E') 12:47:35.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:35.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:35.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:35.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:35.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:35.416 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:35.416 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:47:35.417 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:35.417 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:47:35.417 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:47:35.419 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test 12:47:35.601 DEBUG [WorkbenchTestable][EditorHandler] Editor test is closed 12:47:35.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:35.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:35.607 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:47:35.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:35.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:35.611 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:35.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:35.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:35.612 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:35.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:47:35.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:35.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:35.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:35.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:35.615 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:35.646 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:35.646 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:35.677 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:35.678 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:35.678 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:35.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:35.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:35.680 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:35.680 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:35.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:35.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:35.681 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:35.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:35.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:35.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:36.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:36.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:36.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:36.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:36.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:47:36.685 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:36.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:36.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:36.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:36.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:36.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:36.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:36.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:36.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:36.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:36.688 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:47:36.692 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:47:36.692 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:47:36.695 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:47:36.709 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:47:36.711 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:36.711 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:36.841 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:36.841 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:36.841 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:36.841 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:47:36.841 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:36.841 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:47:36.841 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:47:36.841 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:47:36.841 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:47:36.841 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:36.842 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:36.842 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:36.842 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:36.842 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:36.842 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:36.842 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:47:36.842 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:47:36.842 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:47:36.843 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:47:36.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:36.845 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:47:37.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:37.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:37.346 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:47:37.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:37.346 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test' via Explorer 12:47:37.347 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:47:37.347 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:47:37.351 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:47:37.362 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:47:37.362 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:37.363 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:37.420 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:37.420 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:37.420 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:37.420 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:47:37.420 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:37.420 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:47:37.420 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:47:37.420 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:47:37.420 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:47:37.421 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:47:37.421 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:47:37.421 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:47:37.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:47:38.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:47:38.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:47:38.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:38.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:38.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:38.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:38.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:47:38.201 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:38.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:38.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:38.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:47:38.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:38.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:38.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:38.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:38.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:38.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:38.203 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:47:38.204 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:47:38.204 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:47:38.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:38.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:38.204 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:38.204 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:38.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:47:38.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:38.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:38.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:38.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:47:38.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:38.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:38.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:38.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:38.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:38.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:38.212 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:47:38.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:38.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:38.212 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:38.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:38.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:47:38.237 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:47:38.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:47:38.739 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:47:38.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:38.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:47:38.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:38.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:38.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:38.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 12:47:38.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:38.745 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:38.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:38.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:38.762 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contextButtonTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 12:47:38.762 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:47:38.763 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 12:47:38.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 12:47:38.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:47:38.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:47:38.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:47:38.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:47:38.763 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:38.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:38.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:38.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:38.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:47:38.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:38.765 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:38.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:38.766 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:38.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:38.766 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:38.766 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:38.767 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 12:47:38.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:38.767 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:38.767 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:38.768 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:38.768 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:38.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:38.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:38.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:38.769 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:38.769 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:47:38.769 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:38.770 DEBUG [main][MenuItemLookup] Item match:File 12:47:38.772 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:47:38.773 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:47:38.776 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:47:38.776 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:38.776 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:47:38.776 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:38.776 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:47:38.776 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:38.776 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:47:38.776 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:47:38.791 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:47:38.791 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:47:38.791 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:47:38.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:47:38.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:47:38.938 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:47:38.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:38.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:38.940 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:47:38.940 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:38.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:47:38.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:38.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:38.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:38.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:38.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:38.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:47:38.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:38.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:38.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:38.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:38.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:47:38.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:47:38.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:38.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:47:38.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:38.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:47:38.953 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 12:47:38.953 DEBUG [main][TreeItemHandler] Selecting tree item: Project 12:47:38.953 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 12:47:38.967 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 12:47:38.968 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:47:38.968 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:47:38.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:38.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:38.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:38.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:38.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:38.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:38.971 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:38.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:38.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:38.971 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:38.971 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:39.008 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:39.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:39.008 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:39.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 12:47:39.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 12:47:39.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 12:47:39.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:39.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:39.009 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:47:39.009 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:39.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:47:39.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:39.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:39.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:39.010 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 12:47:39.010 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:39.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:39.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:39.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:39.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:39.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:47:39.014 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:47:39.015 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:47:39.016 TRACE [WorkbenchTestable][GeneralProjectWizard] Shell New Project is not null and is not disposed 12:47:39.016 INFO [WorkbenchTestable][GeneralProjectWizard] Finish wizard 12:47:39.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest$GeneralProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:47:39.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:39.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:39.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:39.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:39.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:39.047 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:47:39.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:39.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:39.047 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:39.047 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:39.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:39.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:39.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:39.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:47:39.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:47:39.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:39.158 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:39.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:39.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:39.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:39.186 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:47:39.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:39.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:39.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:39.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:39.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:39.189 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:39.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:47:39.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:39.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:39.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:39.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:39.191 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:39.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:39.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:39.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:39.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:39.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:39.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists.... 12:47:39.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:39.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:39.234 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:47:39.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:39.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:39.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:39.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:39.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:39.254 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:39.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:47:39.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:39.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:39.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:39.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:39.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:39.260 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:47:39.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:47:39.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:39.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:47:39.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:47:39.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:47:39.339 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:47:39.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:47:39.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:39.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:39.341 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:47:39.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:47:39.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:39.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:39.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:39.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:39.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:39.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:39.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:40.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:40.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:40.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:47:40.344 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:47:40.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:47:40.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:40.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:40.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:40.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:40.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:40.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:40.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:40.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:40.347 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:47:40.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test exists. finished successfully 12:47:40.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:40.351 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:40.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:40.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:40.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:40.368 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:40.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:47:40.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:40.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:40.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:40.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:40.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:40.371 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:40.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:40.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:40.412 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:40.413 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:40.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:40.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:40.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:40.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:40.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:40.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:40.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:40.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:41.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:41.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:41.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:47:41.417 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:41.417 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:41.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:41.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:41.419 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:41.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:41.419 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:41.420 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:41.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:41.420 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:41.420 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:47:41.420 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:47:41.420 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:47:41.424 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:47:41.436 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:47:41.437 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:41.437 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:41.437 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:41.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:41.438 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Diagram"] 12:47:41.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:41.439 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:41.439 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:41.439 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:41.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:41.440 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:41.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:41.440 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Diagram"] 12:47:41.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:41.441 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:41.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:41.442 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:41.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:41.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:41.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:41.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:41.443 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:41.443 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:47:41.443 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:41.444 DEBUG [main][MenuItemLookup] Item match:File 12:47:41.446 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:47:41.446 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:47:41.449 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:47:41.449 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:41.449 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:47:41.449 DEBUG [main][MenuItemLookup] Found menu:'File' 12:47:41.449 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:47:41.449 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:41.449 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:47:41.449 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:47:41.465 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:47:41.465 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:47:41.465 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:47:41.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:47:41.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:47:41.582 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:47:41.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:41.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:41.584 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:47:41.584 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:41.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:47:41.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:41.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:41.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:41.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:41.595 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:41.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:47:41.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:47:41.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children... 12:47:41.597 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 12:47:41.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:41.597 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Other is already expanded. No action performed 12:47:41.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:41.597 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 12:47:41.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Other has children finished successfully 12:47:41.597 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Other 12:47:41.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:47:41.597 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Other is already expanded. No action performed 12:47:41.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:47:41.597 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Other 12:47:41.598 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Graphiti Example Diagram 12:47:41.598 DEBUG [main][TreeItemHandler] Selecting tree item: Graphiti Example Diagram 12:47:41.598 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Graphiti Example Diagram about selection 12:47:41.613 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Graphiti Example Diagram 12:47:41.613 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:47:41.613 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:47:41.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:41.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:41.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:41.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:41.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:41.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:41.639 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:41.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:41.639 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:41.639 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:41.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:47:41.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:41.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:41.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Diagram"] is available.... 12:47:41.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Diagram"] is available. finished successfully 12:47:41.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Diagram 12:47:41.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:41.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:41.664 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 12:47:41.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:47:41.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Diagram Type") 12:47:41.664 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:41.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:41.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:41.665 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 12:47:41.665 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:41.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:41.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:41.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:41.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:41.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:47:41.669 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo tutorial to selection: tutorial 12:47:41.669 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 12:47:41.669 INFO [WorkbenchTestable][TutorialDiagramWizard] Go to next wizard page 12:47:41.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest$TutorialDiagramWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:47:41.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:41.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:41.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:41.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:41.672 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:41.672 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:47:41.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:41.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:41.672 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:41.672 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:41.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Diagram Name") 12:47:41.686 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:41.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:41.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:41.686 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Diagram" as the parent 12:47:41.686 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:41.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:41.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:41.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:41.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:41.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:47:41.690 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:47:41.690 INFO [WorkbenchTestable][AbstractText] Text set to: test 12:47:41.691 TRACE [WorkbenchTestable][TutorialDiagramWizard] Shell New Diagram is not null and is not disposed 12:47:41.691 INFO [WorkbenchTestable][TutorialDiagramWizard] Finish wizard 12:47:41.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest$TutorialDiagramWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:47:41.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:41.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:41.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:41.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:41.693 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:41.693 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:47:41.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:41.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:41.694 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:41.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:41.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:47:41.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:47:41.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:41.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:47:41.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:41.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:41.980 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:47:41.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:41.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4efea94b is found... 12:47:41.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4efea94b is found finished successfully 12:47:41.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest\E') 12:47:41.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:41.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:41.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:41.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:41.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:41.994 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:41.994 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:47:41.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:41.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:41.997 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E'' is already open. Activate. 12:47:41.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:41.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:41.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform 12:47:41.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:41.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:41.999 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - platform:/resource/test/src/diagrams/test.diagram#/0 - Eclipse Platform' 12:47:41.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPalette\E') 12:47:41.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:41.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:42.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:42.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:42.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:42.053 INFO [WorkbenchTestable][AbstractView] Activate view Palette 12:47:42.053 INFO [WorkbenchTestable][AbstractCTabItem] Activate Palette 12:47:42.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:42.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:47:42.089 INFO [WorkbenchTestable][ViewerHandler] Click at [50, 100] 12:47:42.090 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 5 12:47:42.090 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:42.091 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 3 12:47:42.091 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:42.124 TRACE [WorkbenchTestable][WidgetHandler] Notify FigureCanvas with event 4 12:47:42.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:42.141 INFO [main][AbstractEditor] New edit part org.eclipse.graphiti.ui.internal.parts.ContainerShapeEditPart@3b1895e 12:47:42.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1... 12:47:42.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until the number of edit parts is 1 finished successfully 12:47:42.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.gef.impl.editpart.internal.BasicEditPart, index 0 and no matchers specified 12:47:42.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:42.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:42.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:42.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:42.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:43.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:43.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:43.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:47:43.202 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 12:47:43.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qtest\E') 12:47:43.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:43.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:43.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:43.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:43.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:43.222 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:43.223 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:47:43.223 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:43.223 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.draw2d.FigureCanvas Text= TooltipText=null 12:47:43.224 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 12:47:43.224 DEBUG [WorkbenchTestable][EditorHandler] Closing editor test 12:47:43.289 DEBUG [WorkbenchTestable][EditorHandler] Editor test is closed 12:47:43.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:43.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:43.293 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:47:43.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:43.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:43.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:47:43.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:43.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:43.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:47:43.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:47:43.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:43.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:43.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:43.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:43.306 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:47:43.307 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:43.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:43.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:43.358 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:43.358 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:43.358 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:43.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:43.359 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:43.360 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:43.360 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:43.360 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:43.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:43.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:43.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:43.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:43.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:43.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:44.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:44.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:47:44.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:47:44.364 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:47:44.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:47:44.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:47:44.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:47:44.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:47:44.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:44.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:44.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:44.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:44.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:47:44.369 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test 12:47:44.370 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:47:44.370 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:47:44.375 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:47:44.390 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:47:44.391 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:44.391 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:44.449 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:44.449 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:44.449 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:44.449 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:47:44.449 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:44.449 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:47:44.449 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:47:44.450 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:47:44.450 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:47:44.450 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:47:44.450 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:44.450 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:47:44.450 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:47:44.450 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:44.450 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:47:44.450 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:47:44.450 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:47:44.450 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:47:44.450 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:47:44.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:44.451 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:47:44.951 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:44.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:44.952 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:47:44.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:44.952 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test' via Explorer 12:47:44.952 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test 12:47:44.952 DEBUG [main][TreeItemHandler] Selecting tree item: test 12:47:44.955 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test about selection 12:47:44.965 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test 12:47:44.965 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:47:44.965 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:45.012 DEBUG [main][MenuItemLookup] Found menu:'New' 12:47:45.012 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:47:45.012 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:45.012 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:47:45.012 DEBUG [main][MenuItemLookup] Found menu:'' 12:47:45.013 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:47:45.013 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:47:45.013 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:47:45.013 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:47:45.013 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:47:45.013 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:47:45.013 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:47:45.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:47:45.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:47:45.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:47:45.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:47:45.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:47:45.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:45.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:45.659 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:47:45.659 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:45.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:45.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:45.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:47:45.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:45.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:45.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:45.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:45.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:45.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:45.661 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:47:45.661 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:47:45.661 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:47:45.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:45.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:45.661 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:45.662 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:45.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:47:45.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:47:45.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:45.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:45.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:47:45.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:47:45.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:47:45.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:47:45.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:47:45.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:47:45.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:47:45.664 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:47:45.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:47:45.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:47:45.665 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:47:45.665 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:47:45.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:47:45.671 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:47:46.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:47:46.172 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:47:46.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:47:46.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:47:46.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:47:46.173 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:47:46.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:47:46.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 12:47:46.173 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:46.173 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:46.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:46.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:47:46.174 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) 12:47:46.175 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest 12:47:46.175 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:47:46.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:47:46.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:47:46.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.898 s - in org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest contextButtonTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) Time elapsed: 12.114 s doubleClickTest no-configuration(org.eclipse.reddeer.graphiti.test.LabeledGraphitiEditPartTest) Time elapsed: 7.411 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.graphiti.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.graphiti' with 17 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.graphiti' with 17 classes [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.direct.test >--------- [INFO] Building RedDeer Direct Tests 2.8.0-SNAPSHOT [40/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.direct.test --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.direct.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.direct.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.direct.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.direct.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.direct.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.direct.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/target/org.eclipse.reddeer.direct.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.direct.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.direct.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -pluginCustomization, resources/plugin_customization.ini] Launching application org.eclipse.ui.ide.workbench... SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 Running org.eclipse.reddeer.direct.test.project.ProjectTest 12:48:00.747 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:48:00.752 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=6 12:48:00.770 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:48:00.772 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:48:00.864 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.direct.test.project.ProjectTest 12:48:00.938 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:00.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:00.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 12:48:00.951 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:48:00.951 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:00.955 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:00.959 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:48:00.974 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:48:00.978 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:00.978 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:01.033 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:01.034 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:01.038 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 12:48:02.612 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:02.616 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreatingProject no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 12:48:02.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 12:48:02.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:02.616 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:02.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:02.617 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:02.643 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:48:02.645 DEBUG [main][EditorHandler] 0 editor(s) found 12:48:02.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:02.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:02.689 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:48:02.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:02.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:02.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:02.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:02.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:02.749 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:02.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:48:02.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:02.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:02.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:02.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:02.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:48:02.760 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:02.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:02.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:02.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:02.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:02.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:02.792 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:02.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:02.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:02.795 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:48:02.798 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:02.798 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:02.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:02.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:48:02.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:02.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:02.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:02.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:02.838 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:02.839 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:02.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:02.841 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:48:02.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 12:48:02.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:02.985 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:03.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:03.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:03.173 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreatingProject no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 12:48:03.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:03.174 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingLocation no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 12:48:03.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 12:48:03.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:03.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:03.174 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:03.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:03.175 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:48:03.175 DEBUG [main][EditorHandler] 0 editor(s) found 12:48:03.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:03.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:03.184 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:48:03.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:03.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:03.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:03.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:03.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:03.203 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:03.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:48:03.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:03.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:03.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:03.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:03.236 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:48:03.236 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:03.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:03.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:03.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:03.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:03.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:03.257 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:03.258 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:03.259 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:03.260 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:03.260 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:03.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:03.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:03.263 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:03.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:03.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:03.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:03.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:03.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:04.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:04.268 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:04.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:48:04.268 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:04.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:04.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:04.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:04.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:48:04.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:04.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:04.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:04.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:04.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:04.289 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test-creation 12:48:04.297 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:04.297 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:04.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:04.299 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:04.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:04.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:04.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:04.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:04.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:05.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:05.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:05.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:48:05.303 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:05.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:05.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:05.305 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:05.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:48:05.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:05.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:05.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:05.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:05.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:05.308 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test-creation 12:48:05.308 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:05.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:05.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:05.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:05.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:48:05.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:05.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:05.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:05.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:05.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:05.312 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:48:05.312 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:48:05.315 DEBUG [main][TreeItemHandler] Set Tree selection 12:48:05.317 DEBUG [main][TreeHandler] Notify Tree about selection event 12:48:05.345 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:48:05.357 DEBUG [WorkbenchTestable][TreeItemHandler] test-creation 12:48:05.366 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:48:05.367 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:05.511 DEBUG [main][MenuItemLookup] Found menu:'New' 12:48:05.533 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:48:05.533 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:05.533 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:48:05.533 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:05.533 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:48:05.533 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:48:05.533 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:48:05.534 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:48:05.534 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:48:05.534 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:05.534 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:48:05.534 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:48:05.534 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:05.534 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:48:05.534 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:48:05.537 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:48:05.537 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:48:05.539 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:48:05.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:48:05.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:48:05.546 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:48:06.046 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:48:06.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:48:06.047 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:48:06.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:48:06.047 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:48:06.047 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:06.114 DEBUG [main][MenuItemLookup] Found menu:'New' 12:48:06.114 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:48:06.114 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:06.115 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:48:06.115 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:06.115 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:48:06.115 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:48:06.115 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:48:06.115 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:48:06.116 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:48:06.116 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:48:06.116 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:48:06.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:48:06.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:48:06.430 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:48:06.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:06.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:06.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:06.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:06.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:06.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:06.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:48:06.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:06.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:06.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:06.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:06.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:06.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:06.449 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:48:06.450 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:48:06.451 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:48:06.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:06.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:06.453 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:06.453 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:3956): Gtk-WARNING **: 12:48:06.455: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg. This may indicate that pixbuf loaders or the mime database could not be found. 12:48:06.461 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:48:06.461 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:06.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:06.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:06.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:48:06.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:06.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:06.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:06.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:06.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:06.465 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:06.465 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:48:06.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:06.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:06.466 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:06.466 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:06.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:48:06.490 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:48:06.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:48:06.992 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:48:06.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:48:06.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:48:06.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:48:06.992 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:48:06.993 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:48:06.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:48:06.993 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:06.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:06.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:06.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:48:07.010 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 12:48:07.010 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:07.010 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:07.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:07.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:07.023 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingLocation no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) 12:48:07.024 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.direct.test.project.ProjectTest 12:48:07.025 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:07.025 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:07.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:07.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.67 s - in org.eclipse.reddeer.direct.test.project.ProjectTest testCreatingProject no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) Time elapsed: 0.556 s testGettingLocation no-configuration(org.eclipse.reddeer.direct.test.project.ProjectTest) Time elapsed: 3.849 s Running org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:48:07.084 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:48:07.086 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:07.087 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:07.087 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:48:07.087 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:07.088 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:07.088 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:07.088 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:07.088 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:07.088 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:07.088 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:07.089 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:07.089 INFO [WorkbenchTestable][RequirementsRunner] Started test: setOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:48:07.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:48:07.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:07.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:07.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:07.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:07.100 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:07.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:07.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:07.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:07.102 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:07.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:07.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:07.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:07.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:07.105 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:07.105 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:07.106 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:07.107 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:07.107 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:07.107 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:07.108 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:07.108 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:07.108 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:07.108 DEBUG [main][MenuItemLookup] Item match:Window 12:48:07.136 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:07.136 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:07.136 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:07.136 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:07.136 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:07.136 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:07.136 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:07.136 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:07.137 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:07.137 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:07.137 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:07.157 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:07.157 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:07.158 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:07.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:07.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:07.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:07.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:07.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:07.383 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:07.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:07.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:07.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:07.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:07.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:07.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:07.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:07.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:07.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:07.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:48:07.403 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:07.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:07.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:07.915 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:07.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:48:07.918 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:07.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:07.918 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:07.918 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:07.919 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:07.920 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 12:48:07.920 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 12:48:07.921 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 12:48:07.921 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 12:48:08.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:08.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:08.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:08.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:08.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:48:08.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:08.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:08.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:08.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:08.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:48:08.028 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Always open") 12:48:08.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:08.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:08.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:08.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:08.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:08.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:08.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:08.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:08.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:08.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:08.053 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:08.053 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:08.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:08.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:08.053 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:08.054 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:08.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:08.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:08.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:08.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:08.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:08.122 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:08.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:08.122 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:08.122 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:08.123 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:08.123 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:08.123 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:08.123 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:08.123 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:08.123 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:08.123 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:08.123 DEBUG [main][MenuItemLookup] Item match:Window 12:48:08.125 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:08.125 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:08.125 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:08.125 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:08.125 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:08.125 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:08.125 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:08.125 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:08.125 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:08.125 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:08.132 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:08.134 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:08.134 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:08.134 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:08.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:08.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:08.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:08.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:08.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:08.317 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:08.317 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:08.318 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:08.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:08.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:08.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:08.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:08.319 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:08.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:08.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:08.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:48:08.335 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:08.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:08.335 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:08.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:08.336 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:08.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:48:08.336 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:08.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:08.336 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:08.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:08.336 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:08.345 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 12:48:08.345 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 12:48:08.346 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 12:48:08.346 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 12:48:08.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:08.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:08.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:08.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:08.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:48:08.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:08.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:08.352 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:08.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:08.353 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:48:08.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Prompt") 12:48:08.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:08.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:08.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:08.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:08.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:08.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:08.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:08.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:08.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:08.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:08.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:08.379 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:08.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:08.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:08.380 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:08.380 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:08.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:08.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:08.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:08.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:08.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:08.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:08.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:08.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:08.444 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:08.444 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:08.444 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:08.445 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:08.445 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:08.445 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:08.445 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:08.445 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:08.445 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:08.445 DEBUG [main][MenuItemLookup] Item match:Window 12:48:08.446 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:08.446 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:08.446 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:08.446 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:08.446 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:08.447 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:08.447 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:08.447 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:08.447 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:08.447 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:08.447 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:08.447 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:08.447 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:08.447 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:08.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:08.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:08.641 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:08.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:08.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:08.643 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:08.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:08.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:08.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:08.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:08.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:08.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:08.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:08.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:08.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:08.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:48:08.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:08.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:08.647 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:08.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:08.647 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:08.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:48:08.647 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:08.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:08.648 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:08.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:08.648 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:08.649 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 12:48:08.649 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 12:48:08.649 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 12:48:08.650 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 12:48:08.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:08.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:08.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:08.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:08.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:48:08.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:08.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:08.676 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:08.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:08.676 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:48:08.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Never open") 12:48:08.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:08.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:08.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:08.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:08.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:08.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:08.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:08.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:08.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:08.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:08.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:08.697 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:08.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:08.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:08.697 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:08.697 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:08.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:08.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:08.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:08.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:08.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:08.734 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:08.734 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:08.735 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:08.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:08.736 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:08.736 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:08.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:08.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:08.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:08.755 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:08.755 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:08.756 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:08.756 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:08.756 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:08.756 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:08.756 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:08.756 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:08.756 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:08.756 DEBUG [main][MenuItemLookup] Item match:Window 12:48:08.757 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:08.757 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:08.757 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:08.757 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:08.757 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:08.758 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:08.758 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:08.758 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:08.758 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:08.758 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:08.758 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:08.758 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:08.758 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:08.758 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:08.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:08.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:08.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:08.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:08.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:08.943 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:08.943 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:08.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:08.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:08.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:08.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:08.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:08.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:08.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:08.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:08.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:48:08.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:08.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:09.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:09.450 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:09.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:48:09.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:09.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:09.452 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:09.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:09.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:09.453 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:48:09.453 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:48:09.453 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:48:09.454 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:48:09.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:09.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:09.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:09.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:09.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:48:09.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:09.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:09.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:09.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:09.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:09.665 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:48:09.666 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:48:09.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:09.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:09.666 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:09.666 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:09.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:48:09.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:09.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:09.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:09.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:09.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:09.682 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:48:09.682 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:48:09.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:09.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:09.683 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:09.683 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:09.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:09.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:09.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:48:09.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:09.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:09.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:09.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:09.699 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:09.700 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:48:09.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:09.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:09.700 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:09.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:09.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:09.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:09.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:09.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:09.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:09.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:48:09.772 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:09.772 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:09.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:09.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:09.773 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:48:09.774 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:09.774 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSettingConsoleShow no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:48:09.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:48:09.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:09.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:09.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:09.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:09.775 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:09.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:09.775 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:09.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:09.776 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:09.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:09.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:09.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:09.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:09.777 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:09.777 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:09.777 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:09.778 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:09.778 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:09.778 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:09.778 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:09.778 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:09.778 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:09.778 DEBUG [main][MenuItemLookup] Item match:Window 12:48:09.779 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:09.779 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:09.779 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:09.779 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:09.779 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:09.779 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:09.779 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:09.779 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:09.779 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:09.779 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:09.779 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:09.780 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:09.780 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:09.780 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:09.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:09.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:09.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:09.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:09.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:09.950 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:09.951 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:09.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:09.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:09.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:09.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:09.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:09.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:09.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:09.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:09.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:48:09.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:09.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:09.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:09.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:09.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:09.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:48:09.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:09.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:09.956 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:09.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:09.970 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:09.971 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:48:09.971 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:48:09.971 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:48:09.971 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:48:09.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:09.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:09.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:09.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:09.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 12:48:09.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:09.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:09.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:09.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:09.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:09.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard out") 12:48:09.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:09.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:09.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:09.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:09.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:09.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:09.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:09.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:10.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:10.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:10.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:10.038 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:10.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:10.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:10.038 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:10.038 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:10.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:10.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:10.095 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:10.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:10.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:10.096 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'true' 12:48:10.123 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'false' 12:48:10.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:10.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:10.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:10.141 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:10.141 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:10.141 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:10.141 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:10.142 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:10.142 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:10.142 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:10.142 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:10.142 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:10.142 DEBUG [main][MenuItemLookup] Item match:Window 12:48:10.143 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:10.143 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:10.143 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:10.143 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:10.143 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:10.143 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:10.143 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:10.143 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:10.143 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:10.143 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:10.143 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:10.143 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:10.143 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:10.143 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:10.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:10.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:10.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:10.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:10.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:10.311 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:10.311 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:10.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:10.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:10.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:10.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:10.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:10.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:10.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:10.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:10.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:48:10.315 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:10.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:10.315 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:10.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:10.315 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:10.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:48:10.316 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:10.345 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:10.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:10.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:10.346 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:48:10.346 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:48:10.346 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:48:10.346 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:48:10.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:10.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:10.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:10.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:10.349 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 12:48:10.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:10.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:10.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:10.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:10.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:10.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard out") 12:48:10.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:10.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:10.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:10.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:10.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:10.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:10.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:10.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:10.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:10.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:10.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:10.378 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:10.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:10.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:10.378 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:10.378 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:10.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:10.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:10.448 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:10.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:10.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:10.448 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'false' 12:48:10.465 INFO [WorkbenchTestable][PreferencesUtil] Sets the console open on error to 'true' 12:48:10.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:10.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:10.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:10.483 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:10.483 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:10.483 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:10.483 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:10.483 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:10.483 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:10.483 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:10.484 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:10.484 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:10.484 DEBUG [main][MenuItemLookup] Item match:Window 12:48:10.484 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:10.484 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:10.484 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:10.484 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:10.485 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:10.485 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:10.485 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:10.485 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:10.485 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:10.485 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:10.485 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:10.485 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:10.485 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:10.485 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:10.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:10.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:10.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:10.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:10.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:10.620 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:10.620 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:10.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:10.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:10.620 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:10.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:10.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:10.621 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:10.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:10.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:10.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:48:10.623 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:10.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:10.624 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:10.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:10.624 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:10.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:48:10.624 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:10.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:10.624 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:10.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:10.625 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:10.649 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:48:10.649 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:48:10.649 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:48:10.650 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:48:10.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:10.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:10.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:10.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:10.652 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard error") 12:48:10.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:10.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:10.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:10.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:10.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:10.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Show when program writes to standard out") 12:48:10.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:10.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:10.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:10.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:10.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:10.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:10.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:10.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:10.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:10.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:10.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:10.671 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:10.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:10.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:10.671 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:10.671 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:10.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:10.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:10.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:10.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:10.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:10.758 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:10.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:10.759 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:10.759 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:10.759 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:10.760 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:10.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:10.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:10.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:10.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:10.760 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:10.761 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:10.761 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:10.761 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:10.761 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:10.761 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:10.761 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:10.761 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:10.761 DEBUG [main][MenuItemLookup] Item match:Window 12:48:10.763 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:10.763 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:10.763 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:10.763 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:10.763 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:10.763 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:10.763 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:10.763 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:10.763 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:10.763 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:10.763 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:10.763 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:10.764 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:10.764 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:10.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:10.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:10.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:10.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:10.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:10.950 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:10.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:10.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:10.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:10.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:10.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:10.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:10.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:10.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:10.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:10.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:48:10.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:10.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:10.954 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:10.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:10.954 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:10.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:48:10.954 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:10.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:10.954 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:10.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:10.954 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:10.955 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:48:10.955 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:48:10.955 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:48:10.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:48:10.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:10.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:10.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:10.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:10.972 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:48:10.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:10.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:10.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:10.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:10.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:10.982 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:48:10.982 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:48:10.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:10.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:10.982 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:10.982 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:10.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:48:10.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:10.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:10.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:10.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:10.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:10.990 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:48:10.990 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:48:10.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:10.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:10.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:10.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:10.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:48:11.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:11.019 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:48:11.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:11.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:11.019 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:11.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:11.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:11.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:11.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:11.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:11.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:11.097 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:48:11.097 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:11.097 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:11.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:11.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:11.098 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSettingConsoleShow no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:48:11.098 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:11.098 INFO [WorkbenchTestable][RequirementsRunner] Started test: setOpenAssociatedPerspectiveWithIncorrectOptionTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:48:11.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:48:11.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:11.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:11.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:11.098 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:11.099 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:11.099 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:11.100 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:11.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:11.100 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:11.100 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:11.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:11.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:11.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:11.101 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:11.101 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:11.101 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:11.102 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:11.102 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:11.102 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:11.102 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:11.102 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:11.102 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:11.102 DEBUG [main][MenuItemLookup] Item match:Window 12:48:11.103 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:11.103 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:11.103 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:11.103 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:11.103 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:11.104 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:11.104 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:11.104 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:11.104 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:11.104 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:11.104 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:11.104 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:11.104 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:11.104 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:11.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:11.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:11.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:11.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:11.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:11.262 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:11.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:11.262 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:11.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.263 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.263 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:11.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:11.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:11.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:48:11.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:11.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:11.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:11.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:11.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:11.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:48:11.265 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:11.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:11.265 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:11.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:11.266 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:11.266 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:48:11.266 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:48:11.266 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:48:11.266 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:48:11.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.268 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:48:11.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:11.284 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:48:11.285 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:48:11.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:11.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:11.285 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:11.285 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:11.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:48:11.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:11.301 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:48:11.301 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:48:11.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:11.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:11.301 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:11.301 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:11.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:48:11.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:11.350 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:48:11.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:11.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:11.350 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:11.350 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:11.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:11.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:11.403 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:11.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:11.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:11.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:48:11.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:11.404 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:11.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:11.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:11.404 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setOpenAssociatedPerspectiveWithIncorrectOptionTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:48:11.405 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:11.405 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildingTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:48:11.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:48:11.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:11.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:11.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:11.405 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:11.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:11.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:11.406 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:11.406 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:11.407 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:11.407 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:11.407 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:11.407 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:11.407 DEBUG [main][MenuItemLookup] Item match:Project 12:48:11.560 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 12:48:11.560 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:48:11.560 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:11.560 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 12:48:11.560 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 12:48:11.560 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 12:48:11.560 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:48:11.560 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 12:48:11.560 DEBUG [main][MenuItemLookup] Item match:Build Automatically 12:48:11.562 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 12:48:11.633 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:48:11.683 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:11.683 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:11.683 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:11.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:11.684 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:11.684 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:11.685 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:11.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:11.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:11.685 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:11.685 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:11.686 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:11.686 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:11.686 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:11.686 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:11.686 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:11.686 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:11.686 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:11.686 DEBUG [main][MenuItemLookup] Item match:Window 12:48:11.687 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:11.687 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:11.687 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:11.687 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:11.687 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:11.687 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:11.687 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:11.687 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:11.687 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:11.687 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:11.687 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:11.687 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:11.687 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:11.687 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:11.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:11.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:11.818 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:11.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:11.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:11.820 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:11.820 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:11.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:11.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:11.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:11.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:48:11.852 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:11.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:11.852 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:11.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:11.852 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:11.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:48:11.853 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:11.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:11.853 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:11.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:11.853 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:11.854 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:48:11.854 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:48:11.854 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:48:11.855 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:48:11.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:48:11.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:11.868 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:48:11.868 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:48:11.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:11.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:11.869 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:11.869 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:11.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:48:11.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.885 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.886 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:11.886 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:48:11.886 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:48:11.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:11.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:11.887 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:11.887 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:11.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:48:11.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:11.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:11.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:11.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:11.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:11.903 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:48:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:11.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:11.903 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:11.903 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:11.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:11.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:11.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:48:11.977 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:11.977 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:11.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:11.978 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildingTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:48:11.978 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:11.978 INFO [WorkbenchTestable][RequirementsRunner] Started test: testLimitingConsoleOutput no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:48:11.978 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:48:11.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:11.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:11.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:11.979 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:11.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:11.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:11.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:11.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:11.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:11.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:11.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:11.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:11.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:11.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:11.981 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:11.981 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:11.982 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:11.982 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:11.982 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:11.982 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:11.982 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:11.982 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:11.982 DEBUG [main][MenuItemLookup] Item match:Window 12:48:11.983 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:11.983 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:11.983 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:11.983 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:11.983 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:11.983 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:11.983 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:11.983 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:11.983 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:11.983 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:11.983 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:11.983 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:11.983 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:11.983 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:12.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:12.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:12.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:12.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:12.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:12.155 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:12.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:12.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:12.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:12.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:12.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:48:12.171 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:12.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:12.171 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:12.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:12.171 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:12.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:48:12.171 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:12.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:12.171 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:12.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:12.172 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:12.172 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:48:12.172 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:48:12.186 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:48:12.186 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:48:12.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:48:12.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:12.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Console buffer size (characters):") 12:48:12.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:48:12.252 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:48:12.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:12.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.265 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:12.266 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:12.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:12.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:12.266 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:12.266 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:12.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:12.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:12.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:12.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:12.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:12.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:12.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:12.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:12.367 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:12.367 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:12.367 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:12.367 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:12.367 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:12.367 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:12.367 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:12.367 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:12.367 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:12.367 DEBUG [main][MenuItemLookup] Item match:Window 12:48:12.368 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:12.368 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:12.368 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:12.368 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:12.368 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:12.368 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:12.368 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:12.368 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:12.368 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:12.368 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:12.368 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:12.369 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:12.369 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:12.369 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:12.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:12.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:12.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:12.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:12.501 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:12.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:12.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.503 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:12.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:12.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:12.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:48:12.505 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:12.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:12.505 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:12.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:12.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:12.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:48:12.519 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:12.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:12.519 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:12.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:12.519 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:12.520 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:48:12.520 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:48:12.520 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:48:12.520 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:48:12.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.521 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:48:12.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:12.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:12.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:12.552 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:12.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:12.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:12.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:12.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:12.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:12.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:12.608 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:12.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:12.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:12.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:12.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:12.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:12.675 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:12.675 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:12.675 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:12.676 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:12.676 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:12.676 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:12.676 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:12.676 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:12.676 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:12.676 DEBUG [main][MenuItemLookup] Item match:Window 12:48:12.676 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:12.677 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:12.677 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:12.677 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:12.677 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:12.677 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:12.677 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:12.677 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:12.677 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:12.677 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:12.677 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:12.677 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:12.677 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:12.677 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:12.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:12.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:12.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:12.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:12.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:12.811 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:12.811 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.811 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:12.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:12.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:12.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:12.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:48:12.828 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:12.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:12.828 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:12.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:12.828 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:12.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:48:12.828 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:12.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:12.828 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:12.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:12.828 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:12.829 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:48:12.829 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:48:12.829 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:48:12.835 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:48:12.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Limit console output") 12:48:12.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:12.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.debug.ui.preferences.ConsolePreferencePage, index 0 and following matchers specified (Matcher matching widget with label: is "Console buffer size (characters):") 12:48:12.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:48:12.877 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:48:12.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:12.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:12.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:12.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:12.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:12.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:12.890 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:12.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:12.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:12.890 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:12.890 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:12.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:12.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:12.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:12.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:12.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:12.957 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:12.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.957 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:12.957 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.958 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:12.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:12.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:12.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:12.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:12.959 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:12.959 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:12.959 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:12.959 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:12.959 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:12.959 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:12.959 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:12.959 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:12.959 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:12.959 DEBUG [main][MenuItemLookup] Item match:Window 12:48:12.960 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:12.960 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:12.960 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:12.960 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:12.960 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:12.960 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:12.960 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:12.960 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:12.961 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:12.961 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:12.961 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:12.961 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:12.961 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:12.961 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:13.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:13.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:13.197 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:13.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:13.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:13.198 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:13.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:13.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:13.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:13.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:13.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:13.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:13.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:13.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:13.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:13.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:48:13.215 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:13.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:13.215 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:13.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:13.215 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:13.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:48:13.215 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:13.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:13.215 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:13.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:13.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:13.216 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:48:13.216 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:48:13.216 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:48:13.238 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:48:13.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:13.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:13.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:13.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:13.240 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:48:13.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:13.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:13.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:13.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:13.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:13.245 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:48:13.245 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:48:13.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:13.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:13.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:13.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:13.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:48:13.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:13.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:13.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:13.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:13.261 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:13.262 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:48:13.262 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:48:13.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:13.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:13.262 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:13.262 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:13.262 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:13.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:13.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:48:13.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:13.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:13.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:13.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:13.278 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:13.279 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:48:13.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:13.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:13.279 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:13.279 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:13.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:13.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:13.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:13.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:13.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:13.359 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:48:13.359 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:13.359 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:13.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:13.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:13.360 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testLimitingConsoleOutput no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:48:13.360 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:13.360 INFO [WorkbenchTestable][RequirementsRunner] Started test: getOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:48:13.360 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:48:13.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:13.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:13.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:13.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:13.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:13.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:13.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:13.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:13.362 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:13.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:13.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:13.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:13.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:13.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:13.362 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:13.363 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:13.363 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:13.364 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:13.364 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:13.364 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:13.364 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:13.364 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:13.364 DEBUG [main][MenuItemLookup] Item match:Window 12:48:13.364 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:13.364 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:13.364 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:13.364 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:13.364 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:13.364 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:13.364 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:13.364 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:13.364 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:13.364 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:13.364 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:13.365 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:13.365 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:13.365 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:13.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:13.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:13.486 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:13.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:13.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:13.488 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:13.488 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:13.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:13.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:13.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:13.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:13.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:13.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:13.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:13.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:13.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:48:13.490 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:13.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:13.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:13.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:48:13.995 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:48:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:13.995 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:48:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:13.995 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:48:13.996 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Perspectives 12:48:13.996 DEBUG [main][TreeItemHandler] Selecting tree item: Perspectives 12:48:13.996 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Perspectives about selection 12:48:13.997 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Perspectives 12:48:14.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:14.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:14.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:14.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:14.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:48:14.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:14.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:14.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:14.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:14.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:48:14.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Always open") 12:48:14.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:14.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:14.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:14.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:14.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:14.067 INFO [WorkbenchTestable][RadioButton] Select radio button Alwa&ys open 12:48:14.067 INFO [WorkbenchTestable][AbstractButton] Click button Alwa&ys open 12:48:14.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:14.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:14.067 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:14.067 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:14.068 TRACE [main][WidgetHandler] Notify Button with event 27 12:48:14.068 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.068 TRACE [main][WidgetHandler] Notify Button with event 13 12:48:14.068 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.068 TRACE [main][WidgetHandler] Notify Button with event 26 12:48:14.068 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.068 TRACE [main][WidgetHandler] Notify Button with event 3 12:48:14.068 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.068 TRACE [main][WidgetHandler] Notify Button with event 4 12:48:14.068 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.069 TRACE [main][WidgetHandler] Notify Button with event 13 12:48:14.069 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:48:14.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:14.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:14.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:14.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:14.074 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:14.075 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:48:14.075 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:48:14.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:14.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:14.075 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:14.076 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:14.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:48:14.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:14.118 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:14.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:14.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:14.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:48:14.122 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Prompt") 12:48:14.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:14.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:14.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:14.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:14.123 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:14.123 INFO [WorkbenchTestable][RadioButton] Select radio button Promp&t 12:48:14.124 INFO [WorkbenchTestable][AbstractButton] Click button Promp&t 12:48:14.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:14.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:14.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:14.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:14.124 TRACE [main][WidgetHandler] Notify Button with event 27 12:48:14.124 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.124 TRACE [main][WidgetHandler] Notify Button with event 13 12:48:14.124 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.124 TRACE [main][WidgetHandler] Notify Button with event 26 12:48:14.124 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.124 TRACE [main][WidgetHandler] Notify Button with event 3 12:48:14.124 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.124 TRACE [main][WidgetHandler] Notify Button with event 4 12:48:14.124 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.124 TRACE [main][WidgetHandler] Notify Button with event 13 12:48:14.124 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:48:14.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:14.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:14.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:14.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:14.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:14.147 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:48:14.147 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:48:14.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:14.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:14.148 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:14.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:14.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Group with referenced composite class org.eclipse.reddeer.eclipse.ui.ide.dialogs.IDEPerspectivesPreferencePage, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Open the associated perspective when creating a new project") 12:48:14.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:14.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:14.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:14.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:14.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Group and index 0 was found 12:48:14.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.group.DefaultGroup, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Never open") 12:48:14.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:14.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:14.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:14.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:14.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:14.183 INFO [WorkbenchTestable][RadioButton] Select radio button Ne&ver open 12:48:14.183 INFO [WorkbenchTestable][AbstractButton] Click button Ne&ver open 12:48:14.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:14.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:14.183 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:14.183 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:14.183 TRACE [main][WidgetHandler] Notify Button with event 27 12:48:14.183 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.183 TRACE [main][WidgetHandler] Notify Button with event 13 12:48:14.183 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.183 TRACE [main][WidgetHandler] Notify Button with event 26 12:48:14.183 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.183 TRACE [main][WidgetHandler] Notify Button with event 3 12:48:14.183 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.183 TRACE [main][WidgetHandler] Notify Button with event 4 12:48:14.184 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.184 TRACE [main][WidgetHandler] Notify Button with event 13 12:48:14.184 TRACE [main][WidgetHandler] Wait for synchronization 12:48:14.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:48:14.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:14.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:14.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:14.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:14.189 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:14.189 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:48:14.189 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:48:14.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:14.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:14.190 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:14.190 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:14.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:14.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:14.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:14.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:14.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:14.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:14.221 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:14.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:14.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:14.221 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:14.221 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:14.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:14.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:14.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:14.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:14.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:14.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:14.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:14.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:14.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:14.262 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:14.262 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:14.263 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:14.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:14.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:14.263 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:14.263 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:14.263 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:14.263 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:14.263 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:14.263 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:14.263 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:14.263 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:14.263 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:14.263 DEBUG [main][MenuItemLookup] Item match:Window 12:48:14.264 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:14.264 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:14.264 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:14.264 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:14.264 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:14.264 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:14.264 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:14.264 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:14.264 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:14.264 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:14.264 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:14.264 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:14.265 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:14.265 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:14.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:14.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:14.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:14.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:14.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:14.448 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:14.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:14.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:14.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:14.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:14.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:14.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:14.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:14.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:14.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:14.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children... 12:48:14.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:14.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:14.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:14.953 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:14.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Run/Debug has children finished successfully 12:48:14.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Run/Debug 12:48:14.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:14.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Run/Debug is already expanded. No action performed 12:48:14.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:14.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Run/Debug 12:48:14.955 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Console 12:48:14.956 DEBUG [main][TreeItemHandler] Selecting tree item: Console 12:48:14.956 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Console about selection 12:48:14.956 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Console 12:48:15.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:15.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:15.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:15.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:15.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Restore Defaults") 12:48:15.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:15.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:15.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:15.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:15.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:15.015 INFO [WorkbenchTestable][PreferencePage] Restore default values in Preferences dialog 12:48:15.015 INFO [WorkbenchTestable][AbstractButton] Click button Restore &Defaults 12:48:15.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:15.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:15.015 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:15.015 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:15.017 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply") 12:48:15.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:15.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:15.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:15.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:15.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:15.035 INFO [WorkbenchTestable][PreferencePage] Apply changes in Preferences dialog 12:48:15.036 INFO [WorkbenchTestable][AbstractButton] Click button &Apply 12:48:15.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:15.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:15.036 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:15.036 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:15.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:15.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:15.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:48:15.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:15.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:15.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:15.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:15.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:15.052 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:48:15.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:15.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:15.052 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:15.052 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:15.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:15.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:15.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:15.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:15.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:48:15.109 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:15.109 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:15.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:15.109 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) 12:48:15.110 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest 12:48:15.110 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:15.110 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:15.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:15.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.028 s - in org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest setOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 2.684 s testSettingConsoleShow no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 1.324 s setOpenAssociatedPerspectiveWithIncorrectOptionTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.306 s autoBuildingTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 0.573 s testLimitingConsoleOutput no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 1.382 s getOpenAssociatedPerspectiveTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesUtilTest) Time elapsed: 1.749 s Running org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:48:15.139 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:48:15.140 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:15.141 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:15.142 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:48:15.142 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:15.142 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:15.142 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:15.142 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:15.142 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:15.142 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:15.142 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:15.143 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:48:15.143 DEBUG [main][EditorHandler] 0 editor(s) found 12:48:15.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:15.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:15.146 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 12:48:15.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:15.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:15.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:15.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:15.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:15.148 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:15.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:48:15.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:15.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:15.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:15.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:15.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:48:15.151 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:15.151 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:15.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:15.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:48:15.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:48:15.152 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:48:15.156 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:15.156 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:15.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:15.157 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:15.158 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:15.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:15.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:15.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:15.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:15.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:15.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:15.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:15.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:16.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:16.161 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:16.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:48:16.161 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:16.161 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:16.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:16.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:16.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:48:16.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:16.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:16.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:16.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:16.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:16.165 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test-location 12:48:16.166 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:16.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:16.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:16.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:16.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:16.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:16.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:16.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:16.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:17.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:17.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:17.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:48:17.169 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:17.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:17.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:17.171 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:17.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:48:17.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:17.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:17.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:17.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:17.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:17.172 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test-location 12:48:17.172 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:17.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:17.173 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:17.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:48:17.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:48:17.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:17.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:17.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:17.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:17.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:17.174 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:48:17.174 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:48:17.175 DEBUG [main][TreeItemHandler] Set Tree selection 12:48:17.176 DEBUG [main][TreeHandler] Notify Tree about selection event 12:48:17.190 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:48:17.196 DEBUG [WorkbenchTestable][TreeItemHandler] test-location 12:48:17.196 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:48:17.196 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:17.271 DEBUG [main][MenuItemLookup] Found menu:'New' 12:48:17.272 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:48:17.272 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:17.272 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:48:17.272 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:17.272 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:48:17.272 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:48:17.272 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:48:17.272 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:48:17.272 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:48:17.272 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:17.272 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:48:17.272 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:48:17.272 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:17.272 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:48:17.272 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:48:17.273 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:48:17.273 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:48:17.273 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:48:17.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:48:17.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:48:17.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:48:17.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:48:17.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:48:17.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:48:17.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:48:17.776 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:48:17.776 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:17.836 DEBUG [main][MenuItemLookup] Found menu:'New' 12:48:17.836 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:48:17.836 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:17.836 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:48:17.836 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:17.836 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:48:17.836 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:48:17.836 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:48:17.836 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:48:17.837 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:48:17.837 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:48:17.837 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:48:17.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 12:48:18.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:48:18.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:48:18.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:18.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:18.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:48:18.493 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:18.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:18.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:18.493 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:48:18.494 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:18.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:18.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:18.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:18.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:18.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:18.495 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:48:18.495 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:48:18.495 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:48:18.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:18.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:18.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:18.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:18.496 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:48:18.496 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:48:18.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:18.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:18.496 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:48:18.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:48:18.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:18.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:18.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:18.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:18.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:18.498 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:48:18.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:18.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:18.499 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:18.499 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:18.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:48:18.504 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:48:19.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:48:19.005 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:48:19.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:48:19.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:48:19.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:48:19.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:48:19.006 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:48:19.006 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:48:19.007 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:48:19.008 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:48:19.008 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:19.008 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:48:19.008 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:48:19.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:19.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:19.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:19.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:19.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:48:19.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:19.013 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:19.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:19.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:19.014 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:48:19.014 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:19.015 INFO [WorkbenchTestable][RequirementsRunner] Started test: setPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:48:19.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:48:19.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:19.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:19.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:19.015 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:19.015 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:19.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:19.016 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:19.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:19.017 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:19.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:19.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:19.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:19.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:19.018 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:19.018 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:19.018 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:19.019 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:19.019 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:19.019 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:19.019 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:19.019 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:19.019 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:19.019 DEBUG [main][MenuItemLookup] Item match:Window 12:48:19.020 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:19.020 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:19.020 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:19.020 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:19.020 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:19.020 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:19.020 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:19.020 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:19.020 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:19.020 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:19.020 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:19.021 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:19.021 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:19.021 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:19.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:19.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:19.157 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:19.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:19.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:19.159 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:19.159 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:19.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:19.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:19.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:19.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:19.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:19.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:19.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:19.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:19.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:48:19.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:48:19.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:19.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:19.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:48:19.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:48:19.666 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:48:19.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:19.666 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:48:19.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:19.666 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:48:19.667 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 12:48:19.667 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 12:48:19.667 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 12:48:19.668 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 12:48:19.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:19.720 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:19.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:20.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:20.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:20.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:20.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:20.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:48:20.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:48:20.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:20.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:20.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:20.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:20.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:20.756 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:48:20.756 DEBUG [main][AbstractWait] Waiting until widget is found... 12:48:20.756 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:48:20.757 TRACE [main][WidgetLookup] widget with index 1 is found 12:48:20.757 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:48:20.757 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:48:20.757 DEBUG [main][AbstractText] Set focus to Text 12:48:20.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:20.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:20.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:48:20.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:20.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:20.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:20.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:20.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:20.771 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:48:20.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:20.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:20.771 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:20.771 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:20.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:20.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:20.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:20.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:20.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:20.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:20.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:20.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:20.819 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:20.819 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:20.820 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:20.820 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:20.820 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:20.820 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:20.820 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:20.820 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:20.820 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:20.820 DEBUG [main][MenuItemLookup] Item match:Window 12:48:20.821 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:20.821 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:20.821 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:20.821 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:20.821 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:20.821 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:20.821 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:20.821 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:20.821 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:20.821 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:20.821 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:20.821 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:20.821 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:20.821 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:20.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:20.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:20.947 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:20.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:20.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:20.948 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:20.948 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:20.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:20.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:20.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:20.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:20.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:20.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:20.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:20.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:20.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:48:20.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:48:20.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:20.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:48:20.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:20.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:48:20.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:48:20.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:48:20.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:20.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:48:20.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:20.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:48:20.952 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 12:48:20.952 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 12:48:20.953 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 12:48:20.953 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 12:48:20.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:20.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:20.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:21.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:21.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:21.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:21.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:21.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:48:21.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:48:21.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:21.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:21.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:21.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:21.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:21.975 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:48:21.975 DEBUG [main][AbstractWait] Waiting until widget is found... 12:48:21.975 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:48:21.975 TRACE [main][WidgetLookup] widget with index 1 is found 12:48:21.975 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:48:21.975 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:48:21.975 DEBUG [main][AbstractText] Set focus to Text 12:48:21.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:21.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:21.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:48:21.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:21.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:21.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:21.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:21.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:21.984 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:48:21.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:21.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:21.984 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:21.984 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:22.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:22.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:22.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:22.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:22.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:22.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:48:22.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:22.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:22.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:22.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:22.046 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:48:22.046 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:22.046 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:48:22.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:48:22.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:22.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:22.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:22.046 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:22.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:22.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:22.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:22.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:22.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:22.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:22.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:22.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:22.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:22.048 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:22.048 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:22.048 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:22.049 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:22.049 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:22.049 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:22.049 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:22.049 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:22.049 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:22.049 DEBUG [main][MenuItemLookup] Item match:Window 12:48:22.050 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:22.050 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:22.050 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:22.050 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:22.050 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:22.050 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:22.050 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:22.050 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:22.050 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:22.050 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:22.050 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:22.050 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:22.050 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:22.050 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:22.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:22.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:22.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:22.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:22.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:22.181 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:22.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:22.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:22.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:22.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:22.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:22.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:22.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:22.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:22.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:22.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:48:22.184 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:48:22.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:22.184 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:48:22.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:22.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:48:22.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:48:22.197 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:48:22.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:22.197 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:48:22.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:22.197 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:48:22.197 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 12:48:22.197 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 12:48:22.198 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 12:48:22.198 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 12:48:22.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:22.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:22.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:22.701 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:22.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:23.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:23.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:23.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:48:23.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:48:23.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:23.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:23.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:23.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:23.212 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:23.219 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:48:23.219 DEBUG [main][AbstractWait] Waiting until widget is found... 12:48:23.219 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:48:23.219 TRACE [main][WidgetLookup] widget with index 1 is found 12:48:23.219 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:48:23.219 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:48:23.219 DEBUG [main][AbstractText] Set focus to Text 12:48:23.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:23.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:23.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:48:23.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:23.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:23.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:23.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:23.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:23.229 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:48:23.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:23.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:23.229 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:23.229 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:23.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:23.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:23.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:23.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:23.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:23.281 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:23.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:23.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:23.282 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:23.282 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:23.282 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:23.282 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:23.282 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:23.282 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:23.282 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:23.282 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:23.282 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:23.282 DEBUG [main][MenuItemLookup] Item match:Window 12:48:23.283 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:23.283 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:23.283 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:23.283 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:23.283 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:23.283 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:23.283 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:23.283 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:23.283 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:23.283 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:23.283 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:23.284 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:23.284 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:23.284 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:23.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:23.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:23.392 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:23.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:23.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:23.393 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:23.393 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:23.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:23.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:23.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:23.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:23.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:23.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:23.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:23.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:23.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:48:23.396 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:48:23.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:23.396 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:48:23.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:23.396 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:48:23.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:48:23.397 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:48:23.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:23.397 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:48:23.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:23.397 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:48:23.398 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 12:48:23.398 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 12:48:23.399 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 12:48:23.399 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 12:48:23.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:23.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:23.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:23.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:23.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:24.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:24.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:24.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:48:24.410 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:48:24.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:24.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:24.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:24.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:24.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:24.419 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:48:24.419 DEBUG [main][AbstractWait] Waiting until widget is found... 12:48:24.419 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:48:24.419 TRACE [main][WidgetLookup] widget with index 1 is found 12:48:24.419 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:48:24.419 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:48:24.419 DEBUG [main][AbstractText] Set focus to Text 12:48:24.420 INFO [WorkbenchTestable][AbstractText] Text set to: /tmp/settings_new.xml 12:48:24.423 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:24.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:24.427 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:48:24.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:24.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:24.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:24.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:24.435 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:24.436 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:48:24.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:24.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:24.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:24.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:24.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:24.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:24.489 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:24.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:24.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:24.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:48:24.490 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven settings' has no excuses, wait for it 12:48:24.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating Maven settings' has no excuses, wait for it 12:48:25.491 DEBUG [WorkbenchTestable][JobIsRunning] job 'Repository registry initialization' has no excuses, wait for it 12:48:25.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating indexes' is not running, skipped 12:48:25.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:48:25.991 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:48:25.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:48:25.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:48:25.994 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:25.994 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:25.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:25.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:25.998 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:48:25.999 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:25.999 INFO [WorkbenchTestable][RequirementsRunner] Started test: setDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:48:25.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:48:26.000 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:26.000 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:26.000 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:26.000 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:26.001 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:26.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:26.002 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:26.002 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:26.002 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:26.003 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:26.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:26.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:26.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:26.004 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:26.004 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:26.005 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:26.006 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:26.006 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:26.006 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:26.006 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:26.006 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:26.006 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:26.006 DEBUG [main][MenuItemLookup] Item match:Window 12:48:26.008 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:26.008 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:26.009 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:26.009 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:26.009 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:26.009 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:26.009 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:26.009 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:26.009 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:26.009 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:26.009 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:26.009 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:26.009 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:26.010 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:26.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:26.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:26.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:26.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:26.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:26.146 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:26.146 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:26.146 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:26.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:26.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:26.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:26.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:26.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:26.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:26.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:26.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:48:26.149 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:48:26.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:26.149 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:48:26.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:26.149 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:48:26.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:48:26.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:48:26.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:26.161 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:48:26.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:26.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:48:26.162 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 12:48:26.162 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 12:48:26.162 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 12:48:26.163 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 12:48:26.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:26.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:26.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:26.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:26.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:27.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:27.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:27.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:48:27.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:48:27.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:27.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:27.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:27.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:27.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:27.188 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:48:27.188 DEBUG [main][AbstractWait] Waiting until widget is found... 12:48:27.188 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:48:27.188 TRACE [main][WidgetLookup] widget with index 1 is found 12:48:27.188 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:48:27.188 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:48:27.188 DEBUG [main][AbstractText] Set focus to Text 12:48:27.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:48:27.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:27.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:27.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:27.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:27.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:27.194 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:48:27.194 DEBUG [main][AbstractWait] Waiting until widget is found... 12:48:27.194 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:48:27.194 TRACE [main][WidgetLookup] widget with index 1 is found 12:48:27.194 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:48:27.194 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:48:27.194 DEBUG [main][AbstractText] Set focus to Text 12:48:27.195 INFO [WorkbenchTestable][AbstractText] Text set to: /tmp/settings_new.xml 12:48:27.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:27.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:27.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:48:27.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:27.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:27.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:27.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:27.210 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:27.211 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:48:27.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:27.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:27.211 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:27.212 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:27.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:27.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:27.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:27.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:27.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:27.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:48:27.242 DEBUG [WorkbenchTestable][JobIsRunning] job 'Repository registry initialization' has no excuses, wait for it 12:48:27.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Updating indexes' is not running, skipped 12:48:27.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Repository registry initialization' is not running, skipped 12:48:27.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:48:27.743 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:48:27.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:48:27.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:27.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:27.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:27.746 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:27.746 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:27.746 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:27.746 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:27.746 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:27.746 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:27.747 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:27.747 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:48:27.747 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:27.747 DEBUG [main][MenuItemLookup] Item match:Window 12:48:27.748 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:27.748 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:27.748 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:27.748 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:27.748 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:27.748 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:27.748 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:27.748 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:27.748 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:27.748 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:27.748 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:27.748 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:27.748 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:27.748 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:27.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:27.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:27.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:27.857 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:27.857 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:27.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:27.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:27.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:27.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:27.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:27.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:27.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:27.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:27.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children... 12:48:27.860 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:48:27.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:27.861 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:48:27.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:27.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:48:27.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Maven has children finished successfully 12:48:27.861 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Maven 12:48:27.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:48:27.862 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Maven is already expanded. No action performed 12:48:27.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:48:27.862 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Maven 12:48:27.862 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item User Settings 12:48:27.862 DEBUG [main][TreeItemHandler] Selecting tree item: User Settings 12:48:27.863 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item User Settings about selection 12:48:27.863 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: User Settings 12:48:27.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:27.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:27.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:28.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:28.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:28.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:28.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:48:28.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:48:28.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Update Settings") 12:48:28.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:28.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:28.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:28.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:28.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:28.884 DEBUG [main][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.m2e.core.ui.preferences.MavenSettingsPreferencePage$1$1, index 1 and no matchers specified 12:48:28.884 DEBUG [main][AbstractWait] Waiting until widget is found... 12:48:28.884 TRACE [main][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:48:28.885 TRACE [main][WidgetLookup] widget with index 1 is found 12:48:28.885 DEBUG [main][AbstractWait] Waiting until widget is found finished successfully 12:48:28.885 DEBUG [main][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:48:28.885 DEBUG [main][AbstractText] Set focus to Text 12:48:28.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:28.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:28.890 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:48:28.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:28.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:28.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:28.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:28.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:28.899 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:48:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:28.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:28.899 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:28.899 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:28.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:28.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:28.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:28.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:28.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:28.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:48:28.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:28.951 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:28.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:28.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:28.952 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:48:28.952 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:28.952 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:48:28.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:48:28.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:28.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:28.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:28.952 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:28.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:48:28.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:28.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:28.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:28.953 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) 12:48:28.953 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.direct.test.preferences.PreferencesTest 12:48:28.953 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:28.953 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:28.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.816 s - in org.eclipse.reddeer.direct.test.preferences.PreferencesTest getNonExistingPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 0.006 s setPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 3.031 s getPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 3.949 s setDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 2.952 s getDefaultPreferenceTest no-configuration(org.eclipse.reddeer.direct.test.preferences.PreferencesTest) Time elapsed: 0.001 s Results: Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.direct.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.junit.test >--------- [INFO] Building RedDeer JUnit Tests 2.8.0-SNAPSHOT [41/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.junit.test --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.junit.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.junit.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.junit.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.junit.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.junit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.junit.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/target/org.eclipse.reddeer.junit.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.junit.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.junit.test --- [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20190726180751/repository/ [INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (7.02kB) [INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (7.02kB) [INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (8.41kB) [INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (8.41kB) [INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (12.58kB) [INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (12.58kB) [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 Running org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest testGetCustomRequirementFromAnnotation(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.01 s testGetValueOfStaticAnnotatedMethodWhichDoesNotExist(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.005 s getAnnotationWithNoEnclosingClass(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s testGetRequirementAnnotation(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.004 s testGetGrandChildClassAnotations(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.006 s testGetValueOfStaticAnnotatedMethod(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s testGetValueOfStaticAnnotatedMethodTwoPossibilities(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.002 s testGetTopClassAnnotations(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s testGetRequirementAnnotations(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.003 s testGetValueOfStaticAnnotatedMethodWithWrongReturnType(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s testGetChildsClassAnnotations(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0.001 s testGetDefaultRequirementFromAnnotation(org.eclipse.reddeer.junit.test.annotation.AnnotationUtilsTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:48:44.236 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:48:44.259 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:44.261 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:48:44.262 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:44.264 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.264 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:48:44.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:48:44.266 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.266 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:44.267 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:48:44.267 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:48:44.267 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.268 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:44.268 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.268 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:48:44.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:48:44.268 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.269 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:44.269 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:48:44.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:48:44.269 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.270 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:44.270 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShouldRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:48:44.270 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest 12:48:44.270 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShouldRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.271 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun1 is ignored because shouldRun method of RunIf conditional run is not met. 12:48:44.271 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.271 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun2 is ignored because @Ignore annotation is presented. 12:48:44.272 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.272 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun3 is ignored because @Ignore annotation is presented. 12:48:44.272 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.272 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun4 is ignored because shouldRun method of RunIf conditional run is not met. 12:48:44.272 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.272 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun5 is ignored because shouldRun method of RunIf conditional run is not met. 12:48:44.273 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.273 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun6 is ignored because shouldRun method of RunIf conditional run is not met. 12:48:44.273 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun6 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.273 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun7 is ignored because shouldRun method of RunIf conditional run is not met. 12:48:44.273 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun7 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.273 INFO [WorkbenchTestable][RequirementsRunner] Test method testShouldNotRun8 is ignored because shouldRun method of RunIf conditional run is not met. 12:48:44.274 INFO [WorkbenchTestable][RequirementsRunner] Ignored test: testShouldNotRun8 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) 12:48:44.275 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.102 s - in org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest testShouldRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) Time elapsed: 0.002 s testShouldRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) Time elapsed: 0 s testShouldRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) Time elapsed: 0 s testShouldRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) Time elapsed: 0 s testShouldRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) Time elapsed: 0 s testShouldNotRun1 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun2 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun3 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun4 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun5 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun6 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun7 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped testShouldNotRun8 no-configuration(org.eclipse.reddeer.junit.test.execution.TestMethodShouldRunTest) skipped Running org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:48:44.289 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:48:44.292 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=7 12:48:44.347 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:48:44.348 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=3 12:48:44.352 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:48:44.353 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:44.354 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:44.355 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:48:44.357 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:44.360 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:44.363 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:48:44.373 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:48:44.376 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:44.376 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:44.393 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:44.394 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:44.396 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:44.398 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:44.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:44.455 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:44.457 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:44.457 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:44.459 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:44.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:44.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:44.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:44.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:44.474 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:44.480 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:44.485 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:44.486 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:44.486 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:44.486 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:44.486 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:44.487 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:44.487 DEBUG [main][MenuItemLookup] Item match:Window 12:48:44.492 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:44.493 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:44.493 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:44.493 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:44.493 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:44.493 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:44.493 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:44.493 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:44.494 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:44.494 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:44.494 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:44.536 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:44.536 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:44.539 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:4082): Gtk-WARNING **: 12:48:44.693: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg. This may indicate that pixbuf loaders or the mime database could not be found. 12:48:44.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:44.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:44.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:44.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:44.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:44.841 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:44.841 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:44.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:44.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:44.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:44.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:44.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:44.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:44.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:44.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:44.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:44.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:44.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:44.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:44.940 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:44.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:44.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:44.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:44.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:45.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:45.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:45.035 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:45.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:45.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:45.036 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:45.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:45.040 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEqualPrioritized no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 12:48:45.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:48:45.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:45.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:45.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:45.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:45.041 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:45.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:48:45.041 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:45.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:45.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:45.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:45.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:45.047 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEqualPrioritized no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 12:48:45.047 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:45.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: testVariousPriority no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 12:48:45.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:48:45.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:45.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:45.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:45.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:45.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:45.048 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:48:45.048 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:45.049 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:45.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:45.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:45.049 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:45.049 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testVariousPriority no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 12:48:45.050 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:45.050 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOrderOfSortedList no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 12:48:45.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:48:45.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:45.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:45.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:45.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:45.050 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:45.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:48:45.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:45.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:45.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:45.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:45.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:45.052 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOrderOfSortedList no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) 12:48:45.052 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest 12:48:45.052 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:45.052 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:45.052 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:45.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:45.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.765 s - in org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest testEqualPrioritized no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) Time elapsed: 0.007 s testVariousPriority no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) Time elapsed: 0.001 s testOrderOfSortedList no-configuration(org.eclipse.reddeer.junit.test.execution.PriorityComparatorTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 12:48:45.064 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 12:48:45.068 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 12:48:45.074 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:45.075 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 12:48:45.075 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:45.075 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:45.075 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:45.075 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:45.076 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:45.076 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:45.076 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:45.076 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:45.076 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:45.077 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:45.077 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:45.078 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:45.078 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:45.078 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:45.078 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:45.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:45.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:45.079 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:45.079 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:45.079 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:45.080 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:45.080 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:45.080 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:45.080 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:45.080 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:45.081 DEBUG [main][MenuItemLookup] Item match:Window 12:48:45.082 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:45.082 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:45.082 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:45.082 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:45.082 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:45.082 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:45.082 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:45.082 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:45.082 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:45.082 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:45.083 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:45.083 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:45.083 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:45.083 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:45.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:45.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:45.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:45.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:45.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:45.257 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:45.257 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:45.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:45.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:45.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:45.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:45.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:45.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:45.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:45.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:45.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:45.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:45.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:45.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:45.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:45.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:45.292 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:45.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:45.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:45.292 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:45.292 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:45.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:45.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:45.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:45.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:45.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:45.344 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:45.345 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:48:45.345 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param0](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 12:48:45.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 12:48:45.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:45.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:45.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:45.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:45.345 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:45.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 12:48:45.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:45.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:45.346 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:45.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:45.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:45.347 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param0](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 12:48:45.347 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:48:45.347 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param1](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 12:48:45.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 12:48:45.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:45.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:45.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:45.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:45.347 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:45.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 12:48:45.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:45.348 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:45.348 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:45.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:45.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:45.349 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param1](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) 12:48:45.349 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest 12:48:45.349 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:45.349 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:45.349 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:45.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:45.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s - in org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest test no-configuration [param0](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) Time elapsed: 0.002 s test no-configuration [param1](org.eclipse.reddeer.junit.test.execution.ParameterizedFieldTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 12:48:45.356 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 12:48:45.357 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 12:48:45.359 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:45.359 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 12:48:45.360 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:45.360 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:45.360 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:45.360 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:45.360 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:45.360 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:45.360 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:45.360 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:45.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:45.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:45.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:45.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:45.362 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:45.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:45.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:45.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:45.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:45.362 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:45.363 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:45.363 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:45.364 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:45.364 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:45.364 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:45.364 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:45.364 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:45.364 DEBUG [main][MenuItemLookup] Item match:Window 12:48:45.365 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:45.365 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:45.365 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:45.365 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:45.365 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:45.365 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:45.366 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:45.366 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:45.366 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:45.366 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:45.366 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:45.366 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:45.366 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:45.366 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:45.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:45.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:45.513 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:45.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:45.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:45.515 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:45.515 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:45.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:45.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:45.515 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:45.517 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:45.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:45.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:45.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:45.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:45.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:45.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:45.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:45.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:45.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:45.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:45.536 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:45.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:45.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:45.536 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:45.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:45.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:45.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:45.588 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:45.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:45.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:45.589 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:45.589 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:48:45.590 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param: param0](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 12:48:45.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 12:48:45.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:45.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:45.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:45.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:45.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:45.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 12:48:45.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:45.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:45.592 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:45.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:45.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:45.593 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param: param0](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 12:48:45.593 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:48:45.593 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [param: param1](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 12:48:45.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 12:48:45.593 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:45.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:45.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:45.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:45.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:45.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 12:48:45.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:45.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:45.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:45.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:45.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:45.595 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [param: param1](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) 12:48:45.595 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest 12:48:45.595 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:45.595 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:45.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:45.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:45.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 s - in org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest test no-configuration [param: param0](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) Time elapsed: 0.003 s test no-configuration [param: param1](org.eclipse.reddeer.junit.test.execution.ParameterizedConstructorTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:48:45.633 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:48:45.634 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:45.635 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:45.635 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:48:45.635 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:45.635 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:45.635 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:45.635 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:45.636 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:45.636 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:45.636 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:45.636 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:45.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:45.637 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:45.637 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:45.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:45.638 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:45.638 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:45.638 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:45.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:45.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:45.639 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:45.639 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:45.639 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:45.640 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:45.640 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:45.640 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:45.640 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:45.640 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:45.640 DEBUG [main][MenuItemLookup] Item match:Window 12:48:45.642 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:45.642 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:45.642 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:45.642 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:45.642 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:45.642 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:45.642 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:45.642 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:45.642 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:45.642 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:45.642 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:45.643 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:45.643 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:45.643 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:45.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:45.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:45.775 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:45.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:45.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:45.776 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:45.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:45.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:45.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:45.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:45.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:45.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:45.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:45.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:45.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:45.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:45.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:45.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:45.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:45.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:45.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:45.799 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:45.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:45.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:45.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:45.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:45.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:45.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:45.864 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:45.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:45.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:45.864 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:45.864 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:45.865 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErroneousTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 12:48:45.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:48:45.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:45.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:45.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:45.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:45.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:45.870 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 12:48:45.871 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:45.872 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:45.872 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 12:48:45.872 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:45.872 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:45.872 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:45.872 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:45.872 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:45.872 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:45.873 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:45.873 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:45.873 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:45.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:45.874 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:45.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:45.874 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:45.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:45.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:45.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:45.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:45.875 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:45.875 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:45.875 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:45.875 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:45.875 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:45.875 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:45.876 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:45.876 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:45.876 DEBUG [main][MenuItemLookup] Item match:Window 12:48:45.877 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:45.877 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:45.877 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:45.877 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:45.877 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:45.877 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:45.877 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:45.877 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:45.877 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:45.877 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:45.877 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:45.878 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:45.878 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:45.878 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:46.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:46.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:46.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:46.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:46.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:46.015 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:46.015 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:46.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:46.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:46.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:46.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:46.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:46.016 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:46.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:46.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:46.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:46.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:46.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:46.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:46.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:46.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:46.059 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:46.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:46.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:46.060 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:46.060 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:46.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:46.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:46.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:46.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:46.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:46.112 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:46.113 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:46.113 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest) 12:48:46.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 12:48:46.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:46.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:46.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:46.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:46.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:46.117 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest.test throws exception: org.eclipse.reddeer.common.exception.RedDeerException: Test in error at org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest.test(RequirementsOrderRunnerSuite.java:139) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest.testErroneousTest(RequirementOrderCallWithFailsTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:48:46.123 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest.test.png 12:48:46.289 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest.test.png 12:48:46.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 12:48:46.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:46.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:46.290 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:46.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:46.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:46.292 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest) org.eclipse.reddeer.common.exception.RedDeerException: Test in error at org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest.test(RequirementsOrderRunnerSuite.java:139) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest.testErroneousTest(RequirementOrderCallWithFailsTest.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:48:46.295 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest) 12:48:46.295 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderErroneousTest 12:48:46.295 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:46.295 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:46.295 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:46.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:46.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:46.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:48:46.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:46.297 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:46.297 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:46.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:46.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:46.297 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErroneousTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 12:48:46.298 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:46.298 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFailingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 12:48:46.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:48:46.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:46.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:46.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:46.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:46.298 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:46.299 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 12:48:46.300 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:46.300 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:46.300 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 12:48:46.301 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:46.301 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:46.301 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:46.301 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:46.301 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:46.301 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:46.301 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:46.301 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:46.302 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:46.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:46.302 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:46.302 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:46.303 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:46.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:46.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:46.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:46.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:46.303 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:46.303 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:46.304 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:46.305 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:46.305 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:46.305 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:46.305 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:46.305 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:46.305 DEBUG [main][MenuItemLookup] Item match:Window 12:48:46.306 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:46.306 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:46.306 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:46.307 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:46.307 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:46.307 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:46.307 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:46.307 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:46.307 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:46.307 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:46.307 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:46.307 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:46.307 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:46.333 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:46.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:46.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:46.446 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:46.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:46.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:46.448 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:46.448 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:46.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:46.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:46.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:46.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:46.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:46.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:46.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:46.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:46.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:46.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:46.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:46.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:46.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:46.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:46.479 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:46.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:46.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:46.479 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:46.479 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:46.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:46.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:46.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:46.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:46.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:46.528 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:46.528 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:46.529 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest) 12:48:46.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 12:48:46.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:46.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:46.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:46.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:46.529 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:46.529 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test throws exception: java.lang.AssertionError: Test in failure at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test(RequirementsOrderRunnerSuite.java:130) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest.testFailingTest(RequirementOrderCallWithFailsTest.java:66) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:48:46.532 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test.png 12:48:46.640 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test.png 12:48:46.641 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 12:48:46.641 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:46.641 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:46.641 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:46.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:46.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:46.642 ERROR [WorkbenchTestable][RequirementsRunner] Failed test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest) java.lang.AssertionError: Test in failure at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest.test(RequirementsOrderRunnerSuite.java:130) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest.testFailingTest(RequirementOrderCallWithFailsTest.java:66) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:48:46.644 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest) 12:48:46.644 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderFailedTest 12:48:46.644 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:46.644 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:46.644 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:46.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:46.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:46.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:48:46.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:46.645 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:46.645 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:46.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:46.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:46.645 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFailingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 12:48:46.645 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:46.646 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPassingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 12:48:46.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:48:46.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:46.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:46.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:46.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:46.646 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:46.647 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 12:48:46.648 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:46.648 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:46.648 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 12:48:46.648 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:46.648 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:46.648 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:46.648 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:46.649 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:46.649 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:46.649 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:46.649 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:46.649 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:46.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:46.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:46.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:46.650 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:46.650 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:46.650 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:46.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:46.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:46.650 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:46.651 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:46.651 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:46.651 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:46.652 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:46.652 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:46.652 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:46.652 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:46.652 DEBUG [main][MenuItemLookup] Item match:Window 12:48:46.653 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:46.653 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:46.653 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:46.653 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:46.653 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:46.653 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:46.653 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:46.653 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:46.653 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:46.653 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:46.653 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:46.653 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:46.653 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:46.654 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:46.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:46.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:46.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:46.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:46.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:46.794 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:46.794 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:46.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:46.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:46.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:46.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:46.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:46.795 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:46.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:46.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:46.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:46.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:46.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:46.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:46.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:46.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:46.817 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:46.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:46.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:46.817 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:46.817 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:46.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:46.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:46.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:46.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:46.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:46.876 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:46.876 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:46.877 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest) 12:48:46.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 12:48:46.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:46.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:46.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:46.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:46.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:46.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 12:48:46.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:46.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:46.877 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:46.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:46.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:46.878 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest) 12:48:46.878 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.RequirementsOrderRunnerSuite$RequirementOrderPassedTest 12:48:46.878 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:46.878 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:46.878 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:46.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:46.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:46.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:48:46.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:46.879 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:46.879 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:46.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:46.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:46.879 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPassingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) 12:48:46.879 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest 12:48:46.879 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:46.879 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:46.879 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:46.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:46.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 s - in org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest testErroneousTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) Time elapsed: 0.432 s testFailingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) Time elapsed: 0.347 s testPassingTest no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementOrderCallWithFailsTest) Time elapsed: 0.233 s Running org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 12:48:46.891 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 12:48:46.892 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:46.892 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:46.892 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 12:48:46.892 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:46.892 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:46.892 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:46.893 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:46.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:46.893 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:46.893 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:46.893 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:46.893 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:46.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:46.894 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:46.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:46.894 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:46.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:46.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:46.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:46.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:46.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:46.895 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:46.895 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:46.896 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:46.896 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:46.896 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:46.897 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:46.897 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:46.897 DEBUG [main][MenuItemLookup] Item match:Window 12:48:46.898 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:46.898 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:46.898 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:46.898 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:46.898 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:46.898 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:46.898 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:46.898 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:46.898 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:46.899 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:46.899 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:46.899 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:46.899 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:46.899 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:47.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:47.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:47.022 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:47.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:47.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:47.024 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:47.024 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:47.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:47.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:47.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:47.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:47.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:47.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:47.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:47.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:47.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:47.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:47.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:47.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:47.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:47.044 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:47.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:47.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:47.045 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:47.045 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:47.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:47.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:47.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:47.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:47.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:47.094 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:47.094 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:47.094 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest) 12:48:47.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 12:48:47.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:47.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:47.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:47.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:47.094 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:47.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 12:48:47.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:47.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:47.095 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:47.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:47.095 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest) 12:48:47.095 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest 12:48:47.095 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:47.095 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:47.095 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:47.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:47.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.order.testcase.RequirementsRunnerTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 12:48:47.103 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 12:48:47.104 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 12:48:47.105 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:47.106 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 12:48:47.106 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:47.106 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:47.106 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:47.106 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:47.106 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:47.106 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:47.106 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:47.106 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:47.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:47.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:47.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:47.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:47.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:47.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:47.108 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:47.108 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:47.108 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:47.109 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:47.109 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:47.109 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:47.109 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:47.109 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:47.109 DEBUG [main][MenuItemLookup] Item match:Window 12:48:47.110 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:47.110 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:47.110 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:47.110 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:47.110 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:47.110 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:47.110 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:47.111 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:47.111 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:47.111 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:47.111 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:47.133 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:47.133 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:47.133 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:47.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:47.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:47.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:47.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:47.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:47.246 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:47.247 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:47.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:47.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:47.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:47.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:47.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:47.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:47.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:47.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:47.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:47.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:47.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:47.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:47.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:47.267 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:47.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:47.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:47.267 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:47.267 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:47.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:47.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:47.316 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:47.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:47.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:47.316 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:47.317 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:48:47.317 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [0](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 12:48:47.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 12:48:47.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:47.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:47.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:47.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:47.317 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:47.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 12:48:47.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:47.317 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:47.317 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:47.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:47.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:47.318 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [0](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 12:48:47.318 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:48:47.318 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration [1](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 12:48:47.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 12:48:47.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:47.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:47.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:47.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:47.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:47.318 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 12:48:47.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:47.319 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:47.319 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:47.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:47.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:47.319 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration [1](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) 12:48:47.319 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest 12:48:47.319 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:47.319 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:47.319 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:47.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:47.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest test no-configuration [0](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) Time elapsed: 0.001 s test no-configuration [1](org.eclipse.reddeer.junit.test.integration.runner.order.param.ParametrizedTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 12:48:47.335 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 12:48:47.337 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:47.337 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:47.337 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 12:48:47.338 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:47.338 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:47.338 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:47.338 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:47.338 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:47.338 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:47.338 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:47.338 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:47.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:47.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:47.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.339 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:47.339 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:47.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:47.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:47.340 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:47.340 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:47.340 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:47.341 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:47.341 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:47.341 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:47.341 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:47.341 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:47.341 DEBUG [main][MenuItemLookup] Item match:Window 12:48:47.342 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:47.342 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:47.342 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:47.342 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:47.342 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:47.342 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:47.342 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:47.342 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:47.342 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:47.342 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:47.342 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:47.343 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:47.343 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:47.343 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:47.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:47.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:47.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:47.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:47.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:47.477 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:47.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:47.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:47.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:47.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:47.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:47.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:47.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:47.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:47.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:47.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:47.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:47.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:47.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:47.495 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:47.496 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:47.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:47.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:47.496 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:47.496 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:47.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:47.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:47.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:47.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:47.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:47.547 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:47.547 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:47.547 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest) 12:48:47.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 12:48:47.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:47.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:47.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:47.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:47.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:47.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 12:48:47.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:47.548 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:47.548 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:47.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:47.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:47.548 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest) 12:48:47.548 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest 12:48:47.548 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:47.548 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:47.548 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:47.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:47.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s - in org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsBeforRunIfTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 12:48:47.556 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 12:48:47.557 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:47.557 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:47.557 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 12:48:47.558 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:47.558 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:47.558 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:47.558 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:47.558 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:47.558 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:47.558 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:47.558 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:47.558 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:47.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.559 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:47.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.559 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:47.559 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:47.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:47.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:47.560 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:47.560 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:47.560 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:47.561 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:47.561 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:47.561 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:47.561 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:47.561 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:47.561 DEBUG [main][MenuItemLookup] Item match:Window 12:48:47.562 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:47.562 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:47.562 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:47.562 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:47.562 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:47.562 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:47.562 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:47.562 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:47.562 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:47.562 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:47.562 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:47.562 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:47.562 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:47.562 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:47.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:47.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:47.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:47.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:47.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:47.674 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:47.674 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:47.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:47.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:47.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:47.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:47.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:47.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:47.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:47.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:47.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:47.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:47.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:47.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:47.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:47.682 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:47.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:47.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:47.683 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:47.683 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:47.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:47.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:47.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:47.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:47.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:47.737 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:47.738 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:47.738 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest) 12:48:47.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 12:48:47.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:47.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:47.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:47.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:47.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:47.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 12:48:47.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:47.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:47.738 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:47.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:47.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:47.739 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest) 12:48:47.739 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest 12:48:47.739 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:47.739 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:47.739 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:47.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:47.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest test no-configuration(org.eclipse.reddeer.junit.test.integration.runner.injection.InjectRequirementsTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest testNoRequirementFieldInjection(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0.004 s testInjectingToChild(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0.002 s testInjectingToParent(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0 s testInjectingToGrandParent(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0.001 s testInjectToStatic(org.eclipse.reddeer.junit.test.internal.requirement.inject.RequirementsInjectorTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest 12:48:47.769 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:47.769 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 12:48:47.770 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:47.771 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:47.771 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:47.771 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:47.771 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:47.771 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:47.771 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:47.771 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:47.772 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:47.772 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:47.772 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:47.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.772 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:47.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.773 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:47.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:47.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:47.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:47.773 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:47.773 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:47.774 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:47.774 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:47.774 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:47.774 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:47.774 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:47.774 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:47.774 DEBUG [main][MenuItemLookup] Item match:Window 12:48:47.775 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:47.775 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:47.776 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:47.776 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:47.776 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:47.776 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:47.776 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:47.776 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:47.776 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:47.776 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:47.776 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:47.776 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:47.776 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:47.776 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:47.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:47.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:47.948 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:47.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:47.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:47.949 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:47.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:47.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:47.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:47.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:47.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:47.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:47.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:47.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:47.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:47.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:47.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:47.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:47.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:47.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:47.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:47.969 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:47.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:47.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:47.970 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:47.970 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:48.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:48.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:48.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:48.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:48.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:48.017 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:48.017 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:48:48.017 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:48:48.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:48.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:48.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:48.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:48.017 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:48.017 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:48.033 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:48.033 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:48.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:48.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:48.033 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:48:48.033 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:48:48.033 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:48:48.033 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:48.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:48.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:48.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:48.034 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:48.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:48.034 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:48.034 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:48.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:48.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:48.034 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:48:48.034 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.034 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:48.034 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:48.035 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:48.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:48.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:48.036 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.036 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 12:48:48.037 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:48.037 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.038 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:48.038 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:48.038 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:48.038 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:48.038 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:48.038 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:48.038 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:48.038 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:48.038 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:48.038 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:48.039 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:48.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:48.039 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:48.039 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:48.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:48.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:48.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:48.040 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:48.040 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:48.040 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:48.041 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:48.041 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:48.041 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:48.041 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:48.041 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:48.041 DEBUG [main][MenuItemLookup] Item match:Window 12:48:48.042 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:48.042 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:48.042 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:48.042 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:48.042 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:48.042 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:48.042 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:48.042 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:48.042 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:48.042 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:48.042 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:48.042 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:48.042 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:48.042 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:48.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:48.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:48.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:48.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:48.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:48.176 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:48.176 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:48.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:48.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:48.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:48.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:48.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:48.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:48.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:48.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:48.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:48.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:48.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:48.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:48.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:48.185 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:48.185 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:48.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:48.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:48.185 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:48.185 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:48.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:48.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:48.257 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:48.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:48.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:48.257 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:48.258 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:48:48.258 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:48:48.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:48.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:48.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:48.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:48.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:48.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:48.258 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:48.258 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:48.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:48.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:48.259 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:48:48.259 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:48:48.259 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:48:48.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:48.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:48.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:48.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:48.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:48.260 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.260 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:48.260 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:48.260 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:48.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:48.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:48.260 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:48:48.260 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.260 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:48.260 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:48.260 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:48.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:48.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:48.261 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.262 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 12:48:48.263 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:48.263 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:48.264 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:48.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:48.264 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:48.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:48.264 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:48.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:48.264 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:48.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:48.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:48.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:48.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:48.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:48.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:48.266 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:48.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:48.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:48.266 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:48.266 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:48.266 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:48.267 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:48.267 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:48.267 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:48.267 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:48.267 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:48.267 DEBUG [main][MenuItemLookup] Item match:Window 12:48:48.268 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:48.268 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:48.268 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:48.268 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:48.268 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:48.268 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:48.268 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:48.268 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:48.268 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:48.268 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:48.268 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:48.269 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:48.269 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:48.269 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:48.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:48.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:48.401 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:48.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:48.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:48.402 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:48.402 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:48.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:48.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:48.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:48.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:48.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:48.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:48.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:48.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:48.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:48.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:48.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:48.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:48.439 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:48.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:48.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:48.439 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:48.439 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:48.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:48.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:48.485 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:48.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:48.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:48.486 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:48.486 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:48:48.486 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:48:48.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:48.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:48.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:48.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:48.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:48.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:48.487 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:48.487 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:48.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:48.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:48.487 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:48:48.487 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:48:48.487 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:48:48.487 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:48.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:48.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:48.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:48.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:48.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:48.488 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:48.488 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:48.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:48.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:48.488 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:48:48.488 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.488 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:48.489 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:48.489 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:48.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:48.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:48.489 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.490 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class 12:48:48.491 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:48.491 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.491 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:48.491 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:48.491 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:48.491 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:48.492 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:48.492 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:48.492 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:48.492 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:48.492 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:48.492 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:48.493 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:48.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:48.493 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:48.493 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:48.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:48.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:48.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:48.493 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:48.493 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:48.494 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:48.494 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:48.494 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:48.494 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:48.494 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:48.494 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:48.494 DEBUG [main][MenuItemLookup] Item match:Window 12:48:48.495 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:48.495 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:48.495 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:48.495 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:48.495 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:48.496 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:48.496 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:48.496 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:48.496 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:48.496 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:48.496 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:48.496 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:48.496 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:48.496 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:48.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:48.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:48.610 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:48.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:48.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:48.611 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:48.611 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:48.611 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:48.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:48.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:48.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:48.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:48.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:48.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:48.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:48.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:48.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:48.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:48.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:48.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:48.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:48.630 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:48.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:48.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:48.637 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:48.637 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:48.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:48.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:48.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:48.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:48.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:48.682 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:48.682 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:48:48.682 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:48:48.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:48.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:48.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:48.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:48.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:48.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:48.683 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:48.683 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:48.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:48.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:48.683 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [0](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:48:48.683 DEBUG [WorkbenchTestable][ParameterizedRequirementsRunner] Injecting fulfilled requirements into test instance 12:48:48.684 INFO [WorkbenchTestable][RequirementsRunner] Started test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:48:48.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:48.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:48.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:48.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:48.684 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:48.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:48.684 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:48.684 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:48.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:48.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:48.684 INFO [WorkbenchTestable][RequirementsRunner] Finished test: baseTest no-configuration [1](org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz) 12:48:48.684 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedStaticReqTestClazz 12:48:48.684 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:48.685 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:48.685 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:48.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:48.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.921 s - in org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest testRequirementInjectionInParameters(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.27 s testRequirementInjectionInBefore(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.226 s testRequirementInjectionInBeforeClass(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.228 s testStaticInject(org.eclipse.reddeer.junit.test.internal.requirement.parameterized.inject.ParameterizedRequirementTest) Time elapsed: 0.196 s Running org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest testNullConfigArgument(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0 s testBuildRequirementsWithConfigurableRequirementWithoutConfiguration(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0.001 s testBuildRequirementsWithConfiguredRequirement(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0.004 s testBuildRequiremenetsWithMixedRequirements(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0.002 s testBuildRequirements(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0.003 s testBuildNoRequirements(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0 s testNullClassArgument(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsBuilderTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445 s - in org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest constructor_nullList(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0 s sortByPriority(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0 s fulfill(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0.436 s size(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0.004 s cleanup(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0.001 s iterator(org.eclipse.reddeer.junit.test.internal.requirement.RequirementsTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest 12:48:49.339 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.autobuilding.AutoBuildingRequirement 12:48:49.340 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.cleanworkspace.CleanWorkspaceRequirement 12:48:49.342 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.closeeditors.CloseAllEditorsRequirement 12:48:49.342 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.db.DatabaseRequirement 12:48:49.343 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.jre.JRERequirement 12:48:49.346 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.openperspective.OpenPerspectiveRequirement 12:48:49.348 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.property.PropertyRequirement 12:48:49.348 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.securestorage.SecureStorageRequirement 12:48:49.350 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.server.apache.tomcat.ApacheTomcatServerRequirement 12:48:49.355 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.requirement.configuration.resources.JavaRequirement 12:48:49.355 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.property.PropertyRequirement 12:48:49.355 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.internal.requirement.CustomJavaTestRequirement 12:48:49.356 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.internal.requirement.CustomServerTestRequirement 12:48:49.357 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.requirement.configuration.resources.ComplexRequirement 12:48:49.358 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.junit.test.requirement.configuration.resources.SimpleRequirement Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 s - in org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest testLoadConfigsFromInvalidJSONFile(org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest) Time elapsed: 0.17 s testLoadConfigFromFile(org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest) Time elapsed: 0.071 s testLoadConfigsFromNonexistingFile(org.eclipse.reddeer.junit.test.internal.configuration.reader.JSONConfigurationReaderTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest 12:48:49.417 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest$ParameterizedSuite 12:48:49.417 DEBUG [WorkbenchTestable][ParameterizedRunner] Injecting fulfilled requirements into static fields of test class Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest parameterizedRunnerTest(org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerBuilderTest) Time elapsed: 0.004 s Running org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerTest 12:48:49.574 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements$MockitoMock$973714372 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerTest testInjectMethodInvocation(org.eclipse.reddeer.junit.test.internal.runner.RequirementsRunnerTest) Time elapsed: 0.152 s Running org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest numberOfTestRunsWithConfig(org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest) Time elapsed: 0.006 s numberOfTestRunsNoConfig(org.eclipse.reddeer.junit.test.requirement.configuration.ComplexConfigurationTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest testGetConfigurationsFromConfigPoolWithNonexistingConfigFile(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0 s getSimpleRequirementConfigurationsFromPool(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.009 s getComplexRequirementConfigurationsFromPoolYAML(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.085 s testGetConfigurationFile(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.001 s testGetNonexistingConfigurationFile(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0 s getSimpleRequirementConfigurationsFromPoolYAML(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.011 s getRequirementConfigurationsFromPool(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.006 s testGetInvalidConfigurationFile(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.001 s getComplexRequirementConfigurationsFromPool(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationPoolTest) Time elapsed: 0.007 s Running org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest testGetNonexistingObjectAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0.002 s testGetStringObjectAttributeInPlaceOfSimpleAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0 s testGetAttributeOfComplexConfiguration(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0 s getNonexistingStringAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0 s testGetStringAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0 s testGetObjectAttribute(org.eclipse.reddeer.junit.test.requirement.configuration.RequirementConfigurationTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest testRequirementVersionMatcherOnComparisonGreaterThanNoMatch(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0.016 s testRequirementRegexMatcherOnRegex(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnPreciseMatch(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testThrowExceptionOnNonexistingAttribute(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0.001 s testRequirementRegexMatcherOnNonexistingValue(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testNestedAttributeOnPreciseMatch(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonRange2(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0.001 s testRequirementVersionMatcherOnComparisonRange3(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonRange4(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonGreaterThanOrEquals(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonRangeNoMatch(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testNestedAttributeOnPreciseMatchInSubClass(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonRange(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testThrowExceptionOnNonexistingNestedAttribute(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonGreaterThan(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonRangeNoMatch2(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0.001 s testNestedAttributeOnVersionMatch(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnNonexistingvalue(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s testRequirementVersionMatcherOnComparisonGreaterThanOrEqualsNoMatch(org.eclipse.reddeer.junit.test.requirement.matcher.RequirementMatcherTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest testVersions3a(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s testVersions3b(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0.001 s testVersions1(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s testVersions2(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s testVersions4(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s testVersions5(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s testVersions6(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s testVersions7(org.eclipse.reddeer.junit.test.requirement.matcher.VersionComparatorTest) Time elapsed: 0 s Running org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 12:48:49.783 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 12:48:49.787 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:49.788 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:49.788 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 12:48:49.788 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:49.788 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:48:49.788 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:49.788 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:48:49.789 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:49.789 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:48:49.789 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:49.789 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:48:49.790 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:49.790 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:49.790 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:49.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:49.791 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:48:49.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:49.791 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:49.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:49.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:49.791 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:48:49.791 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:48:49.792 DEBUG [main][MenuItemLookup] Found menu:'File' 12:48:49.792 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:48:49.793 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:48:49.793 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:48:49.793 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:48:49.793 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:48:49.793 DEBUG [main][MenuItemLookup] Item match:Window 12:48:49.794 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:48:49.795 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:48:49.795 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:48:49.795 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:49.795 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:48:49.795 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:48:49.795 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:49.795 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:48:49.795 DEBUG [main][MenuItemLookup] Found menu:'' 12:48:49.795 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:48:49.795 DEBUG [main][MenuItemLookup] Item match:Preferences 12:48:49.795 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:48:49.795 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:48:49.795 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:48:49.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:48:49.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:48:49.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:48:49.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:49.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:49.928 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:48:49.928 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:48:49.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:48:49.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:49.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:49.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:49.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:49.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:48:49.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:48:49.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:48:49.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:48:49.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:48:49.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:48:49.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:48:49.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:48:49.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:48:49.947 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:48:49.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:48:49.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:48:49.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:48:49.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:48:49.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:48:49.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:48:49.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:48:49.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:48:49.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:48:49.996 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:49.998 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:49.999 INFO [WorkbenchTestable][RequirementsRunner] Started test: screenshotCapturerTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 12:48:49.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 12:48:49.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:49.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:49.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:49.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:49.999 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:50.000 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.screenshotCapturerTest.png 12:48:50.101 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.screenshotCapturerTest.png 12:48:50.102 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.screenshotCapturerTest(2).png 12:48:50.199 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.screenshotCapturerTest(2).png 12:48:50.201 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 12:48:50.202 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:50.202 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:50.202 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:50.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:50.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:50.203 INFO [WorkbenchTestable][RequirementsRunner] Finished test: screenshotCapturerTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 12:48:50.203 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:48:50.203 INFO [WorkbenchTestable][RequirementsRunner] Started test: failAtTheEndTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 12:48:50.203 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 12:48:50.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:48:50.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:48:50.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:48:50.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:48:50.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.test.integration.runner.IBeforeTestImpl 12:48:50.204 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.failAtTheEndTest.png 12:48:50.303 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.failAtTheEndTest.png 12:48:50.304 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.failAtTheEndTest(2).png 12:48:50.401 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/./target/screenshots/no-configuration/org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest.failAtTheEndTest(2).png 12:48:50.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 12:48:50.403 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:50.403 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:50.403 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:50.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:50.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:48:50.404 INFO [WorkbenchTestable][RequirementsRunner] Finished test: failAtTheEndTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) 12:48:50.404 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest 12:48:50.404 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.test.integration.runner.IAfterTestImpl 12:48:50.404 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:48:50.404 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:48:50.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:48:50.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.623 s - in org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest screenshotCapturerTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) Time elapsed: 0.204 s failAtTheEndTest no-configuration(org.eclipse.reddeer.junit.test.rules.ErrorCollectorWithScreenshotTest) Time elapsed: 0.201 s Running org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest 12:48:50.415 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 12:48:50.422 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass2 12:48:50.422 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:50.439 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaServerTestClassWithCollectionTwoRequirementsCorrect 12:48:50.440 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaServerTestClassWithCollectionTwoRequirementsCorrect 12:48:50.440 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:50.444 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 12:48:50.446 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 12:48:50.447 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 12:48:50.447 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 12:48:50.448 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:50.461 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 12:48:50.464 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 12:48:50.465 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 12:48:50.465 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements2 12:48:50.466 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:50.474 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 12:48:50.475 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 12:48:50.477 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 12:48:50.478 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 12:48:50.478 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 12:48:50.479 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements3 12:48:50.480 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:50.487 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass 12:48:50.488 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass 12:48:50.488 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:50.495 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass2 12:48:50.495 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClass2 12:48:50.496 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:50.501 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollection 12:48:50.502 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollection 12:48:50.502 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:50.503 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 12:48:50.503 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:50.504 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 12:48:50.504 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 12:48:50.504 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:50.511 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements 12:48:50.511 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirements 12:48:50.512 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:50.518 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$ServerTestClass 12:48:50.518 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$ServerTestClass 12:48:50.519 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 12:48:50.519 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 12:48:50.519 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaTestClass 12:48:50.520 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 12:48:50.520 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:50.536 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:50.536 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 12:48:50.536 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:50.542 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$RestrictedJavaTestClassWithCollectionTwoRequirementsCorrect 12:48:50.542 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:50.548 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 12:48:50.548 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 12:48:50.549 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 12:48:50.549 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 12:48:50.550 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 12:48:50.550 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$JavaServerTestClass 12:48:50.551 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:48:50.553 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest$SimpleTestClass 12:48:50.554 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest testSimpleSuiteWithMoreTestClassesWithoutConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.011 s testCorrectRestrictionDiffAttributes(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.018 s testRequirementsSuite_withPartialConfig(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.007 s testRestrictedConfigurationTwoRequirements2(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.019 s testRestrictedConfigurationTwoRequirements3(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.013 s testJavaServerTestWithRestrictedConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.008 s testJavaServerTestWithRestrictedConfiguration2(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.008 s testJavaServerTestWithRestrictedConfigurationCollection(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.007 s testNestedSuiteWithoutConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.001 s testNestedSuiteAndTestClassWithoutConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.001 s testRestrictedConfigurationTwoRequirements(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.007 s testRequirementsSuiteWithConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.021 s testJavaServerTestWithPartialConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.003 s testSimpleSuiteWithoutConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0 s testSameReqClassRestrictionDiffAttributes(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.006 s testJavaServerTestWithConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.009 s testIncorrectRestriction(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0 s testSameReqClassIncorrectRestrictionSameAttributes(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.001 s testJavaServerTestWithRestrictedConfigurationCollectionAndMatcher(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0 s testSingleTestWithoutConfiguration(org.eclipse.reddeer.junit.test.runner.RedDeerSuiteTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.junit.test.util.ReflectionUtilTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.reddeer.junit.test.util.ReflectionUtilTest testGettingComplexValue(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0.004 s testGettingNullAttributeValue(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0 s testGettingSimpleValue(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0 s testGettingObjectValue(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0 s testGettingInheritedValue(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0 s testHandlingNonExistingAttributeValue(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0 s testGettingNonAttributeValue(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0 s testHandlingNPE(org.eclipse.reddeer.junit.test.util.ReflectionUtilTest) Time elapsed: 0 s Results: Tests run: 141, Failures: 0, Errors: 0, Skipped: 8 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.junit.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.requirements.test >------ [INFO] Building RedDeer Requirements Tests 2.8.0-SNAPSHOT [42/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.requirements.test --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.requirements.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.requirements.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/../../plugins/org.eclipse.reddeer.requirements/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.requirements.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.requirements.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.requirements.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.requirements.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/target/org.eclipse.reddeer.requirements.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.requirements.test --- [INFO] [INFO] --- download-maven-plugin:1.2.1:wget (install-apache-tomcat-7) @ org.eclipse.reddeer.requirements.test --- Downloading: http://archive.apache.org/dist/tomcat/tomcat-7//v7.0.56/bin/apache-tomcat-7.0.56.zip 4/9244K 7/9244K 11/9244K 13/9244K 17/9244K 21/9244K 25/9244K 29/9244K 33/9244K 37/9244K 37/9244K 40/9244K 43/9244K 46/9244K 50/9244K 54/9244K 54/9244K 58/9244K 61/9244K 65/9244K 69/9244K 69/9244K 70/9244K 74/9244K 78/9244K 78/9244K 82/9244K 86/9244K 87/9244K 91/9244K 95/9244K 95/9244K 98/9244K 100/9244K 104/9244K 106/9244K 107/9244K 111/9244K 113/9244K 115/9244K 119/9244K 122/9244K 126/9244K 130/9244K 130/9244K 134/9244K 137/9244K 141/9244K 145/9244K 145/9244K 149/9244K 151/9244K 155/9244K 158/9244K 162/9244K 166/9244K 167/9244K 170/9244K 174/9244K 178/9244K 179/9244K 183/9244K 185/9244K 189/9244K 193/9244K 194/9244K 198/9244K 200/9244K 204/9244K 204/9244K 208/9244K 212/9244K 212/9244K 216/9244K 220/9244K 222/9244K 226/9244K 226/9244K 229/9244K 233/9244K 233/9244K 237/9244K 238/9244K 242/9244K 246/9244K 250/9244K 252/9244K 256/9244K 259/9244K 263/9244K 264/9244K 268/9244K 272/9244K 272/9244K 276/9244K 276/9244K 278/9244K 279/9244K 283/9244K 287/9244K 289/9244K 293/9244K 295/9244K 298/9244K 302/9244K 306/9244K 309/9244K 313/9244K 313/9244K 317/9244K 321/9244K 324/9244K 328/9244K 331/9244K 335/9244K 339/9244K 341/9244K 345/9244K 349/9244K 351/9244K 355/9244K 359/9244K 363/9244K 364/9244K 368/9244K 372/9244K 372/9244K 376/9244K 380/9244K 381/9244K 384/9244K 388/9244K 392/9244K 394/9244K 398/9244K 401/9244K 405/9244K 407/9244K 411/9244K 415/9244K 416/9244K 420/9244K 421/9244K 424/9244K 428/9244K 429/9244K 433/9244K 435/9244K 439/9244K 442/9244K 446/9244K 447/9244K 451/9244K 455/9244K 458/9244K 462/9244K 465/9244K 469/9244K 473/9244K 474/9244K 478/9244K 482/9244K 483/9244K 487/9244K 487/9244K 491/9244K 493/9244K 497/9244K 499/9244K 503/9244K 507/9244K 507/9244K 511/9244K 514/9244K 515/9244K 519/9244K 522/9244K 526/9244K 529/9244K 533/9244K 537/9244K 541/9244K 543/9244K 547/9244K 548/9244K 552/9244K 556/9244K 560/9244K 560/9244K 564/9244K 566/9244K 570/9244K 571/9244K 575/9244K 579/9244K 581/9244K 585/9244K 589/9244K 589/9244K 593/9244K 596/9244K 600/9244K 603/9244K 607/9244K 611/9244K 611/9244K 615/9244K 616/9244K 620/9244K 624/9244K 625/9244K 629/9244K 630/9244K 634/9244K 638/9244K 642/9244K 642/9244K 646/9244K 650/9244K 652/9244K 656/9244K 659/9244K 663/9244K 665/9244K 669/9244K 672/9244K 676/9244K 679/9244K 683/9244K 686/9244K 690/9244K 694/9244K 694/9244K 698/9244K 701/9244K 705/9244K 709/9244K 712/9244K 716/9244K 717/9244K 721/9244K 725/9244K 726/9244K 730/9244K 732/9244K 736/9244K 739/9244K 743/9244K 747/9244K 747/9244K 751/9244K 755/9244K 756/9244K 760/9244K 764/9244K 764/9244K 768/9244K 772/9244K 772/9244K 776/9244K 780/9244K 782/9244K 786/9244K 790/9244K 792/9244K 796/9244K 800/9244K 802/9244K 806/9244K 810/9244K 810/9244K 814/9244K 818/9244K 818/9244K 822/9244K 826/9244K 828/9244K 831/9244K 835/9244K 839/9244K 843/9244K 847/9244K 851/9244K 855/9244K 859/9244K 863/9244K 867/9244K 871/9244K 875/9244K 879/9244K 883/9244K 887/9244K 891/9244K 895/9244K 899/9244K 903/9244K 907/9244K 911/9244K 915/9244K 919/9244K 923/9244K 927/9244K 931/9244K 935/9244K 939/9244K 943/9244K 947/9244K 951/9244K 955/9244K 959/9244K 963/9244K 967/9244K 971/9244K 975/9244K 979/9244K 983/9244K 987/9244K 991/9244K 995/9244K 999/9244K 1003/9244K 1007/9244K 1011/9244K 1015/9244K 1019/9244K 1023/9244K 1027/9244K 1031/9244K 1035/9244K 1039/9244K 1043/9244K 1047/9244K 1051/9244K 1055/9244K 1059/9244K 1063/9244K 1067/9244K 1071/9244K 1075/9244K 1079/9244K 1083/9244K 1087/9244K 1091/9244K 1095/9244K 1099/9244K 1103/9244K 1107/9244K 1111/9244K 1115/9244K 1119/9244K 1123/9244K 1127/9244K 1128/9244K 1131/9244K 1135/9244K 1139/9244K 1143/9244K 1147/9244K 1151/9244K 1153/9244K 1157/9244K 1161/9244K 1165/9244K 1169/9244K 1173/9244K 1177/9244K 1181/9244K 1185/9244K 1189/9244K 1193/9244K 1197/9244K 1201/9244K 1205/9244K 1209/9244K 1213/9244K 1217/9244K 1221/9244K 1225/9244K 1229/9244K 1233/9244K 1237/9244K 1241/9244K 1245/9244K 1249/9244K 1253/9244K 1257/9244K 1261/9244K 1265/9244K 1269/9244K 1273/9244K 1277/9244K 1281/9244K 1285/9244K 1289/9244K 1293/9244K 1297/9244K 1301/9244K 1305/9244K 1306/9244K 1310/9244K 1314/9244K 1318/9244K 1322/9244K 1326/9244K 1330/9244K 1334/9244K 1338/9244K 1342/9244K 1346/9244K 1350/9244K 1354/9244K 1358/9244K 1362/9244K 1366/9244K 1370/9244K 1374/9244K 1378/9244K 1382/9244K 1386/9244K 1390/9244K 1394/9244K 1398/9244K 1402/9244K 1406/9244K 1410/9244K 1414/9244K 1418/9244K 1422/9244K 1426/9244K 1430/9244K 1434/9244K 1438/9244K 1442/9244K 1446/9244K 1450/9244K 1454/9244K 1458/9244K 1462/9244K 1466/9244K 1470/9244K 1474/9244K 1478/9244K 1482/9244K 1486/9244K 1490/9244K 1494/9244K 1498/9244K 1502/9244K 1506/9244K 1510/9244K 1514/9244K 1518/9244K 1522/9244K 1526/9244K 1530/9244K 1534/9244K 1538/9244K 1542/9244K 1546/9244K 1550/9244K 1554/9244K 1558/9244K 1562/9244K 1566/9244K 1570/9244K 1574/9244K 1578/9244K 1582/9244K 1586/9244K 1590/9244K 1594/9244K 1598/9244K 1602/9244K 1606/9244K 1610/9244K 1614/9244K 1618/9244K 1622/9244K 1626/9244K 1630/9244K 1634/9244K 1638/9244K 1642/9244K 1646/9244K 1650/9244K 1654/9244K 1658/9244K 1662/9244K 1666/9244K 1670/9244K 1674/9244K 1678/9244K 1682/9244K 1686/9244K 1690/9244K 1694/9244K 1698/9244K 1702/9244K 1706/9244K 1710/9244K 1714/9244K 1718/9244K 1722/9244K 1726/9244K 1730/9244K 1734/9244K 1738/9244K 1742/9244K 1746/9244K 1750/9244K 1754/9244K 1756/9244K 1758/9244K 1762/9244K 1762/9244K 1766/9244K 1767/9244K 1771/9244K 1771/9244K 1774/9244K 1778/9244K 1781/9244K 1784/9244K 1786/9244K 1789/9244K 1790/9244K 1794/9244K 1798/9244K 1799/9244K 1803/9244K 1803/9244K 1807/9244K 1807/9244K 1811/9244K 1812/9244K 1814/9244K 1815/9244K 1818/9244K 1822/9244K 1826/9244K 1827/9244K 1831/9244K 1833/9244K 1837/9244K 1837/9244K 1838/9244K 1840/9244K 1844/9244K 1845/9244K 1849/9244K 1850/9244K 1852/9244K 1856/9244K 1859/9244K 1863/9244K 1867/9244K 1871/9244K 1871/9244K 1875/9244K 1879/9244K 1883/9244K 1887/9244K 1887/9244K 1891/9244K 1895/9244K 1897/9244K 1898/9244K 1900/9244K 1904/9244K 1908/9244K 1912/9244K 1916/9244K 1916/9244K 1917/9244K 1921/9244K 1921/9244K 1925/9244K 1928/9244K 1932/9244K 1934/9244K 1938/9244K 1942/9244K 1943/9244K 1947/9244K 1947/9244K 1951/9244K 1954/9244K 1958/9244K 1961/9244K 1965/9244K 1969/9244K 1969/9244K 1973/9244K 1976/9244K 1980/9244K 1984/9244K 1984/9244K 1988/9244K 1991/9244K 1992/9244K 1996/9244K 1997/9244K 2001/9244K 2003/9244K 2007/9244K 2010/9244K 2014/9244K 2016/9244K 2020/9244K 2024/9244K 2024/9244K 2028/9244K 2032/9244K 2036/9244K 2040/9244K 2042/9244K 2046/9244K 2050/9244K 2050/9244K 2054/9244K 2054/9244K 2058/9244K 2062/9244K 2063/9244K 2067/9244K 2071/9244K 2073/9244K 2077/9244K 2080/9244K 2084/9244K 2088/9244K 2089/9244K 2093/9244K 2096/9244K 2100/9244K 2103/9244K 2107/9244K 2111/9244K 2111/9244K 2115/9244K 2117/9244K 2121/9244K 2124/9244K 2128/9244K 2132/9244K 2132/9244K 2136/9244K 2139/9244K 2143/9244K 2147/9244K 2151/9244K 2155/9244K 2156/9244K 2160/9244K 2163/9244K 2167/9244K 2171/9244K 2171/9244K 2175/9244K 2179/9244K 2183/9244K 2187/9244K 2191/9244K 2195/9244K 2199/9244K 2203/9244K 2207/9244K 2211/9244K 2214/9244K 2218/9244K 2222/9244K 2226/9244K 2230/9244K 2234/9244K 2238/9244K 2242/9244K 2246/9244K 2250/9244K 2254/9244K 2258/9244K 2262/9244K 2266/9244K 2270/9244K 2274/9244K 2278/9244K 2282/9244K 2286/9244K 2290/9244K 2294/9244K 2298/9244K 2302/9244K 2306/9244K 2310/9244K 2314/9244K 2318/9244K 2322/9244K 2326/9244K 2330/9244K 2334/9244K 2337/9244K 2341/9244K 2345/9244K 2349/9244K 2353/9244K 2357/9244K 2361/9244K 2365/9244K 2369/9244K 2373/9244K 2377/9244K 2381/9244K 2385/9244K 2389/9244K 2393/9244K 2397/9244K 2401/9244K 2405/9244K 2409/9244K 2413/9244K 2417/9244K 2421/9244K 2425/9244K 2429/9244K 2433/9244K 2437/9244K 2441/9244K 2445/9244K 2449/9244K 2453/9244K 2457/9244K 2461/9244K 2465/9244K 2469/9244K 2473/9244K 2477/9244K 2481/9244K 2485/9244K 2489/9244K 2493/9244K 2497/9244K 2501/9244K 2505/9244K 2509/9244K 2513/9244K 2517/9244K 2521/9244K 2525/9244K 2529/9244K 2533/9244K 2537/9244K 2541/9244K 2545/9244K 2549/9244K 2553/9244K 2557/9244K 2561/9244K 2565/9244K 2569/9244K 2573/9244K 2577/9244K 2581/9244K 2585/9244K 2589/9244K 2593/9244K 2597/9244K 2601/9244K 2605/9244K 2609/9244K 2613/9244K 2617/9244K 2621/9244K 2625/9244K 2629/9244K 2633/9244K 2637/9244K 2641/9244K 2645/9244K 2649/9244K 2653/9244K 2657/9244K 2661/9244K 2665/9244K 2669/9244K 2673/9244K 2677/9244K 2681/9244K 2685/9244K 2689/9244K 2693/9244K 2697/9244K 2701/9244K 2705/9244K 2709/9244K 2713/9244K 2717/9244K 2721/9244K 2725/9244K 2729/9244K 2733/9244K 2737/9244K 2741/9244K 2745/9244K 2749/9244K 2753/9244K 2757/9244K 2761/9244K 2765/9244K 2769/9244K 2773/9244K 2777/9244K 2781/9244K 2785/9244K 2789/9244K 2793/9244K 2797/9244K 2801/9244K 2805/9244K 2809/9244K 2813/9244K 2817/9244K 2821/9244K 2825/9244K 2829/9244K 2833/9244K 2837/9244K 2841/9244K 2845/9244K 2849/9244K 2853/9244K 2857/9244K 2861/9244K 2861/9244K 2865/9244K 2866/9244K 2870/9244K 2870/9244K 2872/9244K 2876/9244K 2877/9244K 2881/9244K 2881/9244K 2883/9244K 2887/9244K 2887/9244K 2888/9244K 2892/9244K 2895/9244K 2896/9244K 2899/9244K 2900/9244K 2902/9244K 2903/9244K 2907/9244K 2907/9244K 2911/9244K 2911/9244K 2914/9244K 2915/9244K 2919/9244K 2921/9244K 2922/9244K 2926/9244K 2926/9244K 2928/9244K 2930/9244K 2932/9244K 2933/9244K 2937/9244K 2941/9244K 2941/9244K 2945/9244K 2949/9244K 2951/9244K 2955/9244K 2956/9244K 2960/9244K 2964/9244K 2965/9244K 2969/9244K 2971/9244K 2973/9244K 2974/9244K 2975/9244K 2979/9244K 2980/9244K 2982/9244K 2984/9244K 2988/9244K 2990/9244K 2994/9244K 2996/9244K 3000/9244K 3004/9244K 3008/9244K 3011/9244K 3015/9244K 3019/9244K 3020/9244K 3022/9244K 3023/9244K 3025/9244K 3027/9244K 3029/9244K 3030/9244K 3031/9244K 3033/9244K 3036/9244K 3038/9244K 3040/9244K 3044/9244K 3044/9244K 3045/9244K 3048/9244K 3049/9244K 3053/9244K 3056/9244K 3060/9244K 3060/9244K 3064/9244K 3067/9244K 3068/9244K 3072/9244K 3072/9244K 3076/9244K 3076/9244K 3079/9244K 3083/9244K 3085/9244K 3086/9244K 3090/9244K 3094/9244K 3094/9244K 3098/9244K 3102/9244K 3102/9244K 3106/9244K 3106/9244K 3108/9244K 3112/9244K 3113/9244K 3117/9244K 3117/9244K 3121/9244K 3124/9244K 3126/9244K 3130/9244K 3130/9244K 3131/9244K 3135/9244K 3135/9244K 3138/9244K 3142/9244K 3146/9244K 3146/9244K 3150/9244K 3152/9244K 3156/9244K 3160/9244K 3161/9244K 3165/9244K 3169/9244K 3169/9244K 3173/9244K 3175/9244K 3179/9244K 3183/9244K 3186/9244K 3190/9244K 3191/9244K 3195/9244K 3199/9244K 3202/9244K 3206/9244K 3209/9244K 3213/9244K 3214/9244K 3218/9244K 3222/9244K 3223/9244K 3227/9244K 3229/9244K 3233/9244K 3236/9244K 3240/9244K 3243/9244K 3247/9244K 3251/9244K 3251/9244K 3255/9244K 3259/9244K 3263/9244K 3267/9244K 3270/9244K 3273/9244K 3274/9244K 3278/9244K 3282/9244K 3283/9244K 3284/9244K 3287/9244K 3291/9244K 3292/9244K 3295/9244K 3296/9244K 3299/9244K 3300/9244K 3303/9244K 3304/9244K 3308/9244K 3311/9244K 3315/9244K 3315/9244K 3317/9244K 3318/9244K 3319/9244K 3323/9244K 3324/9244K 3326/9244K 3330/9244K 3330/9244K 3332/9244K 3333/9244K 3336/9244K 3339/9244K 3343/9244K 3344/9244K 3345/9244K 3348/9244K 3350/9244K 3354/9244K 3358/9244K 3360/9244K 3364/9244K 3368/9244K 3369/9244K 3373/9244K 3374/9244K 3378/9244K 3382/9244K 3382/9244K 3386/9244K 3390/9244K 3390/9244K 3394/9244K 3397/9244K 3399/9244K 3403/9244K 3405/9244K 3407/9244K 3411/9244K 3414/9244K 3418/9244K 3418/9244K 3422/9244K 3422/9244K 3426/9244K 3426/9244K 3430/9244K 3434/9244K 3434/9244K 3438/9244K 3438/9244K 3440/9244K 3442/9244K 3444/9244K 3448/9244K 3448/9244K 3449/9244K 3451/9244K 3452/9244K 3455/9244K 3456/9244K 3459/9244K 3460/9244K 3464/9244K 3467/9244K 3468/9244K 3472/9244K 3475/9244K 3479/9244K 3481/9244K 3485/9244K 3485/9244K 3487/9244K 3491/9244K 3491/9244K 3493/9244K 3497/9244K 3500/9244K 3504/9244K 3504/9244K 3508/9244K 3509/9244K 3513/9244K 3515/9244K 3519/9244K 3520/9244K 3524/9244K 3527/9244K 3531/9244K 3535/9244K 3535/9244K 3539/9244K 3541/9244K 3545/9244K 3547/9244K 3549/9244K 3552/9244K 3554/9244K 3558/9244K 3558/9244K 3562/9244K 3566/9244K 3568/9244K 3571/9244K 3575/9244K 3578/9244K 3582/9244K 3586/9244K 3586/9244K 3590/9244K 3593/9244K 3597/9244K 3599/9244K 3603/9244K 3607/9244K 3611/9244K 3613/9244K 3617/9244K 3621/9244K 3623/9244K 3627/9244K 3628/9244K 3632/9244K 3633/9244K 3637/9244K 3640/9244K 3644/9244K 3647/9244K 3651/9244K 3654/9244K 3658/9244K 3659/9244K 3663/9244K 3667/9244K 3669/9244K 3673/9244K 3674/9244K 3678/9244K 3682/9244K 3684/9244K 3688/9244K 3689/9244K 3693/9244K 3695/9244K 3699/9244K 3699/9244K 3703/9244K 3704/9244K 3708/9244K 3710/9244K 3713/9244K 3715/9244K 3719/9244K 3719/9244K 3721/9244K 3724/9244K 3725/9244K 3729/9244K 3730/9244K 3734/9244K 3736/9244K 3737/9244K 3740/9244K 3741/9244K 3745/9244K 3748/9244K 3750/9244K 3752/9244K 3754/9244K 3755/9244K 3756/9244K 3758/9244K 3762/9244K 3763/9244K 3766/9244K 3769/9244K 3770/9244K 3771/9244K 3775/9244K 3779/9244K 3780/9244K 3784/9244K 3788/9244K 3792/9244K 3792/9244K 3796/9244K 3797/9244K 3801/9244K 3803/9244K 3807/9244K 3811/9244K 3811/9244K 3815/9244K 3819/9244K 3819/9244K 3823/9244K 3823/9244K 3827/9244K 3831/9244K 3831/9244K 3835/9244K 3839/9244K 3840/9244K 3844/9244K 3845/9244K 3849/9244K 3853/9244K 3857/9244K 3861/9244K 3861/9244K 3865/9244K 3866/9244K 3870/9244K 3870/9244K 3871/9244K 3874/9244K 3875/9244K 3878/9244K 3879/9244K 3883/9244K 3883/9244K 3887/9244K 3887/9244K 3889/9244K 3893/9244K 3897/9244K 3897/9244K 3901/9244K 3904/9244K 3908/9244K 3908/9244K 3909/9244K 3912/9244K 3916/9244K 3916/9244K 3917/9244K 3921/9244K 3923/9244K 3927/9244K 3931/9244K 3931/9244K 3935/9244K 3937/9244K 3941/9244K 3942/9244K 3946/9244K 3950/9244K 3950/9244K 3954/9244K 3956/9244K 3958/9244K 3962/9244K 3962/9244K 3964/9244K 3968/9244K 3969/9244K 3973/9244K 3976/9244K 3979/9244K 3983/9244K 3983/9244K 3987/9244K 3990/9244K 3994/9244K 3998/9244K 3998/9244K 4002/9244K 4006/9244K 4006/9244K 4010/9244K 4014/9244K 4014/9244K 4018/9244K 4018/9244K 4022/9244K 4025/9244K 4029/9244K 4032/9244K 4036/9244K 4040/9244K 4042/9244K 4046/9244K 4050/9244K 4050/9244K 4054/9244K 4058/9244K 4058/9244K 4062/9244K 4066/9244K 4066/9244K 4070/9244K 4072/9244K 4073/9244K 4077/9244K 4080/9244K 4084/9244K 4087/9244K 4091/9244K 4095/9244K 4096/9244K 4100/9244K 4102/9244K 4106/9244K 4110/9244K 4113/9244K 4114/9244K 4117/9244K 4121/9244K 4125/9244K 4129/9244K 4130/9244K 4132/9244K 4133/9244K 4137/9244K 4139/9244K 4140/9244K 4143/9244K 4147/9244K 4147/9244K 4148/9244K 4152/9244K 4152/9244K 4156/9244K 4160/9244K 4164/9244K 4167/9244K 4169/9244K 4173/9244K 4173/9244K 4175/9244K 4179/9244K 4180/9244K 4181/9244K 4182/9244K 4184/9244K 4188/9244K 4189/9244K 4190/9244K 4192/9244K 4195/9244K 4196/9244K 4200/9244K 4200/9244K 4204/9244K 4206/9244K 4210/9244K 4211/9244K 4215/9244K 4219/9244K 4221/9244K 4225/9244K 4225/9244K 4229/9244K 4233/9244K 4234/9244K 4238/9244K 4238/9244K 4242/9244K 4246/9244K 4246/9244K 4250/9244K 4254/9244K 4255/9244K 4259/9244K 4260/9244K 4264/9244K 4268/9244K 4271/9244K 4275/9244K 4278/9244K 4282/9244K 4283/9244K 4287/9244K 4291/9244K 4294/9244K 4298/9244K 4298/9244K 4301/9244K 4302/9244K 4306/9244K 4307/9244K 4308/9244K 4312/9244K 4312/9244K 4313/9244K 4317/9244K 4319/9244K 4323/9244K 4327/9244K 4331/9244K 4334/9244K 4335/9244K 4339/9244K 4339/9244K 4343/9244K 4345/9244K 4346/9244K 4349/9244K 4350/9244K 4354/9244K 4356/9244K 4360/9244K 4361/9244K 4365/9244K 4369/9244K 4373/9244K 4377/9244K 4379/9244K 4383/9244K 4386/9244K 4390/9244K 4393/9244K 4397/9244K 4397/9244K 4401/9244K 4405/9244K 4405/9244K 4408/9244K 4410/9244K 4414/9244K 4417/9244K 4418/9244K 4421/9244K 4425/9244K 4427/9244K 4431/9244K 4434/9244K 4438/9244K 4439/9244K 4443/9244K 4446/9244K 4450/9244K 4454/9244K 4455/9244K 4459/9244K 4462/9244K 4466/9244K 4470/9244K 4470/9244K 4474/9244K 4476/9244K 4480/9244K 4484/9244K 4487/9244K 4491/9244K 4495/9244K 4496/9244K 4500/9244K 4500/9244K 4504/9244K 4508/9244K 4509/9244K 4513/9244K 4515/9244K 4519/9244K 4522/9244K 4526/9244K 4529/9244K 4533/9244K 4537/9244K 4539/9244K 4541/9244K 4543/9244K 4545/9244K 4549/9244K 4553/9244K 4557/9244K 4558/9244K 4562/9244K 4562/9244K 4563/9244K 4567/9244K 4570/9244K 4571/9244K 4574/9244K 4578/9244K 4578/9244K 4581/9244K 4585/9244K 4585/9244K 4589/9244K 4592/9244K 4596/9244K 4599/9244K 4600/9244K 4603/9244K 4607/9244K 4607/9244K 4608/9244K 4612/9244K 4612/9244K 4614/9244K 4618/9244K 4618/9244K 4619/9244K 4623/9244K 4623/9244K 4626/9244K 4630/9244K 4631/9244K 4635/9244K 4637/9244K 4638/9244K 4642/9244K 4645/9244K 4649/9244K 4652/9244K 4656/9244K 4659/9244K 4663/9244K 4666/9244K 4670/9244K 4671/9244K 4675/9244K 4675/9244K 4679/9244K 4681/9244K 4685/9244K 4686/9244K 4690/9244K 4693/9244K 4697/9244K 4701/9244K 4704/9244K 4708/9244K 4712/9244K 4712/9244K 4716/9244K 4720/9244K 4722/9244K 4726/9244K 4730/9244K 4731/9244K 4735/9244K 4737/9244K 4738/9244K 4739/9244K 4743/9244K 4743/9244K 4745/9244K 4748/9244K 4752/9244K 4756/9244K 4757/9244K 4761/9244K 4763/9244K 4764/9244K 4768/9244K 4768/9244K 4772/9244K 4773/9244K 4775/9244K 4779/9244K 4779/9244K 4780/9244K 4784/9244K 4788/9244K 4792/9244K 4795/9244K 4799/9244K 4802/9244K 4806/9244K 4810/9244K 4810/9244K 4814/9244K 4818/9244K 4819/9244K 4823/9244K 4827/9244K 4831/9244K 4835/9244K 4835/9244K 4839/9244K 4843/9244K 4844/9244K 4848/9244K 4849/9244K 4853/9244K 4853/9244K 4854/9244K 4857/9244K 4861/9244K 4864/9244K 4865/9244K 4869/9244K 4873/9244K 4873/9244K 4877/9244K 4877/9244K 4881/9244K 4885/9244K 4885/9244K 4889/9244K 4893/9244K 4894/9244K 4898/9244K 4902/9244K 4902/9244K 4906/9244K 4907/9244K 4911/9244K 4914/9244K 4918/9244K 4920/9244K 4924/9244K 4925/9244K 4929/9244K 4933/9244K 4933/9244K 4937/9244K 4940/9244K 4944/9244K 4947/9244K 4951/9244K 4952/9244K 4956/9244K 4960/9244K 4962/9244K 4966/9244K 4967/9244K 4971/9244K 4973/9244K 4974/9244K 4976/9244K 4980/9244K 4980/9244K 4982/9244K 4985/9244K 4989/9244K 4992/9244K 4993/9244K 4995/9244K 4999/9244K 5000/9244K 5004/9244K 5004/9244K 5006/9244K 5010/9244K 5014/9244K 5016/9244K 5019/9244K 5022/9244K 5026/9244K 5030/9244K 5030/9244K 5034/9244K 5038/9244K 5038/9244K 5041/9244K 5042/9244K 5046/9244K 5046/9244K 5048/9244K 5052/9244K 5052/9244K 5053/9244K 5057/9244K 5057/9244K 5060/9244K 5064/9244K 5066/9244K 5068/9244K 5070/9244K 5074/9244K 5077/9244K 5081/9244K 5081/9244K 5085/9244K 5089/9244K 5093/9244K 5094/9244K 5098/9244K 5101/9244K 5105/9244K 5109/9244K 5109/9244K 5113/9244K 5115/9244K 5119/9244K 5119/9244K 5123/9244K 5127/9244K 5128/9244K 5132/9244K 5136/9244K 5137/9244K 5141/9244K 5145/9244K 5145/9244K 5149/9244K 5153/9244K 5154/9244K 5158/9244K 5162/9244K 5164/9244K 5168/9244K 5172/9244K 5173/9244K 5177/9244K 5178/9244K 5179/9244K 5183/9244K 5184/9244K 5188/9244K 5192/9244K 5196/9244K 5199/9244K 5201/9244K 5203/9244K 5207/9244K 5208/9244K 5209/9244K 5213/9244K 5213/9244K 5214/9244K 5216/9244K 5219/9244K 5221/9244K 5223/9244K 5227/9244K 5231/9244K 5235/9244K 5239/9244K 5243/9244K 5243/9244K 5247/9244K 5249/9244K 5253/9244K 5254/9244K 5258/9244K 5261/9244K 5265/9244K 5269/9244K 5270/9244K 5274/9244K 5278/9244K 5281/9244K 5285/9244K 5288/9244K 5292/9244K 5294/9244K 5298/9244K 5298/9244K 5299/9244K 5303/9244K 5307/9244K 5307/9244K 5311/9244K 5315/9244K 5319/9244K 5321/9244K 5325/9244K 5328/9244K 5332/9244K 5333/9244K 5337/9244K 5339/9244K 5340/9244K 5344/9244K 5348/9244K 5348/9244K 5352/9244K 5355/9244K 5359/9244K 5359/9244K 5363/9244K 5363/9244K 5367/9244K 5370/9244K 5374/9244K 5377/9244K 5381/9244K 5384/9244K 5388/9244K 5389/9244K 5393/9244K 5397/9244K 5400/9244K 5404/9244K 5407/9244K 5411/9244K 5412/9244K 5416/9244K 5416/9244K 5418/9244K 5419/9244K 5421/9244K 5425/9244K 5427/9244K 5430/9244K 5431/9244K 5435/9244K 5437/9244K 5438/9244K 5440/9244K 5442/9244K 5444/9244K 5448/9244K 5451/9244K 5455/9244K 5457/9244K 5461/9244K 5462/9244K 5466/9244K 5470/9244K 5470/9244K 5474/9244K 5475/9244K 5477/9244K 5481/9244K 5481/9244K 5482/9244K 5486/9244K 5486/9244K 5487/9244K 5491/9244K 5492/9244K 5493/9244K 5497/9244K 5497/9244K 5501/9244K 5502/9244K 5504/9244K 5508/9244K 5509/9244K 5513/9244K 5515/9244K 5519/9244K 5522/9244K 5526/9244K 5527/9244K 5528/9244K 5532/9244K 5536/9244K 5538/9244K 5542/9244K 5543/9244K 5547/9244K 5551/9244K 5553/9244K 5557/9244K 5561/9244K 5561/9244K 5565/9244K 5569/9244K 5569/9244K 5573/9244K 5577/9244K 5578/9244K 5582/9244K 5584/9244K 5588/9244K 5590/9244K 5594/9244K 5598/9244K 5601/9244K 5605/9244K 5609/9244K 5610/9244K 5614/9244K 5617/9244K 5619/9244K 5623/9244K 5623/9244K 5627/9244K 5627/9244K 5631/9244K 5635/9244K 5639/9244K 5639/9244K 5640/9244K 5643/9244K 5647/9244K 5647/9244K 5649/9244K 5653/9244K 5653/9244K 5654/9244K 5658/9244K 5658/9244K 5659/9244K 5663/9244K 5667/9244K 5671/9244K 5675/9244K 5679/9244K 5683/9244K 5687/9244K 5691/9244K 5695/9244K 5699/9244K 5700/9244K 5704/9244K 5708/9244K 5709/9244K 5713/9244K 5715/9244K 5719/9244K 5723/9244K 5724/9244K 5728/9244K 5730/9244K 5734/9244K 5738/9244K 5742/9244K 5746/9244K 5748/9244K 5752/9244K 5756/9244K 5756/9244K 5760/9244K 5761/9244K 5765/9244K 5766/9244K 5770/9244K 5774/9244K 5777/9244K 5778/9244K 5782/9244K 5786/9244K 5786/9244K 5790/9244K 5794/9244K 5795/9244K 5799/9244K 5800/9244K 5801/9244K 5805/9244K 5807/9244K 5811/9244K 5812/9244K 5816/9244K 5820/9244K 5823/9244K 5827/9244K 5827/9244K 5831/9244K 5835/9244K 5839/9244K 5843/9244K 5847/9244K 5848/9244K 5852/9244K 5852/9244K 5855/9244K 5857/9244K 5859/9244K 5862/9244K 5866/9244K 5870/9244K 5870/9244K 5872/9244K 5874/9244K 5878/9244K 5878/9244K 5879/9244K 5883/9244K 5883/9244K 5885/9244K 5889/9244K 5890/9244K 5893/9244K 5894/9244K 5898/9244K 5902/9244K 5904/9244K 5908/9244K 5911/9244K 5915/9244K 5915/9244K 5916/9244K 5920/9244K 5920/9244K 5922/9244K 5926/9244K 5926/9244K 5927/9244K 5931/9244K 5931/9244K 5934/9244K 5937/9244K 5941/9244K 5942/9244K 5943/9244K 5947/9244K 5948/9244K 5949/9244K 5953/9244K 5957/9244K 5957/9244K 5961/9244K 5963/9244K 5967/9244K 5967/9244K 5968/9244K 5972/9244K 5975/9244K 5976/9244K 5980/9244K 5984/9244K 5988/9244K 5989/9244K 5993/9244K 5995/9244K 5999/9244K 6003/9244K 6004/9244K 6008/9244K 6009/9244K 6013/9244K 6016/9244K 6020/9244K 6023/9244K 6027/9244K 6031/9244K 6031/9244K 6035/9244K 6039/9244K 6040/9244K 6044/9244K 6047/9244K 6051/9244K 6054/9244K 6058/9244K 6062/9244K 6062/9244K 6066/9244K 6068/9244K 6072/9244K 6076/9244K 6080/9244K 6081/9244K 6083/9244K 6085/9244K 6089/9244K 6091/9244K 6092/9244K 6096/9244K 6096/9244K 6098/9244K 6102/9244K 6102/9244K 6103/9244K 6107/9244K 6107/9244K 6111/9244K 6113/9244K 6115/9244K 6117/9244K 6121/9244K 6122/9244K 6126/9244K 6130/9244K 6134/9244K 6136/9244K 6140/9244K 6144/9244K 6146/9244K 6150/9244K 6152/9244K 6156/9244K 6160/9244K 6161/9244K 6165/9244K 6167/9244K 6171/9244K 6173/9244K 6177/9244K 6181/9244K 6181/9244K 6185/9244K 6188/9244K 6192/9244K 6196/9244K 6196/9244K 6200/9244K 6204/9244K 6207/9244K 6211/9244K 6212/9244K 6216/9244K 6219/9244K 6223/9244K 6225/9244K 6229/9244K 6233/9244K 6237/9244K 6237/9244K 6241/9244K 6244/9244K 6245/9244K 6249/9244K 6251/9244K 6255/9244K 6256/9244K 6260/9244K 6264/9244K 6266/9244K 6270/9244K 6274/9244K 6274/9244K 6278/9244K 6281/9244K 6285/9244K 6289/9244K 6292/9244K 6296/9244K 6297/9244K 6298/9244K 6300/9244K 6304/9244K 6308/9244K 6312/9244K 6316/9244K 6316/9244K 6318/9244K 6322/9244K 6322/9244K 6323/9244K 6327/9244K 6327/9244K 6328/9244K 6332/9244K 6333/9244K 6337/9244K 6337/9244K 6338/9244K 6339/9244K 6343/9244K 6345/9244K 6349/9244K 6352/9244K 6356/9244K 6360/9244K 6360/9244K 6364/9244K 6365/9244K 6367/9244K 6371/9244K 6371/9244K 6372/9244K 6376/9244K 6376/9244K 6378/9244K 6380/9244K 6384/9244K 6386/9244K 6387/9244K 6391/9244K 6391/9244K 6393/9244K 6397/9244K 6398/9244K 6402/9244K 6406/9244K 6406/9244K 6410/9244K 6410/9244K 6414/9244K 6414/9244K 6417/9244K 6419/9244K 6423/9244K 6424/9244K 6428/9244K 6432/9244K 6434/9244K 6438/9244K 6439/9244K 6440/9244K 6444/9244K 6444/9244K 6448/9244K 6451/9244K 6455/9244K 6455/9244K 6459/9244K 6463/9244K 6467/9244K 6471/9244K 6472/9244K 6476/9244K 6476/9244K 6480/9244K 6484/9244K 6488/9244K 6490/9244K 6494/9244K 6496/9244K 6500/9244K 6504/9244K 6505/9244K 6509/9244K 6513/9244K 6517/9244K 6521/9244K 6525/9244K 6529/9244K 6533/9244K 6537/9244K 6541/9244K 6545/9244K 6549/9244K 6553/9244K 6557/9244K 6561/9244K 6565/9244K 6569/9244K 6573/9244K 6577/9244K 6581/9244K 6585/9244K 6589/9244K 6593/9244K 6597/9244K 6601/9244K 6605/9244K 6609/9244K 6613/9244K 6617/9244K 6621/9244K 6625/9244K 6629/9244K 6633/9244K 6637/9244K 6641/9244K 6645/9244K 6649/9244K 6653/9244K 6657/9244K 6661/9244K 6665/9244K 6669/9244K 6673/9244K 6677/9244K 6681/9244K 6685/9244K 6689/9244K 6693/9244K 6697/9244K 6701/9244K 6705/9244K 6709/9244K 6713/9244K 6717/9244K 6721/9244K 6725/9244K 6729/9244K 6733/9244K 6737/9244K 6737/9244K 6739/9244K 6742/9244K 6745/9244K 6748/9244K 6752/9244K 6753/9244K 6757/9244K 6761/9244K 6761/9244K 6763/9244K 6767/9244K 6767/9244K 6768/9244K 6772/9244K 6772/9244K 6774/9244K 6778/9244K 6778/9244K 6780/9244K 6783/9244K 6784/9244K 6788/9244K 6789/9244K 6793/9244K 6795/9244K 6799/9244K 6799/9244K 6803/9244K 6806/9244K 6808/9244K 6809/9244K 6810/9244K 6812/9244K 6816/9244K 6816/9244K 6817/9244K 6821/9244K 6821/9244K 6825/9244K 6828/9244K 6832/9244K 6835/9244K 6836/9244K 6840/9244K 6840/9244K 6842/9244K 6846/9244K 6849/9244K 6851/9244K 6853/9244K 6857/9244K 6860/9244K 6862/9244K 6864/9244K 6868/9244K 6872/9244K 6872/9244K 6876/9244K 6876/9244K 6880/9244K 6884/9244K 6884/9244K 6885/9244K 6889/9244K 6890/9244K 6894/9244K 6896/9244K 6900/9244K 6900/9244K 6904/9244K 6906/9244K 6910/9244K 6914/9244K 6914/9244K 6918/9244K 6921/9244K 6925/9244K 6929/9244K 6929/9244K 6933/9244K 6935/9244K 6939/9244K 6939/9244K 6943/9244K 6947/9244K 6948/9244K 6952/9244K 6956/9244K 6956/9244K 6960/9244K 6961/9244K 6965/9244K 6969/9244K 6969/9244K 6973/9244K 6977/9244K 6977/9244K 6981/9244K 6985/9244K 6988/9244K 6991/9244K 6993/9244K 6995/9244K 6999/9244K 6999/9244K 7000/9244K 7003/9244K 7004/9244K 7006/9244K 7010/9244K 7011/9244K 7015/9244K 7018/9244K 7022/9244K 7025/9244K 7029/9244K 7033/9244K 7033/9244K 7037/9244K 7040/9244K 7044/9244K 7045/9244K 7049/9244K 7053/9244K 7053/9244K 7057/9244K 7059/9244K 7063/9244K 7067/9244K 7071/9244K 7074/9244K 7078/9244K 7079/9244K 7083/9244K 7087/9244K 7088/9244K 7092/9244K 7096/9244K 7100/9244K 7101/9244K 7105/9244K 7109/9244K 7112/9244K 7116/9244K 7119/9244K 7123/9244K 7123/9244K 7127/9244K 7131/9244K 7133/9244K 7137/9244K 7141/9244K 7141/9244K 7145/9244K 7149/9244K 7150/9244K 7154/9244K 7158/9244K 7159/9244K 7163/9244K 7167/9244K 7171/9244K 7171/9244K 7175/9244K 7179/9244K 7179/9244K 7183/9244K 7187/9244K 7187/9244K 7189/9244K 7191/9244K 7193/9244K 7197/9244K 7197/9244K 7198/9244K 7202/9244K 7206/9244K 7206/9244K 7210/9244K 7212/9244K 7213/9244K 7217/9244K 7217/9244K 7219/9244K 7223/9244K 7223/9244K 7224/9244K 7228/9244K 7230/9244K 7234/9244K 7234/9244K 7235/9244K 7239/9244K 7240/9244K 7244/9244K 7245/9244K 7246/9244K 7250/9244K 7251/9244K 7255/9244K 7255/9244K 7257/9244K 7261/9244K 7261/9244K 7262/9244K 7266/9244K 7266/9244K 7270/9244K 7274/9244K 7275/9244K 7276/9244K 7280/9244K 7280/9244K 7284/9244K 7284/9244K 7285/9244K 7289/9244K 7290/9244K 7291/9244K 7295/9244K 7296/9244K 7300/9244K 7300/9244K 7302/9244K 7306/9244K 7309/9244K 7311/9244K 7313/9244K 7317/9244K 7320/9244K 7322/9244K 7324/9244K 7328/9244K 7332/9244K 7333/9244K 7337/9244K 7337/9244K 7341/9244K 7345/9244K 7346/9244K 7350/9244K 7354/9244K 7354/9244K 7358/9244K 7359/9244K 7363/9244K 7365/9244K 7369/9244K 7369/9244K 7370/9244K 7371/9244K 7375/9244K 7379/9244K 7380/9244K 7384/9244K 7385/9244K 7389/9244K 7392/9244K 7396/9244K 7400/9244K 7400/9244K 7404/9244K 7408/9244K 7411/9244K 7415/9244K 7419/9244K 7419/9244K 7423/9244K 7426/9244K 7430/9244K 7434/9244K 7436/9244K 7440/9244K 7444/9244K 7444/9244K 7445/9244K 7449/9244K 7449/9244K 7451/9244K 7455/9244K 7455/9244K 7459/9244K 7460/9244K 7464/9244K 7466/9244K 7470/9244K 7470/9244K 7474/9244K 7474/9244K 7475/9244K 7479/9244K 7483/9244K 7483/9244K 7487/9244K 7490/9244K 7494/9244K 7496/9244K 7497/9244K 7501/9244K 7504/9244K 7508/9244K 7512/9244K 7512/9244K 7516/9244K 7518/9244K 7522/9244K 7524/9244K 7528/9244K 7530/9244K 7534/9244K 7535/9244K 7539/9244K 7542/9244K 7546/9244K 7548/9244K 7552/9244K 7556/9244K 7556/9244K 7560/9244K 7564/9244K 7568/9244K 7572/9244K 7576/9244K 7578/9244K 7582/9244K 7586/9244K 7586/9244K 7590/9244K 7594/9244K 7595/9244K 7599/9244K 7601/9244K 7605/9244K 7609/9244K 7610/9244K 7614/9244K 7618/9244K 7622/9244K 7623/9244K 7627/9244K 7631/9244K 7635/9244K 7638/9244K 7639/9244K 7642/9244K 7646/9244K 7650/9244K 7651/9244K 7654/9244K 7658/9244K 7658/9244K 7662/9244K 7664/9244K 7668/9244K 7670/9244K 7673/9244K 7675/9244K 7679/9244K 7679/9244K 7680/9244K 7684/9244K 7687/9244K 7690/9244K 7691/9244K 7695/9244K 7698/9244K 7702/9244K 7702/9244K 7706/9244K 7706/9244K 7710/9244K 7710/9244K 7711/9244K 7713/9244K 7714/9244K 7716/9244K 7720/9244K 7724/9244K 7724/9244K 7728/9244K 7731/9244K 7732/9244K 7735/9244K 7739/9244K 7740/9244K 7741/9244K 7745/9244K 7746/9244K 7747/9244K 7751/9244K 7752/9244K 7756/9244K 7756/9244K 7758/9244K 7762/9244K 7762/9244K 7766/9244K 7767/9244K 7769/9244K 7773/9244K 7776/9244K 7777/9244K 7781/9244K 7784/9244K 7788/9244K 7789/9244K 7793/9244K 7797/9244K 7797/9244K 7801/9244K 7805/9244K 7806/9244K 7810/9244K 7814/9244K 7814/9244K 7818/9244K 7821/9244K 7822/9244K 7825/9244K 7827/9244K 7831/9244K 7834/9244K 7838/9244K 7840/9244K 7841/9244K 7845/9244K 7847/9244K 7851/9244K 7855/9244K 7855/9244K 7859/9244K 7860/9244K 7864/9244K 7867/9244K 7871/9244K 7875/9244K 7875/9244K 7879/9244K 7881/9244K 7885/9244K 7889/9244K 7893/9244K 7897/9244K 7901/9244K 7903/9244K 7904/9244K 7908/9244K 7908/9244K 7909/9244K 7913/9244K 7913/9244K 7917/9244K 7918/9244K 7922/9244K 7924/9244K 7928/9244K 7930/9244K 7934/9244K 7935/9244K 7939/9244K 7941/9244K 7945/9244K 7949/9244K 7949/9244K 7952/9244K 7953/9244K 7957/9244K 7957/9244K 7960/9244K 7964/9244K 7965/9244K 7969/9244K 7972/9244K 7976/9244K 7980/9244K 7980/9244K 7984/9244K 7984/9244K 7988/9244K 7990/9244K 7994/9244K 7995/9244K 7999/9244K 8003/9244K 8004/9244K 8008/9244K 8012/9244K 8012/9244K 8016/9244K 8017/9244K 8021/9244K 8024/9244K 8028/9244K 8032/9244K 8032/9244K 8036/9244K 8039/9244K 8043/9244K 8043/9244K 8047/9244K 8051/9244K 8055/9244K 8059/9244K 8061/9244K 8065/9244K 8066/9244K 8070/9244K 8074/9244K 8077/9244K 8081/9244K 8085/9244K 8088/9244K 8091/9244K 8092/9244K 8096/9244K 8096/9244K 8100/9244K 8101/9244K 8105/9244K 8105/9244K 8107/9244K 8111/9244K 8114/9244K 8118/9244K 8118/9244K 8120/9244K 8124/9244K 8126/9244K 8129/9244K 8132/9244K 8133/9244K 8137/9244K 8137/9244K 8139/9244K 8143/9244K 8143/9244K 8147/9244K 8148/9244K 8150/9244K 8154/9244K 8155/9244K 8159/9244K 8159/9244K 8163/9244K 8165/9244K 8166/9244K 8170/9244K 8170/9244K 8172/9244K 8176/9244K 8178/9244K 8182/9244K 8186/9244K 8187/9244K 8188/9244K 8192/9244K 8195/9244K 8197/9244K 8199/9244K 8203/9244K 8203/9244K 8204/9244K 8208/9244K 8208/9244K 8212/9244K 8214/9244K 8215/9244K 8218/9244K 8222/9244K 8222/9244K 8223/9244K 8227/9244K 8229/9244K 8233/9244K 8233/9244K 8234/9244K 8238/9244K 8238/9244K 8242/9244K 8244/9244K 8245/9244K 8249/9244K 8251/9244K 8255/9244K 8258/9244K 8262/9244K 8264/9244K 8268/9244K 8272/9244K 8275/9244K 8279/9244K 8279/9244K 8283/9244K 8287/9244K 8289/9244K 8290/9244K 8294/9244K 8296/9244K 8297/9244K 8301/9244K 8304/9244K 8308/9244K 8309/9244K 8313/9244K 8316/9244K 8320/9244K 8323/9244K 8327/9244K 8330/9244K 8334/9244K 8337/9244K 8341/9244K 8345/9244K 8348/9244K 8352/9244K 8356/9244K 8357/9244K 8361/9244K 8364/9244K 8367/9244K 8369/9244K 8371/9244K 8375/9244K 8379/9244K 8379/9244K 8383/9244K 8383/9244K 8387/9244K 8391/9244K 8391/9244K 8395/9244K 8397/9244K 8401/9244K 8405/9244K 8405/9244K 8409/9244K 8409/9244K 8410/9244K 8414/9244K 8415/9244K 8419/9244K 8421/9244K 8425/9244K 8425/9244K 8429/9244K 8431/9244K 8435/9244K 8436/9244K 8440/9244K 8442/9244K 8446/9244K 8447/9244K 8450/9244K 8454/9244K 8457/9244K 8461/9244K 8464/9244K 8465/9244K 8469/9244K 8471/9244K 8475/9244K 8477/9244K 8481/9244K 8484/9244K 8486/9244K 8490/9244K 8494/9244K 8494/9244K 8498/9244K 8498/9244K 8502/9244K 8505/9244K 8509/9244K 8510/9244K 8514/9244K 8518/9244K 8518/9244K 8522/9244K 8526/9244K 8526/9244K 8530/9244K 8533/9244K 8537/9244K 8540/9244K 8544/9244K 8546/9244K 8547/9244K 8550/9244K 8552/9244K 8554/9244K 8558/9244K 8561/9244K 8563/9244K 8567/9244K 8571/9244K 8572/9244K 8574/9244K 8578/9244K 8580/9244K 8584/9244K 8584/9244K 8588/9244K 8589/9244K 8593/9244K 8593/9244K 8595/9244K 8599/9244K 8599/9244K 8603/9244K 8607/9244K 8608/9244K 8610/9244K 8611/9244K 8615/9244K 8617/9244K 8621/9244K 8623/9244K 8626/9244K 8628/9244K 8632/9244K 8632/9244K 8636/9244K 8637/9244K 8641/9244K 8641/9244K 8645/9244K 8648/9244K 8649/9244K 8653/9244K 8656/9244K 8658/9244K 8662/9244K 8662/9244K 8663/9244K 8667/9244K 8667/9244K 8671/9244K 8671/9244K 8673/9244K 8674/9244K 8678/9244K 8679/9244K 8683/9244K 8683/9244K 8685/9244K 8689/9244K 8690/9244K 8694/9244K 8694/9244K 8696/9244K 8700/9244K 8700/9244K 8704/9244K 8704/9244K 8705/9244K 8707/9244K 8711/9244K 8711/9244K 8715/9244K 8719/9244K 8719/9244K 8723/9244K 8727/9244K 8727/9244K 8731/9244K 8734/9244K 8738/9244K 8742/9244K 8742/9244K 8746/9244K 8749/9244K 8753/9244K 8757/9244K 8757/9244K 8759/9244K 8763/9244K 8765/9244K 8769/9244K 8769/9244K 8773/9244K 8775/9244K 8779/9244K 8783/9244K 8787/9244K 8787/9244K 8791/9244K 8793/9244K 8797/9244K 8798/9244K 8802/9244K 8804/9244K 8808/9244K 8812/9244K 8813/9244K 8817/9244K 8821/9244K 8821/9244K 8825/9244K 8825/9244K 8827/9244K 8830/9244K 8831/9244K 8835/9244K 8836/9244K 8840/9244K 8844/9244K 8845/9244K 8849/9244K 8853/9244K 8854/9244K 8858/9244K 8858/9244K 8862/9244K 8866/9244K 8869/9244K 8872/9244K 8875/9244K 8879/9244K 8883/9244K 8883/9244K 8887/9244K 8890/9244K 8894/9244K 8898/9244K 8898/9244K 8902/9244K 8905/9244K 8909/9244K 8909/9244K 8913/9244K 8913/9244K 8916/9244K 8920/9244K 8924/9244K 8924/9244K 8925/9244K 8929/9244K 8932/9244K 8936/9244K 8939/9244K 8943/9244K 8946/9244K 8947/9244K 8951/9244K 8954/9244K 8957/9244K 8961/9244K 8961/9244K 8965/9244K 8969/9244K 8970/9244K 8974/9244K 8977/9244K 8981/9244K 8984/9244K 8988/9244K 8991/9244K 8995/9244K 8999/9244K 8999/9244K 9003/9244K 9006/9244K 9008/9244K 9010/9244K 9013/9244K 9017/9244K 9021/9244K 9023/9244K 9027/9244K 9028/9244K 9032/9244K 9036/9244K 9040/9244K 9044/9244K 9047/9244K 9051/9244K 9053/9244K 9055/9244K 9056/9244K 9060/9244K 9060/9244K 9062/9244K 9066/9244K 9066/9244K 9070/9244K 9071/9244K 9075/9244K 9075/9244K 9079/9244K 9081/9244K 9085/9244K 9088/9244K 9089/9244K 9093/9244K 9094/9244K 9096/9244K 9097/9244K 9101/9244K 9103/9244K 9107/9244K 9111/9244K 9111/9244K 9112/9244K 9114/9244K 9118/9244K 9118/9244K 9119/9244K 9123/9244K 9123/9244K 9124/9244K 9128/9244K 9129/9244K 9133/9244K 9134/9244K 9135/9244K 9139/9244K 9141/9244K 9145/9244K 9145/9244K 9148/9244K 9150/9244K 9154/9244K 9156/9244K 9159/9244K 9160/9244K 9164/9244K 9164/9244K 9165/9244K 9169/9244K 9171/9244K 9175/9244K 9175/9244K 9176/9244K 9180/9244K 9184/9244K 9185/9244K 9189/9244K 9189/9244K 9190/9244K 9194/9244K 9198/9244K 9202/9244K 9206/9244K 9210/9244K 9213/9244K 9217/9244K 9220/9244K 9221/9244K 9223/9244K 9227/9244K 9228/9244K 9232/9244K 9236/9244K 9238/9244K 9242/9244K 9243/9244K 9244/9244K 9244K downloaded [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.requirements.test --- [INFO] Fetching org.eclipse.jst.server.generic.core_1.0.900.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (54.91kB) [INFO] Fetching org.eclipse.jst.server.generic.core_1.0.900.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (54.91kB) [INFO] Fetching org.eclipse.jst.server.generic.jonas_1.5.500.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (19.17kB) [INFO] Fetching org.eclipse.jst.server.generic.jonas_1.5.500.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (19.17kB) [INFO] Fetching org.eclipse.jst.server.generic.ui_1.0.600.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.59kB) [INFO] Fetching org.eclipse.jst.server.generic.ui_1.0.600.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (30.59kB) [INFO] Fetching org.eclipse.jst.server.ui_1.1.300.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.41kB) [INFO] Fetching org.eclipse.jst.server.ui_1.1.300.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (23.41kB) [INFO] Fetching org.eclipse.jst.server.tomcat.core_1.1.902.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (158.24kB) [INFO] Fetching org.eclipse.jst.server.tomcat.core_1.1.902.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (158.24kB) [INFO] Fetching org.eclipse.jst.server.tomcat.ui_1.1.600.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (47.93kB) [INFO] Fetching org.eclipse.jst.server.tomcat.ui_1.1.600.v201901310132.jar.pack.gz from http://download.eclipse.org/staging/2019-12/plugins/ (47.93kB) [INFO] Fetching org.eclipse.jst.server_adapters.ext.feature_3.3.602.v201901310132.jar from http://download.eclipse.org/staging/2019-12/features/ (30.69kB) [INFO] Fetching org.eclipse.jst.server_adapters.ext.feature_3.3.602.v201901310132.jar from http://download.eclipse.org/staging/2019-12/features/ (30.69kB) [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.config=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/resources/requirements.json, -Dapache-tomcat-7.home=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/target/apache-tomcat-7.0.56, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 Running org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 12:49:10.177 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:49:10.181 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=6 12:49:10.246 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:49:10.248 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:49:10.283 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 12:49:10.351 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:49:10.354 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:49:10.356 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 12:49:10.359 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:49:10.362 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:49:10.365 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:49:10.377 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:49:10.380 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:49:10.380 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:49:10.384 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:49:10.384 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:49:10.387 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:49:10.388 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:49:10.445 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:49:10.449 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.451 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:49:10.451 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.453 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:49:10.453 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.461 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:10.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:10.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:10.469 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:10.474 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:10.479 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:10.480 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:49:10.480 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:49:10.480 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:49:10.481 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:49:10.481 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:49:10.481 DEBUG [main][MenuItemLookup] Item match:Window 12:49:10.486 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:49:10.486 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:49:10.486 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:49:10.486 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:10.487 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:49:10.487 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:49:10.487 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:10.487 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:49:10.487 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:10.488 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:49:10.488 DEBUG [main][MenuItemLookup] Item match:Preferences 12:49:10.535 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:49:10.535 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:49:10.537 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:4149): Gtk-WARNING **: 12:49:10.687: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg. This may indicate that pixbuf loaders or the mime database could not be found. 12:49:10.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:49:10.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:49:10.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:49:10.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:10.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:10.791 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:49:10.791 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:10.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:49:10.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:10.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:10.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:10.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:10.857 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:10.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:10.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:10.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:49:10.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:10.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:10.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:10.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:10.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:10.899 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:49:10.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:10.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:10.940 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:10.941 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:11.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:11.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:11.034 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:11.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:11.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:11.037 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:49:11.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeAllEditors no-configuration(org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest) 12:49:11.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 12:49:11.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:49:11.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:49:11.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:49:11.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:49:11.045 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:49:11.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:11.046 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:49:11.046 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:11.047 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:11.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:11.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:11.047 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:11.047 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:11.048 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:11.048 DEBUG [main][MenuItemLookup] Item match:File 12:49:11.055 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:11.056 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:49:11.063 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:49:11.063 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:11.063 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:49:11.064 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:11.064 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:49:11.064 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:11.064 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:49:11.064 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:49:11.065 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:49:11.065 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:49:11.065 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:49:11.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:49:11.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:49:11.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:49:11.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:11.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:11.345 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:49:11.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:11.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizardSelectionPage, index 0 and no matchers specified 12:49:11.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:11.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:11.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:11.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:11.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:11.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:11.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:11.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:49:11.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:11.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:11.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:11.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:11.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:49:11.884 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:11.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:11.884 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:49:11.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:11.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:11.885 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Untitled Text File 12:49:11.887 DEBUG [main][TreeItemHandler] Selecting tree item: Untitled Text File 12:49:11.893 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Untitled Text File about selection 12:49:11.898 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Untitled Text File 12:49:11.899 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:49:11.899 INFO [WorkbenchTestable][NewWizard] Finish wizard 12:49:11.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:49:11.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:11.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:11.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:11.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:11.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:11.914 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:49:11.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:11.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:11.915 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:11.915 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:12.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:12.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:12.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:12.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:49:12.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:12.465 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:12.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:12.466 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:49:12.466 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:12.468 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:49:12.468 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:12.469 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Untitled 1 - Eclipse Platform 12:49:12.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:12.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:12.470 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Untitled 1 - Eclipse Platform' 12:49:12.470 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Untitled 1 - Eclipse Platform' 12:49:12.470 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:12.471 DEBUG [main][MenuItemLookup] Item match:File 12:49:12.474 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:12.474 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:49:12.479 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:49:12.479 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:12.480 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:49:12.480 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:12.480 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:49:12.480 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:12.480 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:49:12.480 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:49:12.481 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:49:12.481 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:49:12.481 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:49:12.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:49:12.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:49:12.603 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:49:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:12.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:12.605 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:49:12.605 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:12.606 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizardSelectionPage, index 0 and no matchers specified 12:49:12.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:12.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:12.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:12.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:12.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:12.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:12.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:49:12.610 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:12.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:12.610 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:49:12.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:12.611 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:12.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:49:12.611 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:12.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:12.611 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:49:12.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:12.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:12.612 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Untitled Text File 12:49:12.612 DEBUG [main][TreeItemHandler] Selecting tree item: Untitled Text File 12:49:12.613 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Untitled Text File about selection 12:49:12.613 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Untitled Text File 12:49:12.613 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:49:12.613 INFO [WorkbenchTestable][NewWizard] Finish wizard 12:49:12.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:49:12.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:12.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:12.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:12.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:12.628 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:49:12.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:12.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:12.628 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:12.628 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:12.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:12.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:12.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:12.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:49:12.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:49:12.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:12.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:12.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:12.771 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:49:12.771 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:12.772 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:49:12.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:12.772 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Untitled 2 - Eclipse Platform 12:49:12.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:12.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:12.773 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Untitled 2 - Eclipse Platform' 12:49:12.773 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Untitled 2 - Eclipse Platform' 12:49:12.774 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:12.774 DEBUG [main][MenuItemLookup] Item match:File 12:49:12.776 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:12.776 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:49:12.780 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:49:12.781 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:12.781 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:49:12.781 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:12.781 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:49:12.781 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:12.781 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:49:12.781 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:49:12.845 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:49:12.845 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:49:12.846 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:49:12.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:49:12.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:49:12.985 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:49:12.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:12.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:12.987 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:49:12.988 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:12.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizardSelectionPage, index 0 and no matchers specified 12:49:12.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:12.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:12.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:12.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:12.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:12.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:12.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:12.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:49:12.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:12.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:12.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:49:12.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:12.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:12.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:49:12.994 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:49:12.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:12.994 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:49:12.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:12.994 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:49:12.995 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Untitled Text File 12:49:12.995 DEBUG [main][TreeItemHandler] Selecting tree item: Untitled Text File 12:49:12.995 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Untitled Text File about selection 12:49:12.996 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Untitled Text File 12:49:12.996 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:49:12.996 INFO [WorkbenchTestable][NewWizard] Finish wizard 12:49:12.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:49:12.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:12.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:13.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:13.010 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:49:13.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:13.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:13.011 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:13.011 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:13.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:13.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:13.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:49:13.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:49:13.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:49:13.156 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:49:13.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:49:13.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:49:13.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUntitled 3\E') 12:49:13.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:13.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:13.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:13.197 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:13.203 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 12:49:13.366 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 12:49:13.367 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:49:13.370 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:49:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:13.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:13.374 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeAllEditors no-configuration(org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest) 12:49:13.375 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest 12:49:13.375 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:49:13.375 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:49:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.237 s - in org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest closeAllEditors no-configuration(org.eclipse.reddeer.requirements.test.closeeditors.CloseAllEditorsRequirementTest) Time elapsed: 2.334 s Running org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 12:49:13.437 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 12:49:13.438 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:49:13.439 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:49:13.439 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 12:49:13.439 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:49:13.439 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:49:13.439 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:49:13.439 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:49:13.440 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:49:13.440 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:49:13.440 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:49:13.440 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:49:13.440 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:49:13.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:13.441 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:49:13.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:13.441 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:49:13.442 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:13.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:13.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:13.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:13.454 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:13.454 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:13.455 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:13.456 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:49:13.456 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:49:13.456 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:49:13.456 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:49:13.456 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:49:13.456 DEBUG [main][MenuItemLookup] Item match:Window 12:49:13.457 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:49:13.457 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:49:13.457 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:49:13.458 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:13.458 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:49:13.458 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:49:13.458 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:13.458 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:49:13.458 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:13.458 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:49:13.458 DEBUG [main][MenuItemLookup] Item match:Preferences 12:49:13.460 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:49:13.460 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:49:13.460 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:49:13.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:49:13.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:49:13.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:49:13.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:13.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:13.590 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:49:13.590 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:13.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:49:13.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:13.591 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:13.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:13.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:13.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:13.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:49:13.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:13.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:13.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:13.612 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:49:13.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:13.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:13.613 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:13.613 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:13.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:13.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:13.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:13.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:13.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:13.662 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:49:13.662 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillJavaPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 12:49:13.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 12:49:13.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:49:13.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:49:13.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:49:13.663 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:49:13.671 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:49:13.673 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 12:49:13.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:13.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:13.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:13.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:13.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:13.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:49:13.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:13.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:13.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:49:13.693 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:49:13.694 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:49:13.694 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:13.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:49:13.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:49:13.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:49:13.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:13.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:13.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:49:13.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:13.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:13.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:13.800 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:49:13.800 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:13.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:13.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:13.801 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:49:13.803 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 12:49:13.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:49:13.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:49:13.806 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:49:13.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:49:13.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:49:13.808 TRACE [main][WidgetHandler] Notify Table with event 13 12:49:13.809 TRACE [main][WidgetHandler] Wait for synchronization 12:49:13.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:13.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:13.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:13.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:49:13.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:13.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:49:13.817 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:13.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:13.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:13.818 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:49:13.818 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:13.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:13.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:13.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:13.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:13.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:13.820 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:49:13.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:13.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:13.821 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:13.821 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:14.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:49:14.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:49:14.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:49:14.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:14.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:14.382 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:14.383 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:14.383 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:49:14.383 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:49:14.383 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:49:14.383 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:49:14.383 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:49:14.383 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:49:14.383 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:49:14.383 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:49:14.383 DEBUG [main][MenuItemLookup] Item match:Window 12:49:14.385 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:49:14.385 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:49:14.385 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:49:14.385 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:14.385 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:49:14.385 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:49:14.385 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:14.385 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:49:14.385 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:14.385 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:49:14.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:14.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:14.386 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:14.386 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:14.386 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:49:14.386 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:49:14.386 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:49:14.386 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:49:14.387 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:49:14.387 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:49:14.387 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:49:14.387 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:49:14.387 DEBUG [main][MenuItemLookup] Item match:Window 12:49:14.388 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:49:14.388 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:49:14.388 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:49:14.388 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:14.388 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:49:14.388 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:49:14.388 DEBUG [main][MenuItemLookup] Item match:Perspective 12:49:14.393 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:49:14.394 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:14.394 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:49:14.394 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:49:14.394 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:49:14.394 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:49:14.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:49:14.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:14.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:14.398 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:14.398 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:14.398 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:49:14.398 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:49:14.398 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:49:14.399 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:49:14.399 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:49:14.399 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:49:14.399 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:49:14.399 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:49:14.399 DEBUG [main][MenuItemLookup] Item match:Window 12:49:14.400 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:49:14.400 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:49:14.400 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:49:14.400 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:14.400 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:49:14.400 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:49:14.400 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:14.400 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:49:14.400 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:14.400 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:49:14.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:14.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:14.436 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:14.436 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:14.436 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:49:14.436 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:49:14.436 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:49:14.437 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:49:14.437 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:49:14.437 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:49:14.437 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:49:14.437 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:49:14.437 DEBUG [main][MenuItemLookup] Item match:Window 12:49:14.438 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:49:14.438 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:49:14.438 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:49:14.438 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:14.438 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:49:14.438 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:49:14.438 DEBUG [main][MenuItemLookup] Item match:Perspective 12:49:14.439 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:49:14.439 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:14.439 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:49:14.439 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:49:14.439 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:49:14.439 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:49:14.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:14.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:14.440 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:14.440 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:14.440 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:49:14.440 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:49:14.440 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:49:14.440 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:49:14.440 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:49:14.440 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:49:14.440 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:49:14.440 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:49:14.440 DEBUG [main][MenuItemLookup] Item match:Window 12:49:14.441 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:49:14.441 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:49:14.441 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:49:14.442 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:14.442 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:49:14.442 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:49:14.442 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:14.442 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:49:14.442 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:14.442 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:49:14.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:14.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:14.442 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:14.445 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:14.445 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:49:14.445 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:49:14.445 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:49:14.446 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:49:14.446 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:49:14.446 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:49:14.446 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:49:14.446 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:49:14.446 DEBUG [main][MenuItemLookup] Item match:Window 12:49:14.447 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:49:14.447 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:49:14.447 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:49:14.447 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:14.447 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:49:14.447 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:49:14.447 DEBUG [main][MenuItemLookup] Item match:Perspective 12:49:14.448 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:49:14.448 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:14.448 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:49:14.448 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:49:14.448 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:49:14.448 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:49:14.448 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:49:14.448 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:49:14.448 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:49:14.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:49:14.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:49:14.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:49:14.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:14.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:14.499 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:14.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:14.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:14.500 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:49:14.500 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:14.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:14.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:14.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:49:14.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:14.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:14.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:14.501 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:49:14.501 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:14.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:14.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:14.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:14.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:14.537 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:14.537 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:49:14.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:14.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:14.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:14.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:14.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 12:49:14.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:49:14.896 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:49:14.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:14.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:14.897 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillJavaPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 12:49:14.897 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:49:14.897 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillNonExistingPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 12:49:14.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 12:49:14.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:49:14.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:49:14.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:49:14.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:49:14.902 WARNING [WorkbenchTestable][ScreenshotCapturer] Screenshot has not been captured on failure, because RedDeer property whether screenshot should be captured or not is set to false. 12:49:14.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 12:49:14.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:49:14.902 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:49:14.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:14.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:14.903 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillNonExistingPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) 12:49:14.903 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest 12:49:14.903 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:49:14.903 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:49:14.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:14.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.47 s - in org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest fulfillJavaPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) Time elapsed: 1.235 s fulfillNonExistingPerspectiveTest no-configuration(org.eclipse.reddeer.requirements.test.openperspective.OpenPerspectiveRequirementTest) Time elapsed: 0.006 s Running org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 12:49:15.093 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.autobuilding.AutoBuildingRequirement 12:49:15.095 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.cleanworkspace.CleanWorkspaceRequirement 12:49:15.096 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.closeeditors.CloseAllEditorsRequirement 12:49:15.096 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.db.DatabaseRequirement 12:49:15.097 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.jre.JRERequirement 12:49:15.099 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.openperspective.OpenPerspectiveRequirement 12:49:15.099 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.property.PropertyRequirement 12:49:15.099 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.securestorage.SecureStorageRequirement 12:49:15.102 INFO [WorkbenchTestable][Activator] Found requirement org.eclipse.reddeer.requirements.server.apache.tomcat.ApacheTomcatServerRequirement 12:49:15.161 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 12:49:15.164 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:49:15.165 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:49:15.165 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 12:49:15.165 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:49:15.165 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:49:15.165 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:49:15.165 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:49:15.165 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:49:15.166 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:49:15.167 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:49:15.167 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:49:15.167 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:49:15.167 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:15.168 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:49:15.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:15.168 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:49:15.168 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:15.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:15.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:15.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:15.181 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:15.181 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:15.181 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:15.182 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:49:15.182 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:49:15.182 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:49:15.182 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:49:15.182 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:49:15.182 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:49:15.182 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:49:15.182 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:49:15.182 DEBUG [main][MenuItemLookup] Item match:Window 12:49:15.183 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:49:15.183 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:49:15.183 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:49:15.183 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:15.183 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:49:15.183 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:49:15.183 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:15.183 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:49:15.183 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:15.183 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:49:15.183 DEBUG [main][MenuItemLookup] Item match:Preferences 12:49:15.184 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:49:15.184 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:49:15.184 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:49:15.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:49:15.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:49:15.302 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:49:15.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:15.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:15.304 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:49:15.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:15.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:49:15.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:15.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:15.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:15.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:15.316 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:15.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:15.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:15.317 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:49:15.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:15.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:15.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:15.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:15.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:15.334 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:49:15.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:15.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:15.334 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:15.334 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:15.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:49:15.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:49:15.399 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:15.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:15.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:15.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:15.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:15.418 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' view via menu. 12:49:15.418 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:15.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:15.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:15.418 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:15.418 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:15.419 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:15.419 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:49:15.419 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:49:15.419 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:49:15.419 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:49:15.419 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:49:15.419 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:49:15.419 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:49:15.419 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:49:15.419 DEBUG [main][MenuItemLookup] Item match:Window 12:49:15.433 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:49:15.433 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:49:15.433 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:49:15.433 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:15.434 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:49:15.434 DEBUG [main][MenuItemLookup] Item match:Show View 12:49:15.445 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:49:15.445 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:49:15.445 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:49:15.446 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:49:15.446 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:49:15.446 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:49:15.446 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:49:15.446 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:49:15.446 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:49:15.446 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:49:15.446 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:49:15.446 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:49:15.446 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:49:15.446 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:49:15.446 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:15.446 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:49:15.446 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:49:15.446 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:49:15.446 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:49:15.447 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:49:15.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:49:15.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:49:15.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:49:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:15.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:49:15.545 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:15.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:15.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:49:15.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:15.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:15.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:15.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:15.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:15.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:15.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:15.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:15.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:49:15.548 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:49:15.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:16.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:16.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:49:16.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:49:16.053 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:49:16.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:16.054 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:49:16.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:16.054 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:49:16.054 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Servers 12:49:16.054 DEBUG [main][TreeItemHandler] Selecting tree item: Servers 12:49:16.054 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Servers about selection 12:49:16.055 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Servers 12:49:16.055 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:16.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:16.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:16.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:49:16.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:16.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:16.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:16.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:49:16.057 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:16.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:16.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:16.058 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:49:16.058 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:16.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:16.058 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:16.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:16.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:16.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:16.059 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:49:16.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:16.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:16.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:16.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:16.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:49:16.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:49:16.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open... 12:49:16.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:16.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:16.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2' view is open finished successfully 12:49:16.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:16.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:16.261 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:16.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:16.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:16.350 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:16.350 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:49:16.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:16.350 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:16.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:16.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:16.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:49:16.358 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:49:16.359 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:49:16.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:16.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:49:16.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:49:16.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:49:16.365 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:49:16.365 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:49:16.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:49:16.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:49:16.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:49:16.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:16.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:16.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:16.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:16.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:17.386 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:17.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:49:17.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:49:17.399 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:49:17.399 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 12:49:17.404 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:49:17.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.404 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:49:17.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:49:17.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.406 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:49:17.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:49:17.407 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.407 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:49:17.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.408 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:49:17.408 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.408 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:49:17.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.409 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:49:17.409 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:49:17.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:17.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:17.425 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:49:17.425 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:49:17.426 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:17.426 DEBUG [main][MenuItemLookup] Item match:File 12:49:17.428 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:49:17.428 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:49:17.437 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:49:17.437 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:49:17.437 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:17.437 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:49:17.437 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:49:17.437 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:49:17.437 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:49:17.437 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:49:17.437 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:49:17.437 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:49:17.437 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:49:17.437 DEBUG [main][MenuItemLookup] Found menu:'File' 12:49:17.437 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:49:17.437 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:49:17.437 DEBUG [main][MenuItemLookup] Found menu:'' 12:49:17.437 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:49:17.437 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:49:17.438 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:49:17.438 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:49:17.438 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:49:17.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:49:17.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:49:17.563 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:49:17.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:17.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:17.565 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:49:17.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:17.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:49:17.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:17.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:17.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:17.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:17.566 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:17.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:17.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:17.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:49:17.568 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:49:17.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:18.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:18.072 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:49:18.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:49:18.072 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:49:18.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:18.073 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:49:18.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:18.073 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:49:18.073 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 12:49:18.073 DEBUG [main][TreeItemHandler] Selecting tree item: Server 12:49:18.074 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 12:49:18.078 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 12:49:18.078 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:49:18.078 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:49:18.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:49:18.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:18.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:18.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:18.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:18.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:18.083 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:49:18.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:18.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:18.083 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:18.083 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:19.171 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:49:19.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:19.181 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:19.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:49:19.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:49:19.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:49:19.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:49:19.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:49:19.183 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:49:19.183 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:49:19.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:49:19.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:19.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:19.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:19.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:19.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:19.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:49:19.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:49:19.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server]... 12:49:19.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:19.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:19.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 12:49:19.210 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:49:19.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:19.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:19.711 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:49:19.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 12:49:19.714 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:49:19.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:19.714 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:49:19.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:19.714 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:49:19.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server] finished successfully 12:49:19.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:49:19.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:19.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:19.717 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:19.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:19.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:49:19.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:49:19.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:49:19.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 12:49:19.719 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:49:19.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:19.719 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:49:19.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:19.720 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:49:19.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 12:49:19.720 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:49:19.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:49:19.720 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:49:19.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:49:19.721 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:49:19.722 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v7.0 Server 12:49:19.722 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v7.0 Server 12:49:19.723 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v7.0 Server about selection 12:49:19.760 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v7.0 Server 12:49:19.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:49:19.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:19.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:19.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:19.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:19.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:20.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:20.271 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:49:20.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:20.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:20.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:20.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:20.285 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:20.285 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:20.286 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Server at localhost 12:49:20.293 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:49:20.293 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 12:49:20.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:49:20.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:20.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:20.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:20.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:20.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:49:20.298 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:49:20.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:49:20.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:49:20.298 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:49:20.299 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:49:20.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:49:20.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:20.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:20.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:20.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 12:49:20.353 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:20.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:20.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:49:20.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:49:20.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:20.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:49:20.354 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:20.354 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Runtime 12:49:20.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 12:49:20.355 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:49:20.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:49:20.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:49:20.356 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 12:49:20.356 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:49:20.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:49:20.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:49:20.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:49:20.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:49:20.358 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:49:20.358 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:49:20.360 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/target/apache-tomcat-7.0.56 12:49:20.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:50:20.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 12:50:20.470 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:50:20.470 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:50:20.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:50:20.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:20.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:20.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:20.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:20.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:20.478 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:50:20.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:20.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:20.478 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:20.478 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:20.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:20.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:20.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:50:20.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:50:20.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:50:20.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:50:20.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:50:20.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:50:20.996 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v7.0 Server at localhost' 12:50:20.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.004 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:50:21.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:21.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:21.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:21.011 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:21.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:50:21.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:21.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:21.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:21.017 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:21.018 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:21.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:21.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:50:21.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:50:21.020 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:50:21.038 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:21.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:21.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:21.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:21.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:50:21.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:21.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:21.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:21.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:21.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:21.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:21.063 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:21.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:50:21.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:21.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:21.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:21.070 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:21.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:21.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:21.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:50:21.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:50:21.090 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:50:21.136 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:21.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:21.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:21.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:21.139 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:21.139 INFO [WorkbenchTestable][RequirementsRunner] Started test: testServerCleanup server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerCleanupTest) 12:50:21.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 12:50:21.139 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:50:21.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:50:21.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:21.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:21.141 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:21.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.145 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:50:21.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:21.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:21.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:21.166 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:21.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:50:21.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:21.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:21.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:21.173 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:21.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:21.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:21.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:50:21.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:50:21.175 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:50:21.192 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:21.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:21.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:21.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:21.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:50:21.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:21.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:21.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:21.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:21.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:21.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:21.217 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:21.217 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:50:21.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:21.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:21.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:21.224 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:21.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:21.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:21.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:50:21.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:50:21.226 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:50:21.244 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:21.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:21.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:21.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:21.246 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 12:50:21.246 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 12:50:21.246 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 12:50:21.267 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 12:50:21.268 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:21.268 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:21.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:21.270 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:21.270 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v7.0 Server at localhost'. Stop server first: true 12:50:21.270 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:21.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:21.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:21.272 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:50:21.273 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:50:21.274 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:21.333 DEBUG [main][MenuItemLookup] Found menu:'New' 12:50:21.333 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:50:21.333 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:50:21.333 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:21.334 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:50:21.334 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:50:21.334 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:50:21.334 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:50:21.334 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:50:21.334 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:50:21.334 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:50:21.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:50:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:50:21.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:50:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:21.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:50:21.386 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:50:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:21.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:21.387 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:50:21.387 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:50:21.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:21.387 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.388 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:21.388 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:21.388 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:50:21.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:21.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:21.388 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:21.388 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:21.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:50:21.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:50:21.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.491 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:50:21.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:21.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:21.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:21.535 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:21.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:50:21.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:21.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:21.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:21.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:21.544 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:21.544 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:21.545 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:21.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:50:21.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:50:21.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:50:21.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost... 12:50:21.562 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:21.563 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:21.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:21.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:50:21.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:50:21.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:21.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:21.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:22.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:22.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:22.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:22.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:22.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:50:22.574 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:50:22.575 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v7.0 Server at localhost' was not found on Servers view 12:50:22.575 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:22.576 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:22.579 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:22.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:50:22.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:50:22.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:22.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:22.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:23.082 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:23.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:23.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:23.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:23.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:50:23.588 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:50:23.588 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:50:23.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost finished successfully 12:50:23.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:50:23.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:50:23.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:50:23.589 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:50:23.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:50:23.591 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:23.591 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:23.592 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:23.592 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:23.592 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:23.593 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:23.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:23.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:23.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:23.618 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:23.618 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:23.619 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:23.619 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:23.619 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:23.619 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:23.619 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:23.619 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:50:23.619 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:23.619 DEBUG [main][MenuItemLookup] Item match:Window 12:50:23.621 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:23.621 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:23.621 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:23.621 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:23.621 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:23.621 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:23.621 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:23.621 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:23.621 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:23.621 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:23.621 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:23.622 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:23.622 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:23.622 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:23.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:23.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:23.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:23.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:23.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:23.746 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:23.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:23.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:23.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:23.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:23.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:23.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:23.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:23.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:23.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:23.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:50:23.762 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:50:23.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:24.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:24.265 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:50:24.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:50:24.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:50:24.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:24.266 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:50:24.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:24.266 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:50:24.266 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:50:24.266 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:50:24.267 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:50:24.267 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:50:24.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:24.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:24.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:24.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:24.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:25.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:25.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:25.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:50:25.335 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v7.0 Runtime(test)' 12:50:25.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:50:25.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:25.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:25.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:25.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:25.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:50:25.339 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v7.0 Runtime' 12:50:25.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:50:25.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:50:25.353 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' was found 12:50:25.353 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' matched 'Apache Tomcat v7.0 Runtime'! Selecting... 12:50:25.353 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:50:25.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:50:25.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:50:25.353 TRACE [main][WidgetHandler] Notify Table with event 13 12:50:25.354 TRACE [main][WidgetHandler] Wait for synchronization 12:50:25.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:50:25.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:25.355 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:25.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:25.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:25.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:25.360 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:50:25.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:25.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:25.360 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:25.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:25.453 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:50:28.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:50:28.458 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:50:28.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:28.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:28.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:50:28.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:28.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:28.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:28.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:28.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:28.470 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:50:28.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:28.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:28.471 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:28.471 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:28.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:28.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:28.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:28.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:28.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:28.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:28.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:28.559 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:50:28.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:28.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:28.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:28.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:28.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:28.567 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:28.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:50:28.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:28.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:28.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:28.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:28.573 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:28.573 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:28.573 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:28.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:28.575 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:50:28.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:50:28.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:50:28.592 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:28.592 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:28.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:28.593 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:50:28.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:50:28.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:28.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:28.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:29.095 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:29.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:29.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:29.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:29.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:50:29.604 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:50:29.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 12:50:29.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:29.605 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:29.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:29.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:29.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:50:29.609 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testServerCleanup server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerCleanupTest) 12:50:29.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:29.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:29.616 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:50:29.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:29.623 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:29.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:29.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:29.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:29.641 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:29.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:50:29.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:29.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:29.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:29.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:29.647 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:29.647 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:29.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:29.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:29.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:50:29.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:50:29.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:50:29.666 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:29.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:29.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:29.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:50:29.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:50:29.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:29.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:29.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:30.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:30.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:30.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:30.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:30.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:50:30.673 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:50:30.673 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerCleanupTest 12:50:30.673 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:50:30.673 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:50:30.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:30.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.762 s - in org.eclipse.reddeer.requirements.test.server.ServerCleanupTest testServerCleanup server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerCleanupTest) Time elapsed: 8.47 s Running org.eclipse.reddeer.requirements.test.server.ServerRunningTest 12:50:30.735 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 12:50:30.737 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:50:30.739 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:50:30.740 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 12:50:30.740 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:50:30.740 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:50:30.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:50:30.741 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:50:30.744 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:50:30.744 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:50:30.744 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:50:30.745 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:50:30.745 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:30.745 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:30.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:30.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:30.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:50:30.746 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:30.746 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:30.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:30.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:30.764 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:30.764 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:30.764 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:30.765 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:50:30.765 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:50:30.765 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:50:30.765 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:50:30.765 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:50:30.765 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:50:30.765 DEBUG [main][MenuItemLookup] Item match:Window 12:50:30.767 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:50:30.767 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:50:30.767 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:50:30.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:30.767 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:50:30.767 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:50:30.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:30.767 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:50:30.767 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:30.767 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:50:30.767 DEBUG [main][MenuItemLookup] Item match:Preferences 12:50:30.769 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:50:30.769 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:50:30.769 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:50:30.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:50:30.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:50:30.910 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:50:30.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:30.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:30.912 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:50:30.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:30.912 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:50:30.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:30.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:30.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:30.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:30.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:30.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:30.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:30.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:50:30.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:30.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:30.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:30.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:30.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:30.936 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:50:30.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:30.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:30.937 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:30.937 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:30.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:50:30.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:50:30.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:30.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:30.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:30.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:30.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:30.995 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:50:30.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:31.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:31.001 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:31.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:31.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:31.002 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:31.002 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:50:31.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:31.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:31.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:31.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:31.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:50:31.008 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:31.008 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:31.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:31.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:50:31.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:50:31.009 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:50:31.039 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:50:31.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:50:31.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:50:31.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:50:31.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:50:31.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:31.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:31.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:31.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:31.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:32.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:32.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:50:32.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:50:32.047 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:50:32.047 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 12:50:32.048 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:50:32.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:32.048 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:50:32.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:32.049 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:50:32.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:32.049 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:50:32.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:32.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:50:32.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:32.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:50:32.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:32.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:50:32.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:32.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:50:32.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:32.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:50:32.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:32.053 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:50:32.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:32.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:32.068 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:50:32.068 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:50:32.068 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:32.068 DEBUG [main][MenuItemLookup] Item match:File 12:50:32.070 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:50:32.070 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:50:32.080 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:50:32.081 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:50:32.081 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:32.081 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:50:32.081 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:50:32.081 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:50:32.081 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:50:32.081 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:50:32.081 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:50:32.081 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:50:32.081 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:50:32.081 DEBUG [main][MenuItemLookup] Found menu:'File' 12:50:32.081 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:50:32.081 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:50:32.081 DEBUG [main][MenuItemLookup] Found menu:'' 12:50:32.081 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:50:32.081 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:50:32.082 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:50:32.082 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:50:32.082 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:50:32.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:50:32.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:50:32.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:50:32.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:32.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:32.198 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:50:32.198 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:32.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:50:32.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:32.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:32.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:32.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:32.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:32.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:32.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:32.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:50:32.202 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:50:32.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:32.202 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:50:32.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:32.202 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:50:32.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:50:32.203 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:50:32.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:32.203 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:50:32.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:32.203 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:50:32.203 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 12:50:32.203 DEBUG [main][TreeItemHandler] Selecting tree item: Server 12:50:32.204 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 12:50:32.204 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 12:50:32.204 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:50:32.204 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:50:32.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:50:32.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:32.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:32.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:32.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:32.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:32.206 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:50:32.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:32.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:32.207 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:32.207 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:32.396 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:50:32.404 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:32.443 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:32.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:50:32.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:50:32.443 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:50:32.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:50:32.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:50:32.444 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:50:32.444 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:50:32.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:50:32.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:32.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:32.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:32.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:32.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:32.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:50:32.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:50:32.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server]... 12:50:32.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:32.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:32.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 12:50:32.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:50:32.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:32.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:32.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:50:32.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 12:50:32.954 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:50:32.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:32.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:50:32.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:32.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:50:32.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server] finished successfully 12:50:32.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:50:32.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:32.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:32.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:32.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:32.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:50:32.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:50:32.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:50:32.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 12:50:32.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:50:32.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:32.962 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:50:32.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:32.962 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:50:32.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 12:50:32.963 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:50:32.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:50:32.963 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:50:32.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:50:32.963 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:50:32.964 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v7.0 Server 12:50:32.964 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v7.0 Server 12:50:32.964 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v7.0 Server about selection 12:50:33.000 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v7.0 Server 12:50:33.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:50:33.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:33.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:33.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:33.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:33.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:33.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:33.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:33.504 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:50:33.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:33.504 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:33.515 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:33.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:33.515 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:50:33.515 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:50:33.516 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Server at localhost 12:50:33.521 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:50:33.521 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 12:50:33.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:50:33.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:33.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:33.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:33.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:33.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:50:33.525 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:50:33.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:50:33.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:50:33.525 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:50:33.525 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:50:33.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:50:33.570 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:50:33.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:33.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:33.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 12:50:33.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:50:33.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:33.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:50:33.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:50:33.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:33.571 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:50:33.571 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:50:33.571 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Runtime 12:50:33.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 12:50:33.574 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:50:33.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:50:33.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:50:33.574 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 12:50:33.574 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:50:33.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:50:33.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:50:33.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:50:33.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:50:33.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:50:33.575 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:50:33.576 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/target/apache-tomcat-7.0.56 12:50:33.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:51:33.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 12:51:33.613 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:51:33.613 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:51:33.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:51:33.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:33.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:33.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:33.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:33.621 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:51:33.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:33.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:33.622 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:51:33.622 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51:33.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:51:34.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:51:34.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:51:34.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:51:34.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:51:34.139 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:51:34.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:51:34.139 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v7.0 Server at localhost' 12:51:34.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:34.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:34.145 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:51:34.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:34.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:34.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:34.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:34.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:34.151 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:34.152 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:51:34.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:34.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:34.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:34.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:34.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:51:34.157 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:34.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:34.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:34.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:51:34.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:51:34.159 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:51:34.178 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:34.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:34.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:34.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:34.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:51:34.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:34.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:34.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:34.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:34.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:34.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:34.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:34.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:34.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:34.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:34.187 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:34.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:51:34.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:34.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:34.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:34.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:34.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:51:34.193 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:34.194 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:34.210 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:34.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:51:34.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:51:34.211 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:51:34.229 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:34.229 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:34.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:34.230 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:34.231 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:34.231 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:34.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:34.232 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:34.232 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 12:51:34.232 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 12:51:34.232 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 12:51:34.241 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 12:51:34.242 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:34.242 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:34.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:34.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:34.243 INFO [WorkbenchTestable][AbstractServer] Start server Apache Tomcat v7.0 Server at localhost 12:51:34.244 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:34.244 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:34.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:34.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:34.245 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:34.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:34.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:34.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:34.253 DEBUG [WorkbenchTestable][AbstractServer] Triggering action: Start on server Apache Tomcat v7.0 Server at localhost 12:51:34.253 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:34.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:34.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:34.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:34.255 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 12:51:34.255 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 12:51:34.255 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 12:51:34.261 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 12:51:34.264 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:34.269 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:51:34.269 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51:34.305 DEBUG [main][MenuItemLookup] Found menu:'New' 12:51:34.306 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:51:34.306 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:51:34.306 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:34.306 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:51:34.306 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:51:34.306 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:51:34.306 DEBUG [main][MenuItemLookup] Found menu:'Rename F2' 12:51:34.306 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:34.306 DEBUG [main][MenuItemLookup] Found menu:'Debug Ctrl+Alt+D' 12:51:34.306 DEBUG [main][MenuItemLookup] Found menu:'Start Ctrl+Alt+R' 12:51:34.306 DEBUG [main][MenuItemLookup] Item match:Start Ctrl+Alt+R 12:51:34.306 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Start Ctrl+Alt+R" 12:51:34.306 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Start Ctrl+Alt+R 12:51:34.306 INFO [main][MenuItemHandler] Select menu item: &Start Ctrl+Alt+R 12:51:34.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run... 12:51:37.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Server has state 2 and mode run finished successfully 12:51:37.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started... 12:51:37.319 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:37.319 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:37.320 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:37.321 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:37.822 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:37.822 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:37.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:37.824 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:37.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until server's state is: Started finished successfully 12:51:37.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:51:37.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Process Console Input Job' is a system job, skipped 12:51:37.824 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:51:37.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:51:37.825 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:51:37.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:51:37.825 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:37.825 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:37.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:37.826 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:37.826 DEBUG [WorkbenchTestable][AbstractServer] Operate server's state finished, the result server's state is: 'STARTED' 12:51:37.826 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:37.827 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:51:37.827 INFO [WorkbenchTestable][RequirementsRunner] Started test: isServerRunningTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerRunningTest) 12:51:37.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 12:51:37.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:51:37.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:51:37.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:51:37.828 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:51:37.828 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:37.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:37.834 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:51:37.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:37.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:37.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:37.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:37.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:37.841 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:37.841 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:51:37.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:37.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:37.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:37.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:37.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:51:37.847 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:37.847 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:37.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:37.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:51:37.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:51:37.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:51:37.851 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:37.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:37.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:37.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:37.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:51:37.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:37.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:37.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:37.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:37.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:37.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:37.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:37.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:37.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:37.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:37.878 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:37.878 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:51:37.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:37.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:37.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:37.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:37.883 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:51:37.884 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:37.884 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:37.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:37.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:51:37.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:51:37.885 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:51:37.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:37.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:37.909 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:37.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:37.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:37.910 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:37.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:51:37.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:37.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:37.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:37.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:37.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:51:37.916 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:37.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:37.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:37.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:51:37.917 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:51:37.918 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:51:37.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 12:51:37.920 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:51:37.920 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:51:37.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:37.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:51:37.921 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:51:37.922 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isServerRunningTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerRunningTest) 12:51:37.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:37.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:37.944 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:51:37.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:37.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:37.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:37.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:37.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:37.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:37.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:51:37.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:37.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:37.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:37.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:37.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:51:37.974 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:37.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:37.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:37.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:51:37.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:51:37.976 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:51:37.978 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:37.978 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:37.979 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:37.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:37.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:51:37.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:37.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:37.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:37.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:37.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:37.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:37.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:37.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:37.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:37.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:37.987 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:37.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:51:37.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:37.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:38.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:38.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:38.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:51:38.010 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:38.010 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:38.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:38.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:51:38.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:51:38.012 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:51:38.014 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:38.014 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:38.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:38.015 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:38.016 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Started, Synchronized] 12:51:38.016 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Started, Synchronized] 12:51:38.017 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Started, Synchronized] about selection 12:51:38.041 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Started, Synchronized] 12:51:38.042 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:38.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:38.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:38.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:38.044 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v7.0 Server at localhost'. Stop server first: true 12:51:38.044 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:38.044 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:38.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:38.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:38.046 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:51:38.046 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51:38.079 DEBUG [main][MenuItemLookup] Found menu:'New' 12:51:38.079 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:51:38.079 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:51:38.079 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:38.079 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:51:38.079 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:51:38.079 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:51:38.079 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:51:38.080 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:51:38.080 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:51:38.080 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:51:38.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:51:38.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:51:38.135 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:51:38.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:38.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:38.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:51:38.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:51:38.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:38.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:51:38.142 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:51:38.142 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:51:38.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:38.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:38.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:38.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:38.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:38.144 INFO [WorkbenchTestable][CheckBox] Select checkbox Delete unused server configuration(s) 12:51:38.145 DEBUG [WorkbenchTestable][CheckBox] Checkbox Delete unused server configuration(s) already selected, no action performed 12:51:38.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:51:38.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:51:38.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:38.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:51:38.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:51:38.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:51:38.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:38.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:38.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:38.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:38.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:38.147 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:51:38.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:38.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:38.148 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:51:38.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51:38.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:51:38.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:51:38.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:38.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:38.258 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:51:38.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:38.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:38.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:38.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:38.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:38.265 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:38.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:51:38.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:38.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:38.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:38.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:38.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:51:38.370 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:38.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:38.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:38.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:51:38.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:51:38.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:51:38.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost... 12:51:38.374 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:38.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:38.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:38.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:38.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:51:38.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:38.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:38.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:38.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:38.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:38.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:38.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:38.436 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:38.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:38.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:38.437 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:38.437 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:51:38.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:38.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:38.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:38.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:38.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:51:38.443 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:38.443 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:38.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:38.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:51:38.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:51:38.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:51:38.951 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:38.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:38.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:38.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:51:38.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:51:38.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:38.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:38.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:38.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:38.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:38.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:38.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:38.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:38.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:38.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:38.988 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:38.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:51:38.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:38.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:39.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:39.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:39.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:51:39.016 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:39.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:39.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:39.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:51:39.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:51:39.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:51:39.520 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:39.520 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:39.522 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:39.523 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:51:39.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:51:39.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:39.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:39.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:51:40.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:40.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:51:40.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:40.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:51:40.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:51:40.529 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:51:40.529 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v7.0 Server at localhost' was not found on Servers view 12:51:40.529 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:40.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:40.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:40.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:51:40.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:51:40.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:40.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:40.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:51:41.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:41.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:51:41.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:41.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:51:41.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:51:41.538 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:51:41.538 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:51:41.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost finished successfully 12:51:41.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:51:41.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:51:41.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:51:41.538 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:51:41.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:51:41.539 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:41.539 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:41.539 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:41.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:41.540 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:41.540 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:41.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:41.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:41.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:41.541 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:41.541 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:51:41.542 DEBUG [main][MenuItemLookup] Found menu:'File' 12:51:41.542 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:51:41.542 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:51:41.542 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:51:41.542 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:51:41.542 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:51:41.542 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:51:41.542 DEBUG [main][MenuItemLookup] Item match:Window 12:51:41.543 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:51:41.543 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:51:41.543 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:51:41.543 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:41.543 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:51:41.543 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:51:41.544 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:41.544 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:51:41.544 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:41.544 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:51:41.544 DEBUG [main][MenuItemLookup] Item match:Preferences 12:51:41.544 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:51:41.544 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:51:41.544 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:51:41.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:51:41.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:51:41.689 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:51:41.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:41.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:41.701 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:51:41.701 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:41.701 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:51:41.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:41.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:41.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:41.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:41.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:41.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:51:41.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:51:41.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:51:41.704 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:51:41.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:41.704 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:51:41.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:41.704 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:51:41.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:51:41.705 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:51:41.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:41.705 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:51:41.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:41.705 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:51:41.705 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:51:41.705 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:51:41.706 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:51:41.706 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:51:41.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:41.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:41.722 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:51:42.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:42.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:51:42.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:42.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:51:42.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:51:42.726 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v7.0 Runtime(test)' 12:51:42.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:51:42.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:42.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:42.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:42.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:42.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:51:42.728 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v7.0 Runtime' 12:51:42.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:51:42.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:51:42.735 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' was found 12:51:42.735 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' matched 'Apache Tomcat v7.0 Runtime'! Selecting... 12:51:42.735 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:51:42.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:51:42.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:51:42.735 TRACE [main][WidgetHandler] Notify Table with event 13 12:51:42.735 TRACE [main][WidgetHandler] Wait for synchronization 12:51:42.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:51:42.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:42.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:42.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:42.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:42.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:42.739 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:51:42.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:42.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:42.739 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:51:42.739 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51:42.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:51:45.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:51:45.747 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:51:45.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:45.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:45.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:51:45.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:45.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:45.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:45.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:45.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:45.755 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:51:45.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:45.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:45.756 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:51:45.756 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51:45.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:51:45.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:51:45.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:45.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:45.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:45.809 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerRunningTest 12:51:45.809 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:51:45.809 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:51:45.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:45.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.077 s - in org.eclipse.reddeer.requirements.test.server.ServerRunningTest isServerRunningTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerRunningTest) Time elapsed: 0.095 s Running org.eclipse.reddeer.requirements.test.server.ServerPresentTest 12:51:45.819 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 12:51:45.820 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:51:45.821 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:51:45.821 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 12:51:45.821 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:51:45.821 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:51:45.821 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:51:45.821 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:51:45.822 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:51:45.822 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:51:45.822 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:51:45.822 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:51:45.822 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:45.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:45.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:45.823 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:45.823 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:51:45.824 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:45.824 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:45.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:45.824 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:45.824 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:45.825 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:51:45.825 DEBUG [main][MenuItemLookup] Found menu:'File' 12:51:45.826 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:51:45.826 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:51:45.826 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:51:45.826 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:51:45.826 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:51:45.826 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:51:45.826 DEBUG [main][MenuItemLookup] Item match:Window 12:51:45.827 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:51:45.827 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:51:45.827 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:51:45.827 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:45.827 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:51:45.827 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:51:45.827 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:45.827 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:51:45.827 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:45.827 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:51:45.827 DEBUG [main][MenuItemLookup] Item match:Preferences 12:51:45.827 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:51:45.827 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:51:45.828 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:51:45.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:51:45.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:51:45.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:51:45.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:45.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:45.955 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:51:45.955 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:45.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:51:45.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:45.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:45.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:45.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:45.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:45.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:51:45.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:51:45.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:51:45.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:45.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:45.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:45.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:45.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:45.960 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:51:45.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:45.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:45.960 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:51:45.960 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51:45.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:51:45.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:51:45.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:45.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:45.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:45.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:45.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:45.996 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:51:45.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:46.033 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:46.033 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:46.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:46.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:46.033 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:46.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:51:46.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:46.033 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:46.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:46.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:46.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:51:46.037 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:46.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:46.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:46.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:51:46.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:51:46.038 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:51:46.039 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:51:46.039 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:51:46.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:51:46.040 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:51:46.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:51:46.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:46.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:46.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:51:46.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:46.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:51:47.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:47.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:51:47.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:51:47.051 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:51:47.051 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 12:51:47.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:51:47.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:47.053 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:51:47.053 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:47.053 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:51:47.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:47.054 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:51:47.054 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:47.055 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:51:47.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:47.055 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:51:47.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:47.056 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:51:47.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:47.056 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:51:47.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:47.056 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:51:47.056 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:47.057 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:51:47.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:47.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:47.057 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:51:47.058 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:51:47.058 DEBUG [main][MenuItemLookup] Found menu:'File' 12:51:47.058 DEBUG [main][MenuItemLookup] Item match:File 12:51:47.060 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:51:47.060 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:51:47.069 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:51:47.069 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:51:47.070 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:47.070 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:51:47.070 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:51:47.070 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:51:47.070 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:51:47.070 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:51:47.070 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:51:47.070 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:51:47.070 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:51:47.070 DEBUG [main][MenuItemLookup] Found menu:'File' 12:51:47.070 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:51:47.070 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:51:47.070 DEBUG [main][MenuItemLookup] Found menu:'' 12:51:47.070 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:51:47.070 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:51:47.085 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:51:47.085 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:51:47.085 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:51:47.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:51:47.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:51:47.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:51:47.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:47.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:47.185 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:51:47.185 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:47.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:51:47.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:47.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:47.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:47.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:47.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:47.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:51:47.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:51:47.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:51:47.188 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:51:47.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:47.188 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:51:47.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:47.188 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:51:47.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:51:47.189 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:51:47.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:47.189 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:51:47.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:47.189 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:51:47.189 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 12:51:47.202 DEBUG [main][TreeItemHandler] Selecting tree item: Server 12:51:47.202 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 12:51:47.202 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 12:51:47.202 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:51:47.203 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:51:47.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:51:47.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:47.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:47.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:47.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:47.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:47.205 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:51:47.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:47.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:47.205 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:51:47.205 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51:47.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:51:47.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:47.353 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:47.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:51:47.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:51:47.354 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:51:47.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:51:47.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:51:47.354 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:51:47.354 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:51:47.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:51:47.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:47.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:47.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:47.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:47.368 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:47.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:51:47.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:51:47.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server]... 12:51:47.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:51:47.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:51:47.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 12:51:47.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:51:47.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:47.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:47.873 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:51:47.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 12:51:47.881 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:51:47.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:47.882 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:51:47.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:47.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:51:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server] finished successfully 12:51:47.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:51:47.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:47.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:47.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:47.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:47.885 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:51:47.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:51:47.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:51:47.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 12:51:47.886 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:51:47.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:47.886 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:51:47.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:47.886 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:51:47.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 12:51:47.887 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:51:47.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:51:47.887 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:51:47.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:51:47.887 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:51:47.888 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v7.0 Server 12:51:47.888 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v7.0 Server 12:51:47.888 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v7.0 Server about selection 12:51:47.905 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v7.0 Server 12:51:47.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:51:47.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:47.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:47.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:47.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:47.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:47.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:48.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:48.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:51:48.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:48.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:48.425 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:48.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:48.425 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:51:48.425 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:51:48.426 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Server at localhost 12:51:48.427 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:51:48.427 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 12:51:48.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:51:48.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:48.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:48.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:48.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:48.439 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:51:48.439 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:51:48.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:51:48.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:51:48.440 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:51:48.440 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:51:48.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:51:48.484 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:51:48.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:48.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:51:48.484 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 12:51:48.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:51:48.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:48.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:51:48.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:51:48.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:48.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:51:48.485 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:51:48.485 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Runtime 12:51:48.488 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 12:51:48.488 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:51:48.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:51:48.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:51:48.488 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 12:51:48.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:51:48.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:51:48.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:51:48.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:51:48.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:51:48.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:51:48.489 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:51:48.489 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/target/apache-tomcat-7.0.56 12:51:48.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:52:48.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 12:52:48.516 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:52:48.516 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:52:48.517 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:52:48.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:48.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:48.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:48.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:48.520 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:48.524 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:52:48.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:52:48.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:52:48.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:52:48.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:48.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:52:49.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:52:49.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:52:49.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:52:49.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:52:49.037 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:52:49.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:52:49.037 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v7.0 Server at localhost' 12:52:49.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.044 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:52:49.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.050 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:49.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:49.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:49.050 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:49.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:52:49.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:49.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:49.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:49.057 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:49.057 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:49.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:49.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:49.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:49.059 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:49.061 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:49.061 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:49.077 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:49.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:49.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:52:49.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:49.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:49.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:49.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.086 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:49.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:49.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:49.086 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:49.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:52:49.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:49.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.092 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:49.092 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:49.092 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:49.092 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:49.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:49.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:49.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:49.093 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:49.110 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:49.110 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:49.111 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:49.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:49.112 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:52:49.113 INFO [WorkbenchTestable][RequirementsRunner] Started test: isServerPresentTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerPresentTest) 12:52:49.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 12:52:49.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:52:49.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:52:49.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:52:49.113 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:52:49.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.135 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:52:49.135 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:49.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:49.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:49.141 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:49.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:52:49.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:49.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:49.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:49.163 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:49.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:49.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:49.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:49.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:49.165 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:49.167 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:49.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:49.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:49.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:49.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:52:49.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:49.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:49.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:49.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:49.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:49.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:49.177 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:49.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:52:49.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:49.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:49.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:49.201 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:49.201 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:49.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:49.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:49.202 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:49.203 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:49.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 12:52:49.205 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:52:49.205 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:52:49.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:52:49.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:52:49.206 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:52:49.207 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isServerPresentTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerPresentTest) 12:52:49.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.249 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:52:49.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:49.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:49.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:49.255 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:49.255 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:52:49.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:49.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:49.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:49.261 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:49.261 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:49.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:49.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:49.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:49.262 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:49.264 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:49.264 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:49.279 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:49.280 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:49.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:52:49.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:49.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:49.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:49.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.287 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:49.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:49.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:49.287 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:49.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:52:49.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:49.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:49.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:49.293 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:49.293 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:49.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:49.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:49.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:49.294 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:49.296 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:49.296 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:49.297 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:49.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:49.312 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 12:52:49.312 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 12:52:49.313 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 12:52:49.327 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 12:52:49.328 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:49.328 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:49.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:49.329 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:49.330 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v7.0 Server at localhost'. Stop server first: true 12:52:49.330 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:49.330 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:49.331 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:49.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:52:49.335 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:52:49.335 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:49.365 DEBUG [main][MenuItemLookup] Found menu:'New' 12:52:49.365 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:52:49.365 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:52:49.365 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:49.365 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:52:49.365 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:52:49.365 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:52:49.365 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:52:49.366 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:52:49.366 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:52:49.366 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:52:49.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:52:49.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:52:49.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:52:49.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:49.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:49.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:52:49.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:52:49.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:52:49.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:52:49.409 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:52:49.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:52:49.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:49.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:49.410 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:49.410 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:52:49.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:52:49.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:52:49.410 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:52:49.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:49.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:52:49.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:52:49.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.476 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:52:49.476 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:49.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:49.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:49.483 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:49.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:52:49.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:49.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:49.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:49.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:49.489 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:49.489 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:49.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:49.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:49.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:49.490 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:49.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost... 12:52:49.491 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:49.491 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:49.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:49.492 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:52:49.492 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:52:49.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:49.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:49.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:49.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:50.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:50.495 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:50.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:52:50.497 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:52:50.497 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v7.0 Server at localhost' was not found on Servers view 12:52:50.498 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:50.498 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:50.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:50.499 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:52:50.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:52:50.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:50.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:50.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:51.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:51.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:51.501 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:51.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:51.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:52:51.504 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:52:51.504 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:52:51.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost finished successfully 12:52:51.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:52:51.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:52:51.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:52:51.504 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:52:51.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:52:51.505 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:52:51.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:51.505 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:52:51.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:51.505 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:52:51.505 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:51.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:51.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:51.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:51.506 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:51.506 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:52:51.506 DEBUG [main][MenuItemLookup] Found menu:'File' 12:52:51.506 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:52:51.506 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:52:51.507 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:52:51.507 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:52:51.507 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:52:51.507 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:52:51.507 DEBUG [main][MenuItemLookup] Item match:Window 12:52:51.507 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:52:51.508 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:52:51.508 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:52:51.508 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:51.508 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:52:51.508 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:52:51.508 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:51.508 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:52:51.508 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:51.508 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:52:51.508 DEBUG [main][MenuItemLookup] Item match:Preferences 12:52:51.509 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:52:51.509 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:52:51.509 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:52:51.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:52:51.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:52:51.648 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:52:51.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:51.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:51.649 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:52:51.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:51.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:52:51.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:51.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:51.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:51.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:51.661 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:51.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:52:51.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:52:51.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:52:51.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:52:51.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:52:51.663 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:52:51.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:52:51.663 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:52:51.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:52:51.663 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:52:51.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:52:51.664 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:52:51.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:52:51.664 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:52:51.664 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:52:51.664 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:52:51.664 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:52:51.664 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:52:51.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:51.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:51.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:52.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:52.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:52.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:52.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:52.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:52:52.687 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v7.0 Runtime(test)' 12:52:52.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:52:52.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:52.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:52.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:52.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:52.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:52:52.690 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v7.0 Runtime' 12:52:52.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:52:52.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:52:52.697 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' was found 12:52:52.697 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' matched 'Apache Tomcat v7.0 Runtime'! Selecting... 12:52:52.697 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:52:52.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:52:52.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:52:52.697 TRACE [main][WidgetHandler] Notify Table with event 13 12:52:52.697 TRACE [main][WidgetHandler] Wait for synchronization 12:52:52.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:52:52.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:52.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:52.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:52.701 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:52.701 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:52.702 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:52:52.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:52:52.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:52:52.702 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:52:52.702 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:52.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:52:55.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:52:55.711 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:52:55.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:55.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:55.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:52:55.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:55.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:55.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:55.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:55.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:55.722 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:52:55.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:52:55.722 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:52:55.722 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:52:55.723 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:55.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:52:55.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:52:55.784 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:55.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:55.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:55.784 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerPresentTest 12:52:55.785 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:52:55.785 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:52:55.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:52:55.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 69.967 s - in org.eclipse.reddeer.requirements.test.server.ServerPresentTest isServerPresentTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerPresentTest) Time elapsed: 0.094 s Running org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 12:52:55.836 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 12:52:55.837 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:52:55.838 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:52:55.838 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 12:52:55.838 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:52:55.838 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:52:55.838 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:52:55.838 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:52:55.839 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:52:55.839 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:52:55.839 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:52:55.839 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:52:55.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:52:55.839 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:55.839 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:52:55.840 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:55.840 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:52:55.840 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:55.840 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:55.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:55.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:55.841 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:55.841 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:52:55.841 DEBUG [main][MenuItemLookup] Found menu:'File' 12:52:55.842 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:52:55.842 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:52:55.842 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:52:55.842 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:52:55.842 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:52:55.842 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:52:55.842 DEBUG [main][MenuItemLookup] Item match:Window 12:52:55.843 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:52:55.843 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:52:55.843 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:52:55.843 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:55.843 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:52:55.843 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:52:55.843 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:55.843 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:52:55.843 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:55.843 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:52:55.843 DEBUG [main][MenuItemLookup] Item match:Preferences 12:52:55.843 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:52:55.843 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:52:55.844 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:52:55.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:52:55.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:52:55.957 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:52:55.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:55.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:55.958 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:52:55.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:55.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:52:55.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:55.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:55.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:55.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:55.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:55.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:52:55.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:52:55.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:52:55.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:55.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:55.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:55.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:55.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:55.977 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:52:55.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:52:55.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:52:55.977 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:52:55.977 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:56.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:52:56.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:52:56.023 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:56.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:56.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:56.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:56.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:56.030 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:52:56.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:56.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:56.036 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:56.037 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:56.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:52:56.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:56.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:56.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:56.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:56.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:52:56.040 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:56.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:56.041 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:56.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:52:56.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:52:56.042 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:52:56.043 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:52:56.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:52:56.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:52:56.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:52:56.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:52:56.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:56.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:56.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:56.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:56.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:57.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:57.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:52:57.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:52:57.048 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:52:57.048 INFO [WorkbenchTestable][ApacheTomcatServerRequirement] Setup Apache Tomcat server 12:52:57.048 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:52:57.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:57.049 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:52:57.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:57.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:52:57.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:57.050 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:52:57.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:57.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:52:57.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:57.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:52:57.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:57.051 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Server"] 12:52:57.051 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:57.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:52:57.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:57.052 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:52:57.052 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:57.052 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:52:57.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:57.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:57.053 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:52:57.053 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:52:57.053 DEBUG [main][MenuItemLookup] Found menu:'File' 12:52:57.053 DEBUG [main][MenuItemLookup] Item match:File 12:52:57.054 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:52:57.054 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:52:57.063 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:52:57.063 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:52:57.063 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:57.063 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:52:57.063 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:52:57.063 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:52:57.063 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:52:57.063 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:52:57.063 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:52:57.063 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:52:57.063 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:52:57.063 DEBUG [main][MenuItemLookup] Found menu:'File' 12:52:57.063 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:52:57.063 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:52:57.063 DEBUG [main][MenuItemLookup] Found menu:'' 12:52:57.063 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:52:57.063 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:52:57.063 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:52:57.063 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:52:57.063 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:52:57.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:52:57.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:52:57.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:52:57.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:57.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:57.161 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:52:57.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:57.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:52:57.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:57.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:57.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:57.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:57.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:57.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:52:57.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:52:57.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:52:57.175 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:52:57.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:52:57.175 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:52:57.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:52:57.175 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:52:57.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:52:57.175 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:52:57.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:52:57.175 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:52:57.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:52:57.175 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:52:57.175 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Server 12:52:57.176 DEBUG [main][TreeItemHandler] Selecting tree item: Server 12:52:57.176 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Server about selection 12:52:57.176 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Server 12:52:57.176 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:52:57.176 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:52:57.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:52:57.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:57.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:57.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:57.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:57.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:57.178 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:52:57.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:52:57.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:52:57.178 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:52:57.178 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:57.288 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:52:57.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:57.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:57.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available.... 12:52:57.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Server"] is available. finished successfully 12:52:57.294 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Server 12:52:57.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:52:57.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:52:57.295 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:52:57.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:52:57.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:52:57.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:57.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:57.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:57.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:57.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:57.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED... 12:52:57.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until thread with name matchinga string containing "Initializing Servers view" has state TERMINATED finished successfully 12:52:57.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server]... 12:52:57.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:52:57.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:52:57.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 12:52:57.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:52:57.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:52:57.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:52:57.841 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:52:57.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 12:52:57.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:52:57.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:52:57.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:52:57.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:52:57.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:52:57.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[Apache, Tomcat v7.0 Server] finished successfully 12:52:57.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and no matchers specified 12:52:57.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:57.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:57.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:57.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:57.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:52:57.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:52:57.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:52:57.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children... 12:52:57.852 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:52:57.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:52:57.852 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:52:57.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:52:57.852 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:52:57.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Apache has children finished successfully 12:52:57.853 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Apache 12:52:57.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:52:57.853 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Apache is already expanded. No action performed 12:52:57.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:52:57.853 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Apache 12:52:57.854 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Tomcat v7.0 Server 12:52:57.854 DEBUG [main][TreeItemHandler] Selecting tree item: Tomcat v7.0 Server 12:52:57.854 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Tomcat v7.0 Server about selection 12:52:57.885 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Tomcat v7.0 Server 12:52:57.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:52:57.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:57.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:57.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:57.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:57.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:57.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:52:58.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:52:58.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Server name:") 12:52:58.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:58.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:58.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:58.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:58.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:52:58.401 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:52:58.401 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Server at localhost 12:52:58.407 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:52:58.407 INFO [WorkbenchTestable][NewServerWizard] Go to next wizard page 12:52:58.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:52:58.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:58.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:58.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:58.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:58.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:52:58.411 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:52:58.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:52:58.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:52:58.411 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:52:58.412 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:52:58.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 12:52:58.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:52:58.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:52:58.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:52:58.455 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 12:52:58.455 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:52:58.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:58.455 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:52:58.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:52:58.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:58.456 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:52:58.456 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:52:58.456 INFO [WorkbenchTestable][AbstractText] Text set to: Apache Tomcat v7.0 Runtime 12:52:58.458 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 12:52:58.458 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:52:58.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:52:58.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:52:58.459 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Server" as the parent 12:52:58.459 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:52:58.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:52:58.459 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:52:58.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:52:58.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:52:58.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 12:52:58.460 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:52:58.460 INFO [WorkbenchTestable][AbstractText] Text set to: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/target/apache-tomcat-7.0.56 12:52:58.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 12:53:58.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, NO exception will be thrown 12:53:58.486 TRACE [WorkbenchTestable][NewServerWizard] Shell New Server is not null and is not disposed 12:53:58.486 INFO [WorkbenchTestable][NewServerWizard] Finish wizard 12:53:58.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.wizard.NewServerWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:53:58.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:58.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:58.490 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:58.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:58.490 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:53:58.494 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:53:58.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:53:58.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:53:58.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:53:58.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:53:58.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:53:59.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:53:59.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:53:59.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:53:59.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:53:59.007 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:53:59.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:53:59.008 INFO [WorkbenchTestable][AbstractServerRequirement] Checking the state of the server 'Apache Tomcat v7.0 Server at localhost' 12:53:59.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.014 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:53:59.014 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.020 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:59.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:59.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:59.020 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:59.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:53:59.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:59.020 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:59.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:53:59.026 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:59.026 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:59.027 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:59.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:53:59.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:53:59.028 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:53:59.030 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:59.030 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:59.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:59.031 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:53:59.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:53:59.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:59.031 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.032 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:59.032 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:53:59.032 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:59.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:59.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:59.060 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:59.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:53:59.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:59.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:59.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:53:59.066 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:59.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:59.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:59.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:53:59.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:53:59.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:53:59.087 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:59.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:59.088 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:59.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:53:59.089 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:53:59.090 INFO [WorkbenchTestable][RequirementsRunner] Started test: isServerStoppedTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerStoppedTest) 12:53:59.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 12:53:59.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:53:59.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:53:59.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:53:59.090 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:53:59.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.093 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.093 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:53:59.093 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.096 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.096 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:59.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:59.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:59.096 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:59.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:53:59.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:59.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:59.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:53:59.100 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:59.100 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:59.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:59.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:53:59.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:53:59.117 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:53:59.119 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:59.119 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:59.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:59.120 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:53:59.120 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:53:59.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:59.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.121 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:59.121 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:53:59.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.124 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:59.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:59.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:59.125 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:59.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:53:59.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:59.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:59.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:53:59.128 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:59.128 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:59.129 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:59.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:53:59.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:53:59.130 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:53:59.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:59.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:59.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:59.154 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:59.154 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:53:59.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:59.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:59.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:53:59.160 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:59.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:59.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:59.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:53:59.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:53:59.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:53:59.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 12:53:59.163 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:53:59.163 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:53:59.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:53:59.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:53:59.164 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:53:59.166 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isServerStoppedTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerStoppedTest) 12:53:59.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.187 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:53:59.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:59.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:59.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:59.193 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:59.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:53:59.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:59.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:59.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:53:59.199 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:59.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:59.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:59.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:53:59.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:53:59.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:53:59.234 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:59.235 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:59.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:59.236 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:53:59.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:53:59.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:59.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:59.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:53:59.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:59.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:59.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:59.244 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:59.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:53:59.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:59.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:59.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:53:59.250 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:59.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:59.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:59.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:53:59.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:53:59.268 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:53:59.270 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:59.270 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:59.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:59.271 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:53:59.271 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 12:53:59.271 DEBUG [main][TreeItemHandler] Selecting tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 12:53:59.272 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Apache Tomcat v7.0 Server at localhost [Stopped, Republish] about selection 12:53:59.298 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Apache Tomcat v7.0 Server at localhost [Stopped, Republish] 12:53:59.300 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:59.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:59.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:59.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:53:59.302 INFO [WorkbenchTestable][AbstractServer] Delete server 'Apache Tomcat v7.0 Server at localhost'. Stop server first: true 12:53:59.302 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:59.303 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:59.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:59.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:53:59.304 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:53:59.304 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:53:59.333 DEBUG [main][MenuItemLookup] Found menu:'New' 12:53:59.333 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:53:59.333 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:53:59.333 DEBUG [main][MenuItemLookup] Found menu:'' 12:53:59.333 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:53:59.333 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:53:59.334 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:53:59.334 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:53:59.334 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Delete Delete" 12:53:59.334 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:53:59.334 INFO [main][MenuItemHandler] Select menu item: Delete Delete 12:53:59.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available.... 12:53:59.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Server"] is available. finished successfully 12:53:59.377 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Server 12:53:59.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:59.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:59.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:53:59.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:53:59.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:53:59.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:53:59.378 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Server" as the parent 12:53:59.378 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:53:59.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:59.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:59.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:53:59.378 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:53:59.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:53:59.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:53:59.379 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:53:59.379 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:53:59.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:53:59.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:53:59.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.438 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E'' is already open. Activate. 12:53:59.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.441 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:53:59.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:53:59.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:53:59.441 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:53:59.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QServers\E') 12:53:59.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:59.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:53:59.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:53:59.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:53:59.445 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:59.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:59.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:59.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:53:59.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:53:59.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:53:59.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost... 12:53:59.447 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:53:59.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:53:59.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:53:59.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:53:59.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:53:59.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:53:59.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:53:59.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:53:59.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:00.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:00.450 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:00.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:54:00.452 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:54:00.452 INFO [WorkbenchTestable][ServersView2] Requested server 'Apache Tomcat v7.0 Server at localhost' was not found on Servers view 12:54:00.452 INFO [WorkbenchTestable][AbstractView] Activate view Servers 12:54:00.452 INFO [WorkbenchTestable][AbstractCTabItem] Activate Servers 12:54:00.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:00.453 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=No servers are available. Click this link to create a new server... TooltipText=null 12:54:00.453 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.cnf.ServersView2, index 0 and no matchers specified 12:54:00.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:00.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:00.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:00.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:00.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:01.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:01.457 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:01.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 12:54:01.458 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was not found 12:54:01.458 INFO [WorkbenchTestable][ServersView2] Available servers are: [Length: 0] 12:54:01.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while there is server with name: Apache Tomcat v7.0 Server at localhost finished successfully 12:54:01.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:54:01.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:54:01.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:54:01.459 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:54:01.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:54:01.459 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:01.459 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:01.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:01.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:01.460 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:01.460 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:01.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:01.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:01.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:01.461 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:01.461 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:01.461 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:01.461 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:01.461 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:01.461 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:01.461 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:01.461 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:01.461 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:01.461 DEBUG [main][MenuItemLookup] Item match:Window 12:54:01.462 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:01.462 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:01.462 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:01.462 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:01.462 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:01.462 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:01.462 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:01.462 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:01.462 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:01.462 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:01.462 DEBUG [main][MenuItemLookup] Item match:Preferences 12:54:01.463 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:54:01.463 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:54:01.463 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:54:01.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:54:01.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:54:01.576 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:54:01.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:01.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:01.577 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:54:01.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:01.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:54:01.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:01.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:01.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:01.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:01.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:01.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:01.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:01.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children... 12:54:01.580 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:54:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:01.580 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:54:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:01.580 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:54:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Server has children finished successfully 12:54:01.580 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Server 12:54:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:01.580 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Server is already expanded. No action performed 12:54:01.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:01.580 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Server 12:54:01.581 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Runtime Environments 12:54:01.581 DEBUG [main][TreeItemHandler] Selecting tree item: Runtime Environments 12:54:01.581 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Runtime Environments about selection 12:54:01.581 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Runtime Environments 12:54:01.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:01.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:01.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:02.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:02.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:02.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:02.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:02.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:54:02.602 INFO [WorkbenchTestable][RuntimePreferencePage] Removing runtime 'Server Apache Tomcat v7.0 Runtime(test)' 12:54:02.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and no matchers specified 12:54:02.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:02.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:02.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:02.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:02.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:54:02.606 DEBUG [WorkbenchTestable][RuntimePreferencePage] Selecting runtime 'Apache Tomcat v7.0 Runtime' 12:54:02.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:54:02.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:54:02.612 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' was found 12:54:02.612 DEBUG [WorkbenchTestable][RuntimePreferencePage] 'Apache Tomcat v7.0 Runtime' matched 'Apache Tomcat v7.0 Runtime'! Selecting... 12:54:02.612 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (0) 12:54:02.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:54:02.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:54:02.613 TRACE [main][WidgetHandler] Notify Table with event 13 12:54:02.613 TRACE [main][WidgetHandler] Wait for synchronization 12:54:02.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.wst.server.ui.RuntimePreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Remove") 12:54:02.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:02.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:02.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:02.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:02.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:02.617 INFO [WorkbenchTestable][AbstractButton] Click button &Remove 12:54:02.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:02.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:02.617 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:02.617 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:02.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available.... 12:54:05.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Server"] is available. failed, NO exception will be thrown 12:54:05.676 DEBUG [WorkbenchTestable][RuntimePreferencePage] Server shell was not opened 12:54:05.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:05.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:05.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:54:05.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:05.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:05.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:05.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:05.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:05.687 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:54:05.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:05.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:05.687 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:05.688 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:05.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:05.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:05.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:05.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:05.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:05.833 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.server.ServerStoppedTest 12:54:05.833 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:05.833 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:05.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:05.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 69.999 s - in org.eclipse.reddeer.requirements.test.server.ServerStoppedTest isServerStoppedTest server-Apache-Tomcat-7.0(org.eclipse.reddeer.requirements.test.server.ServerStoppedTest) Time elapsed: 0.076 s Running org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 12:54:05.841 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 12:54:05.842 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:54:05.843 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:05.843 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 12:54:05.843 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:05.843 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:54:05.843 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:05.843 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:54:05.843 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:05.843 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:54:05.844 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:05.844 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:54:05.844 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:05.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:05.844 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:05.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:05.846 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:05.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:05.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:05.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:05.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:05.847 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:05.847 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:05.847 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:05.848 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:05.849 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:05.849 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:05.849 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:05.849 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:05.849 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:05.849 DEBUG [main][MenuItemLookup] Item match:Window 12:54:05.850 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:05.850 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:05.850 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:05.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:05.850 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:05.850 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:05.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:05.850 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:05.850 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:05.850 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:05.850 DEBUG [main][MenuItemLookup] Item match:Preferences 12:54:05.851 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:54:05.851 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:54:05.851 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:54:06.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:54:06.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:54:06.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:54:06.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:06.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:06.050 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:54:06.050 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:06.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:54:06.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:06.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:06.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:06.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:06.051 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:06.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:06.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:06.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:54:06.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:06.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:06.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:06.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:06.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:06.055 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:54:06.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:06.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:06.055 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:06.055 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:06.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:06.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:06.099 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:06.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:06.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:06.100 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:06.100 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillWithProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 12:54:06.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 12:54:06.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:06.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:06.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:06.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:06.103 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest$TestClass 12:54:06.106 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:06.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:06.106 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:06.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:06.106 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:54:06.106 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:06.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:06.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:06.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:06.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:06.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:06.107 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:06.107 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:54:06.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:06.108 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:06.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:06.108 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:06.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:06.108 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:06.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:06.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:06.109 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:06.109 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:06.109 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:06.109 DEBUG [main][MenuItemLookup] Item match:File 12:54:06.110 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:54:06.110 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:54:06.141 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:54:06.141 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:54:06.141 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:06.141 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:54:06.141 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:54:06.141 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:54:06.141 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:54:06.141 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:54:06.141 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:54:06.141 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:54:06.141 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:54:06.141 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:06.141 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:54:06.141 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:54:06.141 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:06.141 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:54:06.141 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:54:06.141 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:54:06.142 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:54:06.142 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:54:06.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:54:06.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:54:06.233 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:54:06.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:06.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:06.234 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:54:06.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:06.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:54:06.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:06.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:06.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:06.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:06.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:06.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:06.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:06.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:54:06.237 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:54:06.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:06.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:06.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:54:06.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:54:06.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:54:06.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:06.744 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:54:06.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:06.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:54:06.745 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:54:06.745 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:54:06.745 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:54:06.748 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:54:06.748 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:54:06.748 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:54:06.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:54:06.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:06.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:06.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:06.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:06.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:06.751 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:54:06.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:06.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:06.751 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:06.751 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:07.120 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:07.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:07.120 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:07.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:54:07.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:54:07.121 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:54:07.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:07.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:07.134 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:54:07.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:07.137 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'TestProject' 12:54:07.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:54:07.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:07.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:07.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:07.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:07.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:54:07.150 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:54:07.151 INFO [WorkbenchTestable][AbstractText] Text set to: TestProject 12:54:07.189 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:54:07.189 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:54:07.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:54:07.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:07.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:07.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:07.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:07.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:07.194 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:54:07.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:07.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:07.195 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:07.195 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:07.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:54:10.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:54:10.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:10.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:10.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:54:10.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:54:10.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:54:10.209 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:54:10.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:54:10.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:10.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:10.219 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:54:10.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:10.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:10.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:10.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:10.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:10.235 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:10.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:54:10.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:10.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:10.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:10.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:10.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:10.237 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:10.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:10.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:10.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:10.287 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:10.287 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:10.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:10.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:10.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:10.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:10.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:10.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:10.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:11.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:11.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:11.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:54:11.292 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:11.292 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:11.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:11.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:11.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:54:11.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:11.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:11.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:11.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:11.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:11.374 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Servers 12:54:11.383 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TestProject 12:54:11.384 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 12:54:11.384 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:11.384 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:11.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:11.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:11.385 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillWithProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 12:54:11.385 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:11.385 INFO [WorkbenchTestable][RequirementsRunner] Started test: fulfillWithoutProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 12:54:11.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 12:54:11.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:11.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:11.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:11.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:11.386 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest$TestClass 12:54:11.386 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 12:54:11.388 DEBUG [main][EditorHandler] 0 editor(s) found 12:54:11.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:11.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:11.437 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:54:11.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:11.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:11.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:11.438 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:11.439 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:11.439 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:11.439 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:11.439 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:54:11.439 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:54:11.439 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:11.439 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:11.439 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:11.439 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:11.439 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:11.439 DEBUG [main][MenuItemLookup] Item match:Window 12:54:11.440 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:11.440 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:11.440 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:11.440 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:11.440 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:11.440 DEBUG [main][MenuItemLookup] Item match:Show View 12:54:11.451 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:54:11.451 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:54:11.451 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:54:11.451 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:54:11.451 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:54:11.451 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:54:11.451 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:54:11.451 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:54:11.451 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:54:11.451 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:54:11.451 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:54:11.451 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:54:11.451 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:54:11.451 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:54:11.451 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:11.451 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:54:11.451 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:54:11.469 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:54:11.469 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:54:11.469 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:54:11.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:54:11.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:54:11.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:54:11.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:11.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:11.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:54:11.584 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:11.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:11.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:11.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:54:11.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:11.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:11.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:11.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:11.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:11.585 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:54:11.586 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:54:11.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:12.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:12.736 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:54:12.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:54:12.738 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:54:12.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:12.739 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:54:12.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:12.739 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:54:12.740 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:54:12.740 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:54:12.740 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:54:12.741 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:54:12.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:12.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:12.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:12.742 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:54:12.742 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:12.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:12.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:12.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:54:12.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:12.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:12.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:12.744 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:54:12.744 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:12.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:12.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:12.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:12.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:12.745 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:54:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:12.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:12.746 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:12.746 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:12.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:54:12.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:54:12.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:54:12.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:12.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:12.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:54:12.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:12.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:12.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:12.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:12.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:12.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:12.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:54:12.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:12.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:12.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:12.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:12.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:12.858 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:54:12.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:54:12.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:12.859 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:12.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:12.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:12.861 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:54:12.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:54:12.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:12.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:12.863 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:54:12.863 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:54:12.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:12.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:12.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:12.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:12.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:13.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:13.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:13.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:13.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:13.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:54:13.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:54:13.867 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:54:13.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:13.870 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:13.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:54:13.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:13.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:13.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:13.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:13.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:13.872 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Servers 12:54:13.873 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TestProject 12:54:13.873 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:54:13.874 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:54:13.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:13.875 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:13.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:13.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:13.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:14.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:14.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:14.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:14.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:14.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:54:14.921 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:54:14.921 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:54:14.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:14.923 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:14.923 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:54:14.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:14.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:14.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:14.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:14.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:14.933 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name Servers 12:54:14.934 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TestProject 12:54:14.934 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:54:14.934 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:54:14.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:14.935 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:14.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:54:14.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:14.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:14.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:14.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:14.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:14.936 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 12:54:14.936 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 12:54:14.939 DEBUG [main][TreeItemHandler] Set Tree selection 12:54:14.941 DEBUG [main][TreeHandler] Notify Tree about selection event 12:54:14.957 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 12:54:14.965 DEBUG [WorkbenchTestable][TreeItemHandler] Servers 12:54:14.965 DEBUG [WorkbenchTestable][TreeItemHandler] TestProject 12:54:14.966 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:54:14.966 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:15.075 DEBUG [main][MenuItemLookup] Found menu:'New' 12:54:15.075 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:54:15.075 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:15.075 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:54:15.075 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:15.075 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:54:15.075 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:54:15.075 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:54:15.075 DEBUG [main][MenuItemLookup] Found menu:'Move...' 12:54:15.075 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 12:54:15.075 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:15.075 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:54:15.075 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:54:15.075 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:15.075 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:54:15.075 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:54:15.076 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:54:15.076 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:54:15.076 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:54:15.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:54:15.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:54:15.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 8 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:54:15.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:54:15.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:54:15.579 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:54:15.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:54:15.579 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:54:15.579 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:15.653 DEBUG [main][MenuItemLookup] Found menu:'New' 12:54:15.653 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:54:15.653 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:15.653 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:54:15.653 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:15.653 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:54:15.653 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:54:15.653 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:54:15.653 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:54:15.653 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:54:15.653 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:54:15.654 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:54:15.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.066: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.147: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:16.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 12:54:16.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:54:16.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:16.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:16.148 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:54:16.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:16.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:16.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:16.149 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:54:16.149 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:16.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:16.149 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:16.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:16.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:16.150 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:16.150 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:54:16.150 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:54:16.150 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:54:16.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:16.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:16.150 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:16.151 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:16.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 12:54:16.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:16.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:16.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:16.151 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:54:16.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:16.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:16.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:16.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:16.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:16.153 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:16.153 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:54:16.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:16.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:16.153 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:16.153 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.158: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.164: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.168: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:16.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:54:16.174 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.187: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.203: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.218: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.236: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.252: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.269: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.286: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.303: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.334: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.338: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.353: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:16.384: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:16.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:54:16.676 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:54:16.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:54:16.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:54:16.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:54:16.676 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:54:16.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:54:16.677 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:54:16.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:54:16.677 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:54:16.677 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:54:16.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:16.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:54:16.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 12:54:16.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:16.680 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:16.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:16.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:16.680 INFO [WorkbenchTestable][RequirementsRunner] Finished test: fulfillWithoutProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) 12:54:16.680 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest 12:54:16.681 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:16.681 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:16.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:16.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.841 s - in org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest fulfillWithProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) Time elapsed: 5.285 s fulfillWithoutProjectsTest no-configuration(org.eclipse.reddeer.requirements.test.cleanworkspace.CleanWorkspaceRequirementTest) Time elapsed: 5.295 s Running org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 12:54:16.687 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 12:54:16.688 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:54:16.689 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:16.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 12:54:16.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:16.689 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:54:16.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:16.689 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:54:16.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:16.689 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:54:16.689 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:16.690 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:54:16.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:16.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:16.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:16.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:16.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:16.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:16.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:16.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:16.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:16.691 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:16.691 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:16.692 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:16.692 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:16.692 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:16.692 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:16.692 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:16.692 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:16.692 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:16.693 DEBUG [main][MenuItemLookup] Item match:Window 12:54:16.694 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:16.694 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:16.694 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:16.694 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:16.694 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:16.694 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:16.694 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:16.694 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:16.694 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:16.694 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:16.694 DEBUG [main][MenuItemLookup] Item match:Preferences 12:54:16.710 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:54:16.710 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:54:16.710 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:54:16.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:54:16.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:54:16.849 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:54:16.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:16.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:16.851 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:54:16.851 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:16.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:54:16.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:16.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:16.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:16.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:16.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:16.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:16.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:16.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:54:16.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:16.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:16.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:16.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:16.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:16.858 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:54:16.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:16.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:16.858 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:16.858 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:16.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:16.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:16.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:16.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:16.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:16.905 TRACE [WorkbenchTestable][DatabaseRequirement] Database requirement performed 12:54:16.906 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:16.906 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDatabaseConfiguration My H2 Driver-Generic JDBC-jdbc:h2:db://localhost/sakila-null(org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest) 12:54:16.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 12:54:16.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:16.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:16.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:16.906 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:16.906 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 12:54:16.906 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:16.906 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:16.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:16.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:16.907 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDatabaseConfiguration My H2 Driver-Generic JDBC-jdbc:h2:db://localhost/sakila-null(org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest) 12:54:16.907 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest 12:54:16.907 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:16.907 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:16.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:16.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest testDatabaseConfiguration My H2 Driver-Generic JDBC-jdbc:h2:db://localhost/sakila-null(org.eclipse.reddeer.requirements.test.db.DatabaseRequirementTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 12:54:16.961 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 12:54:16.963 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:54:16.963 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:16.963 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 12:54:16.963 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:16.963 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:54:16.963 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:16.963 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:54:16.964 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:16.964 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:54:16.964 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:16.964 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:54:16.964 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:16.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:16.964 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:16.964 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:16.965 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:16.965 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:16.965 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:16.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:16.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:16.965 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:16.965 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:16.965 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:16.966 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:16.966 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:16.966 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:16.966 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:16.966 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:16.966 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:16.966 DEBUG [main][MenuItemLookup] Item match:Window 12:54:16.966 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:16.967 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:16.967 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:16.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:16.967 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:16.967 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:16.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:16.967 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:16.967 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:16.967 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:16.967 DEBUG [main][MenuItemLookup] Item match:Preferences 12:54:16.967 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:54:16.967 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:54:16.967 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:54:17.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:54:17.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:54:17.076 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:54:17.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:17.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:17.078 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:54:17.078 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:17.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:54:17.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:17.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:17.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:17.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:17.078 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:17.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:17.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:17.080 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:54:17.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:17.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:17.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:17.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:17.084 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:17.084 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:54:17.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:17.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:17.084 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:17.084 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:17.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:17.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:17.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:17.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:17.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:17.137 INFO [WorkbenchTestable][JRERequirement] JRE Requirement fulfill performed 12:54:17.138 DEBUG [WorkbenchTestable][JRERequirement] Configuration (name,version,path): testName, 1.7, ${java.home} 12:54:17.138 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:17.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:17.138 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:17.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:17.138 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:17.138 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:17.139 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:17.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:17.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:17.139 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:17.139 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:17.139 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:17.139 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:17.139 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:17.139 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:17.139 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:17.139 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:17.139 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:17.139 DEBUG [main][MenuItemLookup] Item match:Window 12:54:17.140 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:17.140 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:17.140 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:17.140 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:17.141 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:17.141 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:17.141 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:17.141 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:17.141 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:17.141 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:17.141 DEBUG [main][MenuItemLookup] Item match:Preferences 12:54:17.141 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:54:17.141 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:54:17.141 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:54:17.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:54:17.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:54:17.254 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:54:17.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:17.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:17.255 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:54:17.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:17.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:54:17.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:17.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:17.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:17.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:17.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:17.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:17.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:17.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:54:17.260 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:54:17.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:17.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:17.762 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:54:17.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:54:17.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:54:17.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:17.764 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:54:17.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:17.764 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:54:17.764 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 12:54:17.764 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 12:54:17.765 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 12:54:17.765 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs (Eclipse:4149): Gtk-CRITICAL **: 12:54:17.812: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:17.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:17.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:17.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:17.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:17.843 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Add...") 12:54:17.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:17.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:17.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:17.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:17.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:17.845 INFO [WorkbenchTestable][AbstractButton] Click button &Add... 12:54:17.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:17.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:17.846 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:17.846 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:17.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add JRE"] is available.... 12:54:17.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:17.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:17.927 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:17.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Add JRE"] is available. finished successfully 12:54:17.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Add JRE 12:54:17.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:17.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:17.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.VMTypePage, index 0 and no matchers specified 12:54:17.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:17.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:17.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:17.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:17.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 12:54:17.944 TRACE [main][WidgetHandler] Notify List with event 13 12:54:17.944 TRACE [main][WidgetHandler] Wait for synchronization 12:54:17.945 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:54:17.945 INFO [WorkbenchTestable][AddVMInstallWizard] Go to next wizard page 12:54:17.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:54:17.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:17.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:17.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:17.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:17.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:17.947 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:54:17.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:17.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:17.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:17.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:18.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE home:") 12:54:18.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:18.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:18.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:18.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:18.224 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:54:18.224 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:54:18.225 INFO [WorkbenchTestable][AbstractText] Text set to: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre 12:54:18.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.preferences.internal.StandardVMPage, index 0 and following matchers specified (Matcher matching widget with label: is "JRE name:") 12:54:18.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:18.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:18.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:18.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:18.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:54:18.680 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:54:18.681 INFO [WorkbenchTestable][AbstractText] Text set to: testName 12:54:18.687 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:54:18.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:54:18.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:18.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:18.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:18.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:18.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:18.692 TRACE [WorkbenchTestable][AddVMInstallWizard] Shell Add JRE is not null and is not disposed 12:54:18.692 INFO [WorkbenchTestable][AddVMInstallWizard] Finish wizard 12:54:18.692 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.AddVMInstallWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:54:18.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:18.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:18.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:18.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:18.703 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:18.703 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:54:18.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:18.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:18.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:18.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:18.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:18.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:18.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:54:18.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:54:18.764 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:54:18.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:54:18.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:18.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:18.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 12:54:18.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:18.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:18.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:18.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:18.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:18.776 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 12:54:18.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:18.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:18.776 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:18.776 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:18.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:18.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:18.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:18.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:18.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:18.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:18.876 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConfiguredValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 12:54:18.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 12:54:18.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:18.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:18.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:18.876 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:18.876 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:18.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:18.877 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:18.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:18.877 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:18.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:18.877 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:18.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:18.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:18.877 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:18.877 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:18.878 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:18.878 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:18.878 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:18.878 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:18.878 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:18.878 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:18.878 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:18.878 DEBUG [main][MenuItemLookup] Item match:Window 12:54:18.879 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:18.879 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:18.879 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:18.879 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:18.879 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:18.879 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:18.879 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:18.879 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:18.879 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:18.879 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:18.879 DEBUG [main][MenuItemLookup] Item match:Preferences 12:54:18.879 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:54:18.879 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:54:18.879 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:4149): Gtk-CRITICAL **: 12:54:18.945: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:19.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:54:19.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:54:19.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:54:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:19.004 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:54:19.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:19.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:54:19.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:19.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:19.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:19.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:19.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:19.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:19.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:19.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:54:19.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:54:19.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:19.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:54:19.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:19.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:54:19.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:54:19.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:54:19.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:19.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:54:19.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:19.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:54:19.038 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Installed JREs 12:54:19.038 DEBUG [main][TreeItemHandler] Selecting tree item: Installed JREs 12:54:19.038 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Installed JREs about selection 12:54:19.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Installed JREs 12:54:19.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:19.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:19.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:19.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:19.040 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:54:19.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:19.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:19.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:19.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:19.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:54:19.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:54:19.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:54:19.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with referenced composite class org.eclipse.reddeer.eclipse.jdt.debug.ui.jres.JREsPreferencePage, index 0 and no matchers specified 12:54:19.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:19.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:19.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:19.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:54:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:54:19.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:54:19.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:54:19.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:19.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:19.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:19.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:19.071 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:19.071 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:54:19.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:19.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:19.071 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:19.071 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:19.101 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:19.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:19.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 12:54:19.101 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:19.101 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:19.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:19.102 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConfiguredValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 12:54:19.102 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:19.102 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConfigurationValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 12:54:19.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 12:54:19.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:19.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:19.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:19.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:19.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 12:54:19.103 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:19.103 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:19.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:19.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:19.103 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConfigurationValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) 12:54:19.103 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.jre.JRERequirementTest 12:54:19.103 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:19.103 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:19.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:19.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.144 s - in org.eclipse.reddeer.requirements.test.jre.JRERequirementTest testConfiguredValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) Time elapsed: 0.226 s testConfigurationValues jre-1.7(org.eclipse.reddeer.requirements.test.jre.JRERequirementTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 12:54:19.110 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 12:54:19.134 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:54:19.134 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:19.135 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 12:54:19.135 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:19.135 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:54:19.135 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:19.135 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:54:19.152 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:19.152 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:54:19.152 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:19.152 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:54:19.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:19.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:19.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:19.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:19.153 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:19.153 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:19.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:19.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:19.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:19.154 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:19.154 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:19.154 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:19.155 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:19.155 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:19.155 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:19.155 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:19.155 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:19.155 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:19.155 DEBUG [main][MenuItemLookup] Item match:Window 12:54:19.155 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:19.155 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:19.155 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:19.155 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:19.155 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:19.155 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:19.155 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:19.155 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:19.155 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:19.155 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:19.155 DEBUG [main][MenuItemLookup] Item match:Preferences 12:54:19.156 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:54:19.156 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:54:19.156 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:4149): Gtk-CRITICAL **: 12:54:19.239: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:19.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:54:19.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:54:19.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:54:19.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:19.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:19.299 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:54:19.299 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:19.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:54:19.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:19.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:19.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:19.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:19.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:19.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:19.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:19.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:54:19.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:19.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:19.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:19.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:19.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:19.344 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:54:19.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:19.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:19.345 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:19.345 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:19.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:19.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:19.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:19.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:19.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:19.400 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:54:19.403 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:19.403 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest) 12:54:19.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 12:54:19.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:19.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:19.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:19.403 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:19.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:19.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:19.403 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:19.404 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:19.404 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:19.404 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:19.404 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:19.404 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:19.404 DEBUG [main][MenuItemLookup] Item match:Project 12:54:19.405 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 12:54:19.406 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:54:19.406 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:19.406 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 12:54:19.406 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 12:54:19.406 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 12:54:19.406 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:54:19.406 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 12:54:19.406 DEBUG [main][MenuItemLookup] Item match:Build Automatically 12:54:19.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 12:54:19.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:19.407 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:19.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:19.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:19.407 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest) 12:54:19.407 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:54:19.408 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest 12:54:19.408 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:19.408 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:19.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:19.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOnTest) Time elapsed: 0.004 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:54:19.417 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:54:19.418 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:54:19.418 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:19.418 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:54:19.419 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:19.419 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:54:19.419 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:19.419 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:54:19.419 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:19.419 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:54:19.419 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:19.419 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:54:19.420 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:19.420 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:19.433 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:19.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:19.433 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:19.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:19.433 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:19.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:19.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:19.433 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:19.434 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:19.434 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:19.434 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:19.434 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:19.434 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:19.434 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:19.434 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:19.434 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:19.434 DEBUG [main][MenuItemLookup] Item match:Window 12:54:19.435 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:19.435 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:19.435 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:19.435 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:19.435 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:19.435 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:19.435 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:19.435 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:19.435 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:19.435 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:19.435 DEBUG [main][MenuItemLookup] Item match:Preferences 12:54:19.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:54:19.436 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:54:19.436 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:4149): Gtk-CRITICAL **: 12:54:19.498: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:54:19.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:54:19.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:54:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:19.571 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:54:19.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:19.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:54:19.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:19.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:19.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:19.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:19.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:19.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:19.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:19.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:54:19.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:19.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:19.591 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:19.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:19.591 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:19.597 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:54:19.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:19.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:19.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:19.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:19.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:19.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:19.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:19.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:19.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:19.655 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:19.656 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 12:54:19.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:54:19.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:19.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:19.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:19.656 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:19.656 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 12:54:19.657 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:54:19.658 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 12:54:19.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:54:19.658 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:19.658 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:19.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:19.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:19.659 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 12:54:19.659 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:19.659 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOffWithoutCleanupTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 12:54:19.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:54:19.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:19.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:19.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:19.659 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:19.659 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 12:54:19.659 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:54:19.660 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:54:19.660 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:19.660 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:19.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:19.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:19.660 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOffWithoutCleanupTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 12:54:19.660 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:19.661 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 12:54:19.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:54:19.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:19.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:19.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:19.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:19.661 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:54:19.661 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 12:54:19.661 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:54:19.662 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:54:19.662 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:19.662 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:19.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:19.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:19.662 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) 12:54:19.663 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:54:19.663 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest 12:54:19.663 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:19.663 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:19.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:19.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) Time elapsed: 0.003 s autoBuildRequirementOffWithoutCleanupTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) Time elapsed: 0.001 s autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 12:54:19.669 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 12:54:19.670 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:54:19.670 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:19.670 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 12:54:19.670 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:19.670 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:54:19.670 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:19.670 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:54:19.671 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:19.671 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:54:19.671 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:19.671 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:54:19.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:19.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:19.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:19.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:19.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:19.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:19.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:19.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:19.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:19.672 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:19.672 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:19.672 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:19.673 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:19.673 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:19.673 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:19.673 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:19.673 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:19.673 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:19.673 DEBUG [main][MenuItemLookup] Item match:Window 12:54:19.674 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:19.674 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:19.674 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:19.674 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:19.674 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:19.674 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:19.674 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:19.674 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:19.674 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:19.674 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:19.674 DEBUG [main][MenuItemLookup] Item match:Preferences 12:54:19.674 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:54:19.674 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:54:19.674 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:4149): Gtk-CRITICAL **: 12:54:19.762: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:19.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:54:19.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:54:19.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:54:19.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:19.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:19.850 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:54:19.850 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:19.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:54:19.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:19.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:19.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:19.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:19.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:19.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:19.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:19.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:54:19.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:19.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:19.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:19.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:19.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:19.872 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:54:19.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:19.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:19.872 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:19.872 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:19.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:19.942 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:19.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:19.942 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building OFF. 12:54:19.945 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:19.945 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest) 12:54:19.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 12:54:19.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:19.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:19.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:19.945 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:19.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:19.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:19.946 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:19.946 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:19.946 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:19.946 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:19.946 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:19.946 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:19.946 DEBUG [main][MenuItemLookup] Item match:Project 12:54:19.947 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 12:54:19.947 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:54:19.947 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:19.947 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 12:54:19.947 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 12:54:19.947 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 12:54:19.947 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:54:19.947 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 12:54:19.947 DEBUG [main][MenuItemLookup] Item match:Build Automatically 12:54:19.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 12:54:19.948 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:19.948 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:19.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:19.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:19.948 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest) 12:54:19.948 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:54:19.949 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest 12:54:19.949 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:19.949 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:19.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:19.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest autoBuildRequirementOffTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementOffTest) Time elapsed: 0.003 s Running org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 12:54:19.956 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 12:54:19.956 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:54:19.957 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:19.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 12:54:19.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:19.957 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:54:19.957 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:19.957 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:54:19.958 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:19.958 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:54:19.958 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:19.958 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:54:19.958 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:19.958 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:19.958 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:19.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:19.959 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:19.959 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:19.959 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:19.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:19.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:19.959 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:19.960 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:19.960 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:19.960 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:19.960 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:19.960 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:19.960 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:19.960 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:19.960 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:19.960 DEBUG [main][MenuItemLookup] Item match:Window 12:54:19.961 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:19.961 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:19.961 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:19.961 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:19.961 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:19.961 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:19.961 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:19.961 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:19.961 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:19.961 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:19.961 DEBUG [main][MenuItemLookup] Item match:Preferences 12:54:19.961 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:54:19.961 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:54:19.962 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:4149): Gtk-CRITICAL **: 12:54:20.044: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:20.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:54:20.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:54:20.109 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:54:20.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:20.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:20.110 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:54:20.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:20.110 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:54:20.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:20.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:20.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:20.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:20.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:20.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:20.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:20.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:54:20.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:20.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:20.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:20.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:20.149 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:20.149 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:54:20.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:20.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:20.158 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:20.158 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:20.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:20.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:20.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:20.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:20.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:20.208 INFO [WorkbenchTestable][PreferencesUtil] Setting the auto building ON. 12:54:20.208 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:20.208 INFO [WorkbenchTestable][RequirementsRunner] Started test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest) 12:54:20.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 12:54:20.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:20.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:20.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:20.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:20.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:20.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:20.208 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:20.209 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:20.209 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:20.209 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:20.209 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:20.209 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:20.209 DEBUG [main][MenuItemLookup] Item match:Project 12:54:20.209 DEBUG [main][MenuItemLookup] Found menu:'Open Project' 12:54:20.209 DEBUG [main][MenuItemLookup] Found menu:'Close Project' 12:54:20.209 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:20.209 DEBUG [main][MenuItemLookup] Found menu:'Build All Ctrl+B' 12:54:20.209 DEBUG [main][MenuItemLookup] Found menu:'Build Project' 12:54:20.209 DEBUG [main][MenuItemLookup] Found menu:'Build Working Set' 12:54:20.209 DEBUG [main][MenuItemLookup] Found menu:'Clean...' 12:54:20.209 DEBUG [main][MenuItemLookup] Found menu:'Build Automatically' 12:54:20.209 DEBUG [main][MenuItemLookup] Item match:Build Automatically 12:54:20.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 12:54:20.209 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:20.209 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:20.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:20.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:20.210 INFO [WorkbenchTestable][RequirementsRunner] Finished test: autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest) 12:54:20.210 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest 12:54:20.210 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:20.210 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:20.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:20.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 s - in org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest autoBuildRequirementOnTest no-configuration(org.eclipse.reddeer.requirements.test.autobuilding.AutoBuildingRequirementWithoutCleanupTest) Time elapsed: 0.002 s Running org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 12:54:20.217 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 12:54:20.217 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:54:20.218 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:20.218 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 12:54:20.218 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:20.218 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:54:20.218 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:20.218 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:54:20.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:20.233 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:54:20.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:20.233 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:54:20.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:20.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:20.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:20.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:20.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:20.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:20.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:20.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:20.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:20.234 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:20.234 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:20.234 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:20.235 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:20.235 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:20.235 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:20.235 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:20.235 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:20.235 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:20.235 DEBUG [main][MenuItemLookup] Item match:Window 12:54:20.236 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:20.236 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:20.236 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:20.236 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:20.236 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:20.236 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:20.236 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:20.236 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:20.236 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:20.236 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:20.236 DEBUG [main][MenuItemLookup] Item match:Preferences 12:54:20.236 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:54:20.236 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:54:20.236 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:4149): Gtk-CRITICAL **: 12:54:20.300: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:20.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:54:20.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:54:20.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:54:20.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:20.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:20.383 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:54:20.383 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:20.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:54:20.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:20.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:20.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:20.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:20.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:20.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:20.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:20.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:54:20.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:20.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:20.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:20.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:20.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:20.409 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:54:20.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:20.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:20.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:20.410 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:20.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:20.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:20.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:20.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:20.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:20.477 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:20.477 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTestClassWithoutCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 12:54:20.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 12:54:20.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:20.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:20.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:20.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:20.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:20.501 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:20.501 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 12:54:20.501 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:20.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:20.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:20.502 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:20.502 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:20.502 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:20.502 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:20.502 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:20.502 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:20.502 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:20.502 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:20.502 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:20.502 DEBUG [main][MenuItemLookup] Item match:Window 12:54:20.503 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:20.503 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:20.503 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:20.503 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:20.503 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:20.503 DEBUG [main][MenuItemLookup] Item match:Show View 12:54:20.536 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:54:20.536 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:54:20.536 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:54:20.536 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:54:20.536 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:54:20.536 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:54:20.536 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:54:20.536 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:54:20.536 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:54:20.536 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:54:20.536 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:54:20.536 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:54:20.536 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:54:20.536 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:54:20.536 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:20.536 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:54:20.536 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:54:20.537 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:54:20.537 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:54:20.537 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:54:20.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:54:20.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:54:20.617 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:54:20.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:20.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:20.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:54:20.618 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:20.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:20.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:20.619 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:54:20.619 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:20.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:20.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:20.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:20.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:20.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:20.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:20.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:20.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:54:20.641 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:54:20.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:20.641 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:54:20.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:20.641 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:54:20.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:54:20.641 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:54:20.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:20.642 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:54:20.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:20.642 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:54:20.642 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 12:54:20.643 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 12:54:20.643 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 12:54:20.643 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 12:54:20.643 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:20.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:20.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:20.644 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:54:20.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:20.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:20.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:20.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:54:20.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:20.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:20.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:20.650 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:54:20.650 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:20.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:20.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:20.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:20.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:20.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:20.652 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:54:20.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:20.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:20.652 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:20.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:4149): Gtk-CRITICAL **: 12:54:20.821: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:20.823: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:20.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:54:20.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:54:20.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open... 12:54:20.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:4149): Gtk-CRITICAL **: 12:54:20.839: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:20.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:20.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.views.log.LogView' view is open finished successfully 12:54:20.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:20.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:20.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:20.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... (Eclipse:4149): Gtk-CRITICAL **: 12:54:20.867: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:20.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:20.872 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:20.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:54:20.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:20.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:20.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:20.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:20.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:20.880 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:54:20.880 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:54:20.881 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:20.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:20.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:20.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:20.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:4149): Gtk-CRITICAL **: 12:54:20.889: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:20.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:20.895 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:20.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:20.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:20.895 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:20.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:54:20.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:20.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:20.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:20.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:20.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:20.902 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:54:20.902 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:54:20.903 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:20.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:20.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:20.904 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... (Eclipse:4149): Gtk-CRITICAL **: 12:54:20.906: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:20.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:20.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:20.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:20.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:20.916 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 12:54:20.917 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:20.917 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:20.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:20.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:20.917 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.log.collector.AftersLogCollector 12:54:20.918 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTestClassWithoutCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 12:54:20.918 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:20.918 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTestClassWithCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 12:54:20.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 12:54:20.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:20.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:20.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:20.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:20.935 INFO [WorkbenchTestable][CleanErrorLogRequirement] Clean all records in Error Log (Eclipse:4149): Gtk-CRITICAL **: 12:54:20.943: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:20.950: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:20.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:4149): Gtk-CRITICAL **: 12:54:20.956: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:20.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:20.967 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:54:20.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:4149): Gtk-CRITICAL **: 12:54:20.972: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:20.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:20.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:20.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:20.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:20.977 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:20.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:54:20.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:20.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:20.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:20.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:20.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:20.985 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:54:20.985 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:54:20.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:20.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:20.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:20.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:20.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:4149): Gtk-CRITICAL **: 12:54:21.000: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4149): Gtk-CRITICAL **: 12:54:21.006: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:21.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:21.014 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:21.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:21.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:21.015 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:21.015 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:54:21.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:21.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers (Eclipse:4149): Gtk-CRITICAL **: 12:54:21.022: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:21.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:21.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:21.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:21.025 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:54:21.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:54:21.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:21.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:21.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:21.026 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:21.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.views.log.LogView, index 0 and no matchers specified 12:54:21.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:21.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:21.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:21.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:21.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:21.029 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:54:21.029 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization (Eclipse:4149): Gtk-CRITICAL **: 12:54:21.053: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 12:54:21.062 DEBUG [main][MenuItemLookup] Found menu:'Copy' 12:54:21.062 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:21.062 DEBUG [main][MenuItemLookup] Found menu:'Clear Log Viewer' 12:54:21.062 DEBUG [main][MenuItemLookup] Found menu:'Delete Log' 12:54:21.062 DEBUG [main][MenuItemLookup] Item match:Delete Log 12:54:21.063 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Log" 12:54:21.063 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Log 12:54:21.063 INFO [main][MenuItemHandler] Select menu item: &Delete Log 12:54:21.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available.... 12:54:21.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Confirm Delete"] is available. finished successfully 12:54:21.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Confirm Delete 12:54:21.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:21.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:21.108 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:21.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:21.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:21.108 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:54:21.108 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:21.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:21.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:21.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Delete All Events") 12:54:21.109 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:21.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:21.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:21.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Confirm Delete" as the parent 12:54:21.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:21.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:21.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:21.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:21.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:21.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:21.110 INFO [WorkbenchTestable][AbstractButton] Click button &Delete All Events 12:54:21.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:21.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:21.110 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:21.110 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:21.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:54:21.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:54:21.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:21.150 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:21.150 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 12:54:21.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:21.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:21.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:21.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:21.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:21.158 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:21.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:54:21.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:21.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:21.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:21.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:21.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:21.182 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:54:21.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:54:21.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:21.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:21.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:21.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:21.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:21.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:21.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:21.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:21.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:21.191 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:21.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 12:54:21.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:21.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:21.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:21.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:21.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:21.198 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 12:54:21.198 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 12:54:21.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:21.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:21.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:21.199 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:21.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:21.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:21.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:21.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:21.202 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 12:54:21.202 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:21.202 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:21.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:21.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:21.203 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTestClassWithCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) 12:54:21.203 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest 12:54:21.203 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:21.203 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:21.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:21.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.987 s - in org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest testTestClassWithoutCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) Time elapsed: 0.441 s testTestClassWithCleaningErrorLog no-configuration(org.eclipse.reddeer.requirements.test.cleanerrorlog.CleanErrorLogRequirementTest) Time elapsed: 0.284 s Results: Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.requirements.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] [INFO] ----------< org.eclipse.reddeer:org.eclipse.reddeer.ui.test >----------- [INFO] Building RedDeer UI Tests 2.8.0-SNAPSHOT [43/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.ui.test --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.ui.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.ui.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.ui.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/bin [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/resources does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.ui.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.ui.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/target/org.eclipse.reddeer.ui.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.ui.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread] Launching application org.eclipse.ui.ide.workbench... SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 Running org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 12:54:36.871 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:54:36.875 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=6 12:54:36.890 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:54:36.892 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 12:54:36.967 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 12:54:37.003 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:54:37.006 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:37.034 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 12:54:37.037 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:37.039 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:54:37.042 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 12:54:37.053 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 12:54:37.055 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:37.055 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:54:37.073 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:37.073 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:54:37.076 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:37.077 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:54:37.091 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:37.094 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:37.096 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:37.096 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:37.097 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:37.098 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:37.136 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:37.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:37.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:37.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:37.148 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:37.153 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:37.154 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:37.154 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:37.154 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:37.155 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:37.155 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:37.155 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:37.155 DEBUG [main][MenuItemLookup] Item match:Window 12:54:37.160 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:37.160 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:37.160 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:37.161 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:37.161 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:37.161 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:37.161 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:37.161 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:37.162 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:37.162 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:37.162 DEBUG [main][MenuItemLookup] Item match:Preferences 12:54:37.165 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:54:37.165 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:54:37.167 INFO [main][MenuItemHandler] Select menu item: &Preferences (Eclipse:4455): Gtk-WARNING **: 12:54:37.320: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg. This may indicate that pixbuf loaders or the mime database could not be found. 12:54:37.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:54:37.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:54:37.471 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:54:37.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:37.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:37.474 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:54:37.475 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:37.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:54:37.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:37.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:37.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:37.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:37.509 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:37.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:37.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:37.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:54:37.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:37.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:37.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:37.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:37.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:37.570 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:54:37.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:37.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:37.572 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:37.573 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:37.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:37.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:37.667 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:37.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:37.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:37.671 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:54:37.672 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 12:54:37.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:37.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:37.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:37.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:37.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:37.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 12:54:37.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:37.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:37.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:37.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:37.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 12:54:37.699 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 12:54:37.700 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 12:54:37.700 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:37.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 12:54:37.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 12:54:37.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 12:54:37.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:37.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:37.851 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:54:37.851 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:37.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:37.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:37.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:54:37.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:37.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:37.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:37.852 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:37.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:37.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:54:37.854 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 12:54:37.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:54:37.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:54:37.864 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 12:54:37.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:54:37.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:54:37.866 TRACE [main][WidgetHandler] Notify Table with event 13 12:54:37.866 TRACE [main][WidgetHandler] Wait for synchronization 12:54:37.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:37.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:37.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:37.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:54:37.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:37.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:37.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:37.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:54:37.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:37.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:37.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:37.870 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 12:54:37.870 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:37.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:37.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:37.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:37.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:37.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:37.873 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:54:37.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:37.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:37.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:37.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:38.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:54:38.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:54:38.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:54:38.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:38.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:38.557 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:38.558 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:38.558 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:38.558 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:54:38.558 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:54:38.559 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:38.559 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:38.559 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:38.559 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:38.559 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:38.559 DEBUG [main][MenuItemLookup] Item match:Window 12:54:38.561 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:38.561 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:38.561 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:38.561 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:38.562 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:38.562 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:38.562 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:38.562 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:38.562 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:38.562 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:38.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:38.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:38.563 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:38.564 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:38.564 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:38.564 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:54:38.564 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:54:38.564 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:38.564 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:38.565 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:38.565 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:38.565 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:38.565 DEBUG [main][MenuItemLookup] Item match:Window 12:54:38.566 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:38.566 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:38.566 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:38.566 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:38.566 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:38.566 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:38.567 DEBUG [main][MenuItemLookup] Item match:Perspective 12:54:38.573 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:54:38.573 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:38.573 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:54:38.574 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:54:38.574 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:54:38.574 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:54:38.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:54:38.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:38.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:38.578 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:38.578 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:38.578 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:38.579 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:54:38.579 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:54:38.579 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:38.579 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:38.579 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:38.579 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:38.580 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:38.580 DEBUG [main][MenuItemLookup] Item match:Window 12:54:38.581 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:38.581 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:38.581 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:38.581 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:38.581 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:38.582 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:38.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:38.582 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:38.582 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:38.582 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:38.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:38.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:38.583 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:38.583 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:38.584 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:38.584 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:54:38.584 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:54:38.584 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:38.584 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:38.584 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:38.584 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:38.584 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:38.585 DEBUG [main][MenuItemLookup] Item match:Window 12:54:38.586 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:38.586 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:38.586 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:38.586 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:38.586 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:38.586 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:38.586 DEBUG [main][MenuItemLookup] Item match:Perspective 12:54:38.587 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:54:38.587 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:38.587 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:54:38.587 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:54:38.588 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:54:38.588 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:54:38.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:38.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:38.591 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:38.592 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:38.592 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:38.592 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:54:38.592 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:54:38.592 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:38.592 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:38.592 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:38.633 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:38.633 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:38.633 DEBUG [main][MenuItemLookup] Item match:Window 12:54:38.634 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:38.634 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:38.634 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:38.634 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:38.634 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:38.635 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:38.635 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:38.635 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:38.635 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:38.635 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:38.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:38.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:38.638 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:38.638 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:38.638 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:38.638 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:54:38.638 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:54:38.639 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:38.639 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:38.639 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:38.639 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:38.639 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:38.639 DEBUG [main][MenuItemLookup] Item match:Window 12:54:38.640 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:38.640 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:38.640 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:38.640 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:38.640 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:38.640 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:38.640 DEBUG [main][MenuItemLookup] Item match:Perspective 12:54:38.641 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:54:38.641 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:38.641 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:54:38.641 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:54:38.642 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:54:38.642 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:54:38.642 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:54:38.642 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:54:38.642 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:54:38.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:54:38.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:54:38.693 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:54:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:38.694 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:38.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:38.695 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:54:38.695 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:38.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:54:38.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:38.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:38.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:38.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:54:38.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:38.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:38.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:38.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:38.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:38.698 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:38.735 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:54:38.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:38.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:38.736 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:38.736 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:39.972 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:39.973 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:39.973 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:39.975 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:39.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 12:54:39.976 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:39.976 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:39.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:39.977 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:39.977 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:39.978 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:39.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:39.978 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 12:54:39.978 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:39.979 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:39.979 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:39.980 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:39.980 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:39.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:39.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:39.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:39.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:39.981 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:39.981 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:39.982 DEBUG [main][MenuItemLookup] Item match:File 12:54:39.987 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:54:39.987 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:54:40.038 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:54:40.038 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:54:40.038 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:40.039 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:54:40.039 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:54:40.039 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:54:40.039 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:54:40.039 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:54:40.039 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:54:40.039 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:54:40.039 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:54:40.039 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:40.039 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:54:40.039 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:54:40.040 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:40.040 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:54:40.040 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:54:40.053 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:54:40.053 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:54:40.054 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:54:40.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:54:40.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:54:40.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:54:40.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:40.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:40.205 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:54:40.205 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:40.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:54:40.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:40.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:40.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:40.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:40.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:40.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:40.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:40.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 12:54:40.223 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:54:40.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:40.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:40.730 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:54:40.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 12:54:40.732 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:54:40.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:40.732 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:54:40.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:40.732 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:54:40.733 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 12:54:40.734 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 12:54:40.735 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 12:54:40.737 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 12:54:40.737 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:54:40.737 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:54:40.738 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:54:40.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:40.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:40.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:40.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:40.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:40.741 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:54:40.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:40.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:40.741 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:40.741 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:41.043 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:41.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:41.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:41.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available.... 12:54:41.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available. finished successfully 12:54:41.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 12:54:41.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:41.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:41.045 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 12:54:41.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:41.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Plug-in Name:") 12:54:41.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:41.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:41.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:41.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:54:41.073 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:54:41.074 INFO [WorkbenchTestable][AbstractText] Text set to: reddeer.test.plugin 12:54:41.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Plug-in id:") 12:54:41.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:41.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:41.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:41.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:54:41.107 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:54:41.107 INFO [WorkbenchTestable][AbstractText] Text set to: test.plugin 12:54:41.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Version:") 12:54:41.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:41.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:41.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:41.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:54:41.155 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:54:41.155 INFO [WorkbenchTestable][AbstractText] Text set to: 8.2.9.qualifier 12:54:41.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Provider:") 12:54:41.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:41.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:41.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:41.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:54:41.215 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:54:41.216 INFO [WorkbenchTestable][AbstractText] Text set to: Eclipse.org - RedDeer 12:54:41.237 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Application id:") 12:54:41.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.237 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:41.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:41.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:41.239 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:41.248 INFO [WorkbenchTestable][RadioButton] Select radio button &Application id: 12:54:41.248 INFO [WorkbenchTestable][AbstractButton] Click button &Application id: 12:54:41.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:41.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:41.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:41.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:41.250 TRACE [main][WidgetHandler] Notify Button with event 27 12:54:41.250 TRACE [main][WidgetHandler] Wait for synchronization 12:54:41.250 TRACE [main][WidgetHandler] Notify Button with event 13 12:54:41.250 TRACE [main][WidgetHandler] Wait for synchronization 12:54:41.250 TRACE [main][WidgetHandler] Notify Button with event 26 12:54:41.251 TRACE [main][WidgetHandler] Wait for synchronization 12:54:41.251 TRACE [main][WidgetHandler] Notify Button with event 3 12:54:41.251 TRACE [main][WidgetHandler] Wait for synchronization 12:54:41.251 TRACE [main][WidgetHandler] Notify Button with event 4 12:54:41.251 TRACE [main][WidgetHandler] Wait for synchronization 12:54:41.251 TRACE [main][WidgetHandler] Notify Button with event 13 12:54:41.251 TRACE [main][WidgetHandler] Wait for synchronization 12:54:41.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:54:41.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:41.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:41.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:41.256 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:54:41.256 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:41.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:54:41.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:54:41.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:41.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:54:41.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 1 and no matchers specified 12:54:41.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.268 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:54:41.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:54:41.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:41.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:54:41.272 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.ui.ide.workbench to selection: org.eclipse.ui.ide.workbench 12:54:41.285 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:54:41.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:41.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:41.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:41.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:41.287 INFO [WorkbenchTestable][CheckBox] Select checkbox 12:54:41.288 INFO [WorkbenchTestable][CheckBox] Check checkbox 12:54:41.288 INFO [WorkbenchTestable][AbstractButton] Click button 12:54:41.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:41.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:41.288 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:41.289 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:41.289 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:54:41.289 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:41.289 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:54:41.289 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:41.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:41.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:41.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:41.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:41.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Product id:") 12:54:41.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:41.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:41.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:41.341 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:41.341 INFO [WorkbenchTestable][RadioButton] Select radio button &Product id: 12:54:41.341 INFO [WorkbenchTestable][AbstractButton] Click button &Product id: 12:54:41.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:41.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:41.342 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:41.342 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:41.344 TRACE [main][WidgetHandler] Notify Button with event 27 12:54:41.344 TRACE [main][WidgetHandler] Wait for synchronization 12:54:41.344 TRACE [main][WidgetHandler] Notify Button with event 13 12:54:41.344 TRACE [main][WidgetHandler] Wait for synchronization 12:54:41.344 TRACE [main][WidgetHandler] Notify Button with event 26 12:54:41.344 TRACE [main][WidgetHandler] Wait for synchronization 12:54:41.344 TRACE [main][WidgetHandler] Notify Button with event 3 12:54:41.344 TRACE [main][WidgetHandler] Wait for synchronization 12:54:41.345 TRACE [main][WidgetHandler] Notify Button with event 4 12:54:41.345 TRACE [main][WidgetHandler] Wait for synchronization 12:54:41.345 TRACE [main][WidgetHandler] Notify Button with event 13 12:54:41.345 TRACE [main][WidgetHandler] Wait for synchronization 12:54:41.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:54:41.345 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:41.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:41.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:41.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:54:41.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:41.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:54:41.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:54:41.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:41.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:54:41.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 12:54:41.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:41.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:41.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:41.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:54:41.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:41.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:41.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:41.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:41.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:54:41.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and no matchers specified 12:54:41.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:41.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:41.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:41.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:54:41.363 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.platform.ide to selection: org.eclipse.platform.ide 12:54:41.364 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:54:41.364 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:41.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:41.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:41.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:54:41.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:41.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:41.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:41.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:41.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:41.376 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 12:54:41.377 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Finish wizard 12:54:41.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:54:41.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:41.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:41.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:41.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:41.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:41.381 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:54:41.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:41.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:41.381 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:41.381 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:42.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:42.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:42.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:54:42.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:54:42.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:54:42.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 12:54:42.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:54:42.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:54:42.965 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:54:42.965 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:54:42.965 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:54:42.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:54:42.966 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:42.969 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 12:54:42.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 12:54:42.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:42.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:42.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:42.969 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:42.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:42.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:42.983 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:54:42.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:42.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:42.988 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:42.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:42.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:42.989 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:42.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:54:42.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:42.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:42.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:42.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:42.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:42.994 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:42.994 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:43.003 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:43.004 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:43.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:43.005 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:43.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists.... 12:54:43.009 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:43.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:43.055 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:54:43.055 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:43.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:43.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:43.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:43.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:43.059 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:43.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:54:43.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:43.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:43.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:43.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:43.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:43.063 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:43.063 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:43.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:43.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:54:43.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:43.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:43.065 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:43.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:43.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:43.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:54:43.069 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:43.069 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:43.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:43.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:54:43.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:43.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:43.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:43.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:43.644 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:54:43.645 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:43.645 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:43.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:43.647 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:54:43.647 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:43.647 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:43.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:43.648 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:54:43.649 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:43.649 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:43.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:43.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:54:43.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:43.650 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:43.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:44.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:44.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:44.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:44.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:44.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:54:44.655 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:44.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:44.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:44.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:54:44.657 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:54:44.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:44.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:44.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:44.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:44.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:44.839 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:54:44.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists. finished successfully 12:54:44.844 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:44.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:44.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:44.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:44.846 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:44.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:44.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:44.848 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:44.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:44.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:44.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:45.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:45.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:45.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:45.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:45.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:54:45.851 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:45.851 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:45.852 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:45.853 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:45.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:54:45.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:45.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:45.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:45.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:45.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:45.854 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:54:45.858 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:54:45.859 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 12:54:45.859 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:54:45.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:46.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:46.460 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:54:46.462 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 12:54:46.463 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:54:46.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:46.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:46.964 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:54:46.979 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 12:54:46.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 12:54:46.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:47.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:47.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 12:54:47.481 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 12:54:47.481 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 12:54:47.482 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 12:54:47.584 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 12:54:47.585 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item RedDeerTest.java 12:54:47.585 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 12:54:47.585 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 12:54:47.586 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 12:54:47.589 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 12:54:47.589 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:54:47.637 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:54:49.337 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:54:49.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:54:49.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:54:49.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 51 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:54:49.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:54:49.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:54:49.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:54:49.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:54:49.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:54:49.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:49.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:49.351 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:54:49.352 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:49.352 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:49.352 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:54:49.352 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:54:49.352 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:49.352 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:49.352 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:49.352 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:49.352 DEBUG [main][MenuItemLookup] Item match:Run 12:54:49.353 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:54:49.353 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:54:49.353 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:49.353 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:54:49.353 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:54:49.353 DEBUG [main][MenuItemLookup] Item match:Run As 12:54:50.343 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+X P' 12:54:50.343 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+X T' 12:54:50.343 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+X S' 12:54:50.343 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+X S 12:54:50.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:50.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:50.781 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:54:50.782 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:50.782 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:50.782 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:54:50.782 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:54:50.782 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:50.782 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:50.782 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:50.782 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:50.782 DEBUG [main][MenuItemLookup] Item match:Run 12:54:50.784 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:54:50.784 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:54:50.784 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:50.784 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:54:50.784 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:54:50.784 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:54:50.784 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:50.785 DEBUG [main][MenuItemLookup] Found menu:'Debug History' 12:54:50.785 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:54:50.785 DEBUG [main][MenuItemLookup] Item match:Debug As 12:54:50.883 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+D P' 12:54:50.883 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 12:54:50.883 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+D S' 12:54:50.883 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+D S 12:54:50.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 12:54:50.885 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:50.933 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:50.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:50.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:50.944 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 12:54:50.944 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:50.944 INFO [WorkbenchTestable][RequirementsRunner] Started test: testContextMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 12:54:50.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 12:54:50.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:50.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:50.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:50.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:50.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:50.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:50.948 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:54:50.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:50.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:50.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 12:54:50.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:50.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:50.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:54:50.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:54:50.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:50.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:50.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:50.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:50.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:50.954 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:50.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:51.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:51.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:51.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists.... 12:54:51.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:51.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:51.072 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:54:51.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:51.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:51.074 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 12:54:51.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:51.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:51.075 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:54:51.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:54:51.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:51.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:51.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:51.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:51.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:51.077 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:51.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:51.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:51.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform TooltipText=null 12:54:51.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:51.078 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:51.080 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:51.080 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:51.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:51.081 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:51.082 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:51.082 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:51.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:51.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:51.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:51.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:51.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:51.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:51.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:52.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:52.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:52.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:54:52.158 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:52.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:52.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:52.162 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:52.163 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:54:52.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:52.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:52.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:52.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:52.164 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:52.164 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:54:52.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists. finished successfully 12:54:52.165 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:52.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:52.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:52.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:52.167 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:52.167 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:52.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:52.168 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:52.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:52.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:52.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:52.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:52.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:53.288 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:53.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:53.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:54:53.289 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:54:53.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:54:53.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:53.293 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:53.294 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:54:53.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:53.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:53.294 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:53.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:53.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:53.295 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:54:53.297 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:54:53.299 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 12:54:53.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:54:53.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:53.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:54:53.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:53.300 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:54:53.300 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 12:54:53.300 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:54:53.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:53.300 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:54:53.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:53.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:54:53.301 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 12:54:53.301 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 12:54:53.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:53.301 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org.reddeer.test is already expanded. No action performed 12:54:53.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:53.301 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 12:54:53.302 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 12:54:53.302 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 12:54:53.302 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 12:54:53.340 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 12:54:53.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:54:53.342 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:53.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:53.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:53.344 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Package Explorer"as the parent 12:54:53.345 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:53.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:53.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:53.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:53.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:53.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:53.346 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:54:53.346 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:53.642 DEBUG [main][MenuItemLookup] Found menu:'New' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'References' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:54:53.643 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:54:53.644 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:53.644 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:54:53.644 DEBUG [main][MenuItemLookup] Item match:Run As 12:54:53.739 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+X P' 12:54:53.739 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+X T' 12:54:53.739 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+X S' 12:54:53.739 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+X S 12:54:53.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:54:53.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:53.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:53.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:53.740 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Package Explorer"as the parent 12:54:53.740 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:53.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:53.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:53.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:53.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:53.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:53.742 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:54:53.742 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:53.889 DEBUG [main][MenuItemLookup] Found menu:'New' 12:54:53.889 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:53.889 DEBUG [main][MenuItemLookup] Found menu:'Open F3' 12:54:53.889 DEBUG [main][MenuItemLookup] Found menu:'Open With' 12:54:53.889 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 12:54:53.889 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:54:53.889 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:53.889 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:54:53.889 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:54:53.889 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:54:53.889 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:54:53.890 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:53.890 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:54:53.890 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 12:54:53.890 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:54:53.890 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:53.890 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:54:53.890 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:54:53.890 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:53.890 DEBUG [main][MenuItemLookup] Found menu:'References' 12:54:53.890 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 12:54:53.890 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:53.890 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:54:53.890 DEBUG [main][MenuItemLookup] Found menu:'Assign Working Sets...' 12:54:53.890 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:53.890 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:54:53.890 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 12:54:53.890 DEBUG [main][MenuItemLookup] Item match:Debug As 12:54:53.972 DEBUG [main][MenuItemLookup] Found menu:'1 JUnit Plug-in Test Shift+Alt+D P' 12:54:53.972 DEBUG [main][MenuItemLookup] Found menu:'2 JUnit Test Shift+Alt+D T' 12:54:53.972 DEBUG [main][MenuItemLookup] Found menu:'3 RedDeer Test Shift+Alt+D S' 12:54:53.972 DEBUG [main][MenuItemLookup] Item match:3 RedDeer Test Shift+Alt+D S 12:54:53.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 12:54:53.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:53.972 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:53.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:53.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:53.973 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testContextMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) 12:54:53.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:54.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:54.039 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:54:54.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 12:54:54.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:54.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:54.041 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:54:54.041 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:54:54.041 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:54.042 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:54.042 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:54:54.042 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:54:54.042 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:54.042 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:54.042 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:54.042 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:54.042 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:54.042 DEBUG [main][MenuItemLookup] Item match:Window 12:54:54.047 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:54.048 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:54.048 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:54.048 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:54.048 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:54.048 DEBUG [main][MenuItemLookup] Item match:Show View 12:54:54.060 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:54:54.061 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:54:54.061 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:54:54.061 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:54:54.061 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:54:54.061 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:54:54.061 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:54:54.061 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:54:54.061 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:54:54.061 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:54:54.061 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:54:54.061 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:54:54.061 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:54:54.061 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:54:54.061 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:54:54.061 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:54.061 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:54:54.061 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:54:54.137 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:54:54.137 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:54:54.138 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:54:54.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:54:54.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:54:54.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:54:54.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:54.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:54.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:54:54.272 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:54.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:54.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:54.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:54:54.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:54.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:54.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:54.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:54.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:54.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:54.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:54.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:54.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:54:54.274 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:54:54.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:54.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:54.780 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:54:54.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:54:54.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:54:54.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:54.783 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:54:54.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:54.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:54:54.784 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:54:54.784 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:54:54.785 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:54:54.785 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:54:54.785 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:54.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:54.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:54.786 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:54:54.786 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:54.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:54.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:54.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:54:54.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:54.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:54.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:54.787 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:54:54.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:54.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:54.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:54.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:54.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:54.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:54.789 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:54:54.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:54.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:54.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:54.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:54.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:54:54.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:54:54.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:54:54.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:54.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:54.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:54:54.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:54.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:54.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 12:54:54.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:54.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:54.953 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:54:54.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:54:54.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:54.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:54.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:54.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:54.956 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:54:54.956 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:54:54.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:54:54.957 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:54.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform TooltipText=null 12:54:54.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:54:54.958 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:54:54.960 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:54:54.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:54:54.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:54.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:54.962 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:54:54.962 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:54:54.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:54.963 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:54.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:54.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:54.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:55.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:55.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:55.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:55.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:54:55.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:54:55.966 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:54:55.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:54:55.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:54:55.968 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:54:55.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:54:55.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:55.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:55.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:55.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:55.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:55.969 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:54:55.972 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 12:54:55.972 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 12:54:55.973 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 12:54:55.998 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 12:54:56.000 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:54:56.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:56.082 DEBUG [main][MenuItemLookup] Found menu:'New' 12:54:56.082 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:54:56.082 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:56.082 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:54:56.082 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:56.082 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:54:56.082 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:54:56.082 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:54:56.082 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:54:56.082 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:54:56.082 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:54:56.082 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:56.082 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:54:56.082 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:54:56.082 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:56.083 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:54:56.083 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:54:56.083 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:54:56.083 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:54:56.083 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:54:56.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:54:56.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:54:56.085 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:54:56.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:54:56.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:54:56.585 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:54:56.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:54:56.586 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test.plugin' via Explorer 12:54:56.586 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 12:54:56.586 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 12:54:56.586 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 12:54:56.600 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 12:54:56.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:54:56.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:56.663 DEBUG [main][MenuItemLookup] Found menu:'New' 12:54:56.664 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:54:56.664 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:56.664 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:54:56.664 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:56.664 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:54:56.664 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:54:56.664 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:54:56.664 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:54:56.664 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:54:56.664 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:54:56.664 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:54:56.665 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:54:56.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:54:57.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:54:57.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:54:57.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:57.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:57.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:57.439 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:57.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:54:57.440 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:57.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:57.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:57.440 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:54:57.440 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:57.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:57.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:57.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:57.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:57.441 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:57.441 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:54:57.441 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:54:57.441 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:54:57.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:57.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:57.441 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:57.442 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:57.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:54:57.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:57.443 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:54:57.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:57.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:57.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:57.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:57.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:57.446 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:57.446 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:54:57.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:57.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:57.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:57.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:57.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:54:57.464 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:54:57.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:54:57.966 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:54:57.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:54:57.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:54:57.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:54:57.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:54:57.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:54:57.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:54:57.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:54:57.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:54:57.967 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:54:57.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:54:57.968 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest 12:54:57.968 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:54:57.968 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:54:57.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:57.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.127 s - in org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest testShellMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) Time elapsed: 7.974 s testContextMenu no-configuration(org.eclipse.reddeer.ui.test.run.RedDeerTestClassRunMenuOptionsTest) Time elapsed: 3.029 s Running org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:54:58.060 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:54:58.064 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:54:58.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:54:58.065 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:54:58.065 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:54:58.065 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:54:58.065 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:54:58.065 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:54:58.066 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:54:58.066 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:54:58.067 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:54:58.067 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:54:58.067 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:58.068 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:58.068 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:58.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:58.069 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:54:58.069 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:58.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:58.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:58.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:58.071 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:58.071 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:58.072 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:58.072 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:58.073 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:58.073 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:58.073 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:58.073 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:58.073 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:58.073 DEBUG [main][MenuItemLookup] Item match:Window 12:54:58.075 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:58.075 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:58.075 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:58.075 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.075 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:58.075 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:58.075 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.075 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:58.075 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.075 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:58.075 DEBUG [main][MenuItemLookup] Item match:Preferences 12:54:58.135 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:54:58.135 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:54:58.136 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:54:58.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:54:58.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:54:58.275 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:54:58.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:58.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:58.276 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:54:58.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:58.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:54:58.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:58.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:58.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:58.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:58.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:58.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:58.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:58.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:54:58.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:58.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:58.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:58.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:58.296 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:58.296 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:54:58.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:58.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:58.296 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:58.296 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:58.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:54:58.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:54:58.355 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:58.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:58.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:58.355 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:54:58.355 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:54:58.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:54:58.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:58.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:58.356 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:58.356 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:58.356 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:58.356 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:58.356 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:58.356 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:58.356 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:58.356 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:58.356 DEBUG [main][MenuItemLookup] Item match:Window 12:54:58.357 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:58.357 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:58.357 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:58.357 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.357 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:58.357 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:58.357 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.357 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:58.357 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.357 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:58.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:58.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:58.358 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:58.358 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:58.358 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:58.358 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:58.358 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:58.358 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:58.358 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:58.358 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:58.358 DEBUG [main][MenuItemLookup] Item match:Window 12:54:58.359 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:58.359 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:58.359 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:58.359 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.359 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:58.360 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:58.360 DEBUG [main][MenuItemLookup] Item match:Perspective 12:54:58.360 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:54:58.360 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.360 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:54:58.360 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:54:58.360 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:54:58.360 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:54:58.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:54:58.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:58.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:58.383 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:58.383 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:58.383 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:58.383 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:58.383 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:58.383 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:58.383 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:58.383 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:58.383 DEBUG [main][MenuItemLookup] Item match:Window 12:54:58.384 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:58.384 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:58.384 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:58.384 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.384 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:58.384 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:58.384 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.384 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:58.385 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.385 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:58.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:58.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:58.385 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:58.385 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:58.385 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:58.385 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:58.385 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:58.385 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:58.386 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:58.386 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:58.386 DEBUG [main][MenuItemLookup] Item match:Window 12:54:58.386 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:58.386 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:58.386 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:58.386 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.386 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:58.386 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:58.386 DEBUG [main][MenuItemLookup] Item match:Perspective 12:54:58.387 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:54:58.387 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.387 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:54:58.387 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:54:58.387 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:54:58.387 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:54:58.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:58.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:58.388 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:58.388 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:58.388 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:58.388 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:58.388 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:58.388 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:58.388 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:58.388 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:58.388 DEBUG [main][MenuItemLookup] Item match:Window 12:54:58.389 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:58.389 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:58.389 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:58.389 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.389 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:58.389 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:58.389 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.389 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:54:58.389 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.389 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:54:58.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:58.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:58.389 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:58.390 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:58.390 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:54:58.390 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:54:58.390 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:54:58.390 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:54:58.390 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:54:58.390 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:54:58.390 DEBUG [main][MenuItemLookup] Item match:Window 12:54:58.390 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:54:58.390 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:54:58.390 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:54:58.390 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.390 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:54:58.391 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:54:58.391 DEBUG [main][MenuItemLookup] Item match:Perspective 12:54:58.391 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:54:58.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:58.391 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:54:58.391 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:54:58.391 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:54:58.391 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:54:58.391 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:54:58.391 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:54:58.392 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:54:58.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:54:58.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:54:58.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:54:58.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:58.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:58.482 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:58.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:58.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:58.482 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:54:58.482 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:58.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:58.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:58.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:54:58.483 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:54:58.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:54:58.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:54:58.484 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:54:58.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:54:58.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:58.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:58.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:58.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:58.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:58.485 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:54:58.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:58.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:58.486 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:58.486 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:59.504 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:59.533 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:59.534 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:59.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:59.534 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 12:54:59.534 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:59.535 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:59.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:59.535 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:59.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:59.536 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:59.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:59.536 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 12:54:59.537 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:59.537 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:59.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:59.538 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:59.538 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:59.538 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:54:59.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:59.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:59.539 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:54:59.539 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:54:59.539 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:59.539 DEBUG [main][MenuItemLookup] Item match:File 12:54:59.541 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:54:59.541 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:54:59.545 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:54:59.545 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:54:59.545 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:59.545 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:54:59.545 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:54:59.545 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:54:59.545 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:54:59.545 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:54:59.545 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:54:59.545 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:54:59.545 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:54:59.545 DEBUG [main][MenuItemLookup] Found menu:'File' 12:54:59.545 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:54:59.545 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:54:59.545 DEBUG [main][MenuItemLookup] Found menu:'' 12:54:59.545 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:54:59.545 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:54:59.546 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:54:59.546 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:54:59.546 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:54:59.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:54:59.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:54:59.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:54:59.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:59.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:59.663 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:54:59.663 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:59.664 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:54:59.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:59.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:59.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:59.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:59.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:54:59.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:54:59.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:54:59.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 12:54:59.667 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:54:59.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:59.667 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:54:59.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:59.667 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:54:59.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 12:54:59.679 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:54:59.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:54:59.679 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:54:59.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:54:59.679 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:54:59.680 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 12:54:59.680 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 12:54:59.680 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 12:54:59.680 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 12:54:59.680 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:54:59.680 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:54:59.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:54:59.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:59.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:59.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:59.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:59.683 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:54:59.683 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:54:59.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:54:59.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:54:59.683 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:54:59.683 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:54:59.960 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:54:59.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:59.960 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:59.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available.... 12:54:59.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available. finished successfully 12:54:59.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 12:54:59.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:54:59.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:54:59.962 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 12:54:59.962 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:54:59.962 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Plug-in Name:") 12:54:59.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:59.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:59.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:59.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:59.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:54:59.966 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:54:59.966 INFO [WorkbenchTestable][AbstractText] Text set to: reddeer.test.plugin 12:54:59.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Plug-in id:") 12:54:59.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:54:59.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:54:59.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:54:59.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:54:59.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:54:59.990 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:54:59.991 INFO [WorkbenchTestable][AbstractText] Text set to: test.plugin 12:55:00.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Version:") 12:55:00.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:00.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:00.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:00.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:00.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:55:00.058 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:55:00.059 INFO [WorkbenchTestable][AbstractText] Text set to: 8.2.9.qualifier 12:55:00.085 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Provider:") 12:55:00.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:00.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:00.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:00.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:00.101 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:55:00.101 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:55:00.111 INFO [WorkbenchTestable][AbstractText] Text set to: Eclipse.org - RedDeer 12:55:00.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Application id:") 12:55:00.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:00.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:00.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:00.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:00.146 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:00.146 INFO [WorkbenchTestable][RadioButton] Select radio button &Application id: 12:55:00.147 INFO [WorkbenchTestable][AbstractButton] Click button &Application id: 12:55:00.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:00.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:00.147 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:00.147 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:00.148 TRACE [main][WidgetHandler] Notify Button with event 27 12:55:00.148 TRACE [main][WidgetHandler] Wait for synchronization 12:55:00.148 TRACE [main][WidgetHandler] Notify Button with event 13 12:55:00.149 TRACE [main][WidgetHandler] Wait for synchronization 12:55:00.149 TRACE [main][WidgetHandler] Notify Button with event 26 12:55:00.149 TRACE [main][WidgetHandler] Wait for synchronization 12:55:00.149 TRACE [main][WidgetHandler] Notify Button with event 3 12:55:00.149 TRACE [main][WidgetHandler] Wait for synchronization 12:55:00.149 TRACE [main][WidgetHandler] Notify Button with event 4 12:55:00.149 TRACE [main][WidgetHandler] Wait for synchronization 12:55:00.149 TRACE [main][WidgetHandler] Notify Button with event 13 12:55:00.149 TRACE [main][WidgetHandler] Wait for synchronization 12:55:00.149 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:55:00.149 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:00.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:00.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:00.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:55:00.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:00.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:00.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:55:00.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:55:00.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:00.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:55:00.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 1 and no matchers specified 12:55:00.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:00.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:55:00.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:55:00.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:00.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:55:00.157 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.ui.ide.workbench to selection: org.eclipse.ui.ide.workbench 12:55:00.157 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:55:00.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:00.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:00.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:00.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:00.159 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:00.169 INFO [WorkbenchTestable][CheckBox] Select checkbox 12:55:00.169 INFO [WorkbenchTestable][CheckBox] Check checkbox 12:55:00.170 INFO [WorkbenchTestable][AbstractButton] Click button 12:55:00.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:00.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:00.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:00.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:00.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:55:00.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:00.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:00.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:00.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:55:00.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:00.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:00.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:00.172 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:00.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:00.172 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:00.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Product id:") 12:55:00.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:00.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:00.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:00.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:00.174 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:00.175 INFO [WorkbenchTestable][RadioButton] Select radio button &Product id: 12:55:00.175 INFO [WorkbenchTestable][AbstractButton] Click button &Product id: 12:55:00.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:00.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:00.175 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:00.175 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:00.185 TRACE [main][WidgetHandler] Notify Button with event 27 12:55:00.185 TRACE [main][WidgetHandler] Wait for synchronization 12:55:00.185 TRACE [main][WidgetHandler] Notify Button with event 13 12:55:00.185 TRACE [main][WidgetHandler] Wait for synchronization 12:55:00.186 TRACE [main][WidgetHandler] Notify Button with event 26 12:55:00.186 TRACE [main][WidgetHandler] Wait for synchronization 12:55:00.186 TRACE [main][WidgetHandler] Notify Button with event 3 12:55:00.186 TRACE [main][WidgetHandler] Wait for synchronization 12:55:00.186 TRACE [main][WidgetHandler] Notify Button with event 4 12:55:00.186 TRACE [main][WidgetHandler] Wait for synchronization 12:55:00.186 TRACE [main][WidgetHandler] Notify Button with event 13 12:55:00.186 TRACE [main][WidgetHandler] Wait for synchronization 12:55:00.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:55:00.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:00.189 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:55:00.189 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:00.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:00.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:55:00.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:55:00.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:00.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:55:00.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 12:55:00.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:00.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:00.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:00.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:55:00.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:00.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:00.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:00.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:00.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:00.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:55:00.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and no matchers specified 12:55:00.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:00.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:00.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:00.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:00.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:55:00.196 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.platform.ide to selection: org.eclipse.platform.ide 12:55:00.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:55:00.196 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:00.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:00.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:00.196 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:55:00.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:00.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:00.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:00.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:00.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:00.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:00.200 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 12:55:00.200 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Finish wizard 12:55:00.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:55:00.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:00.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:00.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:00.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:00.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:00.248 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:55:00.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:00.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:00.249 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:00.249 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:00.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:55:00.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:55:00.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:55:00.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:55:00.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:55:00.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Blocked Dialog' is a system job, skipped 12:55:00.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:55:00.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:55:00.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:55:00.476 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:55:00.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:55:00.476 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:00.476 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRedDeerRunConfigurationItem no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 12:55:00.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:55:00.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:55:00.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:00.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:00.477 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:00.478 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:55:00.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:00.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:00.478 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:00.478 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:00.478 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:00.478 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:55:00.478 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:55:00.479 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:00.479 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:00.479 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:00.479 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:55:00.479 DEBUG [main][MenuItemLookup] Item match:Run 12:55:00.479 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:55:00.479 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:55:00.479 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:00.479 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:55:00.479 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:55:00.479 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:55:00.479 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 12:55:00.480 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 12:55:00.480 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 12:55:00.480 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 12:55:00.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:55:00.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:55:00.801 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:55:00.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:00.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:00.813 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test 12:55:00.813 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:55:00.813 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:00.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:00.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:00.813 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:00.813 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:00.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:00.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:00.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:00.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:00.815 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:00.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:55:00.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:55:00.817 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test 12:55:00.817 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test 12:55:00.817 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test about selection 12:55:00.838 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test 12:55:00.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:55:00.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:55:00.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:55:00.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:00.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:00.876 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 12:55:00.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:00.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:00.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:55:00.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:00.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:00.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Close") 12:55:00.877 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:00.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:00.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:00.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:00.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:00.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:00.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:00.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:00.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:00.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:00.881 INFO [WorkbenchTestable][AbstractButton] Click button Close 12:55:00.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:00.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:00.881 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:00.881 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:01.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 12:55:04.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available. failed, NO exception will be thrown 12:55:04.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:55:04.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:55:04.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:55:04.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 51 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:55:04.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:55:04.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:55:04.061 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:55:04.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:55:04.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:55:04.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:04.061 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:04.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:04.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:04.062 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRedDeerRunConfigurationItem no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 12:55:04.063 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:04.063 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRedDeerLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 12:55:04.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:55:04.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:55:04.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:04.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:04.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:04.063 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:55:04.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:04.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:04.064 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:04.064 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:04.065 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:04.066 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:55:04.066 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:55:04.066 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:04.066 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:04.066 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:04.066 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:55:04.066 DEBUG [main][MenuItemLookup] Item match:Run 12:55:04.068 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:55:04.068 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:55:04.068 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:04.068 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:55:04.068 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:55:04.068 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:55:04.068 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 12:55:04.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 12:55:04.068 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 12:55:04.069 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 12:55:04.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:55:04.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:55:04.348 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:55:04.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:04.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:04.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:55:04.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:55:04.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:55:04.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:04.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:04.352 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 12:55:04.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:55:04.352 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:04.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:04.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:04.352 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:04.352 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:04.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:04.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:04.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:04.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:04.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:04.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:55:04.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:55:04.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 12:55:04.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:55:04.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:55:05.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:55:05.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:55:05.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 12:55:05.527 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:55:05.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:55:05.527 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:55:05.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:55:05.527 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:55:05.527 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 12:55:05.528 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 12:55:05.528 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 12:55:05.529 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 12:55:05.530 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one (Eclipse:4455): Gtk-WARNING **: 12:55:06.185: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4455): Gtk-WARNING **: 12:55:06.185: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) 12:55:06.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:07.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:07.193 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:07.193 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:07.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:07.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:07.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:07.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:07.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:08.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:08.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:08.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:08.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:09.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:09.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:09.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:09.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:10.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:10.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:10.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:10.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:11.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:11.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:11.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:11.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:12.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:12.320 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:12.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:12.827 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:13.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:13.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:13.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:13.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:14.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:14.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:14.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:14.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:15.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:15.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:15.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:15.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:16.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:16.381 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:16.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:16.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:17.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:17.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:17.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:55:17.397 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 12:55:17.397 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:55:17.397 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:17.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:17.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:17.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:17.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:17.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:17.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:17.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:17.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:17.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:17.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:55:17.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:55:17.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 12:55:17.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:55:17.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:55:17.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:55:17.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:55:17.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:55:17.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 12:55:17.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:55:17.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:55:17.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:55:17.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:55:17.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:55:17.402 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 12:55:17.402 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 12:55:17.404 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 12:55:17.405 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 12:55:17.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:17.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:17.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:17.406 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:17.406 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:17.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:17.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:17.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:17.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:17.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:18.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:18.428 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:18.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:18.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:19.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:19.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:19.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:19.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:20.450 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:20.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:20.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:20.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:21.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:21.461 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:21.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:21.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:22.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:22.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:22.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:22.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:23.473 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:23.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:23.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:23.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:24.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:24.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:24.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:24.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:25.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:25.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:25.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:26.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:26.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:26.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:27.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:27.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:27.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:27.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:27.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:55:27.526 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "RedDeer") 12:55:27.526 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:27.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:27.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:27.527 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:27.527 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:27.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:27.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:27.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:27.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:27.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:27.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer 12:55:27.591 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "RedDeer") 12:55:27.591 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:27.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:27.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:27.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:27.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:27.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:27.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:27.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:27.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:27.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:27.605 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer 12:55:27.605 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:55:27.605 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:27.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:27.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:27.606 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:27.606 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:27.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:27.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:27.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:27.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:27.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:55:27.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:55:27.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:55:27.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "RedDeer") 12:55:27.614 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:27.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:27.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:27.614 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:27.614 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:27.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:27.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:27.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:27.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:27.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:27.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer 12:55:27.639 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 12:55:27.639 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:27.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:27.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:27.639 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:27.639 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:27.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:27.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:27.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:27.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:27.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 12:55:27.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 12:55:27.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 12:55:27.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:55:27.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:55:27.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:55:27.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:27.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:27.649 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 12:55:27.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:27.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:27.649 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:55:27.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:27.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:27.650 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Close") 12:55:27.650 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:27.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:27.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:27.675 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:27.675 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:27.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:27.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:27.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:27.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:27.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:27.679 INFO [WorkbenchTestable][AbstractButton] Click button Close 12:55:27.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:27.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:27.681 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:27.681 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:27.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 12:55:27.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available. finished successfully 12:55:27.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 12:55:27.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:27.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:27.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:27.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Changes" as the parent 12:55:27.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:27.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:27.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:27.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:27.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:27.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:27.763 INFO [WorkbenchTestable][AbstractButton] Click button &Save 12:55:27.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:27.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:27.763 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:27.763 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:27.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 12:55:28.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available. finished successfully 12:55:28.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:55:28.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:55:28.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:55:28.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:55:28.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:55:28.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:55:28.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:55:28.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:55:28.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:55:28.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:55:28.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:55:28.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:28.050 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:28.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:28.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:28.051 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRedDeerLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 12:55:28.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:28.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: testJUnitLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 12:55:28.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:55:28.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:55:28.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:28.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:28.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:28.052 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:55:28.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:28.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:28.052 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:28.053 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:28.053 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:28.053 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:55:28.053 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:55:28.053 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:28.053 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:28.053 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:28.053 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:55:28.053 DEBUG [main][MenuItemLookup] Item match:Run 12:55:28.054 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:55:28.054 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:55:28.054 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:28.054 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:55:28.054 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:55:28.054 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:55:28.054 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 12:55:28.054 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 12:55:28.054 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 12:55:28.055 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 12:55:28.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:55:28.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:55:28.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:55:28.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:28.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:28.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:55:28.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:55:28.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:55:28.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:28.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:28.258 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 12:55:28.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:55:28.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:28.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:28.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:28.259 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:28.259 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:28.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:28.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:28.260 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:28.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:28.260 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:28.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:55:28.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:55:28.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 12:55:28.262 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:55:28.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:55:28.262 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:55:28.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:55:28.262 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:55:28.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 12:55:28.262 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:55:28.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:55:28.262 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:55:28.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:55:28.262 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:55:28.263 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 12:55:28.263 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 12:55:28.264 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 12:55:28.264 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 12:55:28.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one (Eclipse:4455): Gtk-WARNING **: 12:55:28.558: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4455): Gtk-WARNING **: 12:55:28.559: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) 12:55:28.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:28.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:28.769 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:28.769 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:28.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:28.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:28.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:29.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:29.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:29.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:29.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:30.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:30.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:30.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:30.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:31.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:31.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:31.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:31.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:32.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:32.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:32.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:33.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:33.500 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:33.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:34.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:34.016 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:34.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:34.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:35.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:35.031 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:35.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:35.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:36.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:36.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:36.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:36.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:37.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:37.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:37.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:37.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:38.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:38.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:38.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:38.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:39.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:39.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:39.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:55:39.087 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 12:55:39.087 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:55:39.087 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:39.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:39.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:39.087 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:39.087 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:39.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:39.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:39.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:39.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:39.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:39.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:55:39.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:55:39.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 12:55:39.090 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:55:39.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:55:39.090 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:55:39.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:55:39.090 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:55:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 12:55:39.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:55:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:55:39.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:55:39.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:55:39.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:55:39.091 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 12:55:39.091 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 12:55:39.093 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 12:55:39.093 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 12:55:39.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:39.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:39.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:39.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:39.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:39.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:39.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:39.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:39.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:39.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:40.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:40.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:40.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:40.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:41.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:41.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:41.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:41.621 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:42.121 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:42.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:42.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:42.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:43.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:43.136 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:43.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:43.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:44.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:44.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:44.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:44.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:45.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:45.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:45.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:45.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:46.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:46.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:46.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:46.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:47.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:47.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:47.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:47.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:48.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:48.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:48.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:48.701 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:49.201 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:49.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:49.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:55:49.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Test") 12:55:49.210 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:49.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:49.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:49.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:49.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:49.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:49.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:49.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:49.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:49.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:55:49.215 INFO [WorkbenchTestable][AbstractCTabItem] Activate Test 12:55:49.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project:") 12:55:49.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:49.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:49.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:49.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:49.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:49.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:49.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:49.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:49.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:49.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:55:49.242 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:55:49.254 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test class:") 12:55:49.254 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:49.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:49.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:49.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:49.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:49.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:49.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:49.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:49.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:49.294 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:55:49.294 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:55:49.295 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test method:") 12:55:49.295 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:49.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:49.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:49.296 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:49.296 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:49.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:49.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:49.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:49.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:49.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:55:49.360 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:55:49.361 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Run a single test") 12:55:49.361 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:49.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:49.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:49.361 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:49.361 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:49.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:49.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:49.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:49.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:49.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:49.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test runner:") 12:55:49.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:49.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:49.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:49.365 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:49.365 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:49.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:49.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:49.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:49.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:49.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:55:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:55:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:55:49.382 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:55:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:49.382 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 12:55:49.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:49.383 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:55:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:49.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Close") 12:55:49.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:49.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:49.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:49.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:49.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:49.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:49.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:55:49.413 INFO [WorkbenchTestable][AbstractButton] Click button Close 12:55:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:55:49.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:55:49.414 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:55:49.414 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:55:49.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 12:55:52.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available. failed, NO exception will be thrown 12:55:52.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:55:52.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:55:52.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:55:52.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:55:52.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:55:52.549 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:55:52.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:55:52.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:55:52.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:55:52.549 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:55:52.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:52.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:52.550 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testJUnitLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 12:55:52.550 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:55:52.550 INFO [WorkbenchTestable][RequirementsRunner] Started test: testRedDeerRunConfigurationForClass no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 12:55:52.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:55:52.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:55:52.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:55:52.550 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:55:52.551 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:55:52.551 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Open launch configuration dialog 12:55:52.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:52.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:52.551 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:55:52.551 DEBUG [main][MenuItemLookup] Found menu:'File' 12:55:52.552 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:55:52.552 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:55:52.552 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:55:52.552 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:55:52.552 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:55:52.552 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:55:52.552 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:55:52.552 DEBUG [main][MenuItemLookup] Item match:Run 12:55:52.553 DEBUG [main][MenuItemLookup] Found menu:'Run Ctrl+F11' 12:55:52.553 DEBUG [main][MenuItemLookup] Found menu:'Debug F11' 12:55:52.553 DEBUG [main][MenuItemLookup] Found menu:'' 12:55:52.553 DEBUG [main][MenuItemLookup] Found menu:'Run History' 12:55:52.553 DEBUG [main][MenuItemLookup] Found menu:'Run As' 12:55:52.553 DEBUG [main][MenuItemLookup] Found menu:'Run Configurations...' 12:55:52.553 DEBUG [main][MenuItemLookup] Item match:Run Configurations... 12:55:52.554 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Ru&n Configurations..." 12:55:52.554 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Run Configurations... 12:55:52.554 INFO [main][MenuItemHandler] Select menu item: Ru&n Configurations... 12:55:52.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:55:52.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:55:52.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:55:52.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:52.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:52.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:55:52.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:55:52.740 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:55:52.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:55:52.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:55:52.740 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 12:55:52.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:55:52.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:55:52.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:52.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:52.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:52.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:52.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:52.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:52.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:55:52.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:55:52.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:55:52.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:55:52.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:55:52.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 12:55:52.754 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:55:52.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:55:52.754 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:55:52.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:55:52.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:55:52.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 12:55:52.755 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:55:52.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:55:52.755 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:55:52.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:55:52.755 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:55:52.755 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 12:55:52.755 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 12:55:52.756 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 12:55:52.757 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 12:55:52.757 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one (Eclipse:4455): Gtk-WARNING **: 12:55:53.010: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4455): Gtk-WARNING **: 12:55:53.010: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) 12:55:53.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:55:53.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:55:53.167 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:55:53.167 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:55:53.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:55:53.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:53.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:53.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:53.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:54.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:54.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:54.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:54.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:55.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:55.212 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:55.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:55.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:56.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:56.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:56.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:56.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:57.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:57.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:57.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:58.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:58.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:58.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:59.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:59.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:55:59.770 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:55:59.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:00.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:00.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:00.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:00.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:01.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:01.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:01.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:01.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:02.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:02.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:02.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:02.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:03.318 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:03.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:03.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:56:03.325 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Select launch configuration RedDeer Test with name RedDeerTest 12:56:03.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:56:03.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:03.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:03.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:03.325 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:03.325 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:03.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:03.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:03.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:03.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:03.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:03.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:03.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:03.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children... 12:56:03.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:56:03.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:03.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:56:03.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:03.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:56:03.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test has children finished successfully 12:56:03.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test 12:56:03.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:03.329 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test is already expanded. No action performed 12:56:03.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:03.329 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test 12:56:03.329 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest 12:56:03.329 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest 12:56:03.331 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest about selection 12:56:03.332 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest 12:56:03.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:03.332 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:03.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:03.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:03.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:03.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:03.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:03.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:04.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:04.350 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:04.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:04.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:05.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:05.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:05.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:05.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:06.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:06.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:06.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:06.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:07.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:07.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:07.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:07.890 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:08.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:08.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:08.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:08.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:09.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:09.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:09.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:09.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:10.420 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:10.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:10.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:10.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:11.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:11.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:11.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:11.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:12.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:12.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:12.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:12.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:13.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:13.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:13.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:56:13.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:56:13.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:56:13.464 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:56:13.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:13.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:13.479 INFO [WorkbenchTestable][LaunchConfigurationsDialog] Close the launch configuration dialog 12:56:13.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:13.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:13.480 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Run Configurations 12:56:13.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:13.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:13.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Close") 12:56:13.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:13.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:13.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:13.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Run Configurations" as the parent 12:56:13.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:13.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:13.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:13.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:13.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:13.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:13.494 INFO [WorkbenchTestable][AbstractButton] Click button Close 12:56:13.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:13.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:13.495 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:13.495 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:13.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available.... 12:56:16.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Save Changes"] is available. failed, NO exception will be thrown 12:56:16.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available.... 12:56:16.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Run Configurations"] is available. finished successfully 12:56:16.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:16.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:16.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:16.642 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:16.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:16.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:56:16.642 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:16.642 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:16.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:16.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:16.643 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testRedDeerRunConfigurationForClass no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) 12:56:16.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:16.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:16.654 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:56:16.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:16.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:16.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:16.654 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:16.655 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:16.655 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:16.656 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:16.656 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:16.656 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:16.656 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:16.656 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:16.656 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:16.656 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:16.656 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:16.656 DEBUG [main][MenuItemLookup] Item match:Window 12:56:16.658 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:16.658 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:16.658 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:16.658 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:16.658 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:16.658 DEBUG [main][MenuItemLookup] Item match:Show View 12:56:16.670 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:56:16.670 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:56:16.670 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:56:16.670 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:56:16.670 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:56:16.671 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:56:16.671 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:56:16.671 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:56:16.671 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:56:16.671 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:56:16.671 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:56:16.671 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:56:16.671 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:56:16.671 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:56:16.671 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:56:16.671 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:16.671 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:56:16.671 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:56:16.671 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:56:16.671 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:56:16.671 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:56:16.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:56:16.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:56:16.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:56:16.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:16.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:16.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:56:16.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:16.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:16.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:16.757 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:56:16.757 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:16.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:16.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:16.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:16.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:16.758 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:16.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:16.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:16.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:56:16.759 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:56:16.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:16.759 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:56:16.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:16.759 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:56:16.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:56:16.760 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:56:16.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:16.760 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:56:16.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:16.760 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:56:16.761 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:56:16.761 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:56:16.771 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:56:16.771 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:56:16.771 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:16.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:16.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:16.772 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:56:16.772 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:16.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:16.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:16.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:56:16.773 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:16.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:16.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:16.773 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:56:16.773 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:16.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:16.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:16.774 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:16.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:16.774 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:16.774 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:56:16.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:16.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:16.775 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:16.775 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:16.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:56:16.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:56:16.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:56:16.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:16.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:16.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:56:16.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:16.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:16.843 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:16.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:16.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:16.843 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:16.844 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:56:16.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:16.844 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:16.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:16.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:16.845 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:56:16.846 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:56:16.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:56:16.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:16.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:56:16.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:56:16.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:56:16.866 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:56:16.866 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:56:16.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:16.867 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:16.867 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:56:16.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:56:16.868 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:16.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:16.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:16.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:16.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:17.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:17.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:17.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:17.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:17.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:56:17.871 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:56:17.871 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:56:17.872 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:17.873 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:17.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:56:17.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:17.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:17.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:17.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:17.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:17.874 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:56:17.875 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 12:56:17.875 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 12:56:17.876 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 12:56:17.895 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 12:56:17.896 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:56:17.896 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:17.965 DEBUG [main][MenuItemLookup] Found menu:'New' 12:56:17.965 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:56:17.965 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:17.965 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:56:17.965 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:17.965 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:56:17.965 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:56:17.965 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:56:17.965 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:56:17.965 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:56:17.965 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:56:17.965 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:17.965 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:56:17.965 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:56:17.965 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:17.965 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:56:17.965 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:56:17.966 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:56:17.966 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:56:17.966 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:56:17.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:17.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:56:17.966 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:56:18.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:18.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:18.467 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:18.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:18.467 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test.plugin' via Explorer 12:56:18.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 12:56:18.467 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 12:56:18.468 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 12:56:18.478 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 12:56:18.481 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:56:18.481 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:18.538 DEBUG [main][MenuItemLookup] Found menu:'New' 12:56:18.538 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:56:18.538 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:18.538 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:56:18.538 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:18.538 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:56:18.538 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:56:18.538 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:56:18.538 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:56:18.538 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:56:18.539 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:56:18.539 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:56:18.539 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:56:18.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:56:19.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:56:19.208 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:56:19.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:19.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:19.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:19.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:19.213 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:56:19.213 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:19.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:19.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:19.213 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:56:19.213 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:19.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:19.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:19.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:19.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:19.214 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:19.214 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:56:19.215 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:56:19.215 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:56:19.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:19.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:19.215 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:19.215 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:19.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:56:19.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:19.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:19.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:19.216 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:56:19.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:19.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:19.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:19.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:19.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:19.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:19.218 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:56:19.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:19.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:19.218 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:19.218 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:19.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:56:19.223 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:56:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:56:19.724 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:56:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:19.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:56:19.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:56:19.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:56:19.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:19.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:19.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:19.725 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest 12:56:19.725 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:19.725 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:19.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:19.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 81.672 s - in org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest testRedDeerRunConfigurationItem no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 3.586 s testRedDeerLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 23.988 s testJUnitLaunchConfigurationTab no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 24.498 s testRedDeerRunConfigurationForClass no-configuration(org.eclipse.reddeer.ui.test.run.launchConfigurations.RedDeerRunConfigurationDialogTest) Time elapsed: 24.093 s Running org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 12:56:19.739 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 12:56:19.740 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:56:19.741 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:19.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 12:56:19.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:56:19.741 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:56:19.741 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:19.741 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:56:19.742 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:19.742 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:56:19.742 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:19.742 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:56:19.742 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:19.742 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:19.743 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:19.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:19.743 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:19.743 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:19.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:19.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:19.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:19.744 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:19.744 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:19.744 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:19.745 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:19.745 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:19.745 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:19.745 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:19.745 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:19.745 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:19.745 DEBUG [main][MenuItemLookup] Item match:Window 12:56:19.746 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:19.746 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:19.746 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:19.746 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.747 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:19.747 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:19.747 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.747 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:19.747 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.747 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:19.747 DEBUG [main][MenuItemLookup] Item match:Preferences 12:56:19.747 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:56:19.747 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:56:19.747 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:56:19.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:56:19.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:56:19.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:56:19.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:19.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:19.870 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:56:19.870 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:19.870 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:56:19.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:19.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:19.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:19.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:19.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:19.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:19.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:19.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:56:19.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:19.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:19.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:19.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:19.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:19.899 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:56:19.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:19.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:19.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:19.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:19.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:19.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:19.954 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:19.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:19.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:19.954 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:56:19.954 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:56:19.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:56:19.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:19.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:19.955 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:19.955 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:19.955 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:19.955 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:19.955 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:19.955 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:19.955 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:19.955 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:19.955 DEBUG [main][MenuItemLookup] Item match:Window 12:56:19.956 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:19.956 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:19.956 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:19.956 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.956 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:19.956 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:19.956 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.956 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:19.956 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.956 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:19.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:19.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:19.956 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:19.956 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:19.956 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:19.956 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:19.956 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:19.956 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:19.956 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:19.957 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:19.957 DEBUG [main][MenuItemLookup] Item match:Window 12:56:19.957 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:19.957 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:19.957 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:19.957 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.957 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:19.957 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:19.957 DEBUG [main][MenuItemLookup] Item match:Perspective 12:56:19.958 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:56:19.958 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.958 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:56:19.958 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:56:19.958 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:56:19.958 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:56:19.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:56:19.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:19.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:19.987 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:19.987 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:19.987 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:19.987 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:19.987 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:19.987 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:19.987 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:19.987 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:19.987 DEBUG [main][MenuItemLookup] Item match:Window 12:56:19.989 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:19.989 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:19.990 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:19.990 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.990 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:19.990 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:19.990 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.990 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:19.990 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.990 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:19.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:19.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:19.990 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:19.991 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:19.991 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:19.991 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:19.991 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:19.991 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:19.991 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:19.991 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:19.991 DEBUG [main][MenuItemLookup] Item match:Window 12:56:19.991 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:19.991 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:19.991 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:19.991 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.991 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:19.991 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:19.991 DEBUG [main][MenuItemLookup] Item match:Perspective 12:56:19.993 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:56:19.993 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.993 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:56:19.993 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:56:19.993 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:56:19.993 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:56:19.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:19.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:19.993 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:19.993 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:19.994 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:19.994 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:19.994 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:19.994 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:19.994 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:19.994 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:19.994 DEBUG [main][MenuItemLookup] Item match:Window 12:56:19.994 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:19.994 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:19.994 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:19.994 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.994 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:19.994 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:19.994 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.994 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:19.994 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.994 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:19.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:19.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:19.995 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:19.995 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:19.995 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:19.995 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:19.995 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:19.995 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:19.995 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:19.995 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:19.995 DEBUG [main][MenuItemLookup] Item match:Window 12:56:19.996 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:19.996 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:19.996 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:19.996 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.996 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:19.996 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:19.996 DEBUG [main][MenuItemLookup] Item match:Perspective 12:56:19.996 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:56:19.996 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:19.996 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:56:19.996 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:56:19.996 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:56:19.996 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:56:19.996 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:56:19.997 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:56:19.997 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:56:20.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:56:20.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:56:20.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:56:20.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:20.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:20.084 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:20.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:20.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:20.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:56:20.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:20.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:20.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:20.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:56:20.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:20.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:20.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:20.086 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:56:20.086 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:20.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:20.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:20.087 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:20.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:20.087 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:20.088 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:56:20.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:20.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:20.088 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:20.088 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:21.187 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:21.187 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.188 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:21.188 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.188 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 12:56:21.188 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.188 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:21.188 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 12:56:21.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 12:56:21.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:56:21.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:21.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:21.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:21.189 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:21.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.190 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:21.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.190 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:21.190 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.191 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Plugin"] 12:56:21.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.191 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:21.191 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.191 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:21.192 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:21.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:21.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:21.192 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:21.192 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:21.193 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:21.193 DEBUG [main][MenuItemLookup] Item match:File 12:56:21.234 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:56:21.234 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:56:21.238 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:56:21.238 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:56:21.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:21.239 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:56:21.239 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:56:21.239 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:56:21.239 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:56:21.239 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:56:21.239 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:56:21.239 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:56:21.239 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:56:21.239 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:21.239 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:56:21.239 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:56:21.239 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:21.239 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:56:21.239 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:56:21.240 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:56:21.240 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:56:21.241 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:56:21.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:56:21.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:56:21.360 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:56:21.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:21.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:21.361 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:56:21.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.362 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:56:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:21.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:21.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:21.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:21.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:21.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:21.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:21.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 12:56:21.374 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:56:21.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:21.374 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:56:21.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:21.375 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:56:21.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 12:56:21.375 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:56:21.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:21.375 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:56:21.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:21.375 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:56:21.375 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 12:56:21.375 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 12:56:21.375 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 12:56:21.376 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 12:56:21.376 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:56:21.376 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:56:21.376 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:56:21.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:21.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:21.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:21.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:21.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:21.378 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:56:21.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:21.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:21.378 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:21.378 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:21.563 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:21.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.565 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available.... 12:56:21.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available. finished successfully 12:56:21.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 12:56:21.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:21.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:21.566 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 12:56:21.566 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:21.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:21.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 12:56:21.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:21.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:21.576 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Product id:") 12:56:21.576 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:21.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:21.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:21.576 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:56:21.576 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:21.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:21.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:21.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:21.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:21.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:21.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 12:56:21.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:21.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:21.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:21.578 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:56:21.578 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:21.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:21.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:21.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:21.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:21.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:56:21.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Application id:") 12:56:21.580 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:21.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:21.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:21.580 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:56:21.580 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:21.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:21.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:21.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:21.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:21.582 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:21.582 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:56:21.582 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:21.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:21.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:21.582 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:56:21.582 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:21.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:21.582 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:56:21.592 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:56:21.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:21.592 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:56:21.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:56:21.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:21.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:21.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:21.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:56:21.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:21.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:21.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:21.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:21.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:21.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:21.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available.... 12:56:21.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available. finished successfully 12:56:21.595 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 12:56:21.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:21.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:21.595 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 12:56:21.595 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Cancel wizard 12:56:21.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:56:21.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:21.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:21.597 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:21.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:21.597 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:21.597 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:56:21.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:21.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:21.598 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:21.598 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:21.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:21.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:21.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:21.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:21.675 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:21.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:21.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 12:56:21.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:21.676 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:21.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:21.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:21.676 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 12:56:21.676 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:21.676 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 12:56:21.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 12:56:21.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:56:21.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:21.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:21.677 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:21.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:21.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.677 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:21.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.678 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:21.678 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.678 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:21.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:21.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:21.678 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:21.678 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:21.678 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:21.679 DEBUG [main][MenuItemLookup] Item match:File 12:56:21.680 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:56:21.680 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:56:21.685 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:56:21.685 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:56:21.685 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:21.685 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:56:21.685 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:56:21.685 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:56:21.685 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:56:21.685 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:56:21.685 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:56:21.685 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:56:21.685 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:56:21.686 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:21.686 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:56:21.686 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:56:21.686 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:21.686 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:56:21.686 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:56:21.686 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:56:21.686 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:56:21.686 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:56:21.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:56:21.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:56:21.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:56:21.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:21.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:21.793 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:56:21.793 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:56:21.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:21.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:21.794 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:21.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:21.794 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:21.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:21.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:21.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 12:56:21.795 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:56:21.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:21.795 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:56:21.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:21.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:56:21.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 12:56:21.796 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:56:21.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:21.796 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:56:21.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:21.796 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:56:21.796 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test Plug-in 12:56:21.796 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test Plug-in 12:56:21.797 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test Plug-in about selection 12:56:21.797 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test Plug-in 12:56:21.797 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:56:21.797 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:56:21.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:56:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:21.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:21.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:21.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:21.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:21.799 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:56:21.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:21.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:21.799 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:21.799 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:21.877 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:21.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available.... 12:56:21.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available. finished successfully 12:56:21.878 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Plugin 12:56:21.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:21.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:21.878 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 12:56:21.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:21.879 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Plug-in Name:") 12:56:21.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:21.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:21.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:21.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:21.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:21.882 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:21.882 INFO [WorkbenchTestable][AbstractText] Text set to: reddeer.test.plugin 12:56:21.899 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Plug-in id:") 12:56:21.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:21.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:21.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:21.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:21.907 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:21.907 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:21.908 INFO [WorkbenchTestable][AbstractText] Text set to: test.plugin 12:56:21.928 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Version:") 12:56:21.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:21.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:21.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:21.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:21.940 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:21.940 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:21.941 INFO [WorkbenchTestable][AbstractText] Text set to: 8.2.9.qualifier 12:56:21.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Provider:") 12:56:21.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:21.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:21.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:21.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:21.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:21.976 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:21.977 INFO [WorkbenchTestable][AbstractText] Text set to: Eclipse.org - RedDeer 12:56:21.991 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Application id:") 12:56:21.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:21.991 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:21.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:21.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:21.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:21.997 INFO [WorkbenchTestable][RadioButton] Select radio button &Application id: 12:56:21.997 INFO [WorkbenchTestable][AbstractButton] Click button &Application id: 12:56:21.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:21.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:21.997 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:21.997 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:21.998 TRACE [main][WidgetHandler] Notify Button with event 27 12:56:21.999 TRACE [main][WidgetHandler] Wait for synchronization 12:56:21.999 TRACE [main][WidgetHandler] Notify Button with event 13 12:56:21.999 TRACE [main][WidgetHandler] Wait for synchronization 12:56:21.999 TRACE [main][WidgetHandler] Notify Button with event 26 12:56:21.999 TRACE [main][WidgetHandler] Wait for synchronization 12:56:21.999 TRACE [main][WidgetHandler] Notify Button with event 3 12:56:21.999 TRACE [main][WidgetHandler] Wait for synchronization 12:56:21.999 TRACE [main][WidgetHandler] Notify Button with event 4 12:56:21.999 TRACE [main][WidgetHandler] Wait for synchronization 12:56:21.999 TRACE [main][WidgetHandler] Notify Button with event 13 12:56:21.999 TRACE [main][WidgetHandler] Wait for synchronization 12:56:21.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:56:21.999 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:22.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:22.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:22.003 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:56:22.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:22.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:22.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:56:22.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:56:22.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:22.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:56:22.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 1 and no matchers specified 12:56:22.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:22.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:56:22.007 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:56:22.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:22.007 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:56:22.007 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.ui.ide.workbench to selection: org.eclipse.ui.ide.workbench 12:56:22.007 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:56:22.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:22.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:22.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:22.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:22.018 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:22.018 INFO [WorkbenchTestable][CheckBox] Select checkbox 12:56:22.018 INFO [WorkbenchTestable][CheckBox] Check checkbox 12:56:22.018 INFO [WorkbenchTestable][AbstractButton] Click button 12:56:22.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:22.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:22.019 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:22.019 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:22.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:56:22.019 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:22.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:22.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:22.019 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:56:22.019 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:22.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:22.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:22.021 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:22.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:22.021 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:22.021 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Product id:") 12:56:22.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:22.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:22.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:22.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:22.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:22.023 INFO [WorkbenchTestable][RadioButton] Select radio button &Product id: 12:56:22.023 INFO [WorkbenchTestable][AbstractButton] Click button &Product id: 12:56:22.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:22.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:22.023 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:22.023 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:22.034 TRACE [main][WidgetHandler] Notify Button with event 27 12:56:22.034 TRACE [main][WidgetHandler] Wait for synchronization 12:56:22.034 TRACE [main][WidgetHandler] Notify Button with event 13 12:56:22.034 TRACE [main][WidgetHandler] Wait for synchronization 12:56:22.034 TRACE [main][WidgetHandler] Notify Button with event 26 12:56:22.034 TRACE [main][WidgetHandler] Wait for synchronization 12:56:22.034 TRACE [main][WidgetHandler] Notify Button with event 3 12:56:22.034 TRACE [main][WidgetHandler] Wait for synchronization 12:56:22.035 TRACE [main][WidgetHandler] Notify Button with event 4 12:56:22.035 TRACE [main][WidgetHandler] Wait for synchronization 12:56:22.035 TRACE [main][WidgetHandler] Notify Button with event 13 12:56:22.035 TRACE [main][WidgetHandler] Wait for synchronization 12:56:22.036 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 12:56:22.036 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:22.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:22.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:22.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:56:22.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:22.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:22.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 12:56:22.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 12:56:22.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:22.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 12:56:22.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 12:56:22.042 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:22.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:22.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:22.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:56:22.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:22.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:22.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:22.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:22.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:22.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:56:22.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizardPage, index 0 and no matchers specified 12:56:22.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:22.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:22.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:22.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:22.047 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 12:56:22.047 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo org.eclipse.platform.ide to selection: org.eclipse.platform.ide 12:56:22.047 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:56:22.047 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:22.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:22.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:22.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Plugin" as the parent 12:56:22.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:22.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:22.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:22.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:22.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:22.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:22.059 TRACE [WorkbenchTestable][RedDeerTestPluginWizard] Shell New RedDeer Test Plugin is not null and is not disposed 12:56:22.059 INFO [WorkbenchTestable][RedDeerTestPluginWizard] Finish wizard 12:56:22.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestPluginWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:56:22.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:22.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:22.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:22.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:22.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:22.063 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:56:22.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:22.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:22.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:22.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:22.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:22.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:22.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:22.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:56:22.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building workspace' is not running, skipped 12:56:22.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Open Blocked Dialog' is a system job, skipped 12:56:22.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:56:22.293 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:22.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:22.294 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:22.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:22.294 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:22.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:22.297 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:56:22.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:22.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:22.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:22.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:22.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:22.300 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:22.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:56:22.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:22.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:22.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:22.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:22.302 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:56:22.302 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:56:22.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:56:22.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:22.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:56:22.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:56:22.304 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:56:22.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists.... 12:56:22.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:22.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:22.308 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:56:22.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:22.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:22.310 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:22.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:22.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:22.310 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:22.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 12:56:22.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:22.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:22.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:22.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:22.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:56:22.313 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:56:22.313 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:56:22.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:22.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 12:56:22.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:56:22.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:56:22.352 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:56:22.352 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:56:22.353 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:22.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:56:22.354 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:56:22.354 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:56:22.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:22.355 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 12:56:22.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:22.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:22.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:22.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:22.887 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 12:56:22.887 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:56:22.888 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:56:22.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:22.889 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:56:22.890 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:56:22.890 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:56:22.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:22.891 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:56:22.891 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:56:22.891 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:56:22.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:22.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:56:22.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:22.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:22.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:23.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:23.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:23.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:23.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:23.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:56:23.949 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:56:23.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:56:23.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:23.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 12:56:23.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:56:23.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:23.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:23.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:23.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:23.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:23.952 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:56:23.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Project test.plugin exists. finished successfully 12:56:23.953 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:56:23.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:56:23.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:23.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:23.954 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:56:23.954 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:56:23.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:23.956 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:23.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:23.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:23.956 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:24.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:24.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:25.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:25.061 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:25.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:56:25.062 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 12:56:25.062 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 12:56:25.063 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:25.064 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:25.064 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:56:25.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:25.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:25.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:25.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:25.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:25.065 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:56:25.065 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:56:25.066 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:56:25.066 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item build.properties of tree item test.plugin 12:56:25.066 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:56:25.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:25.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:25.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:56:25.569 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:56:25.570 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:56:25.571 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item pluginCustomization.ini of tree item test.plugin 12:56:25.571 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:56:25.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:25.571 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:56:25.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:25.571 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:56:25.572 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:56:25.572 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:56:25.573 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item META-INF of tree item test.plugin 12:56:25.573 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:56:25.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:25.574 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:56:25.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:25.574 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:56:25.574 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item MANIFEST.MF of tree item META-INF 12:56:25.574 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item META-INF 12:56:25.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:26.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:26.089 INFO [WorkbenchTestable][TreeItemHandler] Expanded: META-INF 12:56:26.090 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:56:26.090 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:56:26.091 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 12:56:26.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:56:26.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:26.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:56:26.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:26.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:56:26.091 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 12:56:26.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:56:26.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:26.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:26.592 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:56:26.593 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 12:56:26.593 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 12:56:26.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:27.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:27.094 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 12:56:27.095 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:56:27.097 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:56:27.098 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.launch of tree item test.plugin 12:56:27.098 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:56:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:27.098 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:56:27.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:27.098 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:56:27.099 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:56:27.101 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:56:27.102 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JRE System Library of tree item test.plugin 12:56:27.102 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:56:27.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:27.102 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:56:27.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:27.102 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:56:27.104 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item test.plugin and wait with time period 1 12:56:27.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:56:27.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:27.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:56:27.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:27.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:56:27.104 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:56:27.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:27.104 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:56:27.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:27.104 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:56:27.106 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:56:27.106 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JRE System Library of tree item test.plugin 12:56:27.106 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:56:27.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:27.106 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:56:27.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:27.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:56:27.107 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item test.plugin and wait with time period 1 12:56:27.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:56:27.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:27.107 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:56:27.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:27.107 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:56:27.107 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:56:27.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:27.121 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:56:27.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:27.121 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:56:27.124 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:56:27.124 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item META-INF of tree item test.plugin 12:56:27.124 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:56:27.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:27.125 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:56:27.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:27.125 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:56:27.133 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item MANIFEST.MF of tree item META-INF 12:56:27.133 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item META-INF 12:56:27.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:27.133 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item META-INF is already expanded. No action performed 12:56:27.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:27.133 INFO [WorkbenchTestable][TreeItemHandler] Expanded: META-INF 12:56:27.133 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item MANIFEST.MF 12:56:27.133 DEBUG [main][TreeItemHandler] Selecting tree item: MANIFEST.MF 12:56:27.134 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item MANIFEST.MF about selection 12:56:27.155 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: MANIFEST.MF 12:56:27.155 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item MANIFEST.MF 12:56:27.155 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item MANIFEST.MF 12:56:27.155 DEBUG [main][TreeItemHandler] Selecting tree item: MANIFEST.MF 12:56:27.155 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item MANIFEST.MF about selection 12:56:27.163 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: MANIFEST.MF 12:56:27.164 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:56:27.164 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:56:28.275 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:56:28.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:28.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 43 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext/jfxrt.jar)' is a system job, skipped 12:56:28.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:56:28.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:28.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:28.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:28.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:28.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "ID:") 12:56:28.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:28.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:28.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:28.282 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 12:56:28.282 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:28.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:28.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:28.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:28.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:28.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:28.337 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:28.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Version:") 12:56:28.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:28.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:28.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:28.339 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 12:56:28.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:28.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:28.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:28.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:28.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:28.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:28.371 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:28.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:56:28.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:28.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:28.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:28.373 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 12:56:28.460 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:28.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:28.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:28.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:28.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:28.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:28.485 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:28.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Vendor:") 12:56:28.487 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:28.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:28.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:28.487 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "test.plugin"as the parent 12:56:28.487 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:28.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:28.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:28.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:28.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:28.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:28.589 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:28.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:28.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:28.670 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:56:28.670 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:28.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:28.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/META-INF/MANIFEST.MF - Eclipse Platform 12:56:28.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:28.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:28.842 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/META-INF/MANIFEST.MF - Eclipse Platform' 12:56:28.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:56:28.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:28.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:28.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:28.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:28.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:56:28.875 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:56:28.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:56:28.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:28.973 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:28.974 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:56:28.974 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:56:28.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:28.975 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:28.975 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:56:28.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:28.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:28.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:28.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:28.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:28.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:28.978 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:6 12:56:28.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:28.978 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Dependencies and wait with time period 1 12:56:28.978 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Dependencies 12:56:28.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:28.978 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Dependencies is already expanded. No action performed 12:56:28.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:28.978 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Dependencies 12:56:28.979 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.eclipse.reddeer.go of tree item Dependencies 12:56:28.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Dependencies 12:56:28.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:28.979 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Dependencies is already expanded. No action performed 12:56:28.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:28.979 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Dependencies 12:56:28.979 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.junit of tree item Dependencies 12:56:28.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Dependencies 12:56:28.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:28.980 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Dependencies is already expanded. No action performed 12:56:28.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:28.980 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Dependencies 12:56:28.980 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:56:29.059 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 12:56:29.059 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:56:29.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:29.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:56:29.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:29.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:56:29.060 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 12:56:29.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:56:29.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:29.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:56:29.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:29.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:56:29.060 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 12:56:29.061 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 12:56:29.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:29.061 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org.reddeer.test is already expanded. No action performed 12:56:29.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:29.061 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 12:56:29.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 12:56:29.061 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 12:56:29.062 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 12:56:29.085 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 12:56:29.085 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item RedDeerTest.java 12:56:29.085 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 12:56:29.085 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 12:56:29.133 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 12:56:29.184 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 12:56:29.184 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:56:29.184 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:56:29.646 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:56:29.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:29.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 27 files to index (/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191006-0926/org.eclipse.ui.workbench-3.117.0.v20191006-0926.jar)' is a system job, skipped 12:56:29.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:56:29.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:56:29.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:56:29.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:29.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:29.647 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:29.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:29.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:29.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:29.672 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E'' is already open. Activate. 12:56:29.672 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:29.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:29.679 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 12:56:29.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:29.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:29.679 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:56:29.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QOutline\E') 12:56:29.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:29.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:29.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:29.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:29.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:56:29.686 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:56:29.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:56:29.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:29.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:29.838 INFO [WorkbenchTestable][AbstractView] Activate view Outline 12:56:29.838 INFO [WorkbenchTestable][AbstractCTabItem] Activate Outline 12:56:29.839 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:29.840 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:29.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:56:29.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:29.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:29.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:29.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:29.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:29.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:29.842 TRACE [WorkbenchTestable][TreeHasChildren] Count of found tree items:2 12:56:29.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:29.843 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item RedDeerTest and wait with time period 1 12:56:29.843 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeerTest 12:56:29.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:29.843 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeerTest is already expanded. No action performed 12:56:29.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:29.843 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeerTest 12:56:29.844 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeerTest 12:56:29.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:29.844 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeerTest is already expanded. No action performed 12:56:29.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:29.844 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeerTest 12:56:29.845 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 12:56:29.938 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item test.plugin 12:56:29.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test.plugin 12:56:29.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:29.939 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test.plugin is already expanded. No action performed 12:56:29.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:29.939 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test.plugin 12:56:29.939 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item org.reddeer.test of tree item src 12:56:29.939 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 12:56:29.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:29.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 12:56:29.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:29.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 12:56:29.940 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item RedDeerTest.java of tree item org.reddeer.test 12:56:29.940 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item org.reddeer.test 12:56:29.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:29.940 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item org.reddeer.test is already expanded. No action performed 12:56:29.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:29.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: org.reddeer.test 12:56:29.941 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 12:56:29.941 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 12:56:29.941 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 12:56:29.944 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 12:56:29.944 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item RedDeerTest.java 12:56:29.944 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeerTest.java 12:56:29.944 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeerTest.java 12:56:29.944 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeerTest.java about selection 12:56:29.947 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeerTest.java 12:56:29.947 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 12:56:29.947 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 12:56:30.059 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 12:56:30.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:30.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:56:30.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 27 files to index (/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.117.0.v20191006-0926/org.eclipse.ui.workbench-3.117.0.v20191006-0926.jar)' is a system job, skipped 12:56:30.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:56:30.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:56:30.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:30.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:30.059 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:30.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:30.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:30.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:30.134 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:56:30.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:30.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:30.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 12:56:30.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:30.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:30.143 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:56:30.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E') 12:56:30.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:30.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:30.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:30.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:30.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:56:30.247 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:56:30.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:56:30.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:30.346 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:30.349 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:56:30.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:56:30.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:30.351 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:30.352 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:56:30.353 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:56:30.353 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:56:30.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:30.354 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:30.355 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:56:30.357 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:56:30.357 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:56:30.357 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:56:30.358 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 12:56:30.358 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:56:30.358 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:56:30.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating... 12:56:31.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until marker view is updating failed, NO exception will be thrown 12:56:31.361 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProblems\E'' is already open. Activate. 12:56:31.361 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:56:31.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:56:31.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:31.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:31.363 DEBUG [main][WorkbenchPartLookup] Looking up all open views 12:56:31.364 TRACE [main][WorkbenchPartLookup] Found view 'Outline' 12:56:31.364 TRACE [main][WorkbenchPartLookup] Found view 'Package Explorer' 12:56:31.364 TRACE [main][WorkbenchPartLookup] Found view 'Project Explorer' 12:56:31.364 TRACE [main][WorkbenchPartLookup] Found view 'Problems (0 errors, 2 warnings, 0 others)' 12:56:31.364 TRACE [main][WorkbenchPartLookup] View 'Javadoc' was not open or it cannot be restored 12:56:31.364 TRACE [main][WorkbenchPartLookup] View 'Declaration' was not open or it cannot be restored 12:56:31.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating... 12:56:31.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while marker view is updating finished successfully 12:56:31.366 INFO [WorkbenchTestable][AbstractView] Activate view Problems 12:56:31.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Problems 12:56:31.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:31.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:31.368 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:56:31.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:31.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:31.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:31.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:31.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:31.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available.... 12:56:41.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Plugin"] is available. failed, an exception will be thrown Oct 21, 2019 12:56:41 PM org.eclipse.reddeer.ui.test.wizard.RedDeerWizardTestCase closeOpenedWizard INFO: Shell New RedDeer Test Plugin is not open 12:56:41.386 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 12:56:41.386 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:41.386 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:41.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:41.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:41.387 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) 12:56:41.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:41.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:41.400 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:56:41.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 12:56:41.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:41.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:41.401 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:56:41.401 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:56:41.401 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:41.402 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:41.402 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:56:41.402 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:56:41.402 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:41.402 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:41.402 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:41.402 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:41.402 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:41.402 DEBUG [main][MenuItemLookup] Item match:Window 12:56:41.406 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:41.406 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:41.406 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:41.406 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:41.406 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:41.406 DEBUG [main][MenuItemLookup] Item match:Show View 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:41.416 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:56:41.416 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:56:41.436 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:56:41.437 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:56:41.437 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:56:41.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:56:41.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:56:41.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:56:41.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:41.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:41.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:56:41.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:41.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:41.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:41.523 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:56:41.523 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:41.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:41.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:41.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:41.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:41.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:41.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:41.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:41.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:56:41.526 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:56:41.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:41.526 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:56:41.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:41.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:56:41.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:56:41.526 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:56:41.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:41.526 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:56:41.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:41.526 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:56:41.539 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:56:41.540 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:56:41.540 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:56:41.540 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:56:41.540 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:41.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:41.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:41.541 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:56:41.541 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:41.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:41.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:41.541 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:56:41.542 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:41.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:41.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:41.542 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:56:41.542 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:41.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:41.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:41.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:41.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:41.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:41.551 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:56:41.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:41.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:41.551 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:41.551 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:41.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:56:41.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:56:41.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:56:41.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:41.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:41.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:56:41.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:41.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:41.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform 12:56:41.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:41.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:41.615 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform' 12:56:41.615 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:56:41.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:41.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:41.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:41.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:41.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:56:41.617 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:56:41.617 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:56:41.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:41.618 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - test.plugin/src/org/reddeer/test/RedDeerTest.java - Eclipse Platform TooltipText=null 12:56:41.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:56:41.619 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:56:41.620 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:56:41.620 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:56:41.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:41.621 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:41.621 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:56:41.622 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:56:41.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:41.622 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:41.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:41.622 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:41.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:42.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:42.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:42.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:42.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:56:42.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:56:42.653 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:56:42.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:56:42.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:56:42.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:56:42.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:56:42.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:42.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:42.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:42.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:42.656 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:42.656 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name test.plugin 12:56:42.656 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 12:56:42.656 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 12:56:42.657 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 12:56:42.674 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 12:56:42.676 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:56:42.676 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:42.733 DEBUG [main][MenuItemLookup] Found menu:'New' 12:56:42.733 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:56:42.733 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:42.733 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:56:42.733 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:42.733 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:56:42.733 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:56:42.733 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:56:42.733 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:56:42.733 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:56:42.733 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:56:42.733 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:42.733 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:56:42.734 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:56:42.734 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:42.734 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:56:42.734 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:56:42.734 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:56:42.734 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:56:42.734 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:56:42.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:42.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:56:43.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:43.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:43.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:43.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:43.235 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'test.plugin' via Explorer 12:56:43.235 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item test.plugin 12:56:43.235 DEBUG [main][TreeItemHandler] Selecting tree item: test.plugin 12:56:43.236 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item test.plugin about selection 12:56:43.247 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: test.plugin 12:56:43.248 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:56:43.248 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:43.298 DEBUG [main][MenuItemLookup] Found menu:'New' 12:56:43.298 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:56:43.298 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:43.298 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:56:43.298 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:43.298 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:56:43.298 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:56:43.298 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:56:43.298 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:56:43.298 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:56:43.298 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:56:43.298 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:56:43.299 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:56:43.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:56:43.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:56:43.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:56:43.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:43.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:43.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:43.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:43.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:56:43.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:43.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:43.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:43.975 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:56:43.975 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:43.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:43.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:43.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:43.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:43.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:43.975 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:56:43.975 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:56:43.976 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:56:43.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:43.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:43.976 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:43.976 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:43.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:56:43.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:43.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:43.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:43.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:56:43.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:43.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:43.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:43.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:43.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:43.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:43.978 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:56:43.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:43.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:43.978 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:43.978 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:43.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:56:43.985 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:56:44.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:56:44.486 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:56:44.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:44.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:56:44.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:56:44.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:56:44.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:56:44.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:44.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:44.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:44.487 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest 12:56:44.487 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:56:44.487 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:56:44.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:44.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.749 s - in org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) Time elapsed: 0.488 s testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestPluginWizardTest) Time elapsed: 19.711 s Running org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 12:56:44.532 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 12:56:44.534 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:56:44.534 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:44.534 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 12:56:44.534 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:56:44.534 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. 12:56:44.535 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:44.535 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 12:56:44.535 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:44.535 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 12:56:44.535 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:44.535 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 12:56:44.535 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:44.535 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:44.536 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:44.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:44.536 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 12:56:44.536 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:44.536 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:44.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:44.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:44.537 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:44.537 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:44.537 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:44.538 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:44.538 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:44.538 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:44.538 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:44.538 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:44.538 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:44.538 DEBUG [main][MenuItemLookup] Item match:Window 12:56:44.540 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:44.540 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:44.540 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:44.540 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.540 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:44.540 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:44.540 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.540 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:44.540 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.540 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:44.540 DEBUG [main][MenuItemLookup] Item match:Preferences 12:56:44.558 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 12:56:44.558 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 12:56:44.558 INFO [main][MenuItemHandler] Select menu item: &Preferences 12:56:44.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 12:56:44.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 12:56:44.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 12:56:44.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:44.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:44.677 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 12:56:44.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:44.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 12:56:44.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:44.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:44.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:44.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:44.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:44.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:44.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:44.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:56:44.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:44.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:44.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:44.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:44.684 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:44.684 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:56:44.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:44.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:44.684 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:44.684 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:44.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:44.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:44.718 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:44.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:44.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:44.719 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 12:56:44.732 DEBUG [WorkbenchTestable][JavaPerspective] Perspective 'Java' is already opened. 12:56:44.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 12:56:44.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:44.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:44.754 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:44.754 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:44.754 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:44.754 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:44.754 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:44.754 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:44.754 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:44.754 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:44.754 DEBUG [main][MenuItemLookup] Item match:Window 12:56:44.755 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:44.755 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:44.755 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:44.755 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.755 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:44.755 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:44.755 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.755 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:44.755 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.755 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:44.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:44.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:44.756 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:44.756 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:44.756 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:44.756 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:44.756 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:44.756 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:44.756 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:44.756 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:44.756 DEBUG [main][MenuItemLookup] Item match:Window 12:56:44.756 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:44.756 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:44.756 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:44.756 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.756 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:44.756 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:44.756 DEBUG [main][MenuItemLookup] Item match:Perspective 12:56:44.757 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:56:44.757 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.757 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:56:44.757 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:56:44.757 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:56:44.757 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:56:44.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 12:56:44.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:44.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:44.758 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:44.758 DEBUG [main][MenuItemLookup] Item match:Window 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.758 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:44.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:44.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:44.759 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:44.759 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:44.759 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:44.759 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:44.759 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:44.759 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:44.759 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:44.759 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:44.759 DEBUG [main][MenuItemLookup] Item match:Window 12:56:44.759 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:44.759 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:44.759 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:44.759 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.759 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:44.759 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:44.760 DEBUG [main][MenuItemLookup] Item match:Perspective 12:56:44.760 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:56:44.760 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.760 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:56:44.760 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:56:44.760 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:56:44.760 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:56:44.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:44.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:44.760 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:44.760 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:44.760 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:44.761 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:44.761 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:44.761 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:44.761 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:44.761 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:44.761 DEBUG [main][MenuItemLookup] Item match:Window 12:56:44.761 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:44.761 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:44.761 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:44.761 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.761 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:44.761 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:44.761 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.761 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 12:56:44.761 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.761 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 12:56:44.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:44.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:44.761 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:44.762 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:44.762 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:56:44.762 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:56:44.762 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:56:44.762 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:56:44.762 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:56:44.762 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:56:44.762 DEBUG [main][MenuItemLookup] Item match:Window 12:56:44.762 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:56:44.762 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:56:44.762 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:56:44.762 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.762 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:56:44.762 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 12:56:44.762 DEBUG [main][MenuItemLookup] Item match:Perspective 12:56:44.763 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 12:56:44.763 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:44.763 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 12:56:44.763 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 12:56:44.763 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 12:56:44.763 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 12:56:44.763 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 12:56:44.763 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 12:56:44.763 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 12:56:44.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 12:56:44.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 12:56:44.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 12:56:44.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:44.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:44.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:44.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:44.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:44.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:56:44.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:44.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:44.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:44.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 12:56:44.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:44.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:44.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:44.837 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 12:56:44.837 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:44.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:44.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:44.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:44.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:44.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:44.838 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 12:56:44.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:44.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:44.838 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:44.838 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:45.993 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:45.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:45.994 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:45.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:45.994 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Case"] 12:56:45.994 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:45.997 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:45.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:45.997 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:45.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:45.997 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:56:45.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:45.998 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:45.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:45.998 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:45.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:45.999 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:45.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:45.999 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Project"] 12:56:45.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:45.999 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:45.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:45.999 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:46.000 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:46.000 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:46.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:46.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:46.000 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:46.000 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:46.001 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:46.001 DEBUG [main][MenuItemLookup] Item match:File 12:56:46.002 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:56:46.002 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:56:46.006 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:56:46.006 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:56:46.006 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:46.006 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:56:46.006 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:56:46.006 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:56:46.006 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:56:46.006 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:56:46.006 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:56:46.006 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:56:46.007 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:56:46.007 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:46.007 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:56:46.007 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:56:46.007 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:46.007 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:56:46.007 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:56:46.050 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:56:46.050 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:56:46.054 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:56:46.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:56:46.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:56:46.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:56:46.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:46.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:46.160 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:56:46.161 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:46.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:56:46.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:46.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:46.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:46.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:46.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:46.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:46.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:46.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:56:46.164 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:56:46.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:46.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:46.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:56:46.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:56:46.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:56:46.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:46.670 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:56:46.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:46.670 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:56:46.670 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java Project 12:56:46.671 DEBUG [main][TreeItemHandler] Selecting tree item: Java Project 12:56:46.671 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java Project about selection 12:56:46.674 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java Project 12:56:46.675 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:56:46.675 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:56:46.675 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:56:46.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:46.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:46.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:46.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:46.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:46.677 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:56:46.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:46.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:46.677 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:46.677 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:47.009 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:47.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:47.017 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:47.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available.... 12:56:47.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Project"] is available. finished successfully 12:56:47.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Project 12:56:47.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:47.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:47.019 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:56:47.019 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:47.020 DEBUG [WorkbenchTestable][NewJavaProjectWizardPageOne] Set General Project name to 'testproject' 12:56:47.020 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 12:56:47.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:47.021 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:47.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:47.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:47.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:47.023 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:47.024 INFO [WorkbenchTestable][AbstractText] Text set to: testproject 12:56:47.061 TRACE [WorkbenchTestable][JavaProjectWizard] Shell New Java Project is not null and is not disposed 12:56:47.061 INFO [WorkbenchTestable][JavaProjectWizard] Finish wizard 12:56:47.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.JavaProjectWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:56:47.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:47.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:47.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:47.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:47.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:47.067 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:56:47.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:47.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:47.067 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:47.067 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:47.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available.... 12:56:50.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New module-info.java"] is available. failed, NO exception will be thrown 12:56:50.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:50.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:50.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:50.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 16 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:56:50.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:50.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:50.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:50.232 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:50.232 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:50.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:50.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:50.233 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:56:50.233 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:50.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:50.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:50.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:50.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:50.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:50.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:50.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Java Class"] 12:56:50.235 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:50.235 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:50.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:50.236 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:50.236 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:50.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 12:56:50.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:50.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:50.236 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 12:56:50.236 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 12:56:50.237 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:50.237 DEBUG [main][MenuItemLookup] Item match:File 12:56:50.238 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:56:50.238 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:56:50.242 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:56:50.242 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:56:50.242 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:50.242 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:56:50.243 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:56:50.243 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:56:50.243 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:56:50.243 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:56:50.243 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:56:50.243 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:56:50.243 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:56:50.243 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:50.243 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:56:50.243 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:56:50.243 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:50.243 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:56:50.243 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:56:50.243 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:56:50.243 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:56:50.243 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:56:50.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:56:50.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:56:50.445 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:56:50.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:50.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:50.446 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:56:50.446 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:50.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:56:50.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:50.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:50.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:50.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:50.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:50.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:50.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:50.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 12:56:50.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:56:50.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:50.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:56:50.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:50.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:56:50.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 12:56:50.450 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 12:56:50.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:50.450 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 12:56:50.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:50.450 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 12:56:50.450 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Class 12:56:50.451 DEBUG [main][TreeItemHandler] Selecting tree item: Class 12:56:50.451 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Class about selection 12:56:50.465 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Class 12:56:50.466 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:56:50.466 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:56:50.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:56:50.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:50.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:50.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:50.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:50.468 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:50.468 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:56:50.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:50.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:50.468 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:50.468 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:50.748 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:50.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:50.748 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:50.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available.... 12:56:50.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Java Class"] is available. finished successfully 12:56:50.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Java Class 12:56:50.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:50.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:50.749 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:56:50.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:50.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:56:50.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:50.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:50.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:50.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:50.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:50.848 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:50.850 INFO [WorkbenchTestable][AbstractText] Text set to: TestClass 12:56:50.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassWizardPage, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:56:50.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:50.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:50.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:50.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:50.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:50.881 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:50.882 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 12:56:50.884 TRACE [WorkbenchTestable][NewClassCreationWizard] Shell New Java Class is not null and is not disposed 12:56:50.884 INFO [WorkbenchTestable][NewClassCreationWizard] Finish wizard 12:56:50.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.jdt.ui.wizards.NewClassCreationWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:56:50.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:50.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:50.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:50.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:50.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:50.951 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:56:50.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:50.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:50.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:50.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:51.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:56:52.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:56:52.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:56:52.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:56:52.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 18 files to index (/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar)' is a system job, skipped 12:56:52.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Sending problem marker updates...' is a system job, skipped 12:56:52.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 12:56:52.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 12:56:52.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:56:52.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:56:52.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:56:52.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:56:52.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:56:52.060 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:56:52.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:56:52.061 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:56:52.061 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 12:56:52.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 12:56:52.061 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 12:56:52.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:56:52.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:56:52.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:56:52.064 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:56:52.064 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:52.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:52.065 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:52.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:52.065 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:52.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:52.065 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New RedDeer Test Case"] 12:56:52.065 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:52.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:52.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:52.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:52.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:52.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClass.java - Eclipse Platform 12:56:52.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:52.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:52.067 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 12:56:52.067 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 12:56:52.067 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:52.067 DEBUG [main][MenuItemLookup] Item match:File 12:56:52.069 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:56:52.069 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:56:52.073 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:56:52.073 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:56:52.073 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:52.073 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:56:52.073 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:56:52.073 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:56:52.073 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:56:52.073 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:56:52.073 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:56:52.073 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:56:52.073 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:56:52.073 DEBUG [main][MenuItemLookup] Found menu:'File' 12:56:52.073 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:56:52.073 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:56:52.073 DEBUG [main][MenuItemLookup] Found menu:'' 12:56:52.073 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:56:52.073 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:56:52.074 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:56:52.074 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:56:52.074 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:56:52.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:56:52.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:56:52.284 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:56:52.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:52.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:52.286 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:56:52.286 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:52.287 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:56:52.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:52.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:52.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:52.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:52.349 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:52.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:56:52.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:56:52.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 12:56:52.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:56:52.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:52.351 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:56:52.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:52.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:56:52.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 12:56:52.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:56:52.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:52.352 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:56:52.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:52.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:56:52.352 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test 12:56:52.352 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test 12:56:52.352 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test about selection 12:56:52.357 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test 12:56:52.357 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:56:52.357 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:56:52.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:56:52.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:52.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:52.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:52.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:52.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:52.360 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:56:52.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:52.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:52.360 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:52.360 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:52.846 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:56:52.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:52.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:52.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Case"] is available.... 12:56:52.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Case"] is available. finished successfully 12:56:52.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 12:56:52.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:52.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:52.847 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 12:56:52.847 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:56:52.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:52.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:52.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 12:56:52.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:56:52.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:56:52.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Source folder:") 12:56:52.848 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:52.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:52.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:52.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:56:52.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:52.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:52.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:52.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:52.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:52.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:52.880 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:52.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:56:52.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:52.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:52.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:52.883 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:56:52.883 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:52.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:52.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:52.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:52.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:52.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:52.952 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:52.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:56:52.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:52.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:52.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:52.960 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:56:52.960 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:52.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:52.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:52.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:52.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:52.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:52.982 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:52.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Superclass:") 12:56:52.984 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:52.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:52.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:52.984 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:56:52.984 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:52.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:52.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:53.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:53.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:53.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:53.046 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:53.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Class under test:") 12:56:53.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:53.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:53.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:53.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:56:53.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:53.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:53.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:53.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:53.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:53.088 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:56:53.088 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:56:53.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:56:53.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:53.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:53.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:53.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:56:53.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:53.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:53.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:53.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:53.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:53.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:53.095 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:56:53.095 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:53.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:53.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:53.095 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:56:53.095 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:53.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:53.096 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:53.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:53.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:53.143 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:53.143 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 12:56:53.143 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Go to next wizard page 12:56:53.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:56:53.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:53.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:53.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:53.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:53.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:56:53.148 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:56:53.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:56:53.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:56:53.148 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:56:53.148 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:56:53.265 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:56:53.265 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:56:53.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:56:53.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:56:53.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:56:53.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:56:53.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:56:53.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:56:53.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:56:53.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:56:53.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:56:53.266 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item TestClass and wait with time period 1 12:56:53.266 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 12:56:53.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:53.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:53.767 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 12:56:53.768 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 12:56:53.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:54.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:54.269 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 12:56:54.269 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object and wait with time period 1 12:56:54.269 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 12:56:54.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:54.270 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 12:56:54.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:54.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 12:56:54.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 12:56:54.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:54.271 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 12:56:54.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:54.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 12:56:54.271 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object() and wait with time period 1 12:56:54.271 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 12:56:54.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:54.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:54.772 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 12:56:54.773 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 12:56:54.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:55.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:55.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 12:56:55.274 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item getClass() and wait with time period 1 12:56:55.274 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 12:56:55.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:55.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:55.775 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 12:56:55.775 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 12:56:55.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:56.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:56.276 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 12:56:56.276 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item hashCode() and wait with time period 1 12:56:56.276 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 12:56:56.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:56.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:56.777 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 12:56:56.777 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 12:56:56.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:57.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:57.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 12:56:57.280 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item equals(Object) and wait with time period 1 12:56:57.280 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 12:56:57.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:57.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:57.781 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 12:56:57.782 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 12:56:57.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:58.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:58.283 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 12:56:58.283 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item clone() and wait with time period 1 12:56:58.283 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 12:56:58.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:58.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:58.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 12:56:58.784 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 12:56:58.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:59.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:59.285 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 12:56:59.285 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item toString() and wait with time period 1 12:56:59.286 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 12:56:59.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:56:59.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:56:59.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 12:56:59.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 12:56:59.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:00.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:00.288 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 12:57:00.289 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notify() and wait with time period 1 12:57:00.289 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 12:57:00.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:00.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:00.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 12:57:00.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 12:57:00.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:01.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:01.290 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 12:57:01.291 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notifyAll() and wait with time period 1 12:57:01.291 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 12:57:01.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:01.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:01.792 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 12:57:01.792 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 12:57:01.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:02.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:02.293 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 12:57:02.293 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long) and wait with time period 1 12:57:02.293 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 12:57:02.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:02.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:02.794 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 12:57:02.794 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 12:57:02.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:03.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:03.295 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 12:57:03.295 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long, int) and wait with time period 1 12:57:03.297 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 12:57:03.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:03.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:03.798 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 12:57:03.798 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 12:57:03.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:04.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:04.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 12:57:04.299 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait() and wait with time period 1 12:57:04.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 12:57:04.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:04.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:04.800 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 12:57:04.800 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 12:57:04.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:05.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:05.302 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 12:57:05.302 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item finalize() and wait with time period 1 12:57:05.302 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 12:57:05.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:05.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:05.803 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 12:57:05.804 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 12:57:05.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:06.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:06.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 12:57:06.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Case"] is available.... 12:57:06.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Case"] is available. finished successfully 12:57:06.306 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 12:57:06.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:06.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:06.327 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 12:57:06.327 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Cancel wizard 12:57:06.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 12:57:06.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:06.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:06.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:06.331 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:06.331 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 12:57:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:06.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:06.331 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:06.331 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:06.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:57:06.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:57:06.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:57:06.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:57:06.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:57:06.431 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:57:06.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:57:06.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 12:57:06.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:57:06.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:57:06.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:06.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:06.432 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 12:57:06.432 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:57:06.433 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 12:57:06.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 12:57:06.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI 12:57:06.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 12:57:06.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 12:57:06.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 12:57:06.433 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:57:06.433 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:06.434 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:57:06.434 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:06.434 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:57:06.434 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:06.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClass.java - Eclipse Platform 12:57:06.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:06.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:06.434 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 12:57:06.434 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testproject/src/org/example/test/TestClass.java - Eclipse Platform' 12:57:06.435 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:06.436 DEBUG [main][MenuItemLookup] Item match:File 12:57:06.438 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 12:57:06.438 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 12:57:06.442 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 12:57:06.442 DEBUG [main][MenuItemLookup] Found menu:'Project...' 12:57:06.442 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:06.442 DEBUG [main][MenuItemLookup] Found menu:'Package' 12:57:06.442 DEBUG [main][MenuItemLookup] Found menu:'Class' 12:57:06.442 DEBUG [main][MenuItemLookup] Found menu:'Interface' 12:57:06.442 DEBUG [main][MenuItemLookup] Found menu:'Enum' 12:57:06.442 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 12:57:06.442 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 12:57:06.442 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 12:57:06.442 DEBUG [main][MenuItemLookup] Found menu:'Folder' 12:57:06.442 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:06.442 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 12:57:06.442 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 12:57:06.442 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:06.442 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 12:57:06.442 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 12:57:06.443 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 12:57:06.443 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 12:57:06.443 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 12:57:06.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available.... 12:57:06.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New"] is available. finished successfully 12:57:06.559 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New 12:57:06.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:06.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:06.561 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:57:06.561 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:06.561 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 12:57:06.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:06.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:06.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:06.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:06.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:06.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:57:06.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:57:06.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children... 12:57:06.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:57:06.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:06.565 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:57:06.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:06.565 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:57:06.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer has children finished successfully 12:57:06.566 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer 12:57:06.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:06.566 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer is already expanded. No action performed 12:57:06.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:06.566 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer 12:57:06.567 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer Test 12:57:06.567 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer Test 12:57:06.567 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer Test about selection 12:57:06.584 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer Test 12:57:06.584 TRACE [WorkbenchTestable][NewWizard] Shell New is not null and is not disposed 12:57:06.584 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 12:57:06.584 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:57:06.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:06.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:06.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:06.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:06.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:06.586 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:57:06.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:06.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:06.587 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:06.587 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:06.708 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New"] 12:57:06.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:06.708 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:06.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Case"] is available.... 12:57:06.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Case"] is available. finished successfully 12:57:06.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New RedDeer Test Case 12:57:06.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:06.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:06.709 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 12:57:06.709 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 12:57:06.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "tearDownAfterClass()") 12:57:06.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:06.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:06.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:06.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:06.714 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:06.715 INFO [WorkbenchTestable][CheckBox] Select checkbox tearDown&AfterClass() 12:57:06.715 INFO [WorkbenchTestable][CheckBox] Check checkbox tearDown&AfterClass() 12:57:06.715 INFO [WorkbenchTestable][AbstractButton] Click button tearDown&AfterClass() 12:57:06.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:06.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:06.715 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:06.715 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:06.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "setUpBeforeClass()") 12:57:06.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:06.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:06.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:06.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:06.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:06.750 INFO [WorkbenchTestable][CheckBox] Select checkbox setU&pBeforeClass() 12:57:06.750 INFO [WorkbenchTestable][CheckBox] Check checkbox setU&pBeforeClass() 12:57:06.750 INFO [WorkbenchTestable][AbstractButton] Click button setU&pBeforeClass() 12:57:06.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:06.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:06.750 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:06.750 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:06.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "setUp()") 12:57:06.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:06.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:06.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:06.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:06.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:06.761 INFO [WorkbenchTestable][CheckBox] Select checkbox set&Up() 12:57:06.761 INFO [WorkbenchTestable][CheckBox] Check checkbox set&Up() 12:57:06.761 INFO [WorkbenchTestable][AbstractButton] Click button set&Up() 12:57:06.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:06.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:06.761 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:06.761 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:06.761 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "tearDown()") 12:57:06.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:06.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:06.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:06.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:06.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:06.764 INFO [WorkbenchTestable][CheckBox] Select checkbox &tearDown() 12:57:06.764 INFO [WorkbenchTestable][CheckBox] Check checkbox &tearDown() 12:57:06.764 INFO [WorkbenchTestable][AbstractButton] Click button &tearDown() 12:57:06.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:06.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:06.765 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:06.765 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:06.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Generate comments") 12:57:06.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:06.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:06.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:06.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:06.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:06.767 INFO [WorkbenchTestable][CheckBox] Select checkbox &Generate comments 12:57:06.767 INFO [WorkbenchTestable][CheckBox] Check checkbox &Generate comments 12:57:06.768 INFO [WorkbenchTestable][AbstractButton] Click button &Generate comments 12:57:06.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:06.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:06.768 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:06.768 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:06.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Name:") 12:57:06.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:06.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:06.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:06.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:06.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:57:06.796 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:57:06.796 INFO [WorkbenchTestable][AbstractText] Text set to: TestClassTest 12:57:06.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageOne, index 0 and following matchers specified (Matcher matching widget with label: is "Package:") 12:57:06.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:06.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:06.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:06.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:06.852 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 12:57:06.852 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 12:57:06.859 INFO [WorkbenchTestable][AbstractText] Text set to: org.example.test 12:57:06.861 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 12:57:06.861 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Go to next wizard page 12:57:06.861 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 12:57:06.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:06.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:06.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:06.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:06.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:06.864 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 12:57:06.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:06.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:06.864 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:06.864 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:06.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizardPageTwo, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Select All") 12:57:06.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:06.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:06.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:06.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:06.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:06.902 INFO [WorkbenchTestable][AbstractButton] Click button &Select All 12:57:06.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:06.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:06.902 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:06.902 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:06.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:57:06.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:06.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:06.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:06.944 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New RedDeer Test Case" as the parent 12:57:06.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:06.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:06.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:06.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:06.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:06.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:06.945 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item TestClass and wait with time period 1 12:57:06.945 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 12:57:06.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:07.446 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 12:57:07.446 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TestClass 12:57:07.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:07.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:07.947 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TestClass 12:57:07.947 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object and wait with time period 1 12:57:07.947 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 12:57:07.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:07.948 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 12:57:07.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:07.948 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 12:57:07.948 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object 12:57:07.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:07.948 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Object is already expanded. No action performed 12:57:07.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:07.948 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object 12:57:07.948 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item Object() and wait with time period 1 12:57:07.948 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 12:57:07.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:08.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:08.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 12:57:08.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Object() 12:57:08.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:08.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:08.950 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Object() 12:57:08.950 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item getClass() and wait with time period 1 12:57:08.950 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 12:57:08.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:09.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:09.451 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 12:57:09.451 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item getClass() 12:57:09.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:09.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:09.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: getClass() 12:57:09.952 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item hashCode() and wait with time period 1 12:57:09.953 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 12:57:09.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:10.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:10.454 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 12:57:10.454 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item hashCode() 12:57:10.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:10.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:10.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: hashCode() 12:57:10.955 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item equals(Object) and wait with time period 1 12:57:10.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 12:57:10.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:11.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:11.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 12:57:11.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item equals(Object) 12:57:11.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:11.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:11.957 INFO [WorkbenchTestable][TreeItemHandler] Expanded: equals(Object) 12:57:11.957 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item clone() and wait with time period 1 12:57:11.957 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 12:57:11.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:12.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:12.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 12:57:12.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item clone() 12:57:12.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:12.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:12.959 INFO [WorkbenchTestable][TreeItemHandler] Expanded: clone() 12:57:12.959 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item toString() and wait with time period 1 12:57:12.959 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 12:57:12.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:13.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:13.460 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 12:57:13.461 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item toString() 12:57:13.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:13.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:13.961 INFO [WorkbenchTestable][TreeItemHandler] Expanded: toString() 12:57:13.961 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notify() and wait with time period 1 12:57:13.962 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 12:57:13.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:14.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:14.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 12:57:14.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notify() 12:57:14.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:14.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:14.963 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notify() 12:57:14.963 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item notifyAll() and wait with time period 1 12:57:14.964 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 12:57:14.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:15.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:15.464 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 12:57:15.464 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item notifyAll() 12:57:15.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:15.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:15.966 INFO [WorkbenchTestable][TreeItemHandler] Expanded: notifyAll() 12:57:15.966 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long) and wait with time period 1 12:57:15.966 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 12:57:15.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:16.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:16.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 12:57:16.467 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long) 12:57:16.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:16.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:16.968 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long) 12:57:16.968 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait(long, int) and wait with time period 1 12:57:16.968 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 12:57:16.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:17.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:17.469 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 12:57:17.470 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait(long, int) 12:57:17.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:17.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:17.971 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait(long, int) 12:57:17.971 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item wait() and wait with time period 1 12:57:17.971 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 12:57:17.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:18.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:18.472 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 12:57:18.472 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item wait() 12:57:18.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:18.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:18.973 INFO [WorkbenchTestable][TreeItemHandler] Expanded: wait() 12:57:18.973 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item finalize() and wait with time period 1 12:57:18.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 12:57:18.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:19.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:19.475 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 12:57:19.475 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item finalize() 12:57:19.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:19.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:19.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: finalize() 12:57:19.979 TRACE [WorkbenchTestable][RedDeerTestCaseWizard] Shell New RedDeer Test Case is not null and is not disposed 12:57:19.979 INFO [WorkbenchTestable][RedDeerTestCaseWizard] Finish wizard 12:57:19.979 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.ui.test.wizard.impl.RedDeerTestCaseWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 12:57:19.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:19.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:19.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:19.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:19.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:19.995 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 12:57:19.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:19.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:19.996 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:19.996 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:20.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 12:57:21.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 12:57:21.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:57:21.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 12:57:21.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 1 files to index (/testproject)' is a system job, skipped 12:57:21.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:57:21.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 12:57:21.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 12:57:21.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:57:21.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:57:21.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:57:21.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:57:21.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QTestClassTest.java\E') 12:57:21.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:21.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:21.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:21.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:21.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:57:21.151 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:21.165 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/** package org.example.test; import static org.junit.Assert.*; /** * @author default * */ @RunWith(RedDeerSuite.class) public class TestClassTest { /** * @throws java.lang.Exception */ @BeforeClass public static void setUpBeforeClass() throws Exception { } /** * @throws java.lang.Exception */ @AfterClass public static void tearDownAfterClass() throws Exception { } /** * @throws java.lang.Exception */ @Before public void setUp() throws Exception { } /** * @throws java.lang.Exception */ @After public void tearDown() throws Exception { } /** * Test method for {@link java.lang.Object#Object()}. */ @Test public void testObject() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#getClass()}. */ @Test public void testGetClass() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#hashCode()}. */ @Test public void testHashCode() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#equals(java.lang.Object)}. */ @Test public void testEquals() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#clone()}. */ @Test public void testClone() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#toString()}. */ @Test public void testToString() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#notify()}. */ @Test public void testNotify() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#notifyAll()}. */ @Test public void testNotifyAll() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#wait(long)}. */ @Test public void testWaitLong() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#wait(long, int)}. */ @Test public void testWaitLongInt() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#wait()}. */ @Test public void testWait() { fail("Not yet implemented"); } /** * Test method for {@link java.lang.Object#finalize()}. */ @Test public void testFinalize() { fail("Not yet implemented"); } } TooltipText=null 12:57:21.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Case"] is available.... 12:57:31.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New RedDeer Test Case"] is available. failed, an exception will be thrown Oct 21, 2019 12:57:31 PM org.eclipse.reddeer.ui.test.wizard.RedDeerWizardTestCase closeOpenedWizard INFO: Shell New RedDeer Test Case is not open 12:57:31.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 12:57:31.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:57:31.357 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:57:31.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:31.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:31.358 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) 12:57:31.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:31.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:31.372 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 12:57:31.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform 12:57:31.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:31.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:31.373 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform' 12:57:31.373 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform' 12:57:31.374 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:31.375 DEBUG [main][MenuItemLookup] Found menu:'Edit' 12:57:31.375 DEBUG [main][MenuItemLookup] Found menu:'Source' 12:57:31.375 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 12:57:31.375 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 12:57:31.375 DEBUG [main][MenuItemLookup] Found menu:'Search' 12:57:31.375 DEBUG [main][MenuItemLookup] Found menu:'Project' 12:57:31.375 DEBUG [main][MenuItemLookup] Found menu:'Run' 12:57:31.375 DEBUG [main][MenuItemLookup] Found menu:'Window' 12:57:31.375 DEBUG [main][MenuItemLookup] Item match:Window 12:57:31.380 DEBUG [main][MenuItemLookup] Found menu:'New Window' 12:57:31.380 DEBUG [main][MenuItemLookup] Found menu:'Editor' 12:57:31.380 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 12:57:31.380 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:31.380 DEBUG [main][MenuItemLookup] Found menu:'Show View' 12:57:31.380 DEBUG [main][MenuItemLookup] Item match:Show View 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'Ant' 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'Navigator (Deprecated)' 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'Progress' 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'Templates' 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:31.391 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 12:57:31.391 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 12:57:31.420 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 12:57:31.420 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 12:57:31.420 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 12:57:31.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 12:57:31.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 12:57:31.508 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 12:57:31.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:31.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:31.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 12:57:31.510 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:31.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:31.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:31.510 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:57:31.510 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:31.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:31.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:31.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:31.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:31.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 12:57:31.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 12:57:31.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 12:57:31.521 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:57:31.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:31.521 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:57:31.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:31.522 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:57:31.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 12:57:31.522 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 12:57:31.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 12:57:31.522 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 12:57:31.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 12:57:31.522 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 12:57:31.523 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 12:57:31.523 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 12:57:31.523 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 12:57:31.523 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 12:57:31.523 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:31.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:31.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:31.524 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:57:31.524 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:31.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:31.525 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:31.525 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 12:57:31.525 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:31.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:31.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:31.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 12:57:31.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:31.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:31.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:31.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:31.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:31.526 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:31.526 INFO [WorkbenchTestable][AbstractButton] Click button &Open 12:57:31.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:31.526 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:31.526 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:31.526 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:31.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 12:57:31.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 12:57:31.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 12:57:31.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:31.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:31.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 12:57:31.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:31.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:31.601 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform 12:57:31.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:31.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:31.602 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform' 12:57:31.602 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 12:57:31.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:31.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:31.604 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:31.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:31.604 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 12:57:31.604 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:57:31.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:57:31.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:31.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - testproject/src/org/example/test/TestClassTest.java - Eclipse Platform TooltipText=null 12:57:31.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 12:57:31.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 12:57:31.636 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:57:31.637 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:57:31.637 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:31.638 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:31.638 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:57:31.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:57:31.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:31.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:31.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:31.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:31.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:32.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:32.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:32.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:32.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 12:57:32.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 12:57:32.641 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 12:57:32.641 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 12:57:32.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 12:57:32.642 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 12:57:32.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 12:57:32.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:32.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:32.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:32.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:32.642 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 12:57:32.643 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testproject 12:57:32.643 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item testproject 12:57:32.643 DEBUG [main][TreeItemHandler] Selecting tree item: testproject 12:57:32.643 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item testproject about selection 12:57:32.653 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: testproject 12:57:32.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:57:32.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:32.703 DEBUG [main][MenuItemLookup] Found menu:'New' 12:57:32.703 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:57:32.703 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:32.703 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:57:32.703 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:32.703 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:57:32.703 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:57:32.703 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:57:32.703 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:57:32.703 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 12:57:32.703 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 12:57:32.703 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:32.703 DEBUG [main][MenuItemLookup] Found menu:'Import...' 12:57:32.703 DEBUG [main][MenuItemLookup] Found menu:'Export...' 12:57:32.703 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:32.703 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 12:57:32.703 DEBUG [main][MenuItemLookup] Item match:Refresh F5 12:57:32.703 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 12:57:32.704 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 12:57:32.704 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 12:57:32.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:57:32.705 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 12:57:33.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:57:33.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:57:33.205 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 12:57:33.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:57:33.205 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'testproject' via Explorer 12:57:33.205 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item testproject 12:57:33.205 DEBUG [main][TreeItemHandler] Selecting tree item: testproject 12:57:33.206 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item testproject about selection 12:57:33.219 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: testproject 12:57:33.219 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 12:57:33.219 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:33.263 DEBUG [main][MenuItemLookup] Found menu:'New' 12:57:33.263 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 12:57:33.263 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:33.263 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 12:57:33.263 DEBUG [main][MenuItemLookup] Found menu:'' 12:57:33.263 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 12:57:33.263 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 12:57:33.263 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 12:57:33.263 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 12:57:33.263 DEBUG [main][MenuItemLookup] Item match:Delete Delete 12:57:33.263 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 12:57:33.263 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 12:57:33.264 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 12:57:33.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 12:57:33.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 12:57:33.956 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 12:57:33.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 12:57:33.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 12:57:33.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:33.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:33.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 12:57:33.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:33.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:33.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:33.962 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:57:33.962 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:33.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:33.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:33.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:33.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:33.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:33.963 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 12:57:33.963 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 12:57:33.963 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 12:57:33.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:33.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:33.963 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:33.963 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:33.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 12:57:33.963 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:33.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:33.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 12:57:33.964 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 12:57:33.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:33.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:33.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:33.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:33.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:33.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 12:57:33.966 INFO [WorkbenchTestable][AbstractButton] Click button OK 12:57:33.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 12:57:33.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 12:57:33.966 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 12:57:33.966 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 12:57:33.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 12:57:33.971 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 12:57:34.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 12:57:34.472 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 12:57:34.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 12:57:34.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Searching for markers' is a system job, skipped 12:57:34.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 12:57:34.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update dynamic Java sources working sets' is a system job, skipped 12:57:34.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 12:57:34.473 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 12:57:34.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 12:57:34.473 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest 12:57:34.473 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 12:57:34.473 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 12:57:34.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:34.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.947 s - in org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest testOpen no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) Time elapsed: 14.371 s testCreate no-configuration(org.eclipse.reddeer.ui.test.wizard.RedDeerTestCaseWizardTest) Time elapsed: 24.925 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.ui.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.ui' with 28 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jdt.junit' with 4 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.ui' with 28 classes [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.e4.workbench.test >------ [INFO] Building RedDeer E4 Workbench Tests 2.8.0-SNAPSHOT [44/60] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.reddeer.e4.workbench.test --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/bin [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.workbench.test --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/target/org.eclipse.reddeer.e4.workbench.test-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/target/surefire.properties, -testApplication, org.eclipse.e4.ui.workbench.swt.E4Application, -product, org.eclipse.reddeer.e4.product, -nouithread] Launching application org.eclipse.e4.ui.workbench.swt.E4Application... SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 Running org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.126 s <<< FAILURE! - in org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest findWorkbenchShellMenu(org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest) Time elapsed: 0.099 s <<< ERROR! org.eclipse.reddeer.swt.exception.SWTLayerException: SWT widget provided is null at org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest.findWorkbenchShellMenu(WorkbenchShellTest.java:33) findWorkbenchShell(org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest) Time elapsed: 0.002 s <<< ERROR! org.eclipse.reddeer.swt.exception.SWTLayerException: SWT widget provided is null at org.eclipse.reddeer.e4.workbench.test.shell.WorkbenchShellTest.findWorkbenchShell(WorkbenchShellTest.java:27) Running org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:44.448 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:57:44.451 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=0 12:57:44.451 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 12:57:44.453 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=0 12:57:44.480 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:44.533 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 12:57:44.535 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:57:44.540 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:44.542 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:57:44.544 INFO [WorkbenchTestable][RequirementsRunner] Started test: getWidgetFromPartWhenOtherShellIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:57:44.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:44.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:45.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:57:45.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:57:46.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:57:46.572 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Eclipse 4 RCP Application' 12:57:46.580 DEBUG [main][MenuItemLookup] Found menu:'File' 12:57:46.581 DEBUG [main][MenuItemLookup] Found menu:'Help' 12:57:46.581 DEBUG [main][MenuItemLookup] Item match:Help 12:57:46.585 DEBUG [main][MenuItemLookup] Found menu:'About' 12:57:46.585 DEBUG [main][MenuItemLookup] Item match:About 12:57:46.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "About"] is available.... 12:57:46.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "About"] is available. finished successfully 12:57:46.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Sample item 1") 12:57:46.599 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 12:57:46.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 12:57:47.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 12:57:47.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 12:57:48.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 12:57:48.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Eclipse 4 RCP Application" as the parent 12:57:48.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 12:57:48.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 12:57:48.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 12:57:48.620 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 12:57:48.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 12:57:48.620 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 12:57:48.624 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.getWidgetFromPartWhenOtherShellIsActive throws exception: java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.fail(Assert.java:95) at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.getWidgetFromPartWhenOtherShellIsActive(WorkbenchPartTest.java:110) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:57:48.637 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.getWidgetFromPartWhenOtherShellIsActive.png 12:57:48.785 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/./target/screenshots/no-configuration/org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.getWidgetFromPartWhenOtherShellIsActive.png 12:57:48.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:48.787 ERROR [WorkbenchTestable][RequirementsRunner] Failed test: getWidgetFromPartWhenOtherShellIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.fail(Assert.java:95) at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.getWidgetFromPartWhenOtherShellIsActive(WorkbenchPartTest.java:110) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:57:48.794 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getWidgetFromPartWhenOtherShellIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:57:48.794 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:57:48.794 INFO [WorkbenchTestable][RequirementsRunner] Started test: getWidgetFromPartWhenOtherPartIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:57:48.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:48.797 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.getWidgetFromPartWhenOtherPartIsActive throws exception: java.lang.IllegalStateException: Application does not have an active window at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getActiveWindowService(ApplicationPartServiceImpl.java:42) at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getParts(ApplicationPartServiceImpl.java:108) at org.eclipse.reddeer.workbench.core.lookup.WorkbenchPartLookup.getWorkbenchPartWithLabel(WorkbenchPartLookup.java:66) at org.eclipse.reddeer.workbench.impl.part.DefaultWorkbenchPart.(DefaultWorkbenchPart.java:23) at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.getWidgetFromPartWhenOtherPartIsActive(WorkbenchPartTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:57:48.804 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.getWidgetFromPartWhenOtherPartIsActive.png 12:57:48.908 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/./target/screenshots/no-configuration/org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.getWidgetFromPartWhenOtherPartIsActive.png 12:57:48.910 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:48.912 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: getWidgetFromPartWhenOtherPartIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) java.lang.IllegalStateException: Application does not have an active window at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getActiveWindowService(ApplicationPartServiceImpl.java:42) at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getParts(ApplicationPartServiceImpl.java:108) at org.eclipse.reddeer.workbench.core.lookup.WorkbenchPartLookup.getWorkbenchPartWithLabel(WorkbenchPartLookup.java:66) at org.eclipse.reddeer.workbench.impl.part.DefaultWorkbenchPart.(DefaultWorkbenchPart.java:23) at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.getWidgetFromPartWhenOtherPartIsActive(WorkbenchPartTest.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:57:48.917 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getWidgetFromPartWhenOtherPartIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:57:48.918 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:57:48.919 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateWorkbenchParts no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:57:48.919 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:48.920 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.activateWorkbenchParts throws exception: java.lang.IllegalStateException: Application does not have an active window at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getActiveWindowService(ApplicationPartServiceImpl.java:42) at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getParts(ApplicationPartServiceImpl.java:108) at org.eclipse.reddeer.workbench.core.lookup.WorkbenchPartLookup.getWorkbenchPartWithLabel(WorkbenchPartLookup.java:66) at org.eclipse.reddeer.workbench.impl.part.DefaultWorkbenchPart.(DefaultWorkbenchPart.java:23) at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.activateWorkbenchParts(WorkbenchPartTest.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:57:48.925 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.activateWorkbenchParts.png 12:57:49.036 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/./target/screenshots/no-configuration/org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.activateWorkbenchParts.png 12:57:49.037 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:49.037 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: activateWorkbenchParts no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) java.lang.IllegalStateException: Application does not have an active window at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getActiveWindowService(ApplicationPartServiceImpl.java:42) at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getParts(ApplicationPartServiceImpl.java:108) at org.eclipse.reddeer.workbench.core.lookup.WorkbenchPartLookup.getWorkbenchPartWithLabel(WorkbenchPartLookup.java:66) at org.eclipse.reddeer.workbench.impl.part.DefaultWorkbenchPart.(DefaultWorkbenchPart.java:23) at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.activateWorkbenchParts(WorkbenchPartTest.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:57:49.040 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateWorkbenchParts no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:57:49.040 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:57:49.040 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPartAsReferencedComposite no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:57:49.040 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:49.041 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testPartAsReferencedComposite throws exception: java.lang.IllegalStateException: Application does not have an active window at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getActiveWindowService(ApplicationPartServiceImpl.java:42) at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getParts(ApplicationPartServiceImpl.java:108) at org.eclipse.reddeer.workbench.core.lookup.WorkbenchPartLookup.getWorkbenchPartWithLabel(WorkbenchPartLookup.java:66) at org.eclipse.reddeer.workbench.impl.part.DefaultWorkbenchPart.(DefaultWorkbenchPart.java:23) at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testPartAsReferencedComposite(WorkbenchPartTest.java:94) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:57:49.043 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testPartAsReferencedComposite.png 12:57:49.144 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/./target/screenshots/no-configuration/org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testPartAsReferencedComposite.png 12:57:49.144 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:49.145 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: testPartAsReferencedComposite no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) java.lang.IllegalStateException: Application does not have an active window at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getActiveWindowService(ApplicationPartServiceImpl.java:42) at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getParts(ApplicationPartServiceImpl.java:108) at org.eclipse.reddeer.workbench.core.lookup.WorkbenchPartLookup.getWorkbenchPartWithLabel(WorkbenchPartLookup.java:66) at org.eclipse.reddeer.workbench.impl.part.DefaultWorkbenchPart.(DefaultWorkbenchPart.java:23) at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testPartAsReferencedComposite(WorkbenchPartTest.java:94) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:57:49.146 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPartAsReferencedComposite no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:57:49.146 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:57:49.147 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDirtyablePart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:57:49.147 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:49.147 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testDirtyablePart throws exception: java.lang.IllegalStateException: Application does not have an active window at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getActiveWindowService(ApplicationPartServiceImpl.java:42) at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getParts(ApplicationPartServiceImpl.java:108) at org.eclipse.reddeer.workbench.core.lookup.WorkbenchPartLookup.getWorkbenchPartWithLabel(WorkbenchPartLookup.java:66) at org.eclipse.reddeer.workbench.impl.part.DefaultWorkbenchPart.(DefaultWorkbenchPart.java:23) at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testDirtyablePart(WorkbenchPartTest.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:57:49.149 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testDirtyablePart.png 12:57:49.247 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/./target/screenshots/no-configuration/org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testDirtyablePart.png 12:57:49.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:49.248 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: testDirtyablePart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) java.lang.IllegalStateException: Application does not have an active window at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getActiveWindowService(ApplicationPartServiceImpl.java:42) at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getParts(ApplicationPartServiceImpl.java:108) at org.eclipse.reddeer.workbench.core.lookup.WorkbenchPartLookup.getWorkbenchPartWithLabel(WorkbenchPartLookup.java:66) at org.eclipse.reddeer.workbench.impl.part.DefaultWorkbenchPart.(DefaultWorkbenchPart.java:23) at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testDirtyablePart(WorkbenchPartTest.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:57:49.249 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDirtyablePart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:57:49.249 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:57:49.250 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:57:49.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:49.250 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.closeWorkbenchPart throws exception: java.lang.IllegalStateException: Application does not have an active window at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getActiveWindowService(ApplicationPartServiceImpl.java:42) at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getParts(ApplicationPartServiceImpl.java:108) at org.eclipse.reddeer.workbench.core.lookup.WorkbenchPartLookup.getWorkbenchPartWithLabel(WorkbenchPartLookup.java:66) at org.eclipse.reddeer.workbench.impl.part.DefaultWorkbenchPart.(DefaultWorkbenchPart.java:23) at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.closeWorkbenchPart(WorkbenchPartTest.java:55) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:57:49.252 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.closeWorkbenchPart.png 12:57:49.349 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/./target/screenshots/no-configuration/org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.closeWorkbenchPart.png 12:57:49.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:49.350 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: closeWorkbenchPart no-configuration(org.eclipse.rejava.lang.IllegalStateException: Application does not have an active window ddeer.e4.workbench.test.part.WorkbenchPartTest) at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getActiveWindowService(ApplicationPartServiceImpl.java:42) at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getParts(ApplicationPartServiceImpl.java:108) at org.eclipse.reddeer.workbench.core.lookup.WorkbenchPartLookup.getWorkbenchPartWithLabel(WorkbenchPartLookup.java:66) at org.eclipse.reddeer.workbench.impl.part.DefaultWorkbenchPart.(DefaultWorkbenchPart.java:23) at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.closeWorkbenchPart(WorkbenchPartTest.java:55) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:57:49.352 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:57:49.352 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 12:57:49.352 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSampleWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:57:49.353 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:49.353 ERROR [WorkbenchTestable][RunTestMethod] Test org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testSampleWorkbenchPart throws exception: java.lang.IllegalStateException: Application does not have an active window at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getActiveWindowService(ApplicationPartServiceImpl.java:42) at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getParts(ApplicationPartServiceImpl.java:108) at org.eclipse.reddeer.workbench.core.lookup.WorkbenchPartLookup.getWorkbenchPartWithLabel(WorkbenchPartLookup.java:66) at org.eclipse.reddeer.workbench.impl.part.DefaultWorkbenchPart.(DefaultWorkbenchPart.java:23) at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testSampleWorkbenchPart(WorkbenchPartTest.java:37) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:57:49.355 DEBUG [main][ScreenshotCapturer] Capturing Screenshot: ./target/screenshots/no-configuration/org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testSampleWorkbenchPart.png 12:57:49.451 DEBUG [main][ScreenshotCapturer] Screenshot successfully captured. Saved in /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/./target/screenshots/no-configuration/org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testSampleWorkbenchPart.png 12:57:49.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest 12:57:49.452 ERROR [WorkbenchTestable][RequirementsRunner] Exception in test: testSampleWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) java.lang.IllegalStateException: Application does not have an active window at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getActiveWindowService(ApplicationPartServiceImpl.java:42) at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getParts(ApplicationPartServiceImpl.java:108) at org.eclipse.reddeer.workbench.core.lookup.WorkbenchPartLookup.getWorkbenchPartWithLabel(WorkbenchPartLookup.java:66) at org.eclipse.reddeer.workbench.impl.part.DefaultWorkbenchPart.(DefaultWorkbenchPart.java:23) at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testSampleWorkbenchPart(WorkbenchPartTest.java:37) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48) at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81) at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46) at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72) at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68) at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45) at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:108) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) at java.lang.Thread.run(Thread.java:748) 12:57:49.454 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSampleWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) 12:57:49.456 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest Tests run: 7, Failures: 1, Errors: 6, Skipped: 0, Time elapsed: 5.048 s <<< FAILURE! - in org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest getWidgetFromPartWhenOtherShellIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 4.243 s <<< FAILURE! java.lang.AssertionError at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.getWidgetFromPartWhenOtherShellIsActive(WorkbenchPartTest.java:110) getWidgetFromPartWhenOtherPartIsActive no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.118 s <<< ERROR! java.lang.IllegalStateException: Application does not have an active window at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.getWidgetFromPartWhenOtherPartIsActive(WorkbenchPartTest.java:80) activateWorkbenchParts no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.118 s <<< ERROR! java.lang.IllegalStateException: Application does not have an active window at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.activateWorkbenchParts(WorkbenchPartTest.java:67) testPartAsReferencedComposite no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.105 s <<< ERROR! java.lang.IllegalStateException: Application does not have an active window at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testPartAsReferencedComposite(WorkbenchPartTest.java:94) testDirtyablePart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.101 s <<< ERROR! java.lang.IllegalStateException: Application does not have an active window at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testDirtyablePart(WorkbenchPartTest.java:117) closeWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.1 s <<< ERROR! java.lang.IllegalStateException: Application does not have an active window at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.closeWorkbenchPart(WorkbenchPartTest.java:55) testSampleWorkbenchPart no-configuration(org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest) Time elapsed: 0.1 s <<< ERROR! java.lang.IllegalStateException: Application does not have an active window at org.eclipse.reddeer.e4.workbench.test.part.WorkbenchPartTest.testSampleWorkbenchPart(WorkbenchPartTest.java:37) Results: Failures: WorkbenchPartTest.getWidgetFromPartWhenOtherShellIsActive:110 Errors: WorkbenchPartTest.activateWorkbenchParts:67 ? IllegalState Application does no... WorkbenchPartTest.closeWorkbenchPart:55 ? IllegalState Application does not ha... WorkbenchPartTest.getWidgetFromPartWhenOtherPartIsActive:80 ? IllegalState App... WorkbenchPartTest.testDirtyablePart:117 ? IllegalState Application does not ha... WorkbenchPartTest.testPartAsReferencedComposite:94 ? IllegalState Application ... WorkbenchPartTest.testSampleWorkbenchPart:37 ? IllegalState Application does n... WorkbenchShellTest.findWorkbenchShell:27 ? SWTLayer SWT widget provided is nul... WorkbenchShellTest.findWorkbenchShellMenu:33 ? SWTLayer SWT widget provided is... Tests run: 9, Failures: 1, Errors: 8, Skipped: 0 [ERROR] There are test failures. Please refer to /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/target/surefire-reports for the individual test results. [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (generate-jacoco-report) @ org.eclipse.reddeer.e4.workbench.test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.e4.workbench.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.e4' with 9 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.e4.workbench' with 11 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.e4.workbench.core' with 7 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jdt.junit' with 4 classes [INFO] [INFO] --------------------< org.eclipse.reddeer:features >-------------------- [INFO] Building RedDeer Features 2.8.0-SNAPSHOT [45/60] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ features --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ features --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/features/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ features --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.e4.feature >--------- [INFO] Building RedDeer E4 Feature 2.8.0-SNAPSHOT [46/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.e4.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.e4.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.e4.feature --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.e4.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.e4.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.e4.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.e4.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.e4.feature/target/org.eclipse.reddeer.e4.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.e4.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.eclipse.feature >------- [INFO] Building RedDeer Eclipse Feature 2.8.0-SNAPSHOT [47/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.eclipse.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.eclipse.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.eclipse.feature --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.eclipse.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.eclipse.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.eclipse.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.eclipse.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.eclipse.feature/target/org.eclipse.reddeer.eclipse.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.eclipse.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.gef.spy.feature >------- [INFO] Building RedDeer GEF Spy Feature 2.8.0-SNAPSHOT [48/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.gef.spy.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.gef.spy.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.gef.spy.feature/target/org.eclipse.reddeer.gef.spy.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.gef.spy.feature --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.swt.feature >--------- [INFO] Building RedDeer SWT Feature 2.8.0-SNAPSHOT [49/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.swt.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.swt.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.swt.feature --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.swt.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.swt.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.swt.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.swt.feature/target/org.eclipse.reddeer.swt.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.swt.feature --- [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.tests.feature >-------- [INFO] Building RedDeer Tests Feature 2.8.0-SNAPSHOT [50/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.tests.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.tests.feature --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.tests.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.tests.feature/target/org.eclipse.reddeer.tests.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.tests.feature --- [INFO] [INFO] ---------< org.eclipse.reddeer:org.eclipse.reddeer.ui.feature >--------- [INFO] Building RedDeer UI Feature 2.8.0-SNAPSHOT [51/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.ui.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.ui.feature --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.ui.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.ui.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.ui.feature/target/org.eclipse.reddeer.ui.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.ui.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.recorder.feature >------ [INFO] Building RedDeer Recorder Feature 2.8.0-SNAPSHOT [52/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.recorder.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.recorder.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.recorder.feature --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.recorder.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.recorder.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.recorder.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.recorder.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.recorder.feature/target/org.eclipse.reddeer.recorder.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.recorder.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.graphiti.feature >------ [INFO] Building RedDeer GEF/Graphiti Feature 2.8.0-SNAPSHOT [53/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.graphiti.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.graphiti.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.graphiti.feature --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.graphiti.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.graphiti.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.graphiti.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.graphiti.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.graphiti.feature/target/org.eclipse.reddeer.graphiti.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.graphiti.feature --- [INFO] [INFO] --------< org.eclipse.reddeer:org.eclipse.reddeer.spy.feature >--------- [INFO] Building RedDeer Spy Feature 2.8.0-SNAPSHOT [54/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.spy.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.spy.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.spy.feature --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.spy.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.spy.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.spy.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.spy.feature/target/org.eclipse.reddeer.spy.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.spy.feature --- [INFO] [INFO] -----< org.eclipse.reddeer:org.eclipse.reddeer.logparser.feature >------ [INFO] Building RedDeer Log Parser Feature 2.8.0-SNAPSHOT [55/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.logparser.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.logparser.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.logparser.feature --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.logparser.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.logparser.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.logparser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.logparser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.logparser.feature/target/org.eclipse.reddeer.logparser.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.logparser.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.selenium.feature >------ [INFO] Building RedDeer Selenium Feature 2.8.0-SNAPSHOT [56/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.selenium.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.selenium.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.selenium.feature --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.selenium.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.selenium.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.selenium.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.selenium.feature/target/org.eclipse.reddeer.selenium.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.selenium.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.selenium.feature/target/org.eclipse.reddeer.selenium.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.selenium.feature --- [INFO] [INFO] ------< org.eclipse.reddeer:org.eclipse.reddeer.codegen.feature >------- [INFO] Building RedDeer CodeGen Feature 2.8.0-SNAPSHOT [57/60] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.codegen.feature --- [INFO] Deleting /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.codegen.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.codegen.feature --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.codegen.feature --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.codegen.feature/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.reddeer.codegen.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-2.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.reddeer.codegen.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/features/org.eclipse.reddeer.codegen.feature/target/org.eclipse.reddeer.codegen.feature-2.8.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attached-p2-metadata) @ org.eclipse.reddeer.codegen.feature --- [INFO] [INFO] ------------< org.eclipse.reddeer:org.eclipse.reddeer.site >------------ [INFO] Building RedDeer Site 2.8.0-SNAPSHOT [58/60] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.reddeer.site --- [INFO] The project's OSGi version is 2.8.0.v20191021-1127 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.site --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/site/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.reddeer.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/site/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.reddeer.site --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.reddeer.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.reddeer.site --- [INFO] Building zip: /home/jenkins/agent/workspace/reddeer.jacoco-report/site/target/org.eclipse.reddeer.site-2.8.0-SNAPSHOT.zip [INFO] [INFO] -----------< org.eclipse.reddeer:eclipse-reddeer-archetype >------------ [INFO] Building RedDeer Archetype 2.8.0-SNAPSHOT [59/60] [INFO] --------------------------[ maven-archetype ]--------------------------- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml Progress (1): 843 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml (843 B at 15 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom Progress (1): 4.1/7.2 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 421 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 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 693 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 1.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml Progress (1): 663 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (663 B at 14 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom Progress (1): 4.1/6.2 kB Progress (1): 6.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom (6.2 kB at 364 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 629 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom Progress (1): 4.1/44 kB Progress (1): 7.7/44 kB Progress (1): 12/44 kB Progress (1): 16/44 kB Progress (1): 20/44 kB Progress (1): 24/44 kB Progress (1): 28/44 kB Progress (1): 32/44 kB Progress (1): 36/44 kB Progress (1): 40/44 kB Progress (1): 44/44 kB Progress (1): 44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 2.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 1.1 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar Progress (1): 4.1/29 kB Progress (1): 7.7/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 24/29 kB Progress (1): 28/29 kB Progress (1): 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar (29 kB at 1.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml Progress (1): 749 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml (749 B at 24 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.pom (7.8 kB at 459 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.jar Progress (1): 4.1/34 kB Progress (1): 7.7/34 kB Progress (1): 12/34 kB Progress (1): 16/34 kB Progress (1): 20/34 kB Progress (1): 24/34 kB Progress (1): 28/34 kB Progress (1): 32/34 kB Progress (1): 34 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.0.0-M1/maven-deploy-plugin-3.0.0-M1.jar (34 kB at 1.8 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ eclipse-reddeer-archetype --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-reddeer-archetype --- Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 208 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Progress (1): 4.1/4.7 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 245 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 316 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom Progress (1): 4.1/10 kB Progress (1): 7.7/10 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 635 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 44/48 kB Progress (1): 48/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 2.0 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 67 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 169 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 164 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Progress (1): 4.1/51 kB Progress (1): 7.7/51 kB Progress (1): 12/51 kB Progress (1): 16/51 kB Progress (1): 20/51 kB Progress (1): 24/51 kB Progress (1): 28/51 kB Progress (1): 32/51 kB Progress (1): 36/51 kB Progress (1): 40/51 kB Progress (1): 44/51 kB Progress (1): 48/51 kB Progress (1): 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 1.5 MB/s) Progress (1): 4.1/262 kB Progress (2): 4.1/262 kB | 4.1/79 kB Progress (2): 7.7/262 kB | 4.1/79 kB Progress (2): 7.7/262 kB | 7.7/79 kB Progress (2): 12/262 kB | 7.7/79 kB Progress (2): 16/262 kB | 7.7/79 kB Progress (2): 16/262 kB | 12/79 kB Progress (2): 20/262 kB | 12/79 kB Progress (2): 20/262 kB | 16/79 kB Progress (3): 20/262 kB | 16/79 kB | 4.1/8.5 kB Progress (3): 20/262 kB | 16/79 kB | 7.7/8.5 kB Progress (3): 20/262 kB | 16/79 kB | 8.5 kB Progress (3): 24/262 kB | 16/79 kB | 8.5 kB Progress (3): 28/262 kB | 16/79 kB | 8.5 kB Progress (3): 32/262 kB | 16/79 kB | 8.5 kB Progress (3): 33/262 kB | 16/79 kB | 8.5 kB Progress (3): 37/262 kB | 16/79 kB | 8.5 kB Progress (3): 41/262 kB | 16/79 kB | 8.5 kB Progress (3): 45/262 kB | 16/79 kB | 8.5 kB Progress (3): 49/262 kB | 16/79 kB | 8.5 kB Progress (3): 53/262 kB | 16/79 kB | 8.5 kB Progress (3): 57/262 kB | 16/79 kB | 8.5 kB Progress (3): 61/262 kB | 16/79 kB | 8.5 kB Progress (3): 65/262 kB | 16/79 kB | 8.5 kB Progress (3): 69/262 kB | 16/79 kB | 8.5 kB Progress (3): 73/262 kB | 16/79 kB | 8.5 kB Progress (3): 77/262 kB | 16/79 kB | 8.5 kB Progress (3): 81/262 kB | 16/79 kB | 8.5 kB Progress (3): 85/262 kB | 16/79 kB | 8.5 kB Progress (3): 85/262 kB | 20/79 kB | 8.5 kB Progress (3): 89/262 kB | 20/79 kB | 8.5 kB Progress (3): 89/262 kB | 24/79 kB | 8.5 kB Progress (3): 93/262 kB | 24/79 kB | 8.5 kB Progress (3): 93/262 kB | 28/79 kB | 8.5 kB Progress (3): 97/262 kB | 28/79 kB | 8.5 kB Progress (3): 97/262 kB | 32/79 kB | 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 202 kB/s) Progress (2): 97/262 kB | 36/79 kB Progress (2): 101/262 kB | 36/79 kB Progress (2): 101/262 kB | 40/79 kB Progress (2): 105/262 kB | 40/79 kB Progress (2): 105/262 kB | 44/79 kB Progress (2): 105/262 kB | 48/79 kB Progress (2): 109/262 kB | 48/79 kB Progress (2): 109/262 kB | 52/79 kB Progress (2): 113/262 kB | 52/79 kB Progress (2): 113/262 kB | 56/79 kB Progress (2): 117/262 kB | 56/79 kB Progress (2): 117/262 kB | 60/79 kB Progress (2): 121/262 kB | 60/79 kB Progress (2): 121/262 kB | 64/79 kB Progress (2): 125/262 kB | 64/79 kB Progress (2): 125/262 kB | 68/79 kB Progress (2): 129/262 kB | 68/79 kB Progress (2): 129/262 kB | 72/79 kB Progress (2): 133/262 kB | 72/79 kB Progress (2): 133/262 kB | 76/79 kB Progress (2): 137/262 kB | 76/79 kB Progress (2): 137/262 kB | 79 kB Progress (2): 141/262 kB | 79 kB Progress (2): 145/262 kB | 79 kB Progress (2): 149/262 kB | 79 kB Progress (2): 153/262 kB | 79 kB Progress (2): 157/262 kB | 79 kB Progress (2): 161/262 kB | 79 kB Progress (2): 165/262 kB | 79 kB Progress (2): 169/262 kB | 79 kB Progress (2): 173/262 kB | 79 kB Progress (2): 177/262 kB | 79 kB Progress (2): 181/262 kB | 79 kB Progress (2): 185/262 kB | 79 kB Progress (2): 189/262 kB | 79 kB Progress (2): 193/262 kB | 79 kB Progress (2): 197/262 kB | 79 kB Progress (2): 201/262 kB | 79 kB Progress (2): 205/262 kB | 79 kB Progress (2): 209/262 kB | 79 kB Progress (2): 213/262 kB | 79 kB Progress (2): 217/262 kB | 79 kB Progress (2): 221/262 kB | 79 kB Progress (2): 225/262 kB | 79 kB Progress (2): 229/262 kB | 79 kB Progress (2): 233/262 kB | 79 kB Progress (2): 237/262 kB | 79 kB Progress (2): 241/262 kB | 79 kB Progress (2): 245/262 kB | 79 kB Progress (2): 249/262 kB | 79 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 1.6 MB/s) Progress (1): 253/262 kB Progress (1): 257/262 kB Progress (1): 261/262 kB Progress (1): 262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 3.0 MB/s) [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 8 resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-reddeer-archetype --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 2 resources [INFO] [INFO] --- maven-archetype-plugin:3.0.0:jar (default-jar) @ eclipse-reddeer-archetype --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/archetype/target/eclipse-reddeer-archetype-2.8.0-SNAPSHOT [INFO] [INFO] --- maven-archetype-plugin:3.0.0:integration-test (default-integration-test) @ eclipse-reddeer-archetype --- [INFO] Processing Archetype IT project: eclipse-reddeer-archetype [INFO] ---------------------------------------------------------------------------- [INFO] Using following parameters for creating project from Archetype: eclipse-reddeer-archetype:2.8.0-SNAPSHOT [INFO] ---------------------------------------------------------------------------- [INFO] Parameter: groupId, Value: foo.bar.myplugin [INFO] Parameter: artifactId, Value: reddeer.archetype [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: foo.bar.myplugin.simrel [INFO] Parameter: packageInPathFormat, Value: foo/bar/myplugin/simrel [INFO] Parameter: eclipse_platform, Value: 2019-12 [INFO] Parameter: version, Value: 1.0.0-SNAPSHOT [INFO] Parameter: package, Value: foo.bar.myplugin.simrel [INFO] Parameter: groupId, Value: foo.bar.myplugin [INFO] Parameter: tycho_version, Value: 1.4.0 [INFO] Parameter: reddeer_version, Value: master [INFO] Parameter: artifactId, Value: reddeer.archetype [INFO] Project created from Archetype in dir: /home/jenkins/agent/workspace/reddeer.jacoco-report/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype [INFO] Invoking post-archetype-generation goals: clean verify [INFO] [INFO] Error stacktraces are turned on. [INFO] [INFO] Scanning for projects... [INFO] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] [INFO] Computing target platform for MavenProject: foo.bar.myplugin:reddeer.archetype:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/pom.xml [INFO] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/ [INFO] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/ [INFO] [INFO] Adding repository http://download.eclipse.org/releases/2019-12 [INFO] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-12/ (482B) [INFO] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-12/ (482B) [INFO] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-12/ [INFO] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-12/ [INFO] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/technology/epp/packages/2019-12/ (417B) [INFO] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/technology/epp/packages/2019-12/ (417B) [INFO] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2019-12/M1/ (59.95kB) [INFO] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2019-12/M1/ (59.95kB) [INFO] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/201910181000/ [INFO] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-12/201910181000/ [INFO] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-12/201910181000/ [INFO] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-12/201910181000/ [INFO] [INFO] Fetching p2.index from http://download.eclipse.org/reddeer/snapshots/ [INFO] [INFO] Fetching p2.index from http://download.eclipse.org/reddeer/snapshots/ [INFO] [INFO] Adding repository http://download.eclipse.org/reddeer/snapshots [INFO] [INFO] Fetching content.xml.xz from http://download.eclipse.org/reddeer/snapshots/ [INFO] [INFO] Fetching content.xml.xz from http://download.eclipse.org/reddeer/snapshots/ [INFO] [INFO] Resolving dependencies of MavenProject: foo.bar.myplugin:reddeer.archetype:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/pom.xml [INFO] [INFO] Fetching 201910181000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-12/ [INFO] [INFO] Fetching org.eclipse.equinox.ds_1.6.100.v20191001-1333.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (17.52kB) [INFO] [INFO] Fetching org.eclipse.equinox.ds_1.6.100.v20191001-1333.jar.pack.gz from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (17.52kB) [INFO] [INFO] Fetching org.eclipse.reddeer.common_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (64.27kB) [INFO] [INFO] Fetching org.eclipse.reddeer.common_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (64.27kB) [INFO] [INFO] Fetching org.eclipse.reddeer.core_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (312.6kB) [INFO] [INFO] Fetching org.eclipse.reddeer.core_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (312.6kB) [INFO] [INFO] Fetching org.eclipse.reddeer.direct_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (17.19kB) [INFO] [INFO] Fetching org.eclipse.reddeer.direct_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (17.19kB) [INFO] [INFO] Fetching org.eclipse.reddeer.jface_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (39.22kB) [INFO] [INFO] Fetching org.eclipse.reddeer.jface_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (39.22kB) [INFO] [INFO] Fetching org.eclipse.reddeer.swt_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (181.21kB) [INFO] [INFO] Fetching org.eclipse.reddeer.swt_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (181.21kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (107.81kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (107.81kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench.core_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (37.42kB) [INFO] [INFO] Fetching org.eclipse.reddeer.workbench.core_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (37.42kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (117.02kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (117.02kB) [INFO] [INFO] Fetching org.eclipse.reddeer.uiforms_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (40.39kB) [INFO] [INFO] Fetching org.eclipse.reddeer.uiforms_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (40.39kB) [INFO] [INFO] Fetching org.eclipse.reddeer.eclipse_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (413.5kB) [INFO] [INFO] Fetching org.eclipse.reddeer.eclipse_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (413.5kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit.extension_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (33.29kB) [INFO] [INFO] Fetching org.eclipse.reddeer.junit.extension_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (33.29kB) [INFO] [INFO] Fetching org.eclipse.reddeer.requirements_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (43.62kB) [INFO] [INFO] Fetching org.eclipse.reddeer.go_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (8.77kB) [INFO] [INFO] Fetching org.eclipse.reddeer.go_2.8.0.v20191016-1718.jar from http://download.eclipse.org/releases/2019-12/201910181000/plugins/ (8.77kB) [INFO] [INFO] Resolving class path of MavenProject: foo.bar.myplugin:reddeer.archetype:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/reddeer.jacoco-report/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/pom.xml [INFO] [WARNING] The project foo.bar.myplugin:reddeer.archetype:eclipse-test-plugin:1.0.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] [INFO] [INFO] [INFO] -----------------< foo.bar.myplugin:reddeer.archetype >----------------- [INFO] [INFO] Building reddeer.archetype :: test 1.0.0-SNAPSHOT [INFO] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ reddeer.archetype --- [INFO] [INFO] [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ reddeer.archetype --- [INFO] [INFO] The project's OSGi version is 1.0.0.20191021-1258 [INFO] [INFO] [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ reddeer.archetype --- [INFO] [INFO] [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ reddeer.archetype --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ reddeer.archetype --- [INFO] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/src/main/resources [INFO] [INFO] [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ reddeer.archetype --- [INFO] [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/reddeer.jacoco-report/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/reddeer.jacoco-report/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/classes [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ reddeer.archetype --- [INFO] [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.jacoco-report/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/src/test/resources [INFO] [INFO] [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ reddeer.archetype --- [INFO] [INFO] [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ reddeer.archetype --- [INFO] [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.jacoco-report/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/reddeer.archetype-1.0.0-SNAPSHOT.jar [INFO] [INFO] [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ reddeer.archetype --- [INFO] [INFO] [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ reddeer.archetype --- [INFO] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/reddeer.jacoco-report/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/work/data/.metadata/.log [INFO] [INFO] Command line: [INFO] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/reddeer.jacoco-report/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.jacoco-report/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.jacoco-report/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.jacoco-report/archetype/target/test-classes/projects/eclipse-reddeer-archetype/project/reddeer.archetype/target/surefire.properties, -nouithread] [INFO] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 [INFO] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Error spawning command line ?dbus-launch --autolaunch= --binary-syntax --close-stderr?: Child process exited with code 1 [INFO] Running foo.bar.myplugin.simrel.AllRedDeerTests [INFO] 12:58:53.149 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running [INFO] 12:58:53.151 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=6 [INFO] 12:58:53.159 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running [INFO] 12:58:53.160 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 [INFO] 12:58:53.172 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class foo.bar.myplugin.simrel.BasicTest [INFO] 12:58:53.236 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created [INFO] 12:58:53.238 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements [INFO] 12:58:53.240 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 12:58:53.242 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI [INFO] 12:58:53.243 INFO [WorkbenchTestable][PreferencesUtil] Setting the aeri reporting to never send. [INFO] 12:58:53.245 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench [INFO] 12:58:53.262 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data' [INFO] 12:58:53.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt [INFO] 12:58:53.265 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen [INFO] 12:58:53.286 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt [INFO] 12:58:53.287 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' [INFO] 12:58:53.290 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt [INFO] 12:58:53.291 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven [INFO] 12:58:53.340 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] [INFO] 12:58:53.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 12:58:53.343 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] [INFO] 12:58:53.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 12:58:53.345 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] [INFO] 12:58:53.345 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 12:58:53.349 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data [INFO] 12:58:53.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 12:58:53.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 12:58:53.352 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data' [INFO] 12:58:53.355 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data' [INFO] 12:58:53.358 DEBUG [main][MenuItemLookup] Found menu:'File' [INFO] 12:58:53.358 DEBUG [main][MenuItemLookup] Found menu:'Edit' [INFO] 12:58:53.358 DEBUG [main][MenuItemLookup] Found menu:'Navigate' [INFO] 12:58:53.359 DEBUG [main][MenuItemLookup] Found menu:'Project' [INFO] 12:58:53.359 DEBUG [main][MenuItemLookup] Found menu:'Window' [INFO] 12:58:53.359 DEBUG [main][MenuItemLookup] Item match:Window [INFO] 12:58:53.363 DEBUG [main][MenuItemLookup] Found menu:'New Window' [INFO] 12:58:53.363 DEBUG [main][MenuItemLookup] Found menu:'Editor' [INFO] 12:58:53.363 DEBUG [main][MenuItemLookup] Found menu:'Appearance' [INFO] 12:58:53.364 DEBUG [main][MenuItemLookup] Found menu:'' [INFO] 12:58:53.364 DEBUG [main][MenuItemLookup] Found menu:'Show View' [INFO] 12:58:53.364 DEBUG [main][MenuItemLookup] Found menu:'Perspective' [INFO] 12:58:53.364 DEBUG [main][MenuItemLookup] Found menu:'' [INFO] 12:58:53.364 DEBUG [main][MenuItemLookup] Found menu:'Navigation' [INFO] 12:58:53.365 DEBUG [main][MenuItemLookup] Found menu:'' [INFO] 12:58:53.365 DEBUG [main][MenuItemLookup] Found menu:'Preferences' [INFO] 12:58:53.365 DEBUG [main][MenuItemLookup] Item match:Preferences [INFO] 12:58:53.366 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" [INFO] 12:58:53.367 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences [INFO] 12:58:53.368 INFO [main][MenuItemHandler] Select menu item: &Preferences [INFO] [INFO] (SWT:4743): Gtk-WARNING **: 12:58:53.542: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg. [INFO] This may indicate that pixbuf loaders or the mime database could not be found. [INFO] 12:58:53.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... [INFO] 12:58:53.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully [INFO] 12:58:53.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences [INFO] 12:58:53.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 12:58:53.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 12:58:53.674 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed [INFO] 12:58:53.675 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data [INFO] 12:58:53.684 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified [INFO] 12:58:53.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... [INFO] 12:58:53.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers [INFO] 12:58:53.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found [INFO] 12:58:53.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully [INFO] 12:58:53.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found [INFO] 12:58:53.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... [INFO] 12:58:53.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully [INFO] 12:58:53.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) [INFO] 12:58:53.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... [INFO] 12:58:53.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers [INFO] 12:58:53.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found [INFO] 12:58:53.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully [INFO] 12:58:53.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found [INFO] 12:58:53.759 INFO [WorkbenchTestable][AbstractButton] Click button Cancel [INFO] 12:58:53.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... [INFO] 12:58:53.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully [INFO] 12:58:53.767 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 [INFO] 12:58:53.768 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization [INFO] 12:58:53.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... [INFO] 12:58:53.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully [INFO] 12:58:53.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data [INFO] 12:58:53.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 12:58:53.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 12:58:53.876 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements [INFO] 12:58:53.879 INFO [WorkbenchTestable][RequirementsRunner] Started test: test no-configuration(foo.bar.myplugin.simrel.BasicTest) [INFO] 12:58:53.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 12:58:53.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DisableAERI [INFO] 12:58:53.879 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt [INFO] 12:58:53.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt [INFO] 12:58:53.880 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt [INFO] 12:58:53.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... [INFO] 12:58:53.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully [INFO] 12:58:53.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data [INFO] 12:58:53.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... [INFO] 12:58:53.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully [INFO] 12:58:53.883 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 12:58:53.884 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt [INFO] 12:58:53.886 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... [INFO] 12:58:53.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... [INFO] 12:58:53.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully [INFO] 12:58:53.889 INFO [WorkbenchTestable][RequirementsRunner] Finished test: test no-configuration(foo.bar.myplugin.simrel.BasicTest) [INFO] 12:58:53.889 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class foo.bar.myplugin.simrel.BasicTest [INFO] 12:58:53.890 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt [INFO] 12:58:53.890 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... [INFO] 12:58:53.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... [INFO] 12:58:53.890 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.758 s - in foo.bar.myplugin.simrel.AllRedDeerTests [INFO] test no-configuration(foo.bar.myplugin.simrel.BasicTest) Time elapsed: 0.009 s [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] All tests passed! [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 26.670 s [INFO] [INFO] Finished at: 2019-10-21T12:58:55Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Post-archetype-generation invoker exit code: 0 [INFO] [INFO] -------< org.eclipse.reddeer:org.eclipse.reddeer.jacoco-report >-------- [INFO] Building RedDeer JaCoCo Report 2.8.0-SNAPSHOT [60/60] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.reddeer.jacoco-report --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jacoco-report --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.jacoco-report/jacoco-report/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.reddeer.jacoco-report --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.2:report-aggregate (default) @ org.eclipse.reddeer.jacoco-report --- [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.common.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.core.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.direct.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.eclipse.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.gef.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.graphiti.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.junit.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.requirements.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.ui.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec [INFO] Loading execution data file /home/jenkins/agent/workspace/reddeer.jacoco-report/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.reddeer.codegen' with 23 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.common' with 37 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.core' with 303 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.direct' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.eclipse' with 302 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.gef' with 51 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.gef.spy' with 6 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.go' with 0 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.graphiti' with 17 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.jface' with 18 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit' with 61 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.junit.extension' with 14 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.logparser' with 50 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.recorder' with 30 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.requirements' with 21 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.selenium' with 1 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.spy' with 8 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.swt' with 126 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.ui' with 28 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.uiforms' with 27 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench' with 76 classes [INFO] Analyzed bundle 'org.eclipse.reddeer.workbench.core' with 23 classes [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for RedDeer Parent POM File 2.8.0-SNAPSHOT: [INFO] [INFO] RedDeer Parent POM File ............................ SUCCESS [ 15.987 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.013 s] [INFO] RedDeer Common ..................................... SUCCESS [ 9.523 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 0.638 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 0.345 s] [INFO] RedDeer Core ....................................... SUCCESS [ 1.320 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 0.994 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 0.377 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 0.652 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 0.259 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 0.324 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 0.271 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 0.604 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 1.660 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 0.605 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 0.332 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 0.331 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 0.287 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 0.416 s] [INFO] RedDeer Selenium ................................... SUCCESS [ 0.206 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 0.361 s] [INFO] RedDeer UI ......................................... SUCCESS [ 0.577 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 0.389 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 0.705 s] [INFO] RedDeer Go ......................................... SUCCESS [ 0.088 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 0.364 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 0.589 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.005 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 0.607 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.208 s] [INFO] RedDeer Common Tests ............................... SUCCESS [01:25 min] [INFO] RedDeer SWT Tests .................................. SUCCESS [23:35 min] [INFO] RedDeer Core Tests ................................. SUCCESS [03:58 min] [INFO] RedDeer Workbench Tests ............................ SUCCESS [05:08 min] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 30.202 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [02:12 min] [INFO] RedDeer Eclipse Tests .............................. SUCCESS [36:48 min] [INFO] RedDeer GEF Tests .................................. SUCCESS [01:09 min] [INFO] RedDeer Graphiti Tests ............................. SUCCESS [ 45.880 s] [INFO] RedDeer Direct Tests ............................... SUCCESS [ 42.848 s] [INFO] RedDeer JUnit Tests ................................ SUCCESS [ 22.033 s] [INFO] RedDeer Requirements Tests ......................... SUCCESS [05:31 min] [INFO] RedDeer UI Tests ................................... SUCCESS [03:12 min] [INFO] RedDeer E4 Workbench Tests ......................... SUCCESS [ 14.380 s] [INFO] RedDeer Features ................................... SUCCESS [ 0.011 s] [INFO] RedDeer E4 Feature ................................. SUCCESS [ 0.583 s] [INFO] RedDeer Eclipse Feature ............................ SUCCESS [ 0.701 s] [INFO] RedDeer GEF Spy Feature ............................ SUCCESS [ 0.178 s] [INFO] RedDeer SWT Feature ................................ SUCCESS [ 0.260 s] [INFO] RedDeer Tests Feature .............................. SUCCESS [ 0.651 s] [INFO] RedDeer UI Feature ................................. SUCCESS [ 0.108 s] [INFO] RedDeer Recorder Feature ........................... SUCCESS [ 0.102 s] [INFO] RedDeer GEF/Graphiti Feature ....................... SUCCESS [ 0.468 s] [INFO] RedDeer Spy Feature ................................ SUCCESS [ 0.212 s] [INFO] RedDeer Log Parser Feature ......................... SUCCESS [ 0.104 s] [INFO] RedDeer Selenium Feature ........................... SUCCESS [ 0.145 s] [INFO] RedDeer CodeGen Feature ............................ SUCCESS [ 0.153 s] [INFO] RedDeer Site ....................................... SUCCESS [ 28.400 s] [INFO] RedDeer Archetype .................................. SUCCESS [ 31.650 s] [INFO] RedDeer JaCoCo Report .............................. SUCCESS [ 3.254 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:31 h [INFO] Finished at: 2019-10-21T12:58:59Z [INFO] ------------------------------------------------------------------------ Terminating xvnc. Mon Oct 21 12:59:01 2019 ComparingUpdateTracker: 0 pixels in / 0 pixels out ComparingUpdateTracker: (1:-nan ratio) Archiving artifacts Finished: SUCCESS